Hi, this must be really simple but I've spent all morning trying so now i'm posting this question.
I want to add 2 extra archive log destinations as well as the current one which is log_archive_dest_10 and is set to the flash recovery area.
I have tried to follow the official oracle guidelines and i don't understand what i am doing wrong:
This is from: Use SQL*Plus to shut down the database.
Set the LOG_ARCHIVE_DEST_n initialization parameter to specify from one to ten archiving locations. The LOCATION keyword specifies an operating system specific path name. For example, enter:
LOG_ARCHIVE_DEST_1 = 'LOCATION = /disk1/archive'
LOG_ARCHIVE_DEST_2 = 'LOCATION = /disk2/archive'
LOG_ARCHIVE_DEST_3 = 'LOCATION = /disk3/archive'
So I shutdown my database and put in:
SQL> LOG_ARCHIVE_DEST_1 = 'LOCATION = C:\ORACLE\MULTIPLEX\ARCHIVELOGS'
And got this error message:
SP2-0734: unknown command beginning "LOG_ARCHIV..." - rest of line ignored.
??
i have tried lots of different variations on syntax.
i'm sure this is a trivial operation and i'm embarassed to be posting such a question but i don't know where else to look, i don't know why but i find official oracle technotes either difficult or impossible to follow :-(
ps. i already know how to set these variables using enterprise manager but i have to write instructions for how to do it on the command line.
I want to add 2 extra archive log destinations as well as the current one which is log_archive_dest_10 and is set to the flash recovery area.
I have tried to follow the official oracle guidelines and i don't understand what i am doing wrong:
This is from: Use SQL*Plus to shut down the database.
Set the LOG_ARCHIVE_DEST_n initialization parameter to specify from one to ten archiving locations. The LOCATION keyword specifies an operating system specific path name. For example, enter:
LOG_ARCHIVE_DEST_1 = 'LOCATION = /disk1/archive'
LOG_ARCHIVE_DEST_2 = 'LOCATION = /disk2/archive'
LOG_ARCHIVE_DEST_3 = 'LOCATION = /disk3/archive'
So I shutdown my database and put in:
SQL> LOG_ARCHIVE_DEST_1 = 'LOCATION = C:\ORACLE\MULTIPLEX\ARCHIVELOGS'
And got this error message:
SP2-0734: unknown command beginning "LOG_ARCHIV..." - rest of line ignored.
??
i have tried lots of different variations on syntax.
i'm sure this is a trivial operation and i'm embarassed to be posting such a question but i don't know where else to look, i don't know why but i find official oracle technotes either difficult or impossible to follow :-(
ps. i already know how to set these variables using enterprise manager but i have to write instructions for how to do it on the command line.