Oracle

From Federal Burro of Information
Revision as of 15:42, 6 January 2012 by David (talk | contribs) (Created page with "== 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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;

/sqlplus help