Get all database objects
get
/ords/_/db-api/stable/database/objects/
Returns all records from DBA_OBJECTS or ALL_OBJECTS depending on the role at runtime. A client requires SQL Administrator or SQL Developer role to invoke this service.
Request
Query Parameters
-
limit(optional): integer(int32)
The maximum number of records to return.
-
q(optional): string
Filtering is the process of limiting a collection resource by using a per-request dynamic filter definition across multiple page resources, where each page contains a subset of items found in the complete collection. Filtering enables efficient traversal of large collections.
Response
Supported Media Types
- application/json
200 Response
All database objects in the database. Returns records from DBA_OBJECTS or ALL_OBJECTS.
Root Schema : DatabaseObjects
Type:
Show Source
object
-
count(optional):
integer
Total number of records in the current response.
-
hasMore(optional):
boolean
Indicates if there are more records to be retrieved.
-
items(optional):
array items
-
limit(optional):
integer
The actual page size limit on number of records applied by the server.
-
links(optional):
array links
-
offset(optional):
integer
The actual index from which the item resources are returned.
Nested Schema : items
Type:
Show Source
array
-
Array of:
object DatabaseObjectsItem
A description of an object in the database.
Nested Schema : DatabaseObjectsItem
Type:
object
A description of an object in the database.
Show Source
-
application(optional):
string
Indicates whether the object is an Application common object (Y) or not (N).
-
created(optional):
string
Timestamp for the creation of the object.
-
created_appid(optional):
integer
ID of the Application that created the object.
-
created_vsnid(optional):
integer
ID of the Application Version that created the object.
-
data_object_id(optional):
integer
Dictionary object number of the segment that contains the object.
-
default_collation(optional):
string
Default collation for the object.
-
duplicated(optional):
string
Indicates whether this object is duplicated on this shard (Y) or not (N).
-
edition_name(optional):
string
Name of the edition in which the object is actual.
-
editionable(optional):
string
Indicates if the object editionable in the database.
-
generated(optional):
string
Indicates whether the name of this object was system-generated (Y) or not (N).
-
last_ddl_time(optional):
string
Timestamp for the last modification of the object and dependent objects resulting from a DDL statement (including grants and revokes).
-
links(optional):
array links
-
modified_appid(optional):
integer
ID of the Application that last modified the object.
-
modified_vsnid(optional):
integer
ID of the Application Version that last modified the object.
-
namespace(optional):
integer
Namespace for the object.
-
object_id(optional):
integer
Dictionary object number of the object.
-
object_name(optional):
string
Name of the object.
-
object_type(optional):
string
Type of the object (such as TABLE, INDEX).
-
oracle_maintained(optional):
string
Denotes whether the object was created, and is maintained, by Oracle-supplied scripts (such as catalog.sql or catproc.sql). An object for which this column has the value Y must not be changed in any way except by running an Oracle-supplied script.
-
owner(optional):
string
Owner of the object.
-
secondary(optional):
string
Indicates whether this is a secondary object created by the ODCIIndexCreate method of the Oracle Data Cartridge (Y) or not (N).
-
sharded(optional):
string
Indicates whether this object is sharded (Y) or not (N).
-
sharing(optional):
string
Indicates if the object is a metadata-linked, data-linked or not linked.
-
status(optional):
string
Status of the object.
-
subobject_name(optional):
string
Name of the subobject (for example, partition).
-
temporary(optional):
string
Indicates whether the object is temporary (the current session can see only data that it placed in this object itself) (Y) or not (N).
-
timestamp(optional):
string
Timestamp for the specification of the object (character data).