|
ptljbmng.sql synchronization script |
|
Use this script to submit an SNP job that synchronizes an Oracle Portal portlet repository at a specified interval. The ptljbmng.sql script submits a job to the SNP job queue. Notes:
ptljbmng.sql |
|
|
Only an Oracle Portal schema owner can submit a portlet repository synchronization script. |
|
Version: Oracle Portal 3.0.8 | |
|
Prompted value: |
|
|
interval |
The time in minutes between the current and the next running of this job. |
|
subscriber_id |
The ID of the subscriber that is to run this job. If the value is left null, the job is run with the default subsriber ID. Note:
|
|
Example: To run the script:
>SQLPLUS schema_name/password <Enter> If the job is being submitted for the first time and if the submission is successful, these lines are displayed:
>-- Job successfully submitted to job queue. If the job already exists and if the submission is successful, these lines are displayed:
>-- Job interval successfully modified. If the job fails, these lines are displayed:
> !!! ERROR: Failed to submit Portal synchronize job. |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |