[Home] [Help]
[Dependency Information]
| Object Name: | DBA_OBJECTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All objects in the database
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Username of the owner of the object | |
| OBJECT_NAME | VARCHAR2 | (128) | Name of the object | |
| SUBOBJECT_NAME | VARCHAR2 | (128) | Name of the sub-object (for example, partititon) | |
| OBJECT_ID | NUMBER | Object number of the object | ||
| DATA_OBJECT_ID | NUMBER | Object number of the segment which contains the object | ||
| OBJECT_TYPE | VARCHAR2 | (23) | Type of the object | |
| CREATED | DATE | Timestamp for the creation of the object | ||
| LAST_DDL_TIME | DATE | Timestamp for the last DDL change (including GRANT and REVOKE) to the object | ||
| TIMESTAMP | VARCHAR2 | (19) | Timestamp for the specification of the object | |
| STATUS | VARCHAR2 | (7) | Status of the object | |
| TEMPORARY | VARCHAR2 | (1) | Can the current session only see data that it place in this object itself? | |
| GENERATED | VARCHAR2 | (1) | Was the name of this object system generated? | |
| SECONDARY | VARCHAR2 | (1) | Is this a secondary object created as part of icreate for domain indexes? | |
| NAMESPACE | NUMBER | Namespace for the object | ||
| EDITION_NAME | VARCHAR2 | (128) | Name of the edition in which the object is actual | |
| SHARING | VARCHAR2 | (13) | Is this a Metadata Link, an Object Link or neither? | |
| EDITIONABLE | VARCHAR2 | (1) | Object is considered editionable | |
| ORACLE_MAINTAINED | VARCHAR2 | (1) | Denotes whether the object was created, and is maintained, by Oracle-supplied scripts. An object for which this has the value Y must not be changed in any way except by running an Oracle-supplied script. |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, OBJECT_NAME
, SUBOBJECT_NAME
, OBJECT_ID
, DATA_OBJECT_ID
, OBJECT_TYPE
, CREATED
, LAST_DDL_TIME
, TIMESTAMP
, STATUS
, TEMPORARY
, GENERATED
, SECONDARY
, NAMESPACE
, EDITION_NAME
, SHARING
, EDITIONABLE
, ORACLE_MAINTAINED
FROM SYS.DBA_OBJECTS;
SYS
LINK$
SUM$
USER$
_CURRENT_EDITION_OBJ
APPS
ARP_PROGRAM_GENERATE_BR
- show dependent code
MSC_UTIL
- show dependent code
OKC_ARTICLE_KEYWORD_PVT
- show dependent code
OKC_CHR_KEYWORD_PVT
- show dependent code
CTXSYS
DRIACC
- show dependent code
DVSYS
DV$SYS_OBJECT
PUBLIC
DBA_OBJECTS
SYS
AD_ZD_SYS
- show dependent code
APS_VALIDATE
- show dependent code
AUDIT_UNIFIED_POLICIES
DBA_INVALID_OBJECTS
DBA_UNUSED_PRIVS
DBA_USED_PRIVS
DBMSOBJG
- show dependent code
DBMS_AQADM_SYS
- show dependent code
DBMS_AQ_SYS_EXP_INTERNAL
- show dependent code
DBMS_AQ_SYS_IMP_INTERNAL
- show dependent code
DBMS_CAPTURE_ADM_INTERNAL
- show dependent code
DBMS_COMPRESSION
- show dependent code
DBMS_COMPRESSION
- show dependent code
DBMS_DBFS_SFS_ADMIN
- show dependent code
DBMS_DEFERGEN_UTIL
- show dependent code
DBMS_ILM
- show dependent code
DBMS_JAVA
- show dependent code
DBMS_LOGREP_DEF_PROC
- show dependent code
DBMS_LOGREP_EXP
- show dependent code
DBMS_PARALLEL_EXECUTE_INTERNAL
- show dependent code
DBMS_PRVTAQIM
- show dependent code
DBMS_PRVTAQIS
- show dependent code
DBMS_REGXDB
- show dependent code
DBMS_REPCAT_COMMON_UTL
- show dependent code
DBMS_REPCAT_MIG_INTERNAL
- show dependent code
DBMS_REPCAT_OUTPUT
- show dependent code
DBMS_REPCAT_UTL
- show dependent code
DBMS_REPCAT_UTL3
- show dependent code
DBMS_RESULT_CACHE_INTERNAL
- show dependent code
DBMS_SNAPSHOT_UTL
- show dependent code
DBMS_SNAP_INTERNAL
- show dependent code
DBMS_SPACE
- show dependent code
DBMS_SQLPATCH
- show dependent code
DBMS_SYNC_REFRESH
- show dependent code
PRVT_COMPRESSION
- show dependent code
PRVT_ILM
- show dependent code
SM_$VERSION
|
|
|
|