ORA-01110ORA-01180 error reported when rman backup is restored to an exception
ORA-01110 ORA-01180 error reported when rman backup is restored to an exception
[Oracle @ server1 ORACLE] $
Think twice about asking me today: Rman backs up the meaning of%a in format formats.
In fact, Oracle's documentation has this statement:
%a
Specifies the activation ID of the database.
But the description is not clear. In fact, junsansi means that the corresponding information of this%a is reflected in the database.
Let's take a look at this value in the
Analysis on the reason why the RMAN backup file is much larger than the database size
When talking with the customer, the customer proposed that the database size is only 40 GB, but the file backed up by RMAN is 80 GB, And the DUM
The rman backup script in the Oracle database is very practical.
The rman backup script in the Oracle database is very practical.
Query character sets
SQL> select * from nls_database_parameters;
NLS_CHARACTERSETAL32UTF8
Character
The rman backup script in the Oracle database is very useful for querying the character set SQLgt; select * fromnls_database_parameters; NLS_CHARACTERSETAL32UTF8
The rman backup script in the Oracle database is very useful for que
If the backup is not recoverable, then it is useless. RMAN provides a way to check database restore capabilities without having to restore the database, and provides several check options for the user.
1. Restore Preview command
This command lets you see which backup set t
/rman/backup_lv0. SQLFi
5. Specify the crontab script$ Crontab-e30 20 *** sh/Data/script/rman/rman_backup.sh;
How does rman restore Incremental backup?
First, you must have a backup of level 0. Otherwise, no matter how many incremental backups are set, the
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
thread1ora-00289:suggestion:/u01/oracle/product/flash_recovery_area/orcl/archivelog/ 2016_10_20/o1_mf_1_47_%u_.arcora-00280:change1995899forthread1isin sequence #47Specify log:{Found control file inside can't find sequence#47, and then only a redo log location to try, and finally succeededsql> ALTER DATABASE Open;alter database Open*error at line 1:ora-01589:must use Resetlogs or noresetlogs option for DA Tabase opensql> ALTER DATABASE open Resetlogs;database altered.Finally open the database,
the original database (operate on the original database)Because DBID needs to be set during the recovery process, you need to find the DBID of the original databaseSQL> select dbid from v $ database;DBID----------1820932955 ----- The following operations are not described in detail. All operations are performed on the target database -----3. Use ftp to copy the backup set in the original database to the directory of the target database/u02/ftp/(the s
target database -----3. Use ftp to copy the backup set in the original database to the directory of the target database/u02/ftp/(the specific operation is omitted)4. Create the following directory on the new machine:Mkdir/u02/mydbMkdir-p/u02/mydb/oracl/{adump, bdump, cdump, dpdump, udump, pfile}Mkdir-p/u02/mydb/oradata/oraclMkdir-p/u02/mydb/flash_recovery_area5. Create a password fileOrapwd file =/u01/app/
bytesVariable Size 385876996 bytesDatabase Buffers 239075328 bytesRedo Buffers 5623808 bytesSYS @ bys1> exit3. Use the prepared backup script for full backup-note that df-h is used to determine that the Backup Directory has sufficient space.
[Oracle @ bys001 ~] $ Cat fullback. shRman log/home/oracle/backfull-'date + %
Oracle rman backup and RestorationRMAN supports Incremental Backup: databases, tablespaces, and data files.Only used blocks can be backed up as backup setIng between tablespaces and data files: dba_data_files/v $ datafile_headerIn noarchivelog mode, you can use RMAN to back
RMAN-03002, RMAN-06059, ORA-19625 and ORA-27037 When Running RMAN Backup of Archivelogs, rman-03002rman
When RMAN backs up the database, the following error message is displayed:
Starti
During the inspection today, we found that the RMAN backup of one server was abnormal and failed to be properly backed up for a while. Check the script. The scheduled task list is normal. Check the/var/log/cron content. An exception was reported when I created a 1.txt file on the mount point. Content: Mount: block device/dev/emcpowerc1
Nocatalog way: With control file as a catalog, every backup to the controlling files to write a lot of backup information, control files will have more and more backup information, that is, Rman backup information written in the l
A Some advantages of RMAN backup
1. RMAN detects and reports corrupted blocks of data.
2. RMAN can connect to the backup database without having to put the table space into hot backup mode. Additional build redo logs are generat
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.