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
What happens on checkpoint? : sql server DBA
when we login sql editor using username and password then it says this error "could not resolve service name" then what can we do at client side.( here thing is tnsnames.ora file is ok till yesterday and worked well, but now it giving error.
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
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?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database? : sql server DBA
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down? : sql server DBA
What is the importance of a recovery model? : sql server DBA
What are the steps you will take to improve performance of a poor performing query?
what is the last version,the release date of that version and fix pack of ibm db2 udb?
how does an oracle clusterware manage crs resources?
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
What the different components in replication and what is their use? : sql server DBA
Why does Oracle not permit the use of PCTUSED with indexes?
what functionality does oracle provide to secure sensitive information?
What is a system database and what is a user database? : sql server DBA