Command Window : show parameter does not work

orca777

Member³
hi,
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>
but with command window it works like this :


Code:
SQL> show parameter CURSOR
SQL>
Would it be possible to immitate this too?
i like the command line interfaced parameter query

Carl
 
I have added this to the list of enhancement requests.

For a complete list of supported commands, see chapter 7.3 in the User's Guide.
 
Back
Top