Database Reference
In-Depth Information
Source Code Depot
Table 19-2 lists this chapter's source files and their functionality.
Table 19-2. DBMS_SCHEDULER Source Code Depot
File Name
Functionality
environment.bat
Saves Windows environment variable settings available to external
jobs in a file.
exec_rman.zip
Prototype for taking RMAN backups on Windows with the
database scheduler.
extjob.sh
Shell script wrapper for running external jobs through the database
scheduler. Sets environment variables before running the proper job.
failure.bat
Windows command line script for simulating job failure.
perl_job.sql
Scheduler program and job for running the perl script test.pl on UNIX
rman_backup.sql
Creates an external job, which runs RMAN with the pipe interface
enabled. A second job of type PLSQL_BLOCK passes commands to
RMAN through the pipe interface. The pipe messages sent to and
received by RMAN are logged in a custom database table. This table
is integrated with the scheduler's own logging. The package
RMAN_PIPE_IF , presented in Chapter 36, is required.
test.pl
Perl script which writes the script name and the process identifier of the
process that executes the script to standard error output
 
Search WWH ::




Custom Search