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 / sanju
shut the database then do fllowing
1)In Parameter file set logfile destination
2)startup mount
3)alter database archivelog
4)alter database open
5)archive lo list;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can you control the amount of free space in your index pages? : sql server DBA
What are the different types of database compression introduced in sql server 2008? : sql server DBA
What is the importance of a recovery model? : sql server DBA
Claims and Drains are the locks used to control the concurrency between SQL processes and utilities. Referring to the above statement, what is the maximum number of concurrent Claimers for a Subsystem? Choice 1 32 Choice 2 64 Choice 3 128 Choice 4 256 Choice 5 No limit
What is the difference between the 2 operating modes of database mirroring? : sql server DBA
Can you redefine a table online?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
Query processing is slow(eg select query)how will u solve that
What the different topologies in which replication can be configured? : sql server DBA
How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
how can you find out if a table can be redefined?
What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA
what are the types of connection load-balancing?
What is transparent data encryption? : sql server DBA