|
Provider synchronization scripts |
|
|
Deprecated in Oracle9iAS Portal 9.0.2 due to the introduction of provider groups. |
|
Oracle Portal 3.0 uses SNP background processes that synchronize provider data at specified regular intervals. The scripts consolidate routines that would otherwise be handled by multiple Oracle Portal programs running for each user process. There are two of these scripts: projbmng.sql and prormsyn.sql. SNP background processes execute job queues. You can schedule routines to be performed periodically using the job queue. To schedule a job, you submit it to the job queue and specify the frequency at which the job is to be run. You can also alter or delete jobs you have submitted. Use projbmng.sql to submit the synchronization job to the job queue and to the change the job interval. Note: For more information about SNP background processes, see Oracle8i Reference, Release 2 (8.1.6), Part Number A76961-01.
|
|||||||
|
|
Only an Oracle Portal schema owner can submit a provider synchronization script. |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |