Archive mode

In this forum you can share stuff related to Oracle 11g, 10g, 9i.
Post Reply
maga2724
Posts: 27
Joined: Sun Nov 19, 2006 8:58 am
Location: Saudi Arabia

Archive mode

Post by maga2724 »

Hi 2 All,

Please provide the steps to put 10g database into archive log mode.

Thanks in advance.

Mohammed AbdulGaffar
Awais.Riaz
Posts: 4
Joined: Tue Jul 03, 2007 5:21 am
Location: Bahrain

Post by Awais.Riaz »

shutdown immediate;
--backup the entire database
--set initialization parameter file as
shutdown immediate;
--backup the entire database
--set initialization parameter file as
alter database archivelog;
alter database open;

Regards,
Awais Riaz
Awais.Riaz
Posts: 4
Joined: Tue Jul 03, 2007 5:21 am
Location: Bahrain

Post by Awais.Riaz »

Follow the steps bellow:

shutdown immediate;
--backup the entire database
--set initialization parameter file as

log_archive_format=arch_%t_%s_%r.arc
log_archive_dest=e:\database\archive
startup mount;

database mounted.


alter database archivelog;

database altered.

alter database open;

archive log list;

Regards,
Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests