hi,
with sql*plus :it works like this :
but with command window it works like this :
Would it be possible to immitate this too?
i like the command line interfaced parameter query
Carl
with sql*plus :it works like this :
Code:
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production
With the Partitioning option
JServer Release 9.2.0.5.0 - Production
SQL> show parameter cursor
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
cursor_sharing string EXACT
cursor_space_for_time boolean FALSE
open_cursors integer 300
session_cached_cursors integer 300
SQL>
Code:
SQL> show parameter CURSOR
SQL>
i like the command line interfaced parameter query
Carl