ORA-00922: missing or invalid parameter
IN Toad 9 when executing 'SET DEFINE OFF;' I get the error "ORA-00922: missing or invalid option"
+3
Thush
source
to share
1 answer
Alternatively, you can do this:
Go to View
>> TOAD Options
and go to "execute/compile" node/item
and uncheck the box Prompt for substitution variables
.
Or, to change the editor level, right-click in the editor and uncheck Prompt for substitution variables
+2
Pramod Karandikar
source
to share