First Time Installation Table Creation
- On the computer where you are running the installation script, create a temporary install directory, for example C:\Install\IRDB.
- From the Liquent InSight Rendering installation media, copy every file from the EnterpriseServices\Common\Liquent\Database folder to the temporary install directory.
- Use a text editor to edit the define.install file to define the orapath variable as the locations of the database tables on the Oracle database server.
- Save and close the file.
- Use a text editor to edit the define.passwords file to define the vistapass variable as the password of the new vista1 user that is used to connect the Liquent InSight Rendering server to the database.
- Save and close the file.
-
Open a Command Prompt window and do the following:
-
To test the connection to the database for the vista1 user, do the following:
- At the command prompt, enter sqlplus /nolog
- At the SQL> prompt, enter connect vista1/<new vista1 password>@<SID>
- Confirm that the connection is successful.
- Enter Exit to close the sqlplus connection.
- Enter Exit to close the Command Prompt window.