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.
dbms_xlsb.insertResourceNxObClob(
oid IN RAW,
res IN CLOB,
flags IN NUMBER,
content IN CLOB);
PRAGMA SUPPLEMENTAL_LOG_DATA(InsertResourceNXobClob, AUTO);
dbms_xlsb.insertToHTable(
content IN CLOB,
acloid IN RAW,
owner IN VARCHAR2,
owner_format IN NUMBER,
oid IN RAW,
flags IN NUMBER,
schema IN NUMBER);
PRAGMA SUPPLEMENTAL_LOG_DATA(InsertToHTable, AUTO);
dbms_xlsb.insertToUserHTab(
content IN CLOB,
acloid IN RAW,
owner IN VARCHAR2,
owner_format IN NUMBER,
oid IN RAW,
flags IN NUMBER,
schoid IN RAW,
schema IN VARCHAR2,
elnum IN NUMBER :=
0, /* backward compatible*/
elname IN VARCHAR2 := NULL, /*
20529144 */
resoid IN RAW
:= NULL); /* 21185636 */
PRAGMA SUPPLEMENTAL_LOG_DATA(InsertToUserHTab, AUTO);
dbms_xlsb.linkResource(
parent_path IN VARCHAR2,
name IN VARCHAR2,
child_path IN VARCHAR2,
oid IN RAW,
linksn IN RAW,
acloid IN RAW,
owner IN VARCHAR2,
owner_format IN NUMBER,
flags IN NUMBER,
types IN NUMBER);
PRAGMA SUPPLEMENTAL_LOG_DATA(LinkResource, AUTO);
dbms_xlsb.saveACL(
acloid IN RAW,
resoid IN RAW,
flags IN NUMBER,
schema IN VARCHAR2,
name IN VARCHAR2,
oid IN RAW,
owner IN VARCHAR2 := NULL, /* 21618836 */
owner_format IN NUMBER := 0); /* 21618836 */
PRAGMA SUPPLEMENTAL_LOG_DATA(SaveAcl, AUTO);
dbms_xlsb.updateContentXOb(
content IN CLOB,
pref IN RAW,
flags IN NUMBER,
schema IN NUMBER,
schoid IN RAW := NULL, /* 21608034,21656322 */
schurl IN VARCHAR2 := NULL, /* 21608034,21656322 */
elname IN VARCHAR2 := NULL);/* 21608034,21656322 */
PRAGMA SUPPLEMENTAL_LOG_DATA(UpdateContentXob, AUTO);