16384-n 16384
Fi
Fi
Iii. Install ORACLE software
[Root @ redhat ~] # Su-l oracle
[Oracle @ redhat ~] $ Cd database/
[Oracle @ redhat database] $./runInstaller
Select to install only the database software, and run as root during installation.
[Root @ redhat ~] #/Oracle/or
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
Silent Installation of Oracle 11g R2 in CentOS 5.10
I found many articles about installing Oracle 11g R2 silently in Linux on the Internet, which are messy and varied! Come to the literacy class!
Install Oracle 11g R2 in CentOS 5.
Original: Oracle 11g for Windows Simplified Chinese installation processMy configurationOperating system: Windows Server 2003 SP2Memory: 1024M or more1. Download Oracle 11g AddressHttp://download.oracle.com/otn/nt/oracle11g/win32_11gR1_database_1013.zipBasic InstallationAfter decompression, it can be installed. Execute
Label:I installed Oracle 11g Enterprise this morning and found that it was too much memory, considering the Express version of MS SQL, so I was thinking about trying to try the Oracle 11g Express version, which is the ex version. The following are the specific installation steps. 1, download
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
Tags: Linux oracle 11gOracle 11g installation on Linux
Create the required users and groups
Vim mk_user.sh GROUPADD-G 501 OinstallGROUPADD-G 502 DBAGROUPADD-G 503 OperUseradd-u 501-g oinstall-g Dba,oper Oracle SH mk_user.sh
Create the desired directoryVim mk_dir.sh
Mkdir-p/u01/app/orainventoryChmod-r 775/u01/app/orainventoryMkdir-p/
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
64-bit Windows 8/7 32-bit PLSQL connection 64-bit Oracle 11g, plsql11g64-bit Windows 8/7 32-bit PL/SQL connection 64-bit Oracle 11gNote: Oracle's oci. dll is 64-bit after installation, while 32-bit application PL/SQL Developer cannot loadSolutionStep 1: Download the Instant Client for Microsoft Windows (32-bit) package address: http://www.oracle.com/technetwork/t
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
Then unzipClick setup.exeI'm using the default installation D drive.The database password is Wangxiaofei.NextFirst, on your own Windows 7 flagship edition, Oracle 11g prompts you for errors when "product-specific prerequisite condition checks":In, we can see that when Oracle checks the operating system compatibility, it does not pass the check, at this time, we c
, change back to db_name = 'symp3 ', the same db_name should be set for the same DG -- The following is the configured backup database parameter file, which only lists the modified parts. If the original pfile file contains the same entries, you can comment on it or delete [Oracle @ linux3 ~]. $ Tail-20 $ ORACLE_HOME/dbs/initsybo5.oradb _ unique_name = sybo5log_archive_config = 'dg _ Config = (sybo3, sybo5) 'Log _ archive_dest_1 = 'location =/u01/data
/s99oracle11Ln-s/etc/init.d/oracle11/etc/rc.d/rc5.d/s99oracle11Ln-s/etc/init.d/oracle11/etc/rc.d/rc0.d/k10oracle11Ln-s/etc/init.d/oracle11/etc/rc.d/rc1.d/k10oracle11Ln-s/etc/init.d/oracle11/etc/rc.d/rc6.d/k10oracle11Effect and execution Chkconfig--add Oracle11 is the same.Here, so the setup process is over, let's test it out:#cd/ETC/INIT.DSH oracle11 startAfter executing, look at the Oracle11log file in the/var/log directory, is there a script to start the branch output information?SH oracle11 s
Tags: open fast overwrite selected format finish home record Select1. Find the Repository control file path FirstFind the path to the control file on the repository first, as in the main library, but just in case, check is OK.
Sql> select name from V$controlfile;NAME--------------------------------------------------------------------------------/oracle/app/oracle/oradata/powerdes/control01.
/[emailprotected] /service Take bash for example, such as the above password [email protected] situation, at this time need to write:sqlplus username/\ "[email protected]\ ] because "itself is a meta-character in bash. To pass "itself as part of a reference to Sqlplus." It must be escaped. finally recommend a ORACLEDBA book, the book has a lot of Oracle terminology and principles of very clear, just a slightly rough translation, it is recommended to
Before Oracle 11g, adding a column to a large table and setting the default value would be a tragedy. sometimes you have to select the online redefinition function to achieve this requirement. adding new columns and setting the default values in 11 GB only allows you to modify the data dictionary to achieve this function, greatly improving the efficiency.Add 10g columns (default)
SQL> select * from
Tags: blog http os io strong file data forNothing to do, want to re-install Oracle 11g, recorded as follows:(1) First stop all Oracle services in the service;(2) Start, oracle-oradb11g_home1, Oracle installation products, Universal Installer, click "Uninstall Product"-"Expan
1. DB_BLOCK_CHECKSUM parameter description
Before Oracle 10.2.0.3:
DB_BLOCK_CHECKSUM has two options: TRUE and FALSE. The default value is TRUE.
In Oracle 10.2.0.3:
DB_BLOCK_CHECKSUM has three options: OFF | TYPICAL | FULL. The default value is TYPICAL.
In Oracle 11g:
DB_BLOCK_CHECKSUM has five options: OFF | FALSE | T
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.