jbricknerotps
Member
The following works from SQLPLUS, but when I run it in the command window it barfs. I thought the command window supports all SQLPLUS commands.
echo dropping and then re-creating user pmp
drop user pmp cascade;
ERROR_RECEIVED -
ORA-00900: invalid SQL statement
If I remove the echo command it works.
echo dropping and then re-creating user pmp
drop user pmp cascade;
ERROR_RECEIVED -
ORA-00900: invalid SQL statement
If I remove the echo command it works.