Tags: error:poi information control recover Glob started own variableCold Standby Manual Full recovery1. Manual full recovery of three levels:Recover database: All or most of the datafile are lost and are generally completed in the Mount state.Recover tablespace: Non-critical table space corruption, some data files under the table space can not be accessed, usually in open under the completion.Recover
Operating system Environment: WIndows 2003 Server (32Bit)
Database version: 9.2.0.1 archived mode
Error Symptom: Write Data file 11 o'clock report I/O error, report the following error when trying to recover:
ORA-00283: Recovery session canceled due to error
ORA-01115: IO Error while reading block from File 11 (block #1046535)
ORA-01110: Data file: ' E:\ORACLE\ORA92\DQSBNET\NETREP_DATA. DBF '
Ora-27069:skgf
Size of the datafile recorded in the Oracle database datafile header
Environment: Oracle Databae 12.1.0.2, rhel5.9 x86-64bit
[Oracle @ rhel59 orcl] $ pwd/u01/app/oracle/oradata/orcl [oracle
ONLINESYSTEM/u01/ora10g/app/oracle/oradata/ora10g/system01.dbf AVAILABLE SYSTEMTEST/u01/ora10g/app/oracle/oradata/ora10g/test01.dbf AVAILABLE ONLINETEST/u01/ora10g/app/oracle/product/10.2.0/db_1/dbs/MISSING00006 AVAILABLE RECOVERTEST/u01/ora10g/app/oracle/product/10.2.0/db_1/dbs/MISSING00007 AVAILABLE RECOVERUNDOTBS1/
rename file ' e:/oracle/product/ 10.2.0/oradata/test01. DBF ' to ' e:/oracle/product/10.2.0/oradata/orcl/test01. DBF '; then open the database: Alter DB open, error:
ORA-01113: File 7 requires media recovery
ORA-01110: Data file 7: ' e:oracle/product/10.2.0/oradata/orcl/test01. DBF ', the details do not understand, only know that the data file is considered to be corrupted by the database, need to use Back
CABLEDASD DEVICE
Failure causesUndetermined
Recommended ActionsPerform PROBLEM determination proceduresCHECK PATH
Detail DataPATH IDIt is not difficult to see, due to the late afternoon related errors, resulting in the database IO exception, Oracle automatically offline the file. However, I just lspath check found all OK, actually should also be so, otherwise recover
ALTER DATABASE Create datafile causes the original data file to be lost
We have a client with a small system to recover, after Oracle Database Recovery Check detection We found a strange phenomenon in the Red box section
1. The head of the file is fuzzy No, does not conform to the database unusual crash common sense, also and other files this sta
Case 4:recover DataFile
--New table space, no backup, datafile deleted
Recovery steps: From the library, through the v$recover_file to see the files that need to be recovered, because there is no backup, only the data file offline, data file reconstruction, and then recover dataf
Label:Refer to MOS article:Unable to Drop a datafile from the tablespace Using Alter tablespace Command (document ID 1050261.1)Any of the following conditions cannot be datafile by a drop1) must be empty, otherwise it will be reported: Ora-03262:the file is non-empty. It is important to note that the meaning of non-empty is that there is a extent assigned to table instead of rows in the table.If you do not
1. DUMP DatafileBlock example
There are three types of SCN in a data block of Oracle: The Block header SCN, the CSC (cleanout SCN) and the commit SCN recorded in ITL. If we want to view the content of a block or some blocks, we can dump these blocks to view them.
The dump method is described in the previous article:
Oracle rdba and dba description
Effece ITL (Interested Transaction List) Description
Query
Tags: order margin fast BAE data param code BSP BER
databae = physical files, logical structures that compose physical files
View database name
Sql> Show Parameter Db_nam NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ Db_name string Gaga01 Sql> select name from V$database; NAME --------- GAGA01 Sql> To view the instance name: Sql> Show Parameter Instance_n NAME TYPE VALUE ------------------------------------ ----------- ---
In oracle database, a datafile can be dropped, databasedatafile
Refer to the mos article:Unable to Drop a Datafile From the Tablespace Using Alter Tablespace Command (Document ID 1050261.1)
This datafile cannot be dropped because of any of the following conditions:
1) It must be null, otherwise it will report: ORA-0326
Conditions in Oracle databases where a datafile can be dropped
Conditions in Oracle databases where a datafile can be dropped
Refer to the mos article:Unable to Drop a Datafile From the Tablespace Using Alter Tablespace Command (Document ID 1050261.1)
This
1. DUMP DatafileBlock example
There are three types of SCN in a data block of Oracle: The Block header SCN, the CSC (cleanout SCN) and the commit SCN recorded in ITL. If we want to view the content of a block or some blocks, we can dump these blocks to view them.
The dump method is described in the previous blog:
Oracle rdba and dba descriptionInclueitl (Interested Transaction List) Description
Query the co
Today to increase the data file, the database file name more than one point, although it can be used, but in the operating system to see the file but feel very uncomfortable, check some data, modify the method summarized as follows:
1. Close the database
Sqlplus/nolog
SHUTDOWN;
2. Renaming data files in the operating system
3. Loading the database, modifying the database file name in Oracle
Sqlplus/nolog
START MOUNT;
ALTER DATABASE RENAME FILE
Tags: blog http ar sp file data art Log HTMLV$datafile is information about data files obtained from Oracle's control filesV$datafile_header is from the head of the data fileUnder normal operation, the checkpoint SCN values for both are consistent, but when the datafile is damaged you can use V$datafile_header to determine the starting SCN for the application redo, and v$
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.