1826123 Members
4695 Online
109690 Solutions
New Discussion

Oracle 9i DBMS Packages

 
SOLVED
Go to solution
Darren Etheridge_2
Super Advisor

Oracle 9i DBMS Packages

We currently have Oracle 9i installed on our HP 9000 machine running HPUX 11.23. I need to install the DBMS pacakges (for job scheduling, per our vendor of the software we are using). How do I install the DBMS packages ? Any help would be GREATLY appreciated :)

Darren
1 REPLY 1
Horia Chirculescu
Honored Contributor
Solution

Re: Oracle 9i DBMS Packages

Hello,

The package (DBMS_JOB)is created when Oracle is installed. The installation script for this package is called dbmsjob.sql (this is called by catproc.sql which is run after database creation).

You must create the background process(es) for the job queue by setting an initialization parameter in init.ora.

job_queue_processes=...

Read the ORACLE docs about this parameter. I use to set up this parameter with the number of active processors/cores from the system.

Best regards,
Horia.
Best regards from Romania,
Horia.