Alter Step Summary The ALTER STEP command modifies the attributes of an existing step object. Syntax alter step [if exists] <step_name> as (<command>); alter step [if exists] <step_name...
Alter
Alter Schedule
Alter Schedule Summary The ALTER SCHEDULE command modifies the specified schedule. Syntax alter schedule [if exists] <schedule_name> as ( [parameter_list] ); Parameters Parameter Parameter List...
Alter Pipeline
Alter Pipeline Summary The ALTER PIPELINE command modifies the attributes of an existing pipeline domain object. Use it to add member steps and child pipelines to a parent pipeline. Syntax // [&helli...
Alter Email
Alter Email Summary The ALTER EMAIL command modifies the specified email object. Syntax alter email [if exists] <email_name> as ([parameter_list]); Parameters Parameter Parameter List Descripti...
Use Steps and Pipelines
Data Processing with Steps and Pipelines Your primary tool for creating ETL mappings and automating your Incent processes is using step and pipeline domain objects. You can bundle a series of [&helli...
Alter Steps
Use ALTER STEP to modify the command expression in an existing step. Let’s change Step 1 to call Lowercase() instead of Uppercase(). 1 SQL> alter step s_get_month_period_type as (set [&hel...