Can you take Online Backups if the the database is running
in NOARCHIVELOG mode?

5. How do you bring the database in ARCHIVELOG mode from
NOARCHIVELOG mode?

6. You cannot shutdown the database for even some minutes,
then in which mode you should run
the database?

Answer Posted / amit bhagat

1). No, online backups is not possible in Noarchive log
mode.
2) Shutdown immediate
Starup mount
alter database archivelog;
alterdatabase open;
3) Database should run in Archivelog mode so that online
backup can be taken.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?

1824


Which autogrowth database setting is good? : sql server DBA

652


when does an alert gets signaled?

670


How do you open a cluster administrator? : sql server DBA

659


Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1644






what do you understand by flashback feature of oracle?

646


what are the performance views in an oracle rac environment?

663


Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?

3397


What is transparent data encryption? : sql server DBA

647


how can you communicate with operating system files from oracle?

661


What are statistics, under what circumstances they go out of date, how do you update them?

1881


who owns the operating system files created by the utl_file package?

676


What are the commands you'd issue to show the explain plan for "select * from dual"?

1804


A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?

2094


what are the types of connection load-balancing?

642