|
Versions Oracle: 8i, 9i, 10i, 11i
Download your installation kit:
oracle.zip
Server installation
Execute the following scripts to create the database
In every script, the string SCHEMA is replaced by your string
- Create tables : table.sql
- Creating index : index.sql
- Creating triggers :trigger.sql
- Insert in database : insert.sql
- Create the user who has access to database
Client installation
Install the driver Oracle
Update the TNSNAMES.ORA to add the database
Execute ORACLE.REG and then, modify the following string values:
- "Schema"=NAME OF YOUR ORACLE SCHEMA.
(The point is important)
- "Base"= Driver={Oracle dans OraHome92};DBQ=Name of the database;UID=Oracle user;PWD=Password of the Oracle user
--> If your database is installed in english, you must execute:
EN.REG
|