General Information
Library Note
Morgan's Library Page Header
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 .
Purpose
Undocumented JDBC Utility
AUTHID
CURRENT_USER
Data Types
TYPE shapes ....
Dependencies
ALL_TYPES
DBMS_STANDARD
PRIVATE_JDBC_DR
DBMS_PICKLER
DUAL
USER_TYPES
Documented
No
First Available
Not Known
Security Model
Owned by SYS with EXECUTE granted to PUBLIC
Source
{ORACLE_HOME}/rdbms/admin/prvtjdbs.plb
Subprograms
GET_ALL_TYPE_SHAPE_INFO
Undocumented
private_jdbc.get_all_type_shape_info(
OWNER_NAMES IN VARCHAR2,
TYPE_NAMES IN VARCHAR2);
TDB
GET_COMPATIBLE
Returns the "compatible" parameter from v$parameters
private_jdbc.get_compatible RETURN
VARCHAR2;
SELECT private_jdbc.get_compatible
FROM dual;
GET_COMPATIBLE
--------------
21.0.0.0
GET_TYPE_SHAPE_INFO
Undocumented
Overload 1
private_jdbc.get_type_shape_info RETURN sys.private_jdbc.shapes;
TDB
Overload 2
private_jdbc.get_type_shape_info(type_names IN VARCHAR2) RETURN sys.private_jdbc.shapes;
TDB