|
The following instructions apply to Oracle 8i (or later). Oracle is a professional RDBMS and by its nature is very complex. This document assumes that you are very familiar with the administration and use of Oracle. Please refer to the documentation included with Oracle for detailed instructions where necessary.
For questions regarding the use of Oracle, please contact Oracle Corporation technical support.
In order to use Oracle with ProblemTracker you must perform the following steps on the machine in which the Oracle Server is installed:
Update the Oracle Driver information (for Oracle 9i / 10g only)
If you are using Oracle 9i / 10g with ProblemTracker, you must enter the name of the Oracle ODBC driver
into the Workgroup Management System. To do this, perform the steps listed in the
Editing Common Parameters Help section. Then, proceed
to the next step to Create an Oracle Database.
Create an Oracle Database
By default ProblemTracker uses a Microsoft Access database, however it can also be used with Oracle. Oracle database is a separately sold product available from Oracle Corporation and is not bundled with ProblemTracker.
To use ProblemTracker with Oracle, you must first create a database using Oracle. You can create a database of any name, although it is recommended that it matches the workgroup name. If your Oracle software is installed on a machine with a Windows-based platform, perform the following steps to create the database. If your Oracle software is installed on a Sun Solaris platform, click here for a different set of steps.
Oracle 8i on Windows platform:
Oracle 9i on Windows or Sun Solaris platform:
Oracle 10g on Windows platform:
Now you have successfully created an Oracle database.
Create PROBLEMTRACKER user
ProblemTracker needs an Oracle user to access the Oracle database. Follow these steps to create an Oracle user:
Now you have successfully created the PROBLEMTRACKER user and have granted proper privileges to it.
Configuring the Oracle Client on the Web Server (for remote Oracle servers only)
If your Oracle server is installed on a machine other than the Web Server, then you have to do the following on the Web Server in order to connect to the Oracle database and use ProblemTracker.
For Oracle 8i / 9i:
You have to to do the following to configure the Oracle client on the web server machine:
For Oracle 10g:
You have to to do the following to configure the Oracle client on the web server machine:
Now you have successfully configured your Oracle client for the ProblemTracker workgroup. To complete the
process of creating your Oracle workgroup(s), please complete the steps listed in the
Adding a Workgroup section.
SQL> CREATE USER PROBLEMTRACKER IDENTIFIED BY PROBLEMTRACKER;
SQL> GRANT CONNECT, RESOURCE TO PROBLEMTRACKER;
After executing the above-mentioned two statements, you should receive a confirmation from Oracle saying that the user creation and the grant operation succeeded.