Using variables in Command Window

In the SQL and Test Window it's possible to use several options (e.g. name, hint, default) for variables.
In the Command Window the following statement returns an ORA-00922 error:
alter session set optimizer_mode = &

ORA-00922: missing or invalid option

Is it possible to use the options for variables in the Command Window?
 
The Command Window merely supports the same substitution variable functionality as SQL*Plus. I have added your suggestion to the list of enhancement requests though.
 
Back
Top