How to enable Archive log mode for the database in applications 11i and also to customise the auto-config utility to make the changes permanent or consistent even in future running of autoconfig.

Showing Answers 1 - 3 of 3 Answers

sandeepmohanty

  • Sep 24th, 2007
 

Hi ,
you can enable the Archive mode for your database by
    1     SQL>shutdown immediate            (if database is open)
    2  login to your database as sys user or any user with sysdba privilege
           SQL> startup nomount
    3     SQL>alter database archivelog
    4  crosscheck the mode
           SQL>archive log list
NOTE:enable automatic or manual archiving as needed

AUTOCINFIG: please explain about what customizations .you can make any changes using context editor. As i'm not very sure of what you want to know please refer oracle metalink

Doc ID: Note:165195.1
sandeep

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions