Oracle
 sql >> Teknologi Basis Data >  >> RDS >> Oracle

Bagaimana cara mengimpor backupset Oracle 11g RMAN di server database baru?

Saya tidak pernah menggunakan alat ini, tapi saya google beberapa menit mungkin ini akan membantu Anda...

Tautan Langsung: Impor RMAP

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; 

// EDIT:Ini adalah tautan lain dari 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. nomor atau jenis argumen yang salah dalam panggilan ke P_AA

  2. Oracle mendapatkan nilai checksum untuk potongan data yang ditentukan oleh klausa pilih

  3. Tidak dapat menggunakan kolom filter dari tampilan log yang terwujud di Tabel

  4. Bagaimana cara menghapus semua tabel pengguna?

  5. Apakah ini kemungkinan bug Oracle atau saya melewatkan sesuatu?