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 |
What are the different ways of moving data or databases between servers and databases in SQL Server?
How can you enable a trace for a session?
What are the ways tablespaces can be managed and how do they differ?
What is the difference between online backup & offline backup?
Name a tablespace automatically created when you create a database.
Explain about your sql server dba experience? : sql server DBA
How to make a replica of existing oracle server to another server?
how can you connect from 10g user to 11g user??
What are the different types of indexes available in sql server? : sql server DBA
What is a system database and what is a user database? : sql server DBA
what is ora 600?
You have just compiled a PL/SQL package but got errors, how would you view the errors?
Oracle (3253)
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)