Functionality of Subsetting can be done on Oracle databases.
Table of contents |
---|
Subsetting configuration |
Subsetting table with XMLTYPE data type |
Oracle database must be specially configured to be a target database in subsetting.
When subsetting Oracle database, there are some technical limits for subsetting a table that contains an XMLTYPE data type. To make it possible, two steps need to be taken:
'Create/replace procedure' script:
create or replace procedure executeAsUser(PARAM1 IN varchar2)
AUTHID CURRENT_USER IS
BEGIN
EXECUTE IMMEDIATE PARAM1;
end;
BizDataX Documentation © Built by Span. All rights reserved.