How to exe OS command from sqlplus
590974Aug 3 2007 — edited Sep 14 2007I used to exe OS command with ! in sqlplus in older version of Oracle. I just installed 10g Express and I tried !dir, and got the following error:
SQL> !dir
SP2-0042: unknown command "!dir" - rest of line ignored.
Did I do something wrong?