Home

Sunday, July 30, 2023

Backup oracle home through tar command

Steps to take oracle home backup through tar command
  0)Dbname1:/u01/app/oracle/product/12.1.0/dbhome
  1)Go to oracle home cd /u01/app/oracle/product/12.1.0/
  2)ls -lrt
  3)run this command tar -czvf     /bkup/datapump/dbname1/dbname1_bkp_node1.tar.gz dbhome
  4)This is my backup location /bkup/datapump/dbname1

This will create a .tar.gz file in /bkup/datapump/dbname1 location

  Steps to take grid home backup through tar command
  0)ASM1:/u01/app/grid/product/12.2.0/grid
  1)Go to oracle home cd /u01/app/grid/product/12.2.0
  2)ls -lrt
  3)run this command tar -czvf     /bkup/datapump/asm1/grid_bkp_node1.tar.gz grid
  4)This is my backup location /bkup/datapump/asm1

This will create a .tar.gz file in /bkup/datapump/asm1 location


Enjoy the work and do like me if you like this article!!!

Latest Posts

Number of failed login attempts exceeds threshold value

Number of failed login attempts exceeds threshold value alert message comes from OEM. How to check what and which user is causing this? how ...

Popular Posts