Oracle

From Federal Burro of Information
Revision as of 15:44, 6 January 2012 by David (talk | contribs)
Jump to navigationJump to search

Archive log

how to setup:

http://www.beyondoracle.com/2008/05/08/setup-oracle-database-archivelog-mode/

sql plus:

shutdown immediate;
startup mount;
alter database archivelog;
alter database open;

examine:

archive log list;
select log_mode from v$database;

/sqlplus help