Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagehtml/xml
  &lt;job<job order='no' &gt;>
     &lt;params&gt;<params>
       &lt;param<param name="[[#command|command]]" value="" /&gt;>
       &lt;param<param name="[[#db_url|db_url]]" value="" /&gt;>
       &lt;param<param name="[[#db_user|db_user]]" value="" /&gt;>
       &lt;param<param name="[[#db_password|db_password]]" value="" /&gt;>
       &lt;param<param name="[[#variable_parser_reg_expr|variable_parser_reg_expr]]" value="^SET\\s+([^\\s]+)\\s*IS\\s+(.*)$" /&gt;>
     &lt;/params&gt;</params>
     &lt;script<script language="java" java_class="sos.scheduler.db.JobSchedulerPLSQLJobJSAdapterClass" /&gt;>
  &lt;/job&gt;</job>
 

Parameter used by JobSchedulerPLSQLJob

 
Panel
titlh1. List of parameter
titlh1. List of parameter
1borderStyledashed
2borderColoh1. #ccc
3bgColor#fff

Name

title

mandatory

default

command

Database Commands for the Job

false

 

db_url

 

false

 

db_user

 

false

 

db_password

The user password for accessing the database

false

 

variable_parser_reg_expr

Regular Expression for Parameter parsing

false

^SET
s+(\\s)\\s*IS
s
(.*)$

...