Explain how you would restore a database using RMAN to Point
in Time?
Answer / braj123
Requirements for database restore using RMAN point in time:
* database must be running in Archive Log mode.
* Must have the full backup of the database and redologs
of the period from the backup and current time(find by SCN
NUMBERS).
Steps:
> SHUTDOWN IMMEDIATE;
>STARTUP MOUNT;
>RUN
{
SET UNTIL SCN 1000;
# Alternatives:
# SET UNTIL TIME 'Nov 15 2004 09:00:00';
# SET UNTIL SEQUENCE 9923;
RESTORE DATABASE;
RECOVER DATABASE;
}
>alter database open resetlogs;
| Is This Answer Correct ? | 2 Yes | 0 No |
how can you create a user-defined lock?
what is asm?
What is the difference between online backup & offline backup?
Explain what partitioning is and what its benefit is.
When a user process fails, what background process cleans up after it?
how can you process messages in order asynchronously?
what is meant by gateway
which background process will run @ the time of creation of catalog database
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
What are the different ways you can create databases in sql server? : sql server DBA
What is blocking and how would you troubleshoot it?
i want export 50gb data in datapump it will take 2 hours time to complete that how can u export that tell me script ???
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)