Skip to content

DS Archive Support Website

Sections
Personal tools
You are here: Home » MAXIMO 4.1.1 Add-On Installation Guide » Installation for Oracle Add-On

Installation for Oracle Add-On

Using Oracle SQL Plus, login as the CMMS schema owner (usually MAXIMO), and execute the PL/SQL Script MAX411_SCRIPTS.SQL. If installing from the CD, the script files will be located in the Scripts subdirectory. If installing using the downloaded zip file from the web, the scripts will reside in the target directory used during file extraction. For the following example, we will assume we have extracted all of the script files to the C:\temp\scripts directory. So, the SQL Plus screen will look like the following after logging in and entering at the SQL prompt the shortcut command to execute the max411_scripts.sql file:

Oracle SQL Plus

The max411_scripts.sql file will, in turn, execute the following list of scripts in the order they are listed:

  1. dsutility.plsql
  2. equipment.plsql
  3. inventory.plsql
  4. workorder1.plsql
  5. workorder2.plsql
  6. workplans.plsql
  7. tooltrans.plsql
  8. dsusers.plsql

If needed, the scripts can be executed individually. The only condition is that the dsutility.plsql script has been successfully compiled into the database and that workorder2.plsql follows workorder1.plsql.

Example:

        SQL> connect {schema_owner}/{schema_owner_password}@{oracle_tns};
        SQL> start {directory_path}\dsutility.plsql;

Where {directory_path} is the actual directory path to the dsutility.plsql file, such as C:\Temp\Scripts.

After the dsusers.plsql script has successfully run, grant the DS_USER role to the desired set of CMMS users.

Example:

        SQL> GRANT DS_USER to CMMS_USER1;

See the dsusers.plsql script for an example SQL query for generating a script file of GRANT statements using the SPOOL option.

Note: If MAXIMO is not the schema owner, the dsusers.plsql script will need to be modified to use the correct schema owner prefix.

 

Created by root
Contributors :
Last modified 2004-12-15 11:16 AM
 

Powered by Plone

This site conforms to the following standards: