Information
|
Licensing
|
Technical Specs
|
Support
|
|
Pathway Tools Installation Guide -- Oracle 10
Pathway Tools Installation Guide -- Oracle 10
Pathway Tools server:
- Download a configuration of Pathway Tools bundled with the minimal Oracle 10 client.
- Choose one of two ways of configuring Oracle access:
- Note that, for efficiency, data retrieved from Oracle is cached in a subdirectory of
the user's home directory:
- Unix: ~/.ocelot-dcache
- Windows: C:\Documents and Settings\WINDOWS-USERNAME\ocelot-dcache
If for any reason the cache ever becomes corrupted, it is safe to shut down Pathway Tools and delete the cache.
Then, a new cache will be created next time you run Pathway Tools.
- If you downloaded a configuration of Pathway Tools that excludes the Oracle client libraries and you
already had Oracle client libraries installed, you may be able to use them instead: Make sure their path is
listed in the value of the LD_LIBRARY_PATH environment variable on Unix or the PATH environment variable on Windows.
Oracle Server:
This work needs to be performed by someone with dba-level access, preferably a database administrator:
- Install Oracle 10. Pathway Tools might work with Oracle 9, but we have not tested it.
- After Oracle is installed, we recommend it have access to at least 550 MB of free disk space.
- Create a database. By default, Pathway Tools assumes the database is
named biocyc and is under user account biocyc having password biocyc, but you can override
the defaults if you wish. See the Pathway Tools section above for details on configuring
Pathway Tools to access a non-default database, username, and password.
grant select on sys.v_$session to biocyc or whatever username you chose
- In the biocyc database (or whatever you decided to call your database),
run the schema-creation script that is in your Pathway Tools installation directory:
aic-export/oracle/schema.sql
|