Basic RMAN commands

 

  • To check the current status of the target database:

    RMAN> show all;
  • To start a backup:

    RMAN> backup database;
  • To list backups:

    RMAN> list backup;

Leave a Reply

Your email address will not be published. Required fields are marked *