|
Short Guide to install Oracle 9.2.0 on Windows 2000 |
|
|
On Oracle Technet (http://technet.oracle.com) you can find the distribution for Oracle 9i The following short Guide shows how to install and configure Oracle 9.2.0 on W2K. You may download our Scripts to create a database, we suggest this way and not using the Database Configuration Assistant Besides these scripts, you can download our NET configuration files: LISTNER.ORA, TNSNAMES.ORA and SQLNET.ORA. rejabusaf For our installation, we used the following ORACLE_HOME AND ORACLE_SID, please adjust these parameters for your own environment. ORACLE_HOME =
D:\Oracle\Product\9.2.0 |
|
|
Short Installation Description
1. Create
directories Disk1, Disk2 and Disk3.
NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
The ORADIM utility is a command line tool that is available with the Oracle9i database. When you use the ORADIM utility, a log file called oradim.log opens in ORACLE_BASE\ORACLE_HOME\database, or in the directory specified by the ORA_CWD registry parameter. All operations, whether successful and failed, are logged in this file. You must check this file to verify the success of an operation. Create the W2K Service with the following command (all in one line): oradim -new
-sid ARK2 -intpwd <password> -maxusers 20 -startmode auto
The database directories must be created manually in the W2K Filesystem, Oracle does not create any directories. Usually the following directories must be created: Drive 1 oradata/ARK2/ctl Drive 2 oradata/ARK2/adm/bdmp
sqlplus /nolog Check the Logfile
sqlplus /nolog Install Oracle Options You may want to install the following Options: o Oracle JVM o Orcale XML o Oracle Spatial o Oracle Ultra Search o Oracle OLAP o Oracle Data Mining o Example Schemas Requirements Make sure, your INIT.ORA
Paramaters SHARED_POOL_SIZE shared_pool_size = 200000000 Script to Install 9i JVM / Options From your W2K command shell type ... install_options.bat ... and check the generated logfiles. Download Scripts for NT / W2K These Scripts can be used as Templates. Please note, that
some Parameters like ORACLE_HOME, ORACLE_SID and PATH must be adjusted for
your own Environment. Besides this, you should check the initSID.ora
Parameters for your Database (Size, Archivelog, ...)
|