restore oracle database from rman backup with different name
restore oracle database from rman backup with different name
Alibabacloud.com offers a wide variety of articles about restore oracle database from rman backup with different name, easily find your restore oracle database from rman backup with different name information here online.
and Real Application testing optionssql>sql> create SPFile from pfile= '/oracle/pfile.12 '; File created. Sql> Startup Nomountoracle instance started. Total System Global area 1453092864 bytesfixed size 2213416 bytesvariable size 855640536 bytesdatabase buffers 587202 560 Bytesredo Buffers 8036352 bytessql>Then re-Rman quit login to perform the alter operation, you can alter the
'/oradata/{db_name}/rman_backup/full.bak ';rman> restore Controlfile from '/oradata/{db_name}/rman_backup/full.bak ';
5 exiting Rman and then back into Rmanrman> shutdownRman> EXITbin]$./rman Target/Rman> Startup Mount
6 See if the control file is usedRman> Show All;Using t
grant recovery_catalog_owner the following permissions:SQL> create user rmanuser identified by rmanuserTemporary tablespace TEMPDefault tablespace tbs_rmanQuota unlimited on tbs_rman;
C. Assign PermissionsSQL> grant recovery_catalog_owner to rmanuser;
3. Create a catalog
# Sometimes directly using rman linux will consider it as its own command, so it is safer to add full path.> $ ORACLE_HOME/bin/rman
the Oracle networking configuration using TNSNames or a equivalent for Both the target and recovery catalog instances:RMAN>Connect Catalog Rcat/Rcat@rman;--Connect to the recovery catalog database Rman-00571:===========================================================RMAN-00
;}
Example 2: the disk where the system tablespace data file is located is faulty
The backup database (Omitted) deletes the data files corresponding to the system tablespace. Start the database to the mount status. Before restore database, run set newname to specify a new
Preparation of RMAN backup policy for the DG Environment Database
Preparation of RMAN backup policy for the DG Environment Database:Primary database (Primary)
Full database backupArchiv
Data export: 1 full export of database test, user Name System Password Manager exported to D:\daochu.dmp exp System/[email protected] file=d:\daochu.dmp full=y data import 1 Import the data from the D:\DAOCHU.DMP into the test database. Imp System/[email protected] file=d:\daochu.dmp above may be a problem, because some tables already exist, and then it is an err
Tags: full backup incremental backup data restoreScenario: Sunday full Backup, Monday, Tuesday incremental backup, Wednesday problems, found after a few minutes;Installation of the database:
yum install mariadb-server-y
systemctl start mariadb
yum Install percona-xtrabackup-
different using this parameter to convert#SET Log_file_name_convert ', '----if the log file path is different using this parameter to convert#SET sga_max_size 200M----Set the SGA size#SET Sga_target 125MSET "Db_unique_name" = "Foou" COMMENT "is a duplicate"SET log_archive_dest_2= "Service=inst3 ASYNC REGISTERValid_for= (Online_logfile,primary_role) "SET fal_server= "Inst1" COMMENT "is primary"Nofilenameche
In an Oracle database, Rman backs up a lot of scripts, and here's a case of how a shell script can be backed up by Rman, and FTP uploads the Rman backup file and the archive log file script.
fullback.sh inside call
In previous articles, we introduced the actual Oracle RMAN backup operations and some common commands. We all know some commands in Oracle RMAN backup. In the actual environment, it is impossible for DBAs to require one command fo
Oracle rman catalog backup and recovery, rmancatalog
1. Lost control fileStart the database to nomount: restore controlfile from autobackup/restore controlfile from '+ data/backup/contr
The duplicate/resotre/recover method of rman on a hybrid platform is as follows:
(1) Use active database duplicate. This is only available for 11 grman.
(2) Use the duplicate of image copies or backup sets.
(3) Use the resotre and recover of image copies or backup sets.
Note: In addition to convert
: (Wending.lk is the source of the name of the library, to ensure that the source library has been started listening)
$ nohup rman target sys/iamwangnc@192.168.137.199:1521/wending.lk auxiliary/@recover. RCV Log Recover.log
$ tail-50f Recover.log
...
Database opened
Finished Duplicate Db at 2008-11-21 13:02:39
The following error occurred while regulating
Eight Copy
Introduction to 8.1 image replicas
RMAN can create database data files, archive redo logs, or exact copies of control files. The Rman copy is a copy of these files, and the difference is only in the name and location changes. We don't
You need to consider backup
In the previous examples, we have some knowledge about it and tried some commands related to Oracle actual RMAN backup. However, in the actual operating environment, it is impossible to require DBAs to execute a command and a command to repeat the previous chapter. We are determined to optimize the work.
Therefore, we should write a script and put it on the serve
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.