Hi,
those commands works fine on Oracle9i, but in Oracle 8i I got a syntax error:
SQL> alter database backup controlfile to trace as 'C:\trace.lst';
alter database backup controlfile to trace as 'C:\trace.lst'
*
ERROR at line 1:
ORA-00933: SQL command not properly ended




Reply With Quote