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.
1.Enable archiving Mode
(1)Shutdown the database.
(2)Start the database in Mount state.
(3)Set the database in Archivelog mode by using the ALTER DATABASE command.
(4)Open the database.
(5)Take a full backup of the database.
More…
Popularity: 24% [?]