Oracle 11g R2 installation manual (Graphic tutorial) For Windows 7 flagship EditionBy GLC 2010/5/12 XiDian University http://hi.baidu.com/glc4001. Download Oracle 11g R2 for Windows, as shown belowOfficial Website: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. Extract the two packages to the s
Oracle 11g R2 Software Download URL favorites
Record
To download the software on OTN, you need an OTN free account. However, if you download the software through thunder, you do not need to log on to OTN.
Win64
Http://download.oracle.com/otn/nt/oracle11g/112010/win64_11gR2_client.zip
Http://download.oracle.com/otn/nt/oracle11g/112010/win64_11gR2_database_1of2.zip
Http://download.oracle.com/otn/nt/oracle11g/112010/win64_11gR2_database_2of2.zip
Win32
Ht
1.2 requirement Software Installation
A typical development environment includes the following components:
Jdeveloper-refer to 3.1 "installing Oracle jdeveloper ."
Webcenter extension bundle-please refer to 3.2 "installing the webcenter extension bundle ."
Supported database-(optional) for example, Oracle Database 11g.
Supported content repository-(optional) Example: Universal Content Management (UCM) 11g
mounted.
SQL> show parameter memory_target
Name type value
-----------------------------------------------------------------------------
Memory_target big integer 1344 m
-- Memory_target has 1344 MB.
[Root @ Rac1 ~] # DF-lH
Filesystem size used avail use % mounted on
/Dev/sda3 14 GB 11g 2.4g 83%/
Tmpfs 978 m 88 K 978 m 1%/dev/SHM
/Dev/sda1 194 m 46 m 139 m 25%/boot
-- The tmpfs is only 978 MB. I have modified this parameter when installing DB:
[Ro
Oracle 11G R2 RAC modify archive Mode
The non-archive mode is used by default after the database is created. You need to modify it.
Recommended reading:
Oracle 11g rac ocr and db_unique_name Configuration
Reconfigure and uninstall Oracle 11GR2 Grid Infrastructure
Test the first method:
SQL> archive log list;
Database log mode No Archive Mode
Automatic archival Disabled
Archive destination USE_DB_RECOVERY_FI
default yum source speed of the system is often unsatisfactory and all components are connected overseas. In order to achieve quick installation in China, you must modify the yum source.
Http://mirrors.163.com/http://mirrors.sohu.com these two domestic sources.
Run the following command.
Cd/etc/yum. repos. d
Mv CentOS-Base.repo CentOS-Base.repo.bak
Wget http://mirrors.163.com/.help/centos-base-163.repoor wget http://mirrors.sohu.com/help/CentOS-Base-sohu.repo
Run yum makecache to generate Cach
We have previously introduced the virtual columns and read-only tables in the new Oracle 11g feature. Today we will introduce another new feature, the combined trigger.
In earlier versions of Oracle, you can use the FOLLOWS keyword to control the trigger execution sequence. For example:
01
CREATE OR REPLACE TRIGGER XXX_TRG
02
BEFORE INSERT
03
ON XXX_TABLE_NAME
04
REFERENCING NEW AS NE
Flashback is based on the content in the undo segment. Therefore, due to the undo_retenton parameter, to use the flashback feature, you must enable automatic tablespace revocation.
Oracle flashback data archive (FDA) is a new feature in Oracle11g. By storing changed data to another created flashback archive ), different from undo, you can set a separate storage policy so that it can return to the old data before the specified time without affecting the undo policy. In Oracle
In general, Oracle 11g R2 RAC provides the following features:
High Availability: shared-everything mode ensures that services are not stopped when a single node fails, and other nodes in the cluster will take over quickly
Scalability: multiple nodes share the load and can provide processing capabilities far beyond that of a single database. Addition and deletion of nodes can be completed online without downtime
Ease of use: multiple databases ca
The focus of this article is "Join clause (join_clause)", rather than table join itself.
Content
The table and its data used in this article
Oracle 11g R1 (11.1) join clause (join_clause)
Inner Joins)
Cross-join)
Outer Join (Outer Joins)
Natural Joins)
References
The table and its data used in this article
Department table DEPT
Employee table EMP
Oracle 11g R1 (11.1) join clause (join_clau
If the prompt says no... /oracle/11g/Solaris/j2ee/oc4j_applications/applications/em. ear file.
After downloading the Oracle 11g, decompress the package and there are two folders. This error occurs because the file copy is incomplete, you only need to merge the database \ stage \ Components in the second part with the database \ stage \ Components in the first part, and then install the component.
If this
Oracle Clusterware 11g 2nd and later versions. For Oracle 11g 2nd and later versions, password-free SSH is required.
This command writes the DSA public key ~ /. Ssh/id_dsa.pub file to write the private key ~ /. Ssh/id_dsa file.
Do not distribute the private key to any user who has no permission to install the Oracle software.
Repeat steps 1st to 4th for all other nodes (bkjia2) that use the DSA key that yo
In the Oracle 11g environment, you can use utl_smtp to create a storage process for sending mails, 11gutl_smtp
If there are too many email storage processes on the internet, I will not forward them. Let's make a simple example;
Create or replace procedure Send_mail (mail_body varchar2) is smtp_conn utl_smtp.connection; user_name varchar2 (20): = encrypt ('username @ email.com '); user_paswd varchar2 (20): = encode (utl_encode.base64_encode (utl_raw.c
In Oracle11g, you can easily locate the current trace file, that is, access the view v $ diag_info.Store @ TEST> select * from v $ version;
BANNER--------------------------------------------------------------------------------Oracle Database 11g Enterprise Edition Release 11.2.0.1.0-ProductionPL/SQL Release 11.2.0.1.0-ProductionCORE 11.2.0.1.0 ProductionTNS for Linux: Version 11.2.0.1.0-ProductionNLSRTL Version 11.2.0.1.0-ProductionStore @ TEST> set l
database (DBCA)
Some people say: It turns out that there was a problem with node consistency, but all my checks passed.
**************************************** ************************************
[Root @ rac1 ~] #/Opt/app/grid/root. shRunning Oracle 11g root. sh script...
The following environment variables are set:
ORACLE_OWNER = grid
ORACLE_HOME =/opt/app/grid
Enter the full pathname of the local bin directory: [/usr/local/bin]:
Copying dbhome
Friends who use Oracle 11G may have struggled with this problem. The data exported by the exp command may be inexplicably missing some tables, during the analysis, we will find that these tables are empty tables with no records inserted. The cause is that oracle 11g introduces a new feature. When the new table is not inserted, the server does not create a segment for this table by default to save storage sp
Oracle 11g realbench 2 (11.2.0.1) reports an error when exporting an empty table. After checking the cause, it turns out that an optimization was made in this version. During table creation, no storage space is allocated. The storage space is allocated only when data is inserted for the first time. This saves a lot of storage space when there are many empty tables in the system. However, if the system only has a small amount of space, it is unnecessar
This article describes the process of installing Oracle 11g on RHEL 6.3. You can download RHEL from many image sites, such as Oracle 11g, note that the version 11.2.0.3 is used in this article. Currently, this version is not available for download only for paid accounts, if you need this version, you can contact me by email, readers can download the published version, download 1, download 2.
When installing
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.