CREATE_TSA_SCHEMASΒΆ
Create a specific or all missing schemas in TSA including permissions. If both parameters are NULL all missing TSA schemas will be created.
Parameter Name |
Required |
DefaultValue |
Description |
|---|---|---|---|
p_ldr_name |
no |
loader name |
|
p_bdomain |
no |
business domain |
Example
EXECUTE SCRIPT api_cfiadm.create_tsa_schemas
( 'ldrName' -- p_ldr_name
, 'bDomain' -- p_bdomain
);