oracle 11g tuning

Want to know oracle 11g tuning? we have a huge selection of oracle 11g tuning information on alibabacloud.com

CentOS 7 Installation Oracle Database 11g Release 2 (11.2.0.4)

Tags: capacity www. Lib BST ksh opening an ace share pictureReference article:Http://www.cnblogs.com/lightnear/archive/2012/10/07/2714247.htmlHttp://www.cnblogs.com/xqzt/p/5456401.htmlHttp://www.cnblogs.com/anzerong2012/p/7528311.htmlFirst, installation environmentCentOS Linux release 7.2.1511 (Core)Oracle Database 11g Release 2 (11.2.0.4)Second, before the installation of 2.1 modify host nameModify the hos

Oracle DataGuard 11g Dual-machine experiment

[[email protected] admin]$ Rman target Sys/[email protected] Auxiliary/Rman> duplicate target database for standby nofilenamecheck;Rman> exitClose the databaseShutdown immediate 5. Start the Redo applicationStartup Nomount;ALTER DATABASE mount standby database; sql> ALTER DATABASE recover managed standby database using current logfile disconnect from session; Database altered.6. VerificationMain LibrarySql> Archive Log ListDatabase Log Mode Archive modeAutomatic Archival EnabledArchive Destin

Oracle 11g 64-bit automatic restart in RHEL (Red Hat EnterPrise Linux) 5.5 64-bit

Oracle 11g 64-bit automatic restart, automatic shutdown command in RHEL (Red Hat EnterPrise Linux) 5.5 64-bit Oracle 11g 64-bit in RHEL (Red Hat EnterPrise Linux, 5.5 64-bit automatic restart and shutdown command: www.2cto.com Log On As an oracle user and enter: vi/etc/init.

Problems and solutions for installing Oracle 11g databases on Windows 10

Label:The Oracle 11g database is installed on Windows 10 and appears many times: a prompt box pops up when the progress bar of the installation is nearing the end. As follows: "Java (TM) 2 Platform standard Edition binary has stopped working; a problem has occurred that causes the program to stop working properly. If a solution is available, Windows closes the program and notifies you of the error messa

Oracle 11g Boot Service starts

I. Modification of/ETC/ORATAB#orcl:/u01/app/oracle/product/11gr2:norcl:/u01/app/oracle/product/11gr2:y change "N" to "Y"Second, modify the/u01/app/oracle/product/11gr2/bin directory Dbstart and DbshutRemove a commentOratab=/etc/oratabChange oracle_home_listner=$1 to Oracle's installation directoryOracle_home_listner=/u01/app/

Oracle 11G Single Instance installation

in the IP of the server650) this.width=650; "Src=" https://s2.51cto.com/wyfs02/M01/96/3C/wKiom1kecpHj5NQQAADdP9jKZ-Y886.png-wh_500x0-wm_ 3-wmp_4-s_1026585633.png "title=" Netca_12 "alt=" Wkiom1kecphj5nqqaaddp9jkz-y886.png-wh_50 "/>Here's the Yes test, and then the end of the same as before, to this Oracle installation deployment has been completed[[email protected] ~]$ lsnrctl start# Start monitoringUnder Start test under

Some basic concepts of Oracle 11g RAC (iv)

following options: ASM This is the preferred storage option for Oracle and is the only configuration supported in the RAC Standard Edition OCFS2 Bare devices are not recommended, not only because they are deprecated by the new Linux kernel, but also not supported in Oracle 11.2 Network File System (NFS) The Red Hat Global file System is only supported in Red Hat and

Oracle 11G R2 uses Rman to build Dataguard environment

wasn't restored from a sufficiently old backupOra-01110:data file 1: '/OPT/ORACLE/ORADATA/TPY100/SYSTEM01.DBF 'Is the standby monitoring is not open, using lsnrctl start, start monitoring, and then open the database will not error.sql> ALTER DATABASE recover managed standby database using current logfile disconnect from session;The test has the following statement:Sql> select sequence#,applied from V$archived_log;Sql> select Process,status from V$man

Oracle Test Environment parameter tuning.

Test environment above Oracle database performance parameter settings1. Close the Recycle BinAlter system set Recyclebin=off2. Modify the size of the redo logThe default size of 11g is 50m if redo file compares small OLTP logs more than the case will cause more redo FileSwitch recommended to modify the default size at DBCA time 500m to 1G better.If you have already created and the table is small, you can ex

Oracle 11g DG Build under Linux

Tags: ada parameter mode space min Ram Create base IAREnvironment: Simulating the creation of the main library use the Install option in the DBCA Start graphical interface option---> select Create and configure a databaseCreate a mock-up library using the Install option in the DBCA Startup graphical interface option---> Check the install database software onlyPreparation using the Oracle 11g Rman feature fo

Oracle 10g upgrade to 11g Training Project

Oracle 10g UPDATE 11g Training Project 1. Project Process:1. Install 11.2.0.3 database software on the server where the Oracle 10.2.0.5 database is located2. Execute dbua in the environment variable 11.2.0.3 and upgrade the Graphical Database.3. Subsequent work: Modify compatible and other operations in spfile2. Modify Linux Kernel Parameters and necessary instal

ORACLE DATABASE 11G RAC knowledge of the cluster concept of a detailed tutorial (i)

undertakes read operations. This architecture is suitable for read-intensive types of applications, and read performance can grow linearly by increasing the number of Slave DB. To avoid a single point of failure in Master DB, the cluster typically uses two Master db for dual-machine hot standby, so the entire cluster has very high levels of read and write availability. In addition to providing Active Standby functionality from 11g, mysql,

Oracle 11g for Redhat 64

=" A18.png "alt=" Wkiom1yto7karfefaafiph9sdx4837.jpg "/>650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/74/E0/wKioL1Yto-PSYIvFAAHacvYcH4Q981.jpg "style=" float: none; "title=" A19.png "alt=" Wkiol1yto-psyivfaahacvych4q981.jpg "/>650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/74/E0/wKioL1Yto-OR9rveAAIsLeQguGY016.jpg "style=" float: none; "title=" A20.png "alt=" Wkiol1yto-or9rveaaisleqgugy016.jpg "/>After waiting for 35, the database is complete, then test it:Simple validati

Solution to ORA-01417 under Oracle 11g

Solution to ORA-01417 under Oracle 11g Today there is customer feedback, there is a SQL on 12C no problem, on Oracle 11g, the error is reported, the error content is ORA-01417: The table can be externally connected to at most one other table. This section analyzes the SQL statements and abstracts them into the followin

When Oracle 11g is exported using EXP, empty tables cannot be exported, and 11 gexp

When Oracle 11g is exported using EXP, empty tables cannot be exported, and 11 gexp I. cause:There is a new feature in 11G. When the table has no data, no segment is allocated to save space.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 export

Location of alert logs in Oracle 11g

Oracle 11g Alert Log location Oracle 11g Alert Log location 1. Obtain ADR-related information by querying the v $ diag_info View ADR(Automatic Diagnostic Repository)--> A a file-based hierarchical data store for managing diagnostic information, including network tracing and logging. Code: sys@ora11g>select * from v$dia

Oracle 11g OCP Notes (14)--database backup and recovery configuration

Tags: Modify OCA res scope control File View 11g routed iOS1. Understanding Backup and Recovery issuesThree indicators related to backup recovery are: MTBF average trouble-free timeMTTR mean failure recovery time.Data loss: How much to lose the book data.There are three advanced options for Oracle RAC Steam and DG that have an impact on performance (good bad)2. Type of failure1) Statement failure: DML state

Some knowledge of the automated collection of statistics by Oracle 11g Systems

stats collection ', operation = Null,window_name = NULL);--Enable automatic collectionEXEC dbms_auto_task_admin. ENABLE (client_name = ' Auto Optimizer stats collection ', operation = Null,window_name = NULL);--View JobSelect Client_name,status from Dba_autotask_client; client_name NB Sp status - ----------------------------------------------------------------------- Auto Optimizer stats collection enabled Auto Space advisor NBSP ;

Summary of problems encountered when oracle 11g uses deferred_segment_creation to create a feature

The following is a summary of the problems encountered when oracle 11g uses deferred_segment_creation to create a feature. Problem 1: You can create tables in all tablespaces. Problem 2: exp cannot export empty tables. Problem 1: Version: oracle 11.2.0.1.0 Select * from v $ version; create user aaa and grant the connect and resource roles to the User, but revoke

Add column feature enhancements in Oracle 11g

restriction can be used only when there is no record in the table or the default value is specified.1.3 DescriptionThrough the above description, I have a certain understanding of add column. Before Oracle 11g, if we want to add a column that is not empty, we need to specify the default value. If the table is very large, after adding the column, update all records in the table and add new default values. T

Total Pages: 15 1 .... 11 12 13 14 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.