You have just had to restore from backup and do not have any
control files. How would you go about bringing up this database?
Answer Posted / y. naresh kumar
SQL> RECOVER DATABASE USING BACKUP CONTROLFILE:
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
What is the default port no on which sql server listens? : 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
how can a session indicate its interest in receiving alerts?
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.
Where would you look for errors from the database engine?
What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA
what is the diffrence between core dba and apps dba?
how can you create a user-defined lock?
which background process invoke at the time of upgradation tell me???
What the different topologies in which replication can be configured? : sql server DBA
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
how can you process messages in order asynchronously?
. I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?
What are the commands used in dcl? : sql server DBA
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?