Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle list chain steps

SELECT STEP_NAME,
       PROGRAM_NAME,
       STEP_TYPE
FROM DBA_SCHEDULER_CHAIN_STEPS
WHERE CHAIN_NAME = 'MY_CHAIN';
Comment

PREVIOUS NEXT
Code Example
Sql :: sql select rows with simlar names 
Sql :: ALTER TABLE CHANGE TABE SPACE ORACLE 
Sql :: select year from dual oracle 
Sql :: what is drop in sql 
Sql :: switch users mysql 
Sql :: update field in sql to null 
Sql :: subquery in mysql 
Sql :: oracle sql all days except weekends 
Sql :: postgres add prefix to primary key 
Sql :: sqlite3 visual table schema 
Sql :: insufficient privileges while creating view in sql oracle 
Sql :: mysql show column type 
Sql :: mysql pass command from command line 
Sql :: last date for each user sql 
Sql :: plsql find location of procedure 
Sql :: postgresql insert multiple rows 
Sql :: use of undefined constant mysql_assoc - assumed 
Sql :: oracle sql trigger select into 
Sql :: mysql workbench change default value 
Sql :: SQL Comments Within Statements 
Sql :: insert ip address in mysql 
Sql :: What is SQL data store? 
Sql :: postgresql create user roles 
Sql :: select into oracle 
Sql :: local pg_sql to heroku pg_sql 
Sql :: postgres drop type 
Sql :: how to start postgresql laravel 
Sql :: insert set mysql 
Sql :: what is like operator in sql 
Sql :: import mysql dump 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =