What command would you use to create a backup control file?
Answer Posted / simhadri naidu
At offline backup copy the CTL file to back up location.
At online backup
Alter database backup controlfile to trace as '/path';
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the diffrence between core dba and apps dba?
How do you open a cluster administrator? : sql server DBA
What is the difference between the 2 operating modes of database mirroring? : sql server DBA
How would you go about verifying the network name that the local_listener is currently using?
how can you find out if a table can be redefined?
How would you best determine why your MVIEW couldn't FAST REFRESH?
what is asm?
When setting replication, can you have distributor on sql server 2005, publisher on sql server 2008? : sql server DBA
What are the differences in clustering in sql server 2005 and 2008 or 2008 r2? : sql server DBA
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
what is the use of ocr?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
How do you trace the traffic hitting a sql server? : sql server DBA
what are the performance views in an oracle rac environment?
what is ora 24313?what is the procedure to exclude that error?