Which has the higher priority in your organization: Deploying a new database or securing the ones you already have?
Looking for a website, and resources, dedicated solely to securing Oracle databases? Check out DBSecWorx.
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);