database recovery.

  • you can recover database using RMAN

    tool.

    your database should in archieve mode.

    command;

    first open the database.

    after that make RMAN connnection.

    type

    RMAN>shutdown immediate

    RMAN>startup mount

    RMAN>backup database;

    RMAN>sql ?alter database open?;

    it is RMAN offline backup;

  • And the question is?

    Moreover, this is a SQL Server forum: no Oracle experts here.

    -- Gianluca Sartori

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply