Object Types
This topic lists the objects supported by
Supported Object Types
-
Function
-
Schema
-
Script
-
Table
-
View
Object Type Raw Sizes in Bytes
The following table describes how the raw size is determined for each object type. To view object sizes, see EXA_ALL_OBJECT_SIZES.
| Data Type | Raw Size in Bytes |
|---|---|
| FUNCTION |
CREATE FUNCTION statement. |
| SCHEMA |
The raw size of a schema object is the sum of the raw size of all the objects contained in the schema, such as tables. |
| SCRIPT |
CREATE SCRIPT statement. |
| TABLE |
The raw size of a table object is the sum of the raw size of all the columns in the table. |
| VIEW |
CREATE VIEW statement. |