Oracle
 sql >> डेटाबेस >  >> RDS >> Oracle

एक नए डेटाबेस सर्वर पर Oracle 11g RMAN बैकअपसेट कैसे आयात करें?

मैंने कभी इस टूल का उपयोग नहीं किया, लेकिन मैं कुछ मिनटों के लिए गूगल करता हूं, शायद यह आपकी मदद करेगा...

सीधा लिंक: आरएमएपी आयात

Here is the script I use to restore the database from the backup, (I always clean up the database before restoring it.)

* Startup nomout;
* Set dbid xxxxxxxx // This is the dbid of your database
* Run {
Set controlfile autobackup format for device type disk to ''; // e.g. '/ora101/oradata/TAR/%F'
Restore controlfile from autobackup;
}
* Alter database mount; // can't restore without the database mounted
* Restore database; // can't run recover without first restore
* Recover database; // if the backup was from incremental, RMAN will try to apply all the logfiles generated after the backup was started.
* Alter database open resetlogs; 

// संपादित करें:यहां OraFaq से एक और लिंक दिया गया है। ।



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Oracle लांग रॉ समस्या

  2. एकाधिक मानों के साथ एक विदेशी कुंजी सम्मिलित करना

  3. ASP.NET - ORA-04068:पैकेज की मौजूदा स्थिति को छोड़ दिया गया है

  4. SQL तालिका डेटा को टेक्स्ट तालिका के रूप में प्रारूपित करें

  5. ORA-00927:बराबर चिह्न गुम होना