DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_OBJECT_SIZE

Object Details
Object Name: DBA_OBJECT_SIZE
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Sizes, in bytes, of various pl/sql objects

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the object
NAME VARCHAR2 (128)
Name of the object
TYPE VARCHAR2 (18)
Type of the object: "TYPE", "TYPE BODY", "TABLE", "VIEW", "SYNONYM", "SEQUENCE", "PROCEDURE", "FUNCTION", "PACKAGE", "PACKAGE BODY", "TRIGGER", "JAVA SOURCE", "JAVA CLASS", "JAVA RESOURCE", "JAVA DATA", "CUBE DIMENSION", "CUBE", "MEASURE FOLDER", or "CUBE BUILD PROCESS"
SOURCE_SIZE NUMBER

Size of the source, in bytes. Must be in memory during compilation, or dynamic recompilation
PARSED_SIZE NUMBER

Size of the parsed form of the object, in bytes. Must be in memory when an object is being compiled that references this object
CODE_SIZE NUMBER

Code size, in bytes. Must be in memory when this object is executing
ERROR_SIZE NUMBER

Size of error messages, in bytes. In memory during the compilation of the object when there are compilation errors
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      NAME
,      TYPE
,      SOURCE_SIZE
,      PARSED_SIZE
,      CODE_SIZE
,      ERROR_SIZE
FROM SYS.DBA_OBJECT_SIZE;

Dependencies

[top of page]

SYS.DBA_OBJECT_SIZE references the following:

SchemaSYS
ViewCODE_SIZE
ViewERROR_SIZE
ViewPARSED_SIZE
ViewSOURCE_SIZE
TableUSER$
View_CURRENT_EDITION_OBJ
SYS.DBA_OBJECT_SIZE is referenced by following:

SchemaPUBLIC
SynonymDBA_OBJECT_SIZE
SchemaSYS
ViewDBA_KEEPSIZES