Before you begin: You need to have already created an Oracle database instance with an entry in the tnsnames.ora file. Your TNSlistener service must be running, and you need to know the name of the database instance (default: eXchange) and to temporarily use the system username/password (default: sys/manager or system/manager).
If you have never installed an Oracle database, ask your Oracle database administrator for help. The following constitutes a brief reminder of how to use the Oracle 9i wizard.
(“Operations”): Choose Create a database.
(“Database Templates”): Choose New Database.
(“Database Identification”): Enter (for example) eXchange
(“Database Features”): Deselect all checkboxes and reply Yes to all prompts.
(“Database Connection Options”): Choose Dedicated [...].
(“Initialization Parameters”): Keep all values unchanged.
(“Database Storage”): Under Datafiles, click \{DB_Name}\undotbs01.dbf (the fifth entry). In the General tab, reduce File Size from 200 to 100.
(“Creation Options”): Choose Create Database, and then click Finish.
If you create a new database, you must increase the open_cursors parameter for the eXchange Integrator database to a value of 500.
Some versions of Oracle allow you to do this by using a text editor to modify the init.ora file; see the procedure immediately below.
Other versions of Oracle require you to use the configuration utility.
Navigate to Oracle home\admin\eXchange database name\pfile\. For example:
cd C:\oracle\admin\exchange\pfile |
Use a text editor to open the init.ora file in this folder. For example:
notepad init.ora |
Search for the text open_cursors; if not found, add a new line. Edit the line so that it reads as follows:
open_cursors = 500 |
Save the file.
Restart the database.
Next: Continue with the steps in Extracting, Customizing, and Running Database Setup Scripts; at this release, you must extract and run database scripts whether you are installing from scratch or upgrading a previous release of eXchange Integrator.
Start the Oracle configuration utility and open the eXchange database.
Navigate to Databases⇒;(EXCHANGE...)⇒Instance⇒Configuration.
In the General tab, at the bottom, verify the “Started with spfile” parameter has a value such as %ORACLE_HOME%\DATABASE\SPFILE%ORACLE_SID%.ORA.
In the “Edit Database: Configuration [...]” dialog box, click the SPFile option button, scroll to the open_cursors parameter, and change its value to 500.
Click the Apply button. In response to the prompt (“Would you like to apply this change to the current database?”), click Yes.