Pular para o conteúdo

Fóruns Banco de dados Oracle Recuperação BD pelo enterprise Manager Recuperação BD pelo enterprise Manager

#98618
jsouza10
Participante

    Segue conforme solicitado, mais note que solicita que start a instancia usando o resetlogs ou noresetlogs.
    SQL> startup
    ORACLE instance started.

    Total System Global Area 772472832 bytes
    Fixed Size 2163680 bytes
    Variable Size 612371488 bytes
    Database Buffers 155189248 bytes
    Redo Buffers 2748416 bytes
    Database mounted.
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open

    SQL> select instance_name, status from v$instance;

    INSTANCE_NAME STATUS


    senior MOUNTED

    SQL>