| General Information |
| Library Note |
Morgan's Library Page Header
Unknown and while the source file was not found two separate files were found that drop the object: e21.sql and bug_37479536 |
| Purpose |
Internal utility supporting JSON duality views |
| AUTHID |
DEFINER |
| Dependencies |
| DBMS_JSON_DUALITY |
DBMS_STANDARD |
|
| Documented |
No |
| First Available |
26ai |
| Security Model |
Owned by SYS with no privileges granted.
Access protected by an Accessible By clause |
| Source |
Not found |
| |
GET_DUALITY_VIEW_SCHEMA (new 26ai)  |
| Returns a view schema as JSON |
dbms_json_duality_int_2.get_duality_view_schema(
view_owner_name IN VARCHAR2,
view_name IN VARCHAR2)
RETURN JSON; |
| TBD |