Originally posted by DaPi
Not with 8.1.7 under NT:
Code:
alter database backup controlfile to trace as 'C:\Temp\aaa.trc'
                                           *
ERROR at line 1:
ORA-00933: SQL command not properly ended
its working on Oracle 9.2.0.2.1 on windows 2000 server.

Code:
SQL> alter database backup controlfile to trace as 'e:\trace.lst';

Database altered.

SQL>