Oracle RMAN Backup & Restore LAB

Поділитися
Вставка
  • Опубліковано 2 лют 2025

КОМЕНТАРІ • 18

  • @elizabethrivera-ve2kb
    @elizabethrivera-ve2kb Рік тому +1

    you are very good at teaching, thank you so much :)

  • @ericksonezekiel4104
    @ericksonezekiel4104 4 місяці тому +1

    Awesome session bro ❤

  • @SulisakVANNASING
    @SulisakVANNASING 7 місяців тому +3

    very nice explanation

  • @shorifulislam923
    @shorifulislam923 3 місяці тому +1

    good explanation

  • @Sajee2009
    @Sajee2009 Рік тому

    Thank you for the very useful video.
    one question. what if auto backup is not enabled and control files are deleted?

    • @DB2_Oracle
      @DB2_Oracle  Рік тому

      You can always create controlfile manually. It is possible but difficult.

  • @nihadawad7340
    @nihadawad7340 6 місяців тому

    Many thanks from Palestine

  • @morshedulislamriaad6496
    @morshedulislamriaad6496 7 місяців тому

    Can you tell me how you setup the environment? I'm new to DBA.

    • @DB2_Oracle
      @DB2_Oracle  7 місяців тому +1

      First Install VirtualBox (Free for personal use)
      Then Download RedHat or Oracle Enterprise Linux (Free)
      Then install OS
      Then Download Oracle Database Software
      Then Install Oracle Software
      Then Create Oracle Database
      All of the Videos are available on my channel

    • @morshedulislamriaad6496
      @morshedulislamriaad6496 7 місяців тому

      @@DB2_Oracle ThankYou very much

  • @SulisakVANNASING
    @SulisakVANNASING 7 місяців тому +1

    I need to award you 100000 stars

    • @DB2_Oracle
      @DB2_Oracle  7 місяців тому

      This means a lot. Thank You.

  • @abrarahmed-ve8kz
    @abrarahmed-ve8kz 8 місяців тому

    sir while recovering the datafile, that time have backup of the database, how rman restore and recover the datafile? is it from the redo log files or what I didnt get it?

  • @gotchihaeyo1825
    @gotchihaeyo1825 6 місяців тому

    Shut Abort
    Startup Mount
    Rman) restore Datafile 5 ;
    Rman) recover Datafile 5 ;
    SQL) Alter database open ;
    Would this work as well with the Datafile 5 online? Thank you !!

    • @DB2_Oracle
      @DB2_Oracle  6 місяців тому +1

      This will work. As you have put the database in MOUNT mode
      However if you want to restore datafile while database is online, you need to mark that datafile offline
      Use alter tablespace command before restore

  • @henryzhong
    @henryzhong 10 місяців тому

    Thank you!