Configurando Modo Archive en Oracle Database 11g
Alter Database Archivelog www.mrlocooracle.com
Alter Database Archivelog www.mrlocooracle.com
If database is chosen to operate in NOARCHIVELOG mode, online backups and database recovery will not be possible. It is the DBA’s choice whether to run the database in ARCHIVELOG mode or in NOARCHIVELOG mode....
|
598 pages |
Portable DBA, Oracle Here is an example of putting the database in ARCHIVELOG mode and then opening the database for normal operations: SHUTDOWN IMMEDIATE; STARTUP MOUNT; ALTER ... |
|
666 pages |
Oracle Database 10g RMAN Backup & Recovery |
|
515 pages |
OCP, Oracle9i DBA fundamentals II : study guide Setting ARCHIVELOG Mode ARCHIVELOG mode can be set during the database creation or by using the ALTER DATABASE ARCHIVELOG command. The database must be ... |
|
888 pages |
OCP: Oracle Database 11g Administrator Certified Professional Study Guide, (Exam 1Z0-053) A. The alter database archivelog will put the database in ARCHIVELOG mode. 7. E. The correct answer is E. You first put the database in ARCHIVELOG mode with ... |
|
670 pages |
RMAN recipes for Oracle database 11g, a problem-solution approach SQL> startup mount; SQL> alter database noarchivelog; SQL> alter ... SQL> archive log list; Enabling archivelog mode is a prerequisite for online backups. ... |