Oracle EBS Instance Cold Backup method (Cold Backup)

Source: Internet
Author: User

Oracle EBS Instance Cold Backup method (Cold Backup)1. Disable Oracle Application Server and DB Server
2. SSH to Server using oracle users (Database Management Users)

3. Create a backup directory

4. Copy all the files in the DATA_TOP directory (/u01/oracle/instance/db/apps_st/data) to the backup directory.$ Cp-r/u01/oracle/instance/db/pai_st/data/*/backup_dirHow to view EBS Instance data files, log files, Database Control files, and tablespace files

  1. SELECT Name FROMV $ datafile;
  2. /U01/oracle/instance/db/apps_st/data/xxx. dbf
  3. SELECTMemberFROMV $ logfile;
  4. /U01/oracle/instance/db/apps_st/data/logx. dbf
  5. SELECT Name FROMV $ controlfile;
  6. /U01/oracle/instance/db/performance_st/data/cntrl0x. dbf
  7. SELECTT.NAME "Tablespace", F.NAME "Datafile"
  8. FROMV $ TABLESPACE t, V $ DATAFILE f
  9. WHERET. TS # = f. TS #
  10. ORDER BYT.NAME;
  11. /U01/oracle/mc3yd213/db/apps_st/data/xxx
  • 1
  • 2
  • Next Page

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.