Get a specific object
get
/database/objects/{owner},{object_name},{object_type}
Returns the corresponding record from DBA_OBJECTS or ALL_OBJECTS view depending on the role at runtime. A client requires SQL Administrator or SQL Developer role to invoke this service.
Request
Supported Media Types
- application/json
Path Parameters
-
object_name: string
Name of the object.
-
object_type: string
Type of the object.
-
owner: string
Owner for the index.
Response
Supported Media Types
- application/json
200 Response
Information on a specific object.
Root 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).