14 Nov 2024

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;

No comments:

Post a Comment

Was this Post Helpful?

Feel free to suggest your opinions in the comments section!