Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Convert database to Archivelog mode

ORA-FSD-PAKJun 30 2009 — edited Jun 30 2009
respected members,

i have oracle 9.2.0.1.0 on widows server 2003.

the database is in NOARCHIVELOG MODE . i want to convert it into ARCHIVELOG MODE

The steps to convert database to ARCHIVELOG MODE which i read in most of the books are as follows

1.shutdown immediate;
2.startup mount;
3.Alter database archivelog;
4.Alter database open.


but i have some confusion with these commands. With this archivelogs will be sent to default location dont know where.

What i think is our database is in NOARCHIVELOG MODE and it is in open in read write mode.

I run these commands
1.alter system set log_archive_dest_state_1 = 'enable' scope=spfile;
2.alter system set log_archive_dest_1 = 'location=p:\oracle\sid\archives\' scope=spfile;

after this (we repeat sama steps above 1-4)

1.shutdown immediate;
2.startup mount;
3.Alter database archivelog;
4.Alter database open.

i am writing dest_1 bcz in future i want to make a standby database for this.

plz verify that am i correct or plz guide me

regards rehan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 28 2009
Added on Jun 30 2009
7 comments
4,441 views