Read about oracle data integrator 11g cookbook, The latest news, videos, and discussion topics about oracle data integrator 11g cookbook from alibabacloud.com
Configuring the Oracle 11g Data Guard (logical standby) Oracle Data Guard logical standby database based on the same host uses a backup of the master database to first create a physical standby database, then convert it to a logical standby database. After that, the master d
Before Oracle 11g, the physical Standby database (physical Standby) cannot be opened when applying redo, but can only be mounted. Starting from 11g, when applying redo, the physical standby database can be in read-only mode, which is called Active Data Guard. With Active Data
Content
Data Pump provides different export modes to detach different parts of the database. Specify the mode by entering appropriate parameters in the command line. The following are available export modes:
Full Export Mode
Schema mode
Table mode
Tablespace mode
Transportable Tablespace mode
Oracle 11g Release 1 (11.1)
views are primarily v$ views, which are named because the views are constantly updated to reflect the health of the current instance and database. Dynamic performance tables are used to record the activity of the current database, only during the database run, and the actual information is taken from the memory and control files. DBAs can use dynamic views to monitor and maintain databases. Illustrate the use of dynamic Data dictionariesAs can be see
The recent discovery of Oracle 11g on a cloud server in the Export Times error is as follows:.... Exporting Post Table Activity. Exporting the manifested view. Exporting snapshot logsEXP-00008: Encountering ORACLE Error 1455ORA-01455: Converting column overflow integer data typeEXP-00000: Export termination failedSearc
Tags: http io using file SP data on code AD1, download Oracle 11g R2 version of Windows, the official following:Http://download.oracle.com/otn/nt/oracle11g/112010/win32_11gR2_database_1of2.zipHttp://download.oracle.com/otn/nt/oracle11g/112010/win32_11gR2_database_2of2.zip2. Unzip two compressed packets into the same directory (the default is database).3, execute
troublesome because complicated triggers are also compiled after the history tracking table is created to ensure that the historical data is precisely tracked.
The capture of historical information is also very efficient, because the Oracle 11g specially modified the kernel to minimize the performance overhead of historical
Tags: style blog color using file data sp div problemThe backup file was exported from 11g with the exp command, and the above error occurred with IMP Import under 10g, in the case of a lower version of the backup that does not support a higher version, so the use of 11g test, or the above problem.In fact, the size of the table space is not enough, the following
The mofei theorem verifies everything that exists, so the Oracle 11g installed on RedHat is hit. I was careful when installing the machine and did not dare to restart the machine (because it was my first installation, so I was particularly worried). I was afraid of problems, so I did not close the machine after the installation was successful. Just a few days ago, the power was cut off due to
Oracle 11G Single Instance uses asm, and test the migration of data files to other disk groups 1. configure/etc/hosts network vi/etc/hosts192.168.1.181 asm asm.oracle.com 1. disable FIREWALL 2. disable SElinux vi/etc/selinux/config => SELINUX = disabled 2. create a user and group groupadd-g 5000 asmadmingroupadd-g 5001 asmdbagroupadd-g 5002 asmopergroupadd-g 6000
BKJIA quick translation]
This article gives a brief overview of Data Pump enhancements in Oracle Database 11g R1, including the following:
◆ COMPRESSION)
◆ Encryption parameters
A. ENCRYPTION and ENCRYPTION passwords ENCRYPTION and ENCRYPTION_PASSWORD)
B. Encryption Algorithm ENCRYPTION_ALGORITHM)
C. encryption mode ENCRYPTION_MODE)
◆ Transmit TRANSPORTABLE)
◆ Pa
=scott:tom View the results of the import, using the Tom user connection Export Table Space Create a table AA on the XX table space and insert a record for the table Export Table Space Delete data files while table space xx is deleted The AA table is gone. Import Table Space Before you import a tablespace, you need to create a table space of XX Import Table Space xx Verify that the AA table recovers back. Export Full Library [Email protected]]$
;ConfigurationName:c1Enabled:yesProtection mode:maxavailabilityDatabases:Dg-primary DatabaseProd1-physical Standby DatabaseFast-start failover:disabledCurrent status for "C1":Warning:ora-16610:command "EDIT DATABASE prod1 SET Property" in progressDgmgrl> Switchover to PROD1Performing switchover now, please wait ...New Primary Database "Prod1" is opening ...Operation requires shutdown of instance "DG" on Database "DG"Shutting down instance "DG" ...Ora-01109:database not openDatabase dismounted.OR
ORACLE 11G Data Guard role conversion, 11 gguard1. ORACLE login uard Role SwitchingDataGuard is now the mainstream disaster tolerance solution. Due to its strong adaptability to the network, it can adopt synchronous real-time transmission mode and asynchronous delay transmission mode, it can even become a remote disast
conversion is complete, you can reset the standby run mode as needed.
The operating mode of the conversion repository is because the standby is running in maximum protected mode and cannot be failover, and if the primary library is running in maximum protected mode and the standby is in communication, the SQL operation to change the standby to the best performance mode will not succeed. Because the failover operation moves the main library out of the Dataguard configuration, these features
New Features of Oracle 11g Flashback Data Archive instance, 11 gflashback
Flashback Data Archive (flash back log archiving) is actually used to save undo Data for a long time. For some important tables, you can customize the retention period of their historical records, its
stops the SQL app to activate the main library. Without the finish apply clause, the current target repository does not apply redo logs that have not been applied until the target repository is transferred to the primary library role. 5. Recover other repositories after failoverEnsure that other existing repositories continue to provide protection for the new primary library.6. Back up the new main libraryAfter failover is executed, it is a necessary security measure to back up the new primary
Tags: ACL director style BSP exp ora PWD Benefits users[Email protected] ~]$ mkdir datadump[Email protected] ~]$ CD datadump/[Email protected] datadump]$ pwd/home/oracle/datadump sql> Create or replace directory DIR_DP as '/home/oracle/datadump '; Directory created. Sql> Grant Read,write on directory DIR_DP to Scott; Grant succeeded. Export a specified row in a table [[email protected] datadump]$ EXPDP scot
V$parameter
Record values for all items in the initialization parameter file
V$lock
Set all information for an object lock by accessing a database session
V$session
There's a conversation message.
V$sql
Log details of SQL statements
V$sqltext
Record statement information for an SQL statement
V$bgprocess
Show background process information
V$process
Information abo
There is a new feature in 11G. When the table has no data, no segment is allocated to save space.
Solution:
1. insert a row and then roll back to generate a segment.
This method inserts data into an empty table and then deletes it, resulting in a segment. An empty table can be exported.
2. Set the deferred_segment_creation parameter.
Show parameter deferred_segme
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.