December 2002
Intermediate to advanced
928 pages
85h 29m
English
CURSOR_SHARING
Value: SIMILAR | EXACT | FORCE
Dynamic: ALTER SYSTEM, ALTER SESSION
Specifies the way that SQL statements can share cursors in memory. New with Oracle9i.
Specifies that SQL that is the same except for literals will share the same cursor in memory unless the literals affect the meaning of the SQL statement.
Specifies that SQL must be identical to share the same cursor in memory.
Specifies that SQL that is the same except for literals will share the same cursor.