Dennis Schafthuizen
Member²
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?
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?