Loading...
Posts Tagged ‘Backup’
  1. 1.Enable archiving Mode
    (1)Shutdown the database.

       SHUTDOWN IMMEDIATE;

    (2)Start the database in Mount state.

       STARTUP MOUNT;

    (3)Set the database in Archivelog mode by using the ALTER DATABASE command.

      ALTER DATABASE ARCHIVELOG;

    (4)Open the database.

      ALTER DATABASE OPEN;

    (5)Take a full backup of the database.
    More…

    Popularity: 24% [?]

Powered by ExtJS Theme flavored Wordpress.