SVRMGR vs SVRMGR30 vs SQLPLUS [message #142170] |
Thu, 13 October 2005 12:10 |
bornlooser
Messages: 20 Registered: September 2005 Location: Jakarta
|
Junior Member |
|
|
Hi All ,
I have oracle server 8.1.6 and i am trying to connect using SVRMGR or SVRMGR30 but it is not connecting with some 'external/unkown command' error so i tried 'c:/>sqlplus' and got connected using 'connect internal' (without password). but here i cann't use this:
sql>alter system backup controlfile to trace; with error ORA-02065 :illigal option for ALTER DATABASE
which in need prior to clone my database. plz help
Thanks,
Bonny
|
|
|
Re: SVRMGR vs SVRMGR30 vs SQLPLUS [message #142257 is a reply to message #142170] |
Thu, 13 October 2005 23:58 |
tarundua
Messages: 1080 Registered: June 2005 Location: India
|
Senior Member |
|
|
bornlooser wrote on Thu, 13 October 2005 22:40 | sql>alter system backup controlfile to trace; with error ORA-02065 :illigal option for ALTER DATABASE
|
As the error suggests, control file backup is an ALTER DATABASE option ,
SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
regards,
tarun
|
|
|
|