DBA_NONJSON_OBJECTS View
This view is only accessible to the ADMIN
user. You cannot
issue grant commands to make this view accessible to other users.
Note that querying this view on systems with a large amount of data may take some time and is not instantaneous.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR(128) |
Not NULL |
Table owner |
TABLE_NAME |
VARCHAR(128) |
Not NULL |
Table name |
TABLE_BYTES |
NUMBER |
Not NULL |
Size, in bytes, of the table |
REASON |
VARCHAR(128) |
Not NULL |
Reason why the table is considered a non-JSON table. Reason can have one of the following values:
|
TABLE_AND_DEPENDENTS_BYTES |
NUMBER |
Not NULL |
Size, in bytes, of the table, and all its dependent objects. For example, LOB segments, indexes, materialized views. |
Parent topic: Autonomous Database Views