Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Important Oracle Database Agent Installation Information for Oracle 10g Users

oracle agent

Important Oracle Database Agent Installation Information for Oracle 10g Users

by  sandyboy  Posted    (Edited  )
When configuring an Oracle 10g database for archive log mode, you must perform the following commands:

CONNECT SYSTEM/SYSTEM_PASSWORD AS SYSDBA
STARTUP MOUNT EXCLUSIVE
ALTER DATABASE ARCHIVELOG;
ALTER DATABASE OPEN;
ARCHIVE LOG START;

If you're not using a flash recovery area with your Oracle 10g server, you need to include the following entries in either the PFILE or the SPFILE:
LOG_ARCHIVE_DEST_1="C:\Oracle\oradata\ORCL\archive"
LOG_ARCHIVE_FORMAT="ARC%S_%R.%T"
With Oracle 10g, the LOG_ARCHIVE_START and LOG_ARCHIVE_DEST entries are considered obsolete and should not be made in either the PFILE or the SPFILE.

An alternative to making manual changes to the PFILE or SPFILE and executing commands is to use the Oracle Database Configuration Assistant. This utility allows you to make the necessary changes to enable archive log mode using a GUI.


This document is also available on SupportConnectSM:
supportconnect.ca.com/sc/redir.jsp?reqPage=search&searchID=TEC339971 <http://supportconnect.ca.com/sc/redir.jsp?reqPage=search&searchID=TEC339971>.


Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top