Nicolas D.
Member²
Hi,
2 Issues I did found out with Command Line window:
- If running a script with parameter by setting in editor something like:
@ script.sql param1 param2
Parameters are not translated and stand as &1 &2... Workaround is to run with sqlplus instead by using the "sqlplus" command.
- which lead to my second issue. One of that script was to be run as SYS.. but running sqlplus from a session connected as SYSDBA do not pass the "AS SYSDBA" to Sqlplus command
Version 13.0.6 64bits Windows 8.1 Oracle 19c client.
2 Issues I did found out with Command Line window:
- If running a script with parameter by setting in editor something like:
@ script.sql param1 param2
Parameters are not translated and stand as &1 &2... Workaround is to run with sqlplus instead by using the "sqlplus" command.
- which lead to my second issue. One of that script was to be run as SYS.. but running sqlplus from a session connected as SYSDBA do not pass the "AS SYSDBA" to Sqlplus command
Version 13.0.6 64bits Windows 8.1 Oracle 19c client.