6.212 DBA_OBJECT_SIZE
DBA_OBJECT_SIZE
lists the sizes, in bytes, of various PL/SQL objects.
Related View
-
USER_OBJECT_SIZE
lists the size of PL/SQL objects owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the object |
|
|
|
Name of the object |
|
|
|
Type of the object: |
|
|
|
Size of the source in bytes. Must be in memory during compilation, or dynamic recompilation. |
|
|
|
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, in bytes. Must be in memory when this object is executing. |
|
|
|
Size of error messages, in bytes. In memory during the compilation of the object when there are compilation errors. |
See Also: