What command would you use to create a backup control file?
Answer Posted / ram
alter database backup controlfile '\path';
alter database backup controlfile to trace;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is fill factor? : sql server DBA
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
how can you schedule a job in database?
What the different types of replication and why are they used? : sql server DBA
What is a correlated sub-query? : sql server DBA
How would you go about verifying the network name that the local_listener is currently using?
Why would you call update statistics? : sql server DBA
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
Where would you look for errors from the database engine?
who owns the operating system files created by the utl_file package?
What is a system database and what is a user database? : sql server DBA
how can a session indicate its interest in receiving alerts?
Why does Oracle not permit the use of PCTUSED with indexes?
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracle's. What database recovery options are available? Database is in archive log mode.
what is a user-defined lock?