ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
Repairs various things that get lost across transport due to no relevant syntax (i.e. options/versions based on compatibility rather than explicit syntax). This is called during TTS import.
Otherwise undocumented.
dbms_plugtsp.patchDictionary(
str1 IN VARCHAR2, -- schema name
str2 IN VARCHAR2,
str3 IN VARCHAR2,
str4 IN VARCHAR2,
str5 IN VARCHAR2,
str6 IN VARCHAR2,
str7 IN VARCHAR2,
bin1 IN BINARY_INTEGER); -- bitmap, etc.
This procedure will finish things up after objects have been created. Patchup table metadata after table has been created at the import site. This procedure is called by DataPump Import.
dbms_plugtsp.patchTableMetadata(
schemaName IN VARCHAR2, -- schema name
tableName IN VARCHAR2, -- table name
mdClob IN CLOB, -- data pump's metadata
expSrvrEndian IN BINARY_INTEGER, -- export endian
impSrvrEndian IN BINARY_INTEGER); -- import endian