How to Interpret the oraparam.ini File [ID 237097.1]

 

 

goal: How to Interpret the oraparam.iniFile

 

fact: OUI - Oracle Universal Installer

 

 

fix:

    Theoraparam.ini is a configuration file that contains the initializationparameters for Oracle Software Installer. It is located in the 'install' directory on the CD ROM. This articledescribes the various parameters that can be set in the oraparam.ini file.

 

[Oracle]

DISTRIBUTION

Set to TRUE if the ORAPARAM.INI file is ona distribution media. A distribution media can be a CD-ROM or the Web.

 

SOURCE

Location of the products.jar file. Thislocation is relative to the directory where oraparam.ini exists.

 

LICENSE_LOCATION

Location of a text file for Licenseinformation. This location is relative to the directory where oraparam.iniexists.

 

JRE_LOCATION

Relative location of  the Java Runtime Environment (JRE) which willbe used by the Oracle Universal Installer

 

OUI_LOCATION

Relative location of the Oracle UniversalInstaller files

 

JRE_MEMORY_OPTIONS

Set these variables to influence thebehaviour of JRE. 

ie. max heap size for java (-mx), startupsize of java heap (-ms), disabling JIT (-nojit).  You should increase the -mx and -ms values ifyou're getting out of memory errors.

 

DEFAULT_HOME_LOCATION

The default location for the Oracle Home.

 

DEFAULT_HOME_NAME

The default name for the Oracle Home.

 

NO_BROWSE

List directories which you do not want tobrowse. These are typically large directories which will take a long time tolist.

 

HLP_LOCATION

For future use only

 

EWT_LOCATION

For future use only

 

NLS_ENABLED=TRUE

Set to TRUE for the Oracle UniversalInstaller to enable NLS support. Set to FALSE to disable the installationsession translations. The Oracle Universal Installer displays in English evenif you run on a non-English system.

 

BOOTSTRAP=FALSE

In the case of installing products thatspan multiple CDs, a "bootstrap" occurs in which temporary copies ofOUI and JRE are placed in the TEMP or TMP directory so that these applicationscan be launched when you change CD-ROMs.

Setting the BOOTSTRAP variable to TRUEinforms the Oracle Universal Installer to copy the Oracle Universal Installerclasses and the JRE executables to a temporary directory where you can launchthem; thereby freeing the CD device.

 

 

[IMAGES]

To show advertisements during an install,you must specify each image as a separate variable.

 

 

An example oraparam.ini is:

[Oracle]

DISTRIBUTION=TRUE

SOURCE=../stage/products.jar

LICENSE_LOCATION=

JRE_LOCATION=../stage/Components/oracle.swd.jre/1.1.8.10.

0/1/DataFiles/Expanded/jre

OUI_LOCATION=../stage/Components/oracle.swd.oui/2.0.1.6.0/1/DataFiles/Expanded

JRE_MEMORY_OPTIONS=" -mx48m"

DEFAULT_HOME_LOCATION=\oracle\ora90

DEFAULT_HOME_NAME=OraHome90

NO_BROWSE=

HLP_LOCATION=

EWT_LOCATION=

NLS_ENABLED=TRUE

BOOTSTRAP=TRUE

 

 

[IMAGES]

FILE1=images/o9i_1.gif

FILE2=images/o9i_2.gif

 

 

 

 

-------------------------------------------------------------------------------------------------------
Blog:http://blog.csdn.net/tianlesoftware 
Weibo: http://weibo.com/tianlesoftware
Email: [email protected]
DBA1 群:62697716(满);   DBA2 群:62697977(满)   DBA3 群:62697850(满)   
DBA 超级群:63306533(满);  DBA4 群: 83829929(满)  DBA5群: 142216823(满)  
DBA6 群:158654907(满)   DBA7 群:69087192(满)   DBA8 群:172855474
DBA 超级群2:151508914  DBA9群:102954821      聊天 群:40132017(满)
--加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请

你可能感兴趣的:(java,oracle,File,Parameters,installer,variables)