Sun N1 Service Provisioning System User's Guide for Oracle Database Plug-In 3.0

Adding the Oracle Database Plug-In to N1 SPS

To make a given plug-in known to the N1 SPS product, you need to import the plug-in to the Master Server. If you have already imported previous versions of the Oracle Database Plug-In you need to upgrade to the new plug-ins.

ProcedureHow to Import the Oracle Database Plug-In Using the Browser Interface

To import or upgrade a plug-in, follow these steps as explained in detail in Chapter 5, Plug-In Administration, in Sun N1 Service Provisioning System 5.2 System Administration Guide

Steps
  1. In the Administrative section of the browser interface main window, click Plug-ins.

  2. In the Action column of the Plug-ins page, click Import.

  3. Browse to the location where you downloaded the JAR file.

    • Oracle 9i Database Plug-In

      • If you are importing the Oracle 9i Database Plug-In for the first time, select the com.sun.oracle9i_DB_3.0.jar file.

      • If you have already imported a previous version of the Oracle 9i Database Plug-In, select the com.sun.oracle9i_DB_2.0_3.0.jar file.

    • Oracle 10g Database Plug-In

      • If you are importing the Oracle 10g Database Plug-In for the first time, select the com.sun.oracle10g_DB_3.0.jar file.

      • If you have already imported a previous version of the Oracle 10g Database Plug-In, select the com.sun.oracle10g_DB_2.0_3.0.jar file.

  4. Click the Continue to Import button.

    When the import complete successfully, a plug-in details page appears and shows you the objects that the plug-in provides.

ProcedureHow to Import the Oracle Database Plug-In using the CLI

You can also import a plug-in by using the command line.

Step

    To import a plug-in file from the CLI, type:


    % cr_cli -cmd plg.p.add -path plugin-filename -u username -p password
    
    • Oracle 9i Database Plug-In

      • If you are importing the Oracle 9i Database Plug-In for the first time, plugin-filename is com.sun.oracle9i_DB_3.0.jar.

      • If you have already imported a previous version of the Oracle 9i Database Plug-In, plugin-filename is com.sun.oracle9i_DB_2.0_3.0.jar.

    • Oracle 10g Database Plug-In

      • If you are importing the Oracle 10g Database Plug-In for the first time, plugin-filename is com.sun.oracle10g_DB_3.0.jar.

      • If you have already imported a previous version of the Oracle 10g Database Plug-In, plugin-filename is com.sun.oracle10g_DB_2.0_3.0.jar.