APP Sources
Controller procedures.
control_merge("P_DB" VARCHAR(16777216), |
|---|
Executes merge based on the size of the delta in streams. Parameters:
|
controller("P_DB" VARCHAR(16777216), |
|---|
Executes controller task for a particular schema. Parameters:
|
deploy_control_merge("P_DB" VARCHAR(16777216), |
|---|
Deploys “control_merge“ task for the particular schema Parameters:
|
deploy_controller("P_DB" VARCHAR(16777216), |
|---|
Deploys “controller“ task for the particular schema Parameters:
|
suspend_controller("P_DB" VARCHAR(16777216), |
|---|
Suspends controller for the particular schema Parameters:
|
resume_controller("P_DB" VARCHAR(16777216), |
|---|
Resumes controller for the particular schema Parameters:
|
Source objects.
drop_schema("P_DB" VARCHAR(16777216), |
|---|
Drop sub-schema. Parameters:
|
create_schema("P_DB" VARCHAR(16777216), |
|---|
Create sub-schema for source schema. Parameters:
|
add_source_object("P_DB" VARCHAR(16777216), |
|---|
Add source object metadata to the SOURCE_OBJECTS table Parameters:
|
delete_source_object("P_DB" VARCHAR(16777216), |
|---|
Flag objects for specified source as deleted. Parameters:
|
drop_source_object("P_DB" VARCHAR(16777216), |
|---|
Delete source object Parameters:
|
get_source_objects_per_type("P_TYPE" VARCHAR(16777216)) get_source_objects_per_type("P_DB" VARCHAR(16777216), |
|---|
Get source object entries from SOURCE_OBJECTS table based on type within the whole application or in a particular schema. Parameters:
|
get_source_objects() get_source_objects("P_DB" VARCHAR(16777216), |
|---|
Get source object entries from SOURCE_OBJECTS table within the whole application or in a particular schema. Parameters:
|
Source schema
register_source("P_DB" VARCHAR(16777216), |
|---|
Create source schema Parameters:
|
remove_source("P_DB" VARCHAR(16777216), |
|---|
Delete source schema and all objects within it Parameters:
|
get_source_entry() get_source_entry("P_DB" VARCHAR(16777216)) |
|---|
Get list of source schemas Parameters:
|
deploy_source_tasks() |
|---|
Deploy source tasks. It is automatically executed when creating a new source schema |
add_source_entry("P_DB" VARCHAR(16777216), |
|---|
Add metadata entry for source schema Parameters:
|
delete_source_entry("P_DB" VARCHAR(16777216), delete_source_entry("P_DB" VARCHAR(16777216), |
|---|
Delete metadata entry for source schema, either a single one or for entire database Parameters:
|