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 is different between inline query,subquery& corelated query?
i have marks in table,how to find total?
what are all the conversion and interfaces in GL,AP,AR,HRMS with example? otherwise send send link for these
0 Answers Pathway Technologies,
Olap tools
what are the interface and api table for receipts conversion in oracle receivables? : oracle accounts receivable
how to create an user in oracle 10g.please give me an example..
Describe the P2P cycle ?
How to update the simple views?give me example?if the table having 100 records and created a view on this table. if i can update the table then how to update the views
Explain about party and customer in ar : oracle accounts receivable
Differentiate between unidentified receipt, unapplied receipts and on account receipts? : oracle accounts receivable
if i write the procedure.. and other person make the changes in that code then where i find who is changing my procedure
hi all, i have installed oracle xe software in windows 7. iam unable to connect sqldeveloper tool. can you please tell me how to connect. provide completed procedure.