What command would you use to create a backup control file?
Answer / robertson
HOW TO CREATE BACKUP CONTROL FILE;
In the primary server
sql>alter database backup controlfile to trace;
It gets created in the user_dump_dest path.
sql>show parameter user_dump_dest
HOW TO CREATE STANDBY CONTROL FILE;
In the primary server
sql>alter database backup controlfile
to '/uo1/app/bkpctrl.ctl';
Then ftp the file to the standby controlfile.
Rename the standby controlfile witht the primary file.
| Is This Answer Correct ? | 7 Yes | 4 No |
What are the advantages of operating a database in ARCHIVELOG mode over operating it in NO ARCHIVELOG mode in Oracle?
What is the Query Optimizer. How you optimize your qeury.
How do you use trigger to create mutating state of table
How to find 8th person record in a table? Plz mail ur answers to mak2786@gmail.com Regards Arun
types of receipts and detail desription about recipts and tables effected by receipts?
What view would you use to determine free space in a tablespace?
What is cardinality?
how to get the values if source table & target table having duplicate values that matches the lookup condition ?(i want all duplicate match)
Why we are using primary key and foreign key in oracle and difference between primary key and foreign key?
what are the interface and api table for receipts conversion in oracle receivables? : oracle accounts receivable
Where would you look for errors from the database engine?
Can We Restore a Table that accidantly dropped.