How To: Set Your Oracle 10g Database to ARCHIVELOG Mode

2008 August 22

Here’s a newbie quickpost:

Put your Oracle 10g Database in ARCHIVELOG Mode:

1. Fire up your SQL *PLUS and log in with SYSDBA priveledges.

START > RUN > sqlplusw

SQL > CONNECT theAdmin/passTheAdmin AS SYSDBA

2. Issue a Shutdown command

SQL > SHUTDOWN IMMEDIATE;

 

3. Mount yourDatabase

SQL > STARTUP MOUNT;

 

4. Set your database in ARCHIVELOG mode

SQL > ALTER DATABASE ARCHIVELOG;

 

5. Open your database

SQL > ALTER DATABASE OPEN;

 

That’s it.

 

 

-Marlon Ribunal

kick it on DotNetKicks.com

2 Responses leave one →
  1. 2008 August 26
    david permalink

    SQL> STARTUP MOUNT;
    ORA-24324:
    ORA-01041:

    there are two errors..

Leave a Reply

Note: You can use basic XHTML in your comments. Your email address will never be published.

Subscribe to this comment feed via RSS

  • Archives



  • RSS SQLServerPedia

  • RSS SQL Crunch – Hot SQL Links

  • My Bookmarks

  • Category Cloud

    Business Career DBA Tool Events free ebook Humor IT News Members Only Microsoft MySQL Operating System Oracle Personal Reporting Services SQL Server SSIS TSQL Tutorial Uncategorized Video