|  Short
        Installation Description 
  Download Software or install CD-ROM in ORACLE_HOME, do not create a
        database.
  Set the following registry variables using regedt32.exe in
        HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE
 
          NLS_LANG=AMERICAN_AMERICA.UTF8ORACLE_SID=ARK1
 LOCAL=ARK1
  Check the PATH environment variable, ORACLE_HOME\BIN must be included
  Create the Oracle NT-ServiceNT
 
          oradim -new -sid ARK1 -intpwd <password> -maxusers 20
          -startmode auto-pfile D:\Oracle\Product\8.1.7\Database\initARK1.ora
 Check the Logfile ORADIM.LOG in the current directory. The file
          PWDARK1.ORA  (Password File) was created.
  Create the Oracle Listener-Service with the Net8 Configuration Assistant
 
          
  Start the Oracle Listener-Service, first edit the file
        ORACLE_HOME\network\admin\listener.ora
 
          net start OracleORA816TNSListenerLSNR817  Edit the file initARK1.ora and initARK1.sql and and save them to
        ORACLE_HOME\Database.
  Create the needed directories manually in the NT4 / W2K Filesystem, Oracle does not create
        any directories.
  Create the database with initARK1.sql
 
          svrmgrl@initARK1.sql
 Check the Logfile  Stop and start the database
 
          svrmgrlconnect internal
 shutdown immediate
 startup
  Create Oracle Enterprise Manager Repository
 
          vobsh -c "oem/oem" -o CREATE -p "ALL" If you want you can delete the Repositiory any time later with vobsh -c "oem/oem" -o DROP -p "ALL"  Start Oracle Enterprise Manager Agent
 
          net start oracleAgent80  Recreate Password File for SYS
 
          orapwd file=pwdARK1.ora password=<password>
          entries=20  Set INIT.ORA Parameter
 
          remote_login_passwordfile = exclusive  Set Password File "hidden"
 
          attrib +h pwdARK1.ora  Set Password File non "hidden"
 
          attrib -h pwdARK1.ora  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 on your own Environment. Besides
        this, you should check the initSID.ora Parameters for your Database (Size, Archivelog,
        ...) |