| id | TABLE_NAME | COMMENTS |
|---|---|---|
| 1 | DBA_CONS_COLUMNS | Information about accessible columns in constraint definitions |
| 2 | DBA_LOG_GROUP_COLUMNS | Information about columns in log group definitions |
| 3 | DBA_LOBS | Description of LOBs contained in all tables |
| 4 | DBA_CATALOG | All database Tables, Views, Synonyms, Sequences |
| 5 | DBA_CLUSTERS | Description of all clusters in the database |
| 6 | DBA_CLU_COLUMNS | Mapping of table columns to cluster columns |
| 7 | DBA_COL_COMMENTS | Comments on columns of all tables and views |
| 8 | DBA_COL_PRIVS | All grants on columns in the database |
| 9 | DBA_ENCRYPTED_COLUMNS | Encryption information on columns in the database |
| 10 | DBA_INDEXES | Description for all indexes in the database |
| 11 | DBA_IND_COLUMNS | COLUMNs comprising INDEXes on all TABLEs and CLUSTERs |
| 12 | DBA_IND_EXPRESSIONS | FUNCTIONAL INDEX EXPRESSIONs on all TABLES and CLUSTERS |
| 13 | DBA_JOIN_IND_COLUMNS | Join Index columns comprising the join conditions |
| 14 | DBA_OBJECTS | All objects in the database |
| 15 | DBA_OBJECTS_AE | All objects in the database |
| 16 | DBA_ROLLBACK_SEGS | Description of rollback segments |
| 17 | DBA_ROLE_PRIVS | Roles granted to users and roles |
| 18 | DBA_SEQUENCES | Description of all SEQUENCEs in the database |
| 19 | DBA_SYNONYMS | All synonyms in the database |
| 20 | DBA_TABLES | Description of all relational tables in the database |
| 21 | DBA_OBJECT_TABLES | Description of all object tables in the database |
| 22 | DBA_ALL_TABLES | Description of all object and relational tables in the database |
| 23 | DBA_TAB_COLS | Columns of user's tables, views and clusters |
| 24 | DBA_TAB_COLUMNS | Columns of user's tables, views and clusters |
| 25 | DBA_TAB_COMMENTS | Comments on all tables and views in the database |
| 26 | DBA_TAB_PRIVS | All grants on objects in the database |
| 27 | DBA_VIEWS | Description of all views in the database |
| 28 | DBA_VIEWS_AE | Description of all views in the database |
| 29 | DBA_CONSTRAINTS | Constraint definitions on all tables |
| 30 | DBA_LOG_GROUPS | Log group definitions on all tables |
| 31 | DBA_CLUSTER_HASH_EXPRESSIONS | Hash functions for all clusters |
| 32 | DBA_UPDATABLE_COLUMNS | Description of dba updatable columns |
| 33 | DBA_UNUSED_COL_TABS | All tables with unused columns in the database |
| 34 | DBA_PARTIAL_DROP_TABS | All tables with partially dropped columns in the database |
| 35 | DBA_RESUMABLE | Resumable session information in the system |
| 36 | DBA_EDITIONING_VIEWS | Description of all Editioning Views in the database |
| 37 | DBA_EDITIONING_VIEWS_AE | Description of all Editioning Views in the database |
| 38 | DBA_EDITIONING_VIEW_COLS | Relationship between columns of all Editioning Views in the database and the table columns to which they map |
| 39 | DBA_EDITIONING_VIEW_COLS_AE | Relationship between columns of all Editioning Views in the database and the table columns to which they map |
| 40 | DBA_EDITIONS | Describes all editions in the database |
| 41 | DBA_EDITION_COMMENTS | Describes comments on all editions in the database |
| 42 | DBA_LIBRARIES | Description of all libraries in the database |
| 43 | DBA_PROCEDURES | Description of the dba functions/procedures/packages/types/triggers |
| 44 | DBA_STORED_SETTINGS | Parameter settings for all objects |
| 45 | DBA_PLSQL_OBJECT_SETTINGS | Compiler settings of all objects in the database |
| 46 | DBA_ARGUMENTS | All arguments for objects in the database |
| 47 | DBA_ASSEMBLIES | Description of all assemblies in the database |
| 48 | DBA_IDENTIFIERS | Identifiers in stored objects accessible to sys |
| 49 | DBA_DB_LINKS | All database links in the database |
| 50 | DBA_RECYCLEBIN | Description of the Recyclebin view accessible to the user |
| 51 | DBA_2PC_PENDING | info about distributed transactions awaiting recovery |
| 52 | DBA_2PC_NEIGHBORS | information about incoming and outgoing connections for pending transactions |
| 53 | DBA_PROFILES | Display all profiles and their limits |
| 54 | DBA_USERS | Information about all users of the database |
| 55 | DBA_OBJ_AUDIT_OPTS | Auditing options for all tables and views with atleast one option set |
| 56 | DBA_STMT_AUDIT_OPTS | Describes current system auditing options across the system and by user |
| 57 | DBA_PRIV_AUDIT_OPTS | Describes current system privileges being audited across the system and by user |
| 58 | DBA_AUDIT_TRAIL | All audit trail entries |
| 59 | DBA_AUDIT_SESSION | All audit trail records concerning CONNECT and DISCONNECT |
| 60 | DBA_AUDIT_STATEMENT | Audit trail records concerning grant, revoke, audit, noaudit and alter system |
| 61 | DBA_AUDIT_OBJECT | Audit trail records for statements concerning objects, specifically: table, cluster, view, index, sequence, [public] database link, [public] synonym, procedure, trigger, rollback segment, tablespace, role, user |
| 62 | DBA_AUDIT_EXISTS | Lists audit trail entries produced by AUDIT NOT EXISTS and AUDIT EXISTS |
| 63 | DBA_ROLES | All Roles which exist in the database |
| 64 | DBA_SYS_PRIVS | System privileges granted to users and roles |
| 65 | DBA_PROXIES | Information about all proxy connections |
| 66 | DBA_CONNECT_ROLE_GRANTEES | Information regarding which users are granted CONNECT |
| 67 | DBA_TYPES | Description of all types in the database |
| 68 | DBA_COLL_TYPES | Description of all named collection types in the database |
| 69 | DBA_TYPE_ATTRS | Description of attributes of all types in the database |
| 70 | DBA_TYPE_METHODS | Description of methods of all types in the database |
| 71 | DBA_METHOD_PARAMS | Description of method parameters of all types in the database |
| 72 | DBA_METHOD_RESULTS | Description of method results of all types in the database |
| 73 | DBA_SQLJ_TYPES | Description of all types in the database |
| 74 | DBA_TYPE_VERSIONS | Description of each type version in the database |
| 75 | DBA_PENDING_CONV_TABLES | All tables which are not upgraded to the latest type version in the database |
| 76 | DBA_SQLJ_TYPE_ATTRS | Description of attributes of all types in the database |
| 77 | DBA_SQLJ_TYPE_METHODS | Description of methods of all types in the database |
| 78 | DBA_OLDIMAGE_COLUMNS | Gives all object tables and columns in old (8.0) image format |
| 79 | DBA_NESTED_TABLE_COLS | Columns of nested tables |
| 80 | DBA_DIRECTORIES | Description of all directories |
| 81 | DBA_REFS | Description of REF columns contained in all tables |
| 82 | DBA_NESTED_TABLES | Description of nested tables contained in all tables |
| 83 | DBA_VARRAYS | Description of varrays in tables accessible to the user |
| 84 | DBA_OBJ_COLATTRS | Description of object columns and attributes contained in all tables in the database |
| 85 | DBA_CONS_OBJ_COLUMNS | List of types an object column or attribute is constrained to in all tables in the database |
| 86 | DBA_OPERATORS | All operators |
| 87 | DBA_OPBINDINGS | All operator binding functiosn or methods |
| 88 | DBA_OPANCILLARY | All ancillary operators |
| 89 | DBA_OPARGUMENTS | All operator arguments |
| 90 | DBA_OPERATOR_COMMENTS | Comments for user-defined operators |
| 91 | DBA_INDEXTYPES | All indextypes |
| 92 | DBA_INDEXTYPE_COMMENTS | Comments for user-defined indextypes |
| 93 | DBA_INDEXTYPE_ARRAYTYPES | All array types specified by the indextype |
| 94 | DBA_INDEXTYPE_OPERATORS | All indextype operators |
| 95 | DBA_SECONDARY_OBJECTS | All secondary objects for domain indexes |
| 96 | DBA_SOURCE_TABLES | Source tables available for Change Data Capture |
| 97 | DBA_PUBLISHED_COLUMNS | Source columns available for Change Data Capture |
| 98 | DBA_SUBSCRIPTIONS | Change Data Capture subscriptions |
| 99 | DBA_SUBSCRIBED_TABLES | Change Data Capture subscribed tables |
| 100 | DBA_SUBSCRIBED_COLUMNS | Change Data Capture subscribed columns |
| 101 | DBA_EXP_OBJECTS | Objects that have been incrementally exported |
| 102 | DBA_EXP_VERSION | Version number of the last export session |
| 103 | DBA_EXP_FILES | Description of export files |
| 104 | DBA_EXTERNAL_TABLES | Description of the external tables accessible to the DBA |
| 105 | DBA_EXTERNAL_LOCATIONS | Description of the external tables locations accessible to the DBA |
| 106 | DBA_MINING_MODELS | Description of all the models in the database |
| 107 | DBA_MINING_MODEL_ATTRIBUTES | Description of all the model attributes in the database |
| 108 | DBA_MINING_MODEL_SETTINGS | Description of all the model settings in the database |
| 109 | DBA_MINING_MODEL_TABLES | Description of all the mining model tables in the system |
| 110 | DBA_TAB_COL_STATISTICS | Columns of user's tables, views and clusters |
| 111 | DBA_TAB_HISTOGRAMS | Histograms on columns of all tables |
| 112 | DBA_ASSOCIATIONS | All associations |
| 113 | DBA_USTATS | All statistics collected on either tables or indexes |
| 114 | DBA_TAB_MODIFICATIONS | Information regarding modifications to tables |
| 115 | DBA_OPTSTAT_OPERATIONS | History of statistics operations performed |
| 116 | DBA_TAB_STATS_HISTORY | History of table statistics modifications |
| 117 | DBA_TAB_STAT_PREFS | Statistics preferences for tables |
| 118 | DBA_TAB_PENDING_STATS | Pending statistics of tables, partitions, and subpartitions |
| 119 | DBA_IND_PENDING_STATS | Pending statistics of tables, partitions, and subpartitions |
| 120 | DBA_COL_PENDING_STATS | Pending statistics of tables, partitions, and subpartitions |
| 121 | DBA_TAB_HISTGRM_PENDING_STATS | Pending statistics of tables, partitions, and subpartitions |
| 122 | DBA_DIMENSIONS | Description of the dimension objects accessible to the DBA |
| 123 | DBA_DIM_LEVELS | Description of dimension levels visible to DBA |
| 124 | DBA_DIM_LEVEL_KEY | Representations of columns of a dimension level |
| 125 | DBA_DIM_ATTRIBUTES | Representation of the relationship between a dimension level and_x000D_ a functionally dependent column |
| 126 | DBA_DIM_HIERARCHIES | Representation of a dimension hierarchy |
| 127 | DBA_DIM_CHILD_OF | Representaion of a 1:n hierarchical relationship between a pair of levels in_x000D_ a dimension |
| 128 | DBA_DIM_JOIN_KEY | Representation of a join between two dimension tables. |
| 129 | DBA_SUMMARIES | Description of the summaries accessible to dba |
| 130 | DBA_MVIEW_ANALYSIS | Description of the materialized views accessible to dba |
| 131 | DBA_MVIEW_AGGREGATES | Description of the materialized view aggregates accessible to dba |
| 132 | DBA_MVIEW_DETAIL_RELATIONS | Description of the materialized view detail tables accessible to dba |
| 133 | DBA_MVIEW_KEYS | Description of the columns that appear in the GROUP BY_x000D_ list of a materialized view accessible to dba |
| 134 | DBA_MVIEW_JOINS | Description of a join between two columns in the_x000D_ WHERE clause of a materialized view accessible to dba |
| 135 | DBA_MVIEW_COMMENTS | Comments on all materialized views in the database |
| 136 | DBA_REWRITE_EQUIVALENCES | Description of rewrite equivalence accessible to DBA |
| 137 | DBA_MVIEW_DETAIL_PARTITION | Freshness information of all PCT materialized views in the database |
| 138 | DBA_MVIEW_DETAIL_SUBPARTITION | Freshness information of all PCT materialized views in the database |
| 139 | DBA_TSTZ_TAB_COLS | Columns of all tables in the database, which have column(s) defined on timestamp with time zone data type or ADT type containing attribute(s) of timestamp with time zone data type |
| 140 | DBA_TSTZ_TABLES | Description of all tables in the database, which have column(s) defined on timestamp with time zone data type or ADT type containing attribute(s) of timestamp with time zone data type |
| 141 | DBA_ERRORS | Current errors on all stored objects in the database |
| 142 | DBA_ERRORS_AE | Current errors on all stored objects in the database |
| 143 | DBA_SOURCE_AE | Source of all stored objects in the database |
| 144 | DBA_SOURCE | Source of all stored objects in the database |
| 145 | DBA_TRIGGERS | All triggers in the database |
| 146 | DBA_INTERNAL_TRIGGERS | Description of the internal triggers on all tables in the database |
| 147 | DBA_TRIGGER_COLS | Column usage in all triggers |
| 148 | DBA_DEPENDENCIES | Dependencies to and from objects |
| 149 | DBA_OBJECT_SIZE | Sizes, in bytes, of various pl/sql objects |
| 150 | DBA_TRIGGER_ORDERING | All triggers having FOLLOWS or PRECEDES ordering in the database |
| 151 | DBA_JOBS_RUNNING | All jobs in the database which are currently running, join v$lock and job$ |
| 152 | DBA_JOBS | All jobs in the database |
| 153 | DBA_SEGMENTS | Storage allocated for all database segments |
| 154 | DBA_SEGMENTS_OLD | Storage allocated for all database segments |
| 155 | DBA_EXTENTS | Extents comprising all segments in the database |
| 156 | DBA_UNDO_EXTENTS | Extents comprising all segments in the system managed undo tablespaces |
| 157 | DBA_LMT_USED_EXTENTS | All extents in the locally managed tablespaces |
| 158 | DBA_DMT_USED_EXTENTS | All extents in the dictionary managed tablespaces |
| 159 | DBA_FREE_SPACE | Free extents in all tablespaces |
| 160 | DBA_LMT_FREE_SPACE | Free extents in all locally managed tablespaces |
| 161 | DBA_DMT_FREE_SPACE | Free extents in all dictionary managed tablespaces |
| 162 | DBA_FREE_SPACE_COALESCED | Statistics on Coalesced Space in Tablespaces |
| 163 | DBA_DATA_FILES | Information about database data files |
| 164 | DBA_TABLESPACES | Description of all tablespaces |
| 165 | DBA_TEMP_FILES | Information about database temp files |
| 166 | DBA_TABLESPACE_GROUPS | Description of all tablespace groups |
| 167 | DBA_TABLESPACE_USAGE_METRICS | Description of all tablespace space usage metrics |
| 168 | DBA_TS_QUOTAS | Tablespace quotas for all users |
| 169 | DBA_TEMP_FREE_SPACE | Summary of temporary space usage |
| 170 | DBA_CONTEXT | Description of all context namespace information |
| 171 | DBA_GLOBAL_CONTEXT | Description of all context information accessible globally |
| 172 | DBA_RULE_SETS | Rule sets in the database |
| 173 | DBA_RULESETS | Rulesets in the database: maintained for backward compatibility |
| 174 | DBA_RULES | Rules in the databse |
| 175 | DBA_RULE_SET_RULES | Rules in all rule sets in the database |
| 176 | DBA_EVALUATION_CONTEXTS | rule evaluation contexts in the database |
| 177 | DBA_EVALUATION_CONTEXT_TABLES | tables in all rule evaluation contexts in the database |
| 178 | DBA_EVALUATION_CONTEXT_VARS | variables in all rule evaluation contexts in the database |
| 179 | DBA_SNAPSHOTS | All snapshots in the database |
| 180 | DBA_SNAPSHOT_LOGS | All snapshot logs in the database |
| 181 | DBA_RCHILD | All the children in any refresh group. This view is not a join. |
| 182 | DBA_RGROUP | All refresh groups. This view is not a join. |
| 183 | DBA_REFRESH | All the refresh groups |
| 184 | DBA_REFRESH_CHILDREN | All the objects in refresh groups |
| 185 | DBA_REGISTERED_SNAPSHOTS | Remote snapshots of local tables |
| 186 | DBA_MVIEWS | All materialized views in the database |
| 187 | DBA_MVIEW_REFRESH_TIMES | All fast refreshable materialized views and their last refresh times for each master table |
| 188 | DBA_MVIEW_LOGS | All materialized view logs in the database |
| 189 | DBA_BASE_TABLE_MVIEWS | All materialized views with log(s) in the database |
| 190 | DBA_REGISTERED_MVIEWS | Remote materialized views of local tables |
| 191 | DBA_MVIEW_LOG_FILTER_COLS | All filter columns (excluding PK cols) being logged in the materialized view logs |
| 192 | DBA_POLICIES | All row level security policies in the database |
| 193 | DBA_POLICY_GROUPS | All policy groups defined for any synonym, table, view in the database |
| 194 | DBA_POLICY_CONTEXTS | All policy driving context defined for any synonym, table, or view in the database |
| 195 | DBA_SEC_RELEVANT_COLS | Security Relevant columns of all VPD policies in the database |
| 196 | DBA_AUDIT_POLICIES | Fine grained auditing policies in the database |
| 197 | DBA_AUDIT_POLICY_COLUMNS | All fine grained auditing policy columns in the database |
| 198 | DBA_FGA_AUDIT_TRAIL | All fine grained audit event logs |
| 199 | DBA_COMMON_AUDIT_TRAIL | Combined Standard and Fine Grained audit trail entries |
| 200 | DBA_AUDIT_MGMT_CONFIG_PARAMS | The view displays the currently configured audit trail properties that are defined by the DBMS_AUDIT_MGMT PL/SQL package |
| 201 | DBA_AUDIT_MGMT_LAST_ARCH_TS | The Last Archive Timestamps set for the Audit Trail Clean up |
| 202 | DBA_AUDIT_MGMT_CLEANUP_JOBS | The view displays the currently configured audit trail purge jobs |
| 203 | DBA_AUDIT_MGMT_CLEAN_EVENTS | The history of cleanup events |
| 204 | DBA_TSM_SOURCE | Transparent session migration source session statistics |
| 205 | DBA_TSM_DESTINATION | Transparent session migration source session statistics |
| 206 | DBA_TSM_HISTORY | Transparent session migration statistics |
| 207 | DBA_CHANGE_NOTIFICATION_REGS | Description of the registrations for change notification |
| 208 | DBA_CQ_NOTIFICATION_QUERIES | Description of registered queries for CQ notification |
| 209 | DBA_CPOOL_INFO | Connection pool info |
| 210 | DBA_SSCR_CAPTURE | Session state capture statistics |
| 211 | DBA_SSCR_RESTORE | Session state restore statistics |
| 212 | DBA_SUBSCR_REGISTRATIONS | All subscription registrations created in the database |
| 213 | DBA_QUEUE_TABLES | All queue tables created in the database |
| 214 | DBA_QUEUES | All database queues |
| 215 | DBA_RESOURCE_INCARNATIONS | Resource incarnations that are running or eligible for HA status notification |
| 216 | DBA_RSRC_PLANS | All the resource plans |
| 217 | DBA_RSRC_CONSUMER_GROUPS | all the resource consumer groups |
| 218 | DBA_RSRC_CATEGORIES | All resource consumer group categories |
| 219 | DBA_RSRC_PLAN_DIRECTIVES | all the resource plan directives |
| 220 | DBA_RSRC_CONSUMER_GROUP_PRIVS | Switch privileges for consumer groups |
| 221 | DBA_RSRC_MANAGER_SYSTEM_PRIVS | system privileges for the resource manager |
| 222 | DBA_RSRC_GROUP_MAPPINGS | all the consumer group mappings |
| 223 | DBA_RSRC_MAPPING_PRIORITY | the consumer group mapping attribute priorities |
| 224 | DBA_RSRC_STORAGE_POOL_MAPPING | resource manager rules for mapping files to storage pools |
| 225 | DBA_RSRC_CAPABILITY | settings for database resources that are capable of being managed by the_x000D_ Resource Manager |
| 226 | DBA_RSRC_INSTANCE_CAPABILITY | per-instance settings for database resources that are capable of being_x000D_ managed by the Resource Manager |
| 227 | DBA_RSRC_IO_CALIBRATE | Results of the most recent I/O calibration |
| 228 | DBA_OUTLINES | Stored outlines |
| 229 | DBA_OUTLINE_HINTS | Hints stored in outlines |
| 230 | DBA_DATAPUMP_JOBS | Datapump jobs |
| 231 | DBA_DATAPUMP_SESSIONS | Datapump sessions attached to a job |
| 232 | DBA_FEATURE_USAGE_STATISTICS | Database Feature Usage Statistics |
| 233 | DBA_HIGH_WATER_MARK_STATISTICS | Database High Water Mark Statistics |
| 234 | DBA_CPU_USAGE_STATISTICS | Database CPU Usage Statistics |
| 235 | DBA_ALERT_ARGUMENTS | Message Id and arguments of outstanding alerts |
| 236 | DBA_ENABLED_TRACES | Information about enabled SQL traces |
| 237 | DBA_ENABLED_AGGREGATIONS | Information about enabled on-demand statistic aggregation |
| 238 | DBA_HIST_DATABASE_INSTANCE | Database Instance Information |
| 239 | DBA_HIST_SNAPSHOT | Snapshot Information |
| 240 | DBA_HIST_SNAP_ERROR | Snapshot Error Information |
| 241 | DBA_HIST_COLORED_SQL | Marked SQLs for snapshots |
| 242 | DBA_HIST_BASELINE_METADATA | Baseline Metadata Information |
| 243 | DBA_HIST_BASELINE_TEMPLATE | Baseline Template Information |
| 244 | DBA_HIST_WR_CONTROL | Workload Repository Control Information |
| 245 | DBA_HIST_TABLESPACE | Tablespace Static Information |
| 246 | DBA_HIST_DATAFILE | Names of Datafiles |
| 247 | DBA_HIST_FILESTATXS | Datafile Historical Statistics Information |
| 248 | DBA_HIST_TEMPFILE | Names of Temporary Datafiles |
| 249 | DBA_HIST_TEMPSTATXS | Temporary Datafile Historical Statistics Information |
| 250 | DBA_HIST_COMP_IOSTAT | I/O stats aggregated on component level |
| 251 | DBA_HIST_SQLSTAT | SQL Historical Statistics Information |
| 252 | DBA_HIST_SQLTEXT | SQL Text |
| 253 | DBA_HIST_SQL_SUMMARY | Summary of SQL Statistics |
| 254 | DBA_HIST_SQL_PLAN | SQL Plan Information |
| 255 | DBA_HIST_SQL_BIND_METADATA | SQL Bind Metadata Information |
| 256 | DBA_HIST_OPTIMIZER_ENV | Optimizer Environment Information |
| 257 | DBA_HIST_EVENT_NAME | Event Names |
| 258 | DBA_HIST_SYSTEM_EVENT | System Event Historical Statistics Information |
| 259 | DBA_HIST_BG_EVENT_SUMMARY | Summary of Background Event Historical Statistics Information |
| 260 | DBA_HIST_WAITSTAT | Wait Historical Statistics Information |
| 261 | DBA_HIST_ENQUEUE_STAT | Enqueue Historical Statistics Information |
| 262 | DBA_HIST_LATCH_NAME | Latch Names |
| 263 | DBA_HIST_LATCH | Latch Historical Statistics Information |
| 264 | DBA_HIST_LATCH_CHILDREN | Latch Children Historical Statistics Information |
| 265 | DBA_HIST_LATCH_PARENT | Latch Parent Historical Historical Statistics Information |
| 266 | DBA_HIST_LATCH_MISSES_SUMMARY | Latch Misses Summary Historical Statistics Information |
| 267 | DBA_HIST_EVENT_HISTOGRAM | Event Histogram Historical Statistics Information |
| 268 | DBA_HIST_MUTEX_SLEEP | Mutex Sleep Summary Historical Statistics Information |
| 269 | DBA_HIST_LIBRARYCACHE | Library Cache Historical Statistics Information |
| 270 | DBA_HIST_DB_CACHE_ADVICE | DB Cache Advice History Information |
| 271 | DBA_HIST_BUFFER_POOL_STAT | Buffer Pool Historical Statistics Information |
| 272 | DBA_HIST_ROWCACHE_SUMMARY | Row Cache Historical Statistics Information Summary |
| 273 | DBA_HIST_SGA | SGA Historical Statistics Information |
| 274 | DBA_HIST_SGASTAT | SGA Pool Historical Statistics Information |
| 275 | DBA_HIST_PGASTAT | PGA Historical Statistics Information |
| 276 | DBA_HIST_PROCESS_MEM_SUMMARY | Process Memory Historical Summary Information |
| 277 | DBA_HIST_RESOURCE_LIMIT | Resource Limit Historical Statistics Information |
| 278 | DBA_HIST_SHARED_POOL_ADVICE | Shared Pool Advice History |
| 279 | DBA_HIST_STREAMS_POOL_ADVICE | Streams Pool Advice History |
| 280 | DBA_HIST_SQL_WORKAREA_HSTGRM | SQL Workarea Histogram History |
| 281 | DBA_HIST_PGA_TARGET_ADVICE | PGA Target Advice History |
| 282 | DBA_HIST_SGA_TARGET_ADVICE | SGA Target Advice History |
| 283 | DBA_HIST_MEMORY_TARGET_ADVICE | Memory Target Advice History |
| 284 | DBA_HIST_MEMORY_RESIZE_OPS | Memory Resize Operations History |
| 285 | DBA_HIST_INSTANCE_RECOVERY | Instance Recovery Historical Statistics Information |
| 286 | DBA_HIST_JAVA_POOL_ADVICE | Java Pool Advice History |
| 287 | DBA_HIST_THREAD | Thread Historical Statistics Information |
| 288 | DBA_HIST_STAT_NAME | Statistic Names |
| 289 | DBA_HIST_SYSSTAT | System Historical Statistics Information |
| 290 | DBA_HIST_SYS_TIME_MODEL | System Time Model Historical Statistics Information |
| 291 | DBA_HIST_OSSTAT_NAME | Operating System Statistic Names |
| 292 | DBA_HIST_OSSTAT | Operating System Historical Statistics Information |
| 293 | DBA_HIST_PARAMETER_NAME | Parameter Names |
| 294 | DBA_HIST_PARAMETER | Parameter Historical Statistics Information |
| 295 | DBA_HIST_MVPARAMETER | Multi-valued Parameter Historical Statistics Information |
| 296 | DBA_HIST_UNDOSTAT | Undo Historical Statistics Information |
| 297 | DBA_HIST_SEG_STAT | Historical Statistics Information |
| 298 | DBA_HIST_SEG_STAT_OBJ | Segment Names |
| 299 | DBA_HIST_METRIC_NAME | Segment Names |
| 300 | DBA_HIST_SYSMETRIC_HISTORY | System Metrics History |
| 301 | DBA_HIST_SYSMETRIC_SUMMARY | System Metrics History |
| 302 | DBA_HIST_SESSMETRIC_HISTORY | System Metrics History |
| 303 | DBA_HIST_FILEMETRIC_HISTORY | File Metrics History |
| 304 | DBA_HIST_WAITCLASSMET_HISTORY | Wait Class Metric History |
| 305 | DBA_HIST_DLM_MISC | Distributed Lock Manager Miscellaneous Historical Statistics Information |
| 306 | DBA_HIST_CR_BLOCK_SERVER | Consistent Read Block Server Historical Statistics |
| 307 | DBA_HIST_CURRENT_BLOCK_SERVER | Current Block Server Historical Statistics |
| 308 | DBA_HIST_INST_CACHE_TRANSFER | Instance Cache Transfer Historical Statistics |
| 309 | DBA_HIST_PLAN_OPERATION_NAME | Optimizer Explain Plan Operation Names |
| 310 | DBA_HIST_PLAN_OPTION_NAME | Optimizer Explain Plan Option Names |
| 311 | DBA_HIST_SQLCOMMAND_NAME | Sql command types |
| 312 | DBA_HIST_TOPLEVELCALL_NAME | Oracle top level call type |
| 313 | DBA_HIST_ACTIVE_SESS_HISTORY | Active Session Historical Statistics Information |
| 314 | DBA_HIST_TABLESPACE_STAT | Tablespace Historical Statistics Information |
| 315 | DBA_HIST_LOG | Log Historical Statistics Information |
| 316 | DBA_HIST_MTTR_TARGET_ADVICE | Mean-Time-To-Recover Target Advice History |
| 317 | DBA_HIST_TBSPC_SPACE_USAGE | Tablespace Usage Historical Statistics Information |
| 318 | DBA_HIST_SERVICE_NAME | Service Names |
| 319 | DBA_HIST_SERVICE_STAT | Historical Service Statistics |
| 320 | DBA_HIST_SERVICE_WAIT_CLASS | Historical Service Wait Class Statistics |
| 321 | DBA_HIST_SESS_TIME_STATS | CPU and I/O time for interesting (STREAMS) sessions |
| 322 | DBA_HIST_STREAMS_CAPTURE | STREAMS Capture Historical Statistics Information |
| 323 | DBA_HIST_STREAMS_APPLY_SUM | STREAMS Apply Historical Statistics Information |
| 324 | DBA_HIST_BUFFERED_QUEUES | STREAMS Buffered Queues Historical Statistics Information |
| 325 | DBA_HIST_BUFFERED_SUBSCRIBERS | STREAMS Buffered Queue Subscribers Historical Statistics Information |
| 326 | DBA_HIST_RULE_SET | Rule sets historical statistics information |
| 327 | DBA_HIST_PERSISTENT_QUEUES | STREAMS AQ Persistent Queues Historical Statistics Information |
| 328 | DBA_HIST_PERSISTENT_SUBS | STREAMS AQ Persistent Queue Subscribers Historical Statistics Information |
| 329 | DBA_HIST_IOSTAT_FUNCTION | Historical I/O statistics by function |
| 330 | DBA_HIST_IOSTAT_FUNCTION_NAME | Function names for historical I/O statistics |
| 331 | DBA_HIST_IOSTAT_FILETYPE | Historical I/O statistics by file type |
| 332 | DBA_HIST_IOSTAT_FILETYPE_NAME | File type names for historical I/O statistics |
| 333 | DBA_HIST_IOSTAT_DETAIL | Historical I/O statistics by function and filetype |
| 334 | DBA_HIST_RSRC_CONSUMER_GROUP | Historical resource consumer group statistics |
| 335 | DBA_HIST_RSRC_PLAN | Historical resource plan statistics |
| 336 | DBA_HIST_CLUSTER_INTERCON | Cluster Interconnect Historical Stats |
| 337 | DBA_HIST_MEM_DYNAMIC_COMP | Historical memory component sizes |
| 338 | DBA_HIST_IC_CLIENT_STATS | Historical interconnect client statistics |
| 339 | DBA_HIST_IC_DEVICE_STATS | Historical interconnect device statistics |
| 340 | DBA_HIST_INTERCONNECT_PINGS | Instance to instance ping stats |
| 341 | DBA_HIST_DISPATCHER | Dispatcher statistics |
| 342 | DBA_HIST_SHARED_SERVER_SUMMARY | Shared Server summary statistics |
| 343 | DBA_HIST_DYN_REMASTER_STATS | Dynamic remastering statistics |
| 344 | DBA_HIST_PERSISTENT_QMN_CACHE | STREAMS AQ Persistent QMN Cache Historical Statistics Information |
| 345 | DBA_SQL_PROFILES | set of sql profiles |
| 346 | DBA_SQL_PLAN_BASELINES | set of plan baselines |
| 347 | DBA_SQL_PATCHES | set of sql patches |
| 348 | DBA_REGISTERED_SNAPSHOT_GROUPS | Snapshot repgroup registration information |
| 349 | DBA_REGISTERED_MVIEW_GROUPS | Materialized view repgroup registration information |
| 350 | DBA_REPGROUP_PRIVILEGES | Information about users who are registered for object group privileges |
| 351 | DBA_REPGROUP | Information about all replicated object groups |
| 352 | DBA_REPSITES | N-way replication information |
| 353 | DBA_REPSCHEMA | N-way replication information |
| 354 | DBA_REPOBJECT | Information about replicated objects |
| 355 | DBA_REPCOLUMN | Replicated top-level columns (table) sorted alphabetically in ascending order |
| 356 | DBA_REPPROP | Propagation information about replicated objects |
| 357 | DBA_REPKEY_COLUMNS | Primary columns for a table using column-level replication |
| 358 | DBA_REPGENOBJECTS | Objects generated to support replication |
| 359 | DBA_REPGENERATED | Objects generated to support replication |
| 360 | DBA_REPCATLOG | Information about asynchronous administration requests |
| 361 | DBA_REPDDL | Arguments that do not fit in a single repcat log record |
| 362 | DBA_REPPRIORITY_GROUP | Information about all priority groups in the database |
| 363 | DBA_REPPRIORITY | Values and their corresponding priorities in all priority groups in the database |
| 364 | DBA_REPCOLUMN_GROUP | All column groups of replicated tables in the database |
| 365 | DBA_REPGROUPED_COLUMN | Columns in the all column groups of replicated tables in the database |
| 366 | DBA_REPCONFLICT | All conflicts for which users have specified resolutions in the database |
| 367 | DBA_REPRESOLUTION_METHOD | All conflict resolution methods in the database |
| 368 | DBA_REPRESOLUTION | Description of all conflict resolutions in the database |
| 369 | DBA_REPRESOLUTION_STATISTICS | Statistics for conflict resolutions for all replicated tables in the database |
| 370 | DBA_REPRESOL_STATS_CONTROL | Information about statistics collection for conflict resolutions for all replicated tables in the database |
| 371 | DBA_REPPARAMETER_COLUMN | All columns used for resolving conflicts in the database |
| 372 | DBA_REPAUDIT_ATTRIBUTE | Information about attributes automatically maintained for replication |
| 373 | DBA_REPAUDIT_COLUMN | Information about columns in all shadow tables for all replicated tables in the database |
| 374 | DBA_REPFLAVORS | Flavors defined for replicated object groups |
| 375 | DBA_REPFLAVOR_OBJECTS | Replicated objects in flavors |
| 376 | DBA_REPFLAVOR_COLUMNS | Replicated columns in flavors |
| 377 | DBA_TEMPLATE_REFGROUPS | Table for maintaining refresh group information for template. |
| 378 | DBA_TEMPLATE_TARGETS | Internal table for tracking potential target databases for templates. |
| 379 | DBA_REPCAT_EXCEPTIONS | Repcat processing exceptions table. |
| 380 | DBA_REPEXTENSIONS | Information about replication extension requests |
| 381 | DBA_REPSITES_NEW | Information about new masters for replication extension |
| 382 | DBA_USERS_WITH_DEFPWD | Users that are still using their default passwords |
| 383 | DBA_SCHEDULER_PROGRAMS | All scheduler programs in the database |
| 384 | DBA_SCHEDULER_DESTS | All possible destination objects for jobs in the database |
| 385 | DBA_SCHEDULER_EXTERNAL_DESTS | All destination objects in the database pointing to remote agents |
| 386 | DBA_SCHEDULER_DB_DESTS | All destination objects in the database pointing to remote databases |
| 387 | DBA_SCHEDULER_JOB_DESTS | State of all jobs at each of their destinations |
| 388 | DBA_SCHEDULER_JOBS | All scheduler jobs in the database |
| 389 | DBA_SCHEDULER_JOB_ROLES | All scheduler jobs in the database by database role |
| 390 | DBA_SCHEDULER_JOB_CLASSES | All scheduler classes in the database |
| 391 | DBA_SCHEDULER_WINDOWS | All scheduler windows in the database |
| 392 | DBA_SCHEDULER_PROGRAM_ARGS | All arguments of all scheduler programs in the database |
| 393 | DBA_SCHEDULER_JOB_ARGS | All arguments with set values of all scheduler jobs in the database |
| 394 | DBA_SCHEDULER_JOB_LOG | Logged information for all scheduler jobs |
| 395 | DBA_SCHEDULER_JOB_RUN_DETAILS | The details of a job run |
| 396 | DBA_SCHEDULER_WINDOW_LOG | Logged information for all scheduler windows |
| 397 | DBA_SCHEDULER_WINDOW_DETAILS | The details of a window |
| 398 | DBA_SCHEDULER_WINDOW_GROUPS | All scheduler window groups in the database |
| 399 | DBA_SCHEDULER_WINGROUP_MEMBERS | Members of all scheduler window groups in the database |
| 400 | DBA_SCHEDULER_GROUP_MEMBERS | Members of all scheduler object groups in the database |
| 401 | DBA_SCHEDULER_GROUPS | All scheduler object groups in the database |
| 402 | DBA_SCHEDULER_SCHEDULES | All schedules in the database |
| 403 | DBA_SCHEDULER_REMOTE_DATABASES | List of registered remote databases for jobs |
| 404 | DBA_SCHEDULER_REMOTE_JOBSTATE | Remote state of all jobs originating from this database |
| 405 | DBA_SCHEDULER_GLOBAL_ATTRIBUTE | All scheduler global attributes |
| 406 | DBA_SCHEDULER_CHAINS | All scheduler chains in the database |
| 407 | DBA_SCHEDULER_CHAIN_RULES | All rules from scheduler chains in the database |
| 408 | DBA_SCHEDULER_CHAIN_STEPS | All steps of scheduler chains in the database |
| 409 | DBA_SCHEDULER_RUNNING_CHAINS | All steps of all running chains in the database |
| 410 | DBA_SCHEDULER_CREDENTIALS | All scheduler credentials in the database |
| 411 | DBA_SCHEDULER_FILE_WATCHERS | All scheduler file watch requests in the database |
| 412 | DBA_SCHEDULER_NOTIFICATIONS | All job e-mail notifications in the database |
| 413 | DBA_WARNING_SETTINGS | warning settings for all objects |
| 414 | DBA_STAT_EXTENSIONS | Optimizer statistics extensions |
| 415 | DBA_TAB_STATISTICS | Optimizer statistics for all tables in the database |
| 416 | DBA_IND_STATISTICS | Optimizer statistics for all indexes in the database |
| 417 | DBA_PENDING_TRANSACTIONS | information about unresolved global transactions |
| 418 | DBA_AWS | Analytic Workspaces in the database |
| 419 | DBA_AW_PS | Pagespaces in Analytic Workspaces owned by the user |
| 420 | DBA_CUBES | OLAP Cubes in the database |
| 421 | DBA_CUBE_DIMENSIONALITY | OLAP Cube Dimensionality in the database |
| 422 | DBA_CUBE_MEASURES | OLAP Measures in the database |
| 423 | DBA_CUBE_DIMENSIONS | OLAP Cube Dimensions in the database |
| 424 | DBA_CUBE_HIERARCHIES | OLAP Hierarchies in the database |
| 425 | DBA_CUBE_HIER_LEVELS | OLAP Hierarchy Levels in the database |
| 426 | DBA_CUBE_DIM_LEVELS | OLAP Dimension Levels in the database |
| 427 | DBA_CUBE_ATTRIBUTES | OLAP Attributes in the database |
| 428 | DBA_CUBE_ATTR_VISIBILITY | OLAP Attributes visible for Dimensions, Hierarchies, and Levels |
| 429 | DBA_CUBE_DIM_MODELS | OLAP Dimension Models in the database |
| 430 | DBA_CUBE_CALCULATED_MEMBERS | OLAP Calculated Members in the database |
| 431 | DBA_CUBE_VIEWS | OLAP Cube Views in the database |
| 432 | DBA_CUBE_VIEW_COLUMNS | OLAP Cube View Columns in the database |
| 433 | DBA_CUBE_DIM_VIEWS | OLAP Dimension Views in the database |
| 434 | DBA_CUBE_DIM_VIEW_COLUMNS | OLAP Dimesion View Columns in the database |
| 435 | DBA_CUBE_HIER_VIEWS | OLAP Hierarchy Views in the database |
| 436 | DBA_CUBE_HIER_VIEW_COLUMNS | OLAP Hierarchy View Columns in the database |
| 437 | DBA_MEASURE_FOLDERS | OLAP Measure Folders in the database |
| 438 | DBA_MEASURE_FOLDER_CONTENTS | OLAP Measure Folder Contents in the database |
| 439 | DBA_CUBE_BUILD_PROCESSES | OLAP Build Processes in the database |
| 440 | DBA_QUEUE_SUBSCRIBERS | queue subscribers in the database |
| 441 | DBA_EXPORT_OBJECTS | Export INCLUDE and EXCLUDE object type names |
| 442 | DBA_LOGSTDBY_UNSUPPORTED_TABLE | List of all the data tables that are not supported by Logical Standby |
| 443 | DBA_LOGSTDBY_UNSUPPORTED | List of all the columns that are not supported by Logical Standby |
| 444 | DBA_LOGSTDBY_NOT_UNIQUE | List of all the tables with out primary or unique key not null constraints |
| 445 | DBA_LOGSTDBY_PARAMETERS | Miscellaneous options and settings for Logical Standby |
| 446 | DBA_LOGSTDBY_PROGRESS | List the SCN values describing read and apply progress |
| 447 | DBA_LOGSTDBY_LOG | List the information about received logs from the primary |
| 448 | DBA_LOGSTDBY_SKIP_TRANSACTION | List the transactions to be skipped |
| 449 | DBA_LOGSTDBY_SKIP | List the skip settings choosen |
| 450 | DBA_LOGSTDBY_EVENTS | Information on why logical standby events |
| 451 | DBA_LOGSTDBY_HISTORY | Information on processed, active, and pending log streams |
| 452 | DBA_LOGSTDBY_EDS_TABLES | List of all tables that have EDS-based replication for Logical Standby |
| 453 | DBA_LOGSTDBY_EDS_SUPPORTED | List of all tables that could have EDS-based replication for Logical Standby |
| 454 | DBA_OUTSTANDING_ALERTS | Description of all outstanding alerts |
| 455 | DBA_ALERT_HISTORY | Description on alert history |
| 456 | DBA_THRESHOLDS | Desription of all thresholds |
| 457 | DBA_TABLESPACE_THRESHOLDS | Space Utilization Threshold settings for all tablespaces |
| 458 | DBA_AUTOTASK_OPERATION | Automated Maintenance Task Operation Configuration |
| 459 | DBA_AUTOTASK_TASK | Information about current and past autmated maintenance tasks |
| 460 | DBA_AUTOTASK_SCHEDULE | Schedule of Maintenance Windows for the next 32 days |
| 461 | DBA_AUTOTASK_CLIENT_JOB | Current automated maintenance jobs |
| 462 | DBA_AUTOTASK_WINDOW_CLIENTS | Description of per-mainteance window activity |
| 463 | DBA_AUTOTASK_WINDOW_HISTORY | Automated Maintenance view of window history |
| 464 | DBA_AUTOTASK_CLIENT_HISTORY | Automated Maintenance Jobs history |
| 465 | DBA_AUTOTASK_JOB_HISTORY | Automated Maintenance Jobs history |
| 466 | DBA_AUTOTASK_CLIENT | Autotask Client Summary Information |
| 467 | DBA_HIST_BASELINE | Baseline Metadata Information |
| 468 | DBA_HIST_BASELINE_DETAILS | Baseline Stats on per Instance Level |
| 469 | DBA_HIST_SQLBIND | SQL Bind Information |
| 470 | DBA_TUNE_MVIEW | Catalog View to show the result after executing TUNE_MVIEW() API |
| 471 | DBA_FLASHBACK_ARCHIVE | Description of the flashback archives available in the system |
| 472 | DBA_FLASHBACK_ARCHIVE_TS | Description of tablespaces in the flashback archives available in the system |
| 473 | DBA_FLASHBACK_ARCHIVE_TABLES | Information about the tables that are enabled for Flashback Archive |
| 474 | DBA_CAPTURE | Details about the capture process |
| 475 | DBA_STREAMS_SPLIT_MERGE | view of details of split/merge jobs/status about streams |
| 476 | DBA_STREAMS_SPLIT_MERGE_HIST | history view of details of split/merge jobs/status about streams |
| 477 | DBA_CAPTURE_PARAMETERS | All parameters for capture process |
| 478 | DBA_CAPTURE_PREPARED_DATABASE | Is the local database prepared for instantiation? |
| 479 | DBA_CAPTURE_PREPARED_SCHEMAS | All schemas at the local database that are prepared for instantiation |
| 480 | DBA_CAPTURE_PREPARED_TABLES | All tables prepared for instantiation |
| 481 | DBA_SYNC_CAPTURE_PREPARED_TABS | All tables prepared for synchronous capture instantiation |
| 482 | DBA_CAPTURE_EXTRA_ATTRIBUTES | Extra attributes for a capture process |
| 483 | DBA_REGISTERED_ARCHIVED_LOG | Details about the registered log files |
| 484 | DBA_SYNC_CAPTURE | Details about the sync capture process |
| 485 | DBA_APPLY | Details about the apply process |
| 486 | DBA_APPLY_PARAMETERS | All parameters for apply process |
| 487 | DBA_APPLY_INSTANTIATED_OBJECTS | Details about objects instantiated |
| 488 | DBA_APPLY_INSTANTIATED_SCHEMAS | Details about schemas instantiated |
| 489 | DBA_APPLY_INSTANTIATED_GLOBAL | Details about database instantiated |
| 490 | DBA_APPLY_KEY_COLUMNS | alternative key columns for a table for STREAMS |
| 491 | DBA_APPLY_CONFLICT_COLUMNS | Details about conflict resolution |
| 492 | DBA_APPLY_TABLE_COLUMNS | Details about the destination table columns |
| 493 | DBA_APPLY_DML_HANDLERS | Details about the dml handler |
| 494 | DBA_APPLY_PROGRESS | Information about the progress made by apply process |
| 495 | DBA_APPLY_ERROR | Error transactions |
| 496 | DBA_APPLY_ERROR_MESSAGES | Details about individual messages in an error transaction |
| 497 | DBA_APPLY_ENQUEUE | Details about the apply enqueue action |
| 498 | DBA_APPLY_EXECUTE | Details about the apply execute action |
| 499 | DBA_APPLY_SPILL_TXN | Streams apply spilled transactions info |
| 500 | DBA_XSTREAM_OUTBOUND | Details about the XStream outbound server |
| 501 | DBA_XSTREAM_INBOUND | Details about the XStream inbound server |
| 502 | DBA_GOLDENGATE_INBOUND | Details about the XStream inbound server |
| 503 | DBA_APPLY_CHANGE_HANDLERS | Details about apply change handler |
| 504 | DBA_APPLY_DML_CONF_HANDLERS | Details about DML conflict handlers |
| 505 | DBA_APPLY_DML_CONF_COLUMNS | Details about DML conflict handler column groups |
| 506 | DBA_APPLY_HANDLE_COLLISIONS | Details about apply collision handlers |
| 507 | DBA_APPLY_REPERROR_HANDLERS | Details about apply reperror handlers |
| 508 | DBA_PROPAGATION | Streams propagation in the database |
| 509 | DBA_FILE_GROUPS | Details about file groups |
| 510 | DBA_FILE_GROUP_VERSIONS | Details about file group versions |
| 511 | DBA_FILE_GROUP_EXPORT_INFO | Details about export information of file group versions |
| 512 | DBA_FILE_GROUP_FILES | Details about file group files |
| 513 | DBA_FILE_GROUP_TABLESPACES | Details about the transportable tablespaces in the file group repository |
| 514 | DBA_FILE_GROUP_TABLES | Details about the tables in the file group repository |
| 515 | DBA_STREAMS_TP_DATABASE | DBA Streams Database |
| 516 | DBA_STREAMS_TP_COMPONENT | DBA Streams Component |
| 517 | DBA_STREAMS_TP_COMPONENT_LINK | DBA Streams Component Link (Streams Topology Links) |
| 518 | DBA_STREAMS_TP_COMPONENT_STAT | DBA Streams Component Statistics |
| 519 | DBA_STREAMS_TP_PATH_STAT | DBA Streams Path Statistics |
| 520 | DBA_STREAMS_TP_PATH_BOTTLENECK | DBA Streams Path Bottleneck |
| 521 | DBA_STREAMS_MESSAGE_CONSUMERS | Streams messaging consumers |
| 522 | DBA_STREAMS_GLOBAL_RULES | Global rules created by streams administrative APIs |
| 523 | DBA_STREAMS_SCHEMA_RULES | Schema rules created by streams administrative APIs |
| 524 | DBA_STREAMS_TABLE_RULES | Table rules created by streams administrative APIs |
| 525 | DBA_STREAMS_MESSAGE_RULES | Rules for Streams messaging |
| 526 | DBA_STREAMS_RULES | Rules used by Streams processes |
| 527 | DBA_SYNC_CAPTURE_TABLES | All tables that are captured by synchronous streams captures. |
| 528 | DBA_XSTREAM_RULES | Details about the XStream server rules |
| 529 | DBA_STREAMS_TRANSFORM_FUNCTION | Rules-based transform functions used by Streams |
| 530 | DBA_STREAMS_ADMINISTRATOR | Users granted the privileges to be a streams administrator |
| 531 | DBA_XSTREAM_ADMINISTRATOR | Users granted the privileges to be a XStream administrator |
| 532 | DBA_STREAMS_TRANSFORMATIONS | Transformations defined on rules |
| 533 | DBA_STREAMS_RENAME_SCHEMA | Rename schema transformations |
| 534 | DBA_STREAMS_RENAME_TABLE | Rename table transformations |
| 535 | DBA_STREAMS_DELETE_COLUMN | Delete column transformations |
| 536 | DBA_STREAMS_KEEP_COLUMNS | Keep columns transformations |
| 537 | DBA_STREAMS_RENAME_COLUMN | Rename column transformations |
| 538 | DBA_STREAMS_ADD_COLUMN | Add column transformations |
| 539 | DBA_RECOVERABLE_SCRIPT | Details about recoverable operations |
| 540 | DBA_RECOVERABLE_SCRIPT_HIST | Details about executed or purged recoverable operations |
| 541 | DBA_RECOVERABLE_SCRIPT_PARAMS | Details about the recoverable operation parameters |
| 542 | DBA_RECOVERABLE_SCRIPT_BLOCKS | Details about the recoverable script blocks |
| 543 | DBA_RECOVERABLE_SCRIPT_ERRORS | Details showing errors during script execution |
| 544 | DBA_GOLDENGATE_PRIVILEGES | Details about goldengate privileges |
| 545 | DBA_COMPARISON | Details about the comparison object |
| 546 | DBA_COMPARISON_COLUMNS | Details about the comparison object's columns |
| 547 | DBA_COMPARISON_SCAN | Details about a comparison scan |
| 548 | DBA_COMPARISON_SCAN_SUMMARY | Details about a comparison scan |
| 549 | DBA_COMPARISON_SCAN_VALUES | Details about a comparison scan's values |
| 550 | DBA_COMPARISON_ROW_DIF | Details about the differing rows in a comparison scan |
| 551 | DBA_STREAMS_COLUMNS | Supportability info about streams columns |
| 552 | DBA_STREAMS_UNSUPPORTED | List of all the tables that are not supported by Streams in this release |
| 553 | DBA_STREAMS_NEWLY_SUPPORTED | List of tables that are newly supported by Streams capture |
| 554 | DBA_XSTREAM_OUT_SUPPORT_MODE | List of support mode for objects by XStream Out |
| 555 | DBA_GOLDENGATE_SUPPORT_MODE | List of support mode for objects by GoldenGate |
| 556 | DBA_JAVA_POLICY | java security Permissions for all users |
| 557 | DBA_JAVA_CLASSES | class level information of all stored java classes |
| 558 | DBA_JAVA_LAYOUTS | class layout information about stored java class |
| 559 | DBA_JAVA_IMPLEMENTS | interfaces implemented by the stored java class |
| 560 | DBA_JAVA_INNERS | list of inner classes refered by the stored java class |
| 561 | DBA_JAVA_FIELDS | field information of all stored java class |
| 562 | DBA_JAVA_METHODS | method information of all stored java class |
| 563 | DBA_JAVA_ARGUMENTS | argument information of all stored java class |
| 564 | DBA_JAVA_THROWS | list of exceptions thrown from a method of a class owned by user |
| 565 | DBA_JAVA_DERIVATIONS | this view maps java source objects and their derived java class objects and java resource objects for all java classes |
| 566 | DBA_JAVA_RESOLVERS | resolver of java class owned by user |
| 567 | DBA_JAVA_COMPILER_OPTIONS | all native-compiler options |
| 568 | DBA_EPG_DAD_AUTHORIZATION | DADs authorized to use different user's privileges |
| 569 | DBA_XML_TABLES | Description of all XML tables in the database |
| 570 | DBA_XML_TAB_COLS | Description of all XML tables in the database |
| 571 | DBA_XML_VIEWS | Description of all XML views in the database |
| 572 | DBA_XML_VIEW_COLS | Description of all XML views in the database |
| 573 | DBA_XML_SCHEMAS | Description of all the XML Schemas registered |
| 574 | DBA_XML_INDEXES | Description of all XML indexes in the database |
| 575 | DBA_XML_SCHEMA_IMPORTS | Description of all XML schema first level dependencies on imported XML schemas |
| 576 | DBA_XML_SCHEMA_INCLUDES | Description of all XML schema first level dependencies on included XML schemas |
| 577 | DBA_XML_SCHEMA_DEPENDENCY | Description of all XML schema first level dependencies on imported and included XML schemas |
| 578 | DBA_NETWORK_ACL_PRIVILEGES | Privileges defined in network access control lists |
| 579 | DBA_WALLET_ACLS | Access control lists assigned to restrict access to wallets through PL/SQL network utility packages |
| 580 | DBA_XDS_OBJECTS | All XDS enabled objects in the database |
| 581 | DBA_NETWORK_ACLS | Access control lists assigned to restrict access to network hosts through PL/SQL network utility packages |
| 582 | DBA_XDS_INSTANCE_SETS | All instance sets in the database |
| 583 | DBA_XDS_ATTRIBUTE_SECS | All XDS column security defined in the database |
| 584 | DBA_AW_PROP | Object properties in Analytic Workspaces in the database |
| 585 | DBA_AW_OBJ | Objects in Analytic Workspaces in the database |
| 586 | DBA_ADVISOR_SQLW_TABLES | |
| 587 | DBA_LOGMNR_PURGED_LOG | |
| 588 | DBA_ADVISOR_SQLA_REC_SUM | |
| 589 | DBA_ADDM_TASK_DIRECTIVES | |
| 590 | DBA_ADDM_FDG_BREAKDOWN | |
| 591 | DBA_PART_HISTOGRAMS | |
| 592 | DBA_REGISTRY_DATABASE | |
| 593 | DBA_FLASHBACK_TXN_STATE | |
| 594 | DBA_DBFS_HS_PROPERTIES | |
| 595 | DBA_ADVISOR_SQLW_TABVOL | |
| 596 | DBA_LOB_TEMPLATES | |
| 597 | DBA_ADDM_SYSTEM_DIRECTIVES | |
| 598 | DBA_ADVISOR_FDG_BREAKDOWN | |
| 599 | DBA_IND_PARTITIONS | |
| 600 | DBA_IAS_OBJECTS_EXP | |
| 601 | DBA_SQLSET_STATEMENTS | |
| 602 | DBA_ADVISOR_SQLW_JOURNAL | |
| 603 | DBA_REGISTRY_PROGRESS | |
| 604 | DBA_REGISTRY_HISTORY | |
| 605 | DBA_ADVISOR_SQLSTATS | |
| 606 | DBA_ADVISOR_SQLW_TEMPLATES | |
| 607 | DBA_REGISTRY_LOG | |
| 608 | DBA_ADVISOR_TASKS | |
| 609 | DBA_ADVISOR_JOURNAL | |
| 610 | DBA_ADVISOR_FINDING_NAMES | |
| 611 | DBA_AQ_AGENTS | |
| 612 | DBA_PARALLEL_EXECUTE_TASKS | |
| 613 | DBA_ADVISOR_PARAMETERS_PROJ | |
| 614 | DBA_WORKLOAD_CONNECTION_MAP | |
| 615 | DBA_ADVISOR_OBJECT_TYPES | |
| 616 | DBA_DML_LOCKS | |
| 617 | DBA_SUBPARTITION_TEMPLATES | |
| 618 | DBA_ADVISOR_SQLA_WK_MAP | |
| 619 | DBA_IAS_TEMPLATES | |
| 620 | DBA_INVALID_OBJECTS | |
| 621 | DBA_ADVISOR_LOG | |
| 622 | DBA_DBFS_HS | |
| 623 | DBA_ADVISOR_RECOMMENDATIONS | |
| 624 | DBA_WAITERS | |
| 625 | DBA_PART_TABLES | |
| 626 | DBA_ADVISOR_OBJECTS | |
| 627 | DBA_IAS_POSTGEN_STMTS | |
| 628 | DBA_ADVISOR_SQLA_TABVOL | |
| 629 | DBA_WORKLOAD_SCHEDULE_CAPTURES | |
| 630 | DBA_REGISTRY_DEPENDENCIES | |
| 631 | DBA_ADVISOR_SQLW_COLVOL | |
| 632 | DBA_HIST_ASH_SNAPSHOT | |
| 633 | DBA_JAVA_NCOMPS | |
| 634 | DBA_DDL_LOCKS | |
| 635 | DBA_ADVISOR_EXECUTION_TYPES | |
| 636 | DBA_ADVISOR_EXEC_PARAMETERS | |
| 637 | DBA_ADVISOR_SQLA_COLVOL | |
| 638 | DBA_EXPORT_PATHS | |
| 639 | DBA_ADDM_FINDINGS | |
| 640 | DBA_ADVISOR_DEFINITIONS | |
| 641 | DBA_TAB_PARTITIONS | |
| 642 | DBA_ADVISOR_DIR_TASK_INST | |
| 643 | DBA_XMLSCHEMA_LEVEL_VIEW | |
| 644 | DBA_PART_KEY_COLUMNS | |
| 645 | DBA_ADVISOR_ACTIONS | |
| 646 | DBA_TRANSFORMATIONS | |
| 647 | DBA_REPCAT | |
| 648 | DBA_SQLTUNE_PLANS | |
| 649 | DBA_ADDM_INSTANCES | |
| 650 | DBA_SQLSET_REFERENCES | |
| 651 | DBA_XMLSCHEMA_LEVEL_VIEW_DUP | |
| 652 | DBA_TAB_SUBPARTITIONS | |
| 653 | DBA_ANALYZE_OBJECTS | |
| 654 | DBA_ADDM_TASKS | |
| 655 | DBA_IAS_OBJECTS | |
| 656 | DBA_ADVISOR_SQLA_WK_SUM | |
| 657 | DBA_WORKLOAD_REPLAY_DIVERGENCE | |
| 658 | DBA_ADVISOR_USAGE | |
| 659 | DBA_PART_COL_STATISTICS | |
| 660 | DBA_ADVISOR_SQLA_WK_STMTS | |
| 661 | DBA_IND_SUBPARTITIONS | |
| 662 | DBA_SQLSET_BINDS | |
| 663 | DBA_LOGMNR_LOG | |
| 664 | DBA_BLOCKERS | |
| 665 | DBA_ATTRIBUTE_TRANSFORMATIONS | |
| 666 | DBA_LOB_SUBPARTITIONS | |
| 667 | DBA_ADVISOR_FINDINGS | |
| 668 | DBA_SQLTUNE_RATIONALE_PLAN | |
| 669 | DBA_DBFS_HS_COMMANDS | |
| 670 | DBA_PART_LOBS | |
| 671 | DBA_KEEPSIZES | |
| 672 | DBA_IAS_PREGEN_STMTS | |
| 673 | DBA_SUBPART_COL_STATISTICS | |
| 674 | DBA_WORKLOAD_CAPTURES | |
| 675 | DBA_PART_INDEXES | |
| 676 | DBA_SQL_MONITOR_USAGE | |
| 677 | DBA_ADVISOR_COMMANDS | |
| 678 | DBA_ADVISOR_DIR_DEFINITIONS | |
| 679 | DBA_FLASHBACK_TXN_REPORT | |
| 680 | DBA_LOCK_INTERNAL | |
| 681 | DBA_IAS_SITES | |
| 682 | DBA_SERVER_REGISTRY | |
| 683 | DBA_WORKLOAD_REPLAY_FILTER_SET | |
| 684 | DBA_IAS_OBJECTS_BASE | |
| 685 | DBA_REGISTRY_HIERARCHY | |
| 686 | DBA_IAS_GEN_STMTS | |
| 687 | DBA_IAS_GEN_STMTS_EXP | |
| 688 | DBA_ADVISOR_RATIONALE | |
| 689 | DBA_SQLTUNE_STATISTICS | |
| 690 | DBA_SQLTUNE_BINDS | |
| 691 | DBA_KGLLOCK | |
| 692 | DBA_DBFS_HS_FIXED_PROPERTIES | |
| 693 | DBA_ADVISOR_DEF_PARAMETERS | |
| 694 | DBA_ADVISOR_EXECUTIONS | |
| 695 | DBA_AQ_AGENT_PRIVS | |
| 696 | DBA_WORKLOAD_FILTERS | |
| 697 | DBA_SUBPART_HISTOGRAMS | |
| 698 | DBA_ADVISOR_DIR_INSTANCES | |
| 699 | DBA_WORKLOAD_REPLAYS | |
| 700 | DBA_ADVISOR_SQLPLANS | |
| 701 | DBA_QUEUE_SCHEDULES | |
| 702 | DBA_LOCK | |
| 703 | DBA_PARALLEL_EXECUTE_CHUNKS | |
| 704 | DBA_WORKLOAD_USER_MAP | |
| 705 | DBA_ADVISOR_SQLW_PARAMETERS | |
| 706 | DBA_WORKLOAD_ACTIVE_USER_MAP | |
| 707 | DBA_WORKLOAD_REPLAY_SCHEDULES | |
| 708 | DBA_LOGMNR_SESSION | |
| 709 | DBA_ADVISOR_SQLW_SUM | |
| 710 | DBA_SUBPART_KEY_COLUMNS | |
| 711 | DBA_SQLSET | |
| 712 | DBA_SQLSET_PLANS | |
| 713 | DBA_IAS_CONSTRAINT_EXP | |
| 714 | DBA_ADVISOR_PARAMETERS | |
| 715 | DBA_LOB_PARTITIONS | |
| 716 | DBA_ADVISOR_SQLW_STMTS | |
| 717 | DBA_ADVISOR_SQLA_TABLES | |
| 718 | DBA_WORKLOAD_SCHEDULE_ORDERING | |
| 719 | DBA_QUEUE_PUBLISHERS | |
| 720 | DBA_REGISTRY | |
| 721 | DBA_ADVISOR_TEMPLATES | |
| 722 | USER_ADDM_FDG_BREAKDOWN | |
| 723 | USER_ADDM_FINDINGS | |
| 724 | USER_ADDM_INSTANCES | |
| 725 | USER_ADDM_TASKS | |
| 726 | USER_ADDM_TASK_DIRECTIVES | |
| 727 | USER_ADVISOR_ACTIONS | |
| 728 | USER_ADVISOR_DIR_TASK_INST | |
| 729 | USER_ADVISOR_EXECUTIONS | |
| 730 | USER_ADVISOR_EXEC_PARAMETERS | |
| 731 | USER_ADVISOR_FDG_BREAKDOWN | |
| 732 | USER_ADVISOR_FINDINGS | |
| 733 | USER_ADVISOR_JOURNAL | |
| 734 | USER_ADVISOR_LOG | |
| 735 | USER_ADVISOR_OBJECTS | |
| 736 | USER_ADVISOR_PARAMETERS | |
| 737 | USER_ADVISOR_RATIONALE | |
| 738 | USER_ADVISOR_RECOMMENDATIONS | |
| 739 | USER_ADVISOR_SQLA_COLVOL | |
| 740 | USER_ADVISOR_SQLA_REC_SUM | |
| 741 | USER_ADVISOR_SQLA_TABLES | |
| 742 | USER_ADVISOR_SQLA_TABVOL | |
| 743 | USER_ADVISOR_SQLA_WK_MAP | |
| 744 | USER_ADVISOR_SQLA_WK_STMTS | |
| 745 | USER_ADVISOR_SQLA_WK_SUM | |
| 746 | USER_ADVISOR_SQLPLANS | |
| 747 | USER_ADVISOR_SQLSTATS | |
| 748 | USER_ADVISOR_SQLW_COLVOL | |
| 749 | USER_ADVISOR_SQLW_JOURNAL | |
| 750 | USER_ADVISOR_SQLW_PARAMETERS | |
| 751 | USER_ADVISOR_SQLW_STMTS | |
| 752 | USER_ADVISOR_SQLW_SUM | |
| 753 | USER_ADVISOR_SQLW_TABLES | |
| 754 | USER_ADVISOR_SQLW_TABVOL | |
| 755 | USER_ADVISOR_SQLW_TEMPLATES | |
| 756 | USER_ADVISOR_TASKS | |
| 757 | USER_ADVISOR_TEMPLATES | |
| 758 | USER_ALL_TABLES | Description of all object and relational tables owned by the user's |
| 759 | USER_APPLY_ERROR | Error transactions owned by an apply visible to the current user |
| 760 | USER_AQ_AGENT_PRIVS | |
| 761 | USER_ARGUMENTS | Arguments in object accessible to the user |
| 762 | USER_ASSEMBLIES | Description of the user's own assemblies |
| 763 | USER_ASSOCIATIONS | All assocations defined by the user |
| 764 | USER_ATTRIBUTE_TRANSFORMATIONS | |
| 765 | USER_AUDIT_OBJECT | Audit trail records for statements concerning objects, specifically: table, cluster, view, index, sequence, [public] database link, [public] synonym, procedure, trigger, rollback segment, tablespace, role, user |
| 766 | USER_AUDIT_POLICIES | All fine grained auditing policies for objects in user schema |
| 767 | USER_AUDIT_POLICY_COLUMNS | Users fine grained auditing policy columns in the database |
| 768 | USER_AUDIT_SESSION | All audit trail records concerning CONNECT and DISCONNECT |
| 769 | USER_AUDIT_STATEMENT | Audit trail records concerning grant, revoke, audit, noaudit and alter system |
| 770 | USER_AUDIT_TRAIL | Audit trail entries relevant to the user |
| 771 | USER_AWS | Analytic Workspaces owned by the user |
| 772 | USER_AW_OBJ | Objects in Analytic Workspaces owned by the user |
| 773 | USER_AW_PROP | Object properties in Analytic Workspaces owned by the user |
| 774 | USER_AW_PS | Pagespaces in Analytic Workspaces owned by the user |
| 775 | USER_BASE_TABLE_MVIEWS | All materialized views with log(s) owned by the user in the database |
| 776 | USER_CATALOG | Tables, Views, Synonyms and Sequences owned by the user |
| 777 | USER_CHANGE_NOTIFICATION_REGS | change notification registrations for current user |
| 778 | USER_CLUSTERS | Descriptions of user's own clusters |
| 779 | USER_CLUSTER_HASH_EXPRESSIONS | Hash functions for the user's hash clusters |
| 780 | USER_CLU_COLUMNS | Mapping of table columns to cluster columns |
| 781 | USER_COLL_TYPES | Description of the user's own named collection types |
| 782 | USER_COL_COMMENTS | Comments on columns of user's tables and views |
| 783 | USER_COL_PENDING_STATS | Pending statistics of tables, partitions, and subpartitions |
| 784 | USER_COL_PRIVS | Grants on columns for which the user is the owner, grantor or grantee |
| 785 | USER_COL_PRIVS_MADE | All grants on columns of objects owned by the user |
| 786 | USER_COL_PRIVS_RECD | Grants on columns for which the user is the grantee |
| 787 | USER_COMPARISON | Details about the user's comparison objects |
| 788 | USER_COMPARISON_COLUMNS | Details about the comparison object's columns |
| 789 | USER_COMPARISON_ROW_DIF | Details about the differing rows in a comparison scan |
| 790 | USER_COMPARISON_SCAN | Details about a comparison scan |
| 791 | USER_COMPARISON_SCAN_SUMMARY | Details about a comparison scan |
| 792 | USER_COMPARISON_SCAN_VALUES | Details about a comparison scan's values |
| 793 | USER_CONSTRAINTS | Constraint definitions on user's own tables |
| 794 | USER_CONS_COLUMNS | Information about accessible columns in constraint definitions |
| 795 | USER_CONS_OBJ_COLUMNS | List of types an object column or attribute is constrained to in the tables owned by the user |
| 796 | USER_CQ_NOTIFICATION_QUERIES | Description of registered queries for CQ notification |
| 797 | USER_CUBES | OLAP Cubes owned by the user in the database |
| 798 | USER_CUBE_ATTRIBUTES | OLAP Attributes owned by the user in the database |
| 799 | USER_CUBE_ATTR_VISIBILITY | OLAP Attributes visible for Dimensions, Hierarchies, and Levels |
| 800 | USER_CUBE_BUILD_PROCESSES | OLAP Build Processes owned by the user in the database |
| 801 | USER_CUBE_CALCULATED_MEMBERS | OLAP Calculated Members in the database accessible to the user |
| 802 | USER_CUBE_DIMENSIONALITY | OLAP Cube Dimensionality owned by the user in the database |
| 803 | USER_CUBE_DIMENSIONS | OLAP Cube Dimensions owned by the user in the database |
| 804 | USER_CUBE_DIM_LEVELS | OLAP Dimension Levels owned by the user in the database |
| 805 | USER_CUBE_DIM_MODELS | OLAP Dimension Models in the database accessible to the user |
| 806 | USER_CUBE_DIM_VIEWS | OLAP Dimension Views owned by the user in the database |
| 807 | USER_CUBE_DIM_VIEW_COLUMNS | OLAP Dimesion View Columns in the database accessible to the user |
| 808 | USER_CUBE_HIERARCHIES | OLAP Hierarchies owned by the user in the database |
| 809 | USER_CUBE_HIER_LEVELS | OLAP Hierarchy Levels owned by the user in the database |
| 810 | USER_CUBE_HIER_VIEWS | OLAP Hierarchy Views owner by the user in the database |
| 811 | USER_CUBE_HIER_VIEW_COLUMNS | OLAP Hierarchy View Columns owned by the user in the database |
| 812 | USER_CUBE_MEASURES | OLAP Measures owned by the user in the database |
| 813 | USER_CUBE_VIEWS | OLAP Cube Views owned by the user in the database |
| 814 | USER_CUBE_VIEW_COLUMNS | OLAP Cube View Columns owned by the user in the database |
| 815 | USER_DATAPUMP_JOBS | Datapump jobs for current user |
| 816 | USER_DBFS_HS | |
| 817 | USER_DBFS_HS_COMMANDS | |
| 818 | USER_DBFS_HS_FILES | |
| 819 | USER_DBFS_HS_FIXED_PROPERTIES | |
| 820 | USER_DBFS_HS_PROPERTIES | |
| 821 | USER_DB_LINKS | Database links owned by the user |
| 822 | USER_DEPENDENCIES | Dependencies to and from a users objects |
| 823 | USER_DIMENSIONS | Description of the dimension objects accessible to the DBA |
| 824 | USER_DIM_ATTRIBUTES | Representation of the relationship between a dimension level and_x000D_ a functionally dependent column |
| 825 | USER_DIM_CHILD_OF | Representaion of a 1:n hierarchical relationship between a pair of levels in_x000D_ a dimension |
| 826 | USER_DIM_HIERARCHIES | Representation of a dimension hierarchy |
| 827 | USER_DIM_JOIN_KEY | Representation of a join between two dimension tables. |
| 828 | USER_DIM_LEVELS | Description of dimension levels visible to DBA |
| 829 | USER_DIM_LEVEL_KEY | Representations of columns of a dimension level |
| 830 | USER_EDITIONING_VIEWS | Descriptions of the user's own Editioning Views |
| 831 | USER_EDITIONING_VIEWS_AE | Descriptions of the user's own Editioning Views |
| 832 | USER_EDITIONING_VIEW_COLS | Relationship between columns of user's Editioning Views and the table columns to which they map |
| 833 | USER_EDITIONING_VIEW_COLS_AE | Relationship between columns of user's Editioning Views and the table columns to which they map |
| 834 | USER_ENCRYPTED_COLUMNS | Encryption information on columns of tables owned by the user |
| 835 | USER_EPG_DAD_AUTHORIZATION | DADs authorized to use the user's privileges |
| 836 | USER_ERRORS | Current errors on stored objects owned by the user |
| 837 | USER_ERRORS_AE | Current errors on stored objects owned by the user |
| 838 | USER_EVALUATION_CONTEXTS | rule evaluation contexts owned by user |
| 839 | USER_EVALUATION_CONTEXT_TABLES | tables in user rule evaluation contexts |
| 840 | USER_EVALUATION_CONTEXT_VARS | variables in user rule evaluation contexts |
| 841 | USER_EXTENTS | Extents comprising segments owned by the user |
| 842 | USER_EXTERNAL_LOCATIONS | Description of the user's external tables locations |
| 843 | USER_EXTERNAL_TABLES | Description of the user's own external tables |
| 844 | USER_FILE_GROUPS | Details about file groups |
| 845 | USER_FILE_GROUP_EXPORT_INFO | Details about export information of file group versions |
| 846 | USER_FILE_GROUP_FILES | Details about file group files |
| 847 | USER_FILE_GROUP_TABLES | Details about the tables in the file group repository |
| 848 | USER_FILE_GROUP_TABLESPACES | Details about the transportable tablespaces in the file group repository |
| 849 | USER_FILE_GROUP_VERSIONS | Details about file group versions |
| 850 | USER_FLASHBACK_ARCHIVE | Description of the flashback archives available to the user |
| 851 | USER_FLASHBACK_ARCHIVE_TABLES | Information about the user tables that are enabled for Flashback Archive |
| 852 | USER_FLASHBACK_TXN_REPORT | |
| 853 | USER_FLASHBACK_TXN_STATE | |
| 854 | USER_FREE_SPACE | Free extents in tablespaces accessible to the user |
| 855 | USER_GOLDENGATE_PRIVILEGES | Details about goldengate privileges |
| 856 | USER_IDENTIFIERS | Identifiers in stored objects accessible to the user |
| 857 | USER_INDEXES | Description of the user's own indexes |
| 858 | USER_INDEXTYPES | All user indextypes |
| 859 | USER_INDEXTYPE_ARRAYTYPES | All array types specified by the indextype |
| 860 | USER_INDEXTYPE_COMMENTS | Comments for user-defined indextypes |
| 861 | USER_INDEXTYPE_OPERATORS | All user indextype operators |
| 862 | USER_IND_COLUMNS | COLUMNs comprising user's INDEXes and INDEXes on user's TABLES |
| 863 | USER_IND_EXPRESSIONS | Functional index expressions in user's indexes and indexes on user's tables |
| 864 | USER_IND_PARTITIONS | |
| 865 | USER_IND_PENDING_STATS | Pending statistics of tables, partitions, and subpartitions |
| 866 | USER_IND_STATISTICS | Optimizer statistics for user's own indexes |
| 867 | USER_IND_SUBPARTITIONS | |
| 868 | USER_INTERNAL_TRIGGERS | Description of the internal triggers on the user's own tables |
| 869 | USER_JAVA_ARGUMENTS | argument information of stored java class owned by the user |
| 870 | USER_JAVA_CLASSES | class level information of stored java class owned by the user |
| 871 | USER_JAVA_COMPILER_OPTIONS | native compiler options provided by the user |
| 872 | USER_JAVA_DERIVATIONS | this view maps java source objects and their derived java class objects and java resource objects for the java class owned by user |
| 873 | USER_JAVA_FIELDS | field information of stored java class owned by the user |
| 874 | USER_JAVA_IMPLEMENTS | interfaces implemented by the stored java class owned by user |
| 875 | USER_JAVA_INNERS | list of inner classes refered by the stored java class owned by user |
| 876 | USER_JAVA_LAYOUTS | class layout information about stored java class owned by the user |
| 877 | USER_JAVA_METHODS | method information of stored java class owned by the user |
| 878 | USER_JAVA_NCOMPS | ncomp related information of java classes owned by user |
| 879 | USER_JAVA_POLICY | java security Permissions for current user |
| 880 | USER_JAVA_RESOLVERS | resolver of java class owned by user |
| 881 | USER_JAVA_THROWS | list of exceptions thrown from a method of a class owned by user |
| 882 | USER_JOBS | All jobs owned by this user |
| 883 | USER_JOIN_IND_COLUMNS | Join Index columns comprising the join conditions |
| 884 | USER_LIBRARIES | Description of the user's own libraries |
| 885 | USER_LOBS | Description of the user's own LOBs contained in the user's own tables |
| 886 | USER_LOB_PARTITIONS | |
| 887 | USER_LOB_SUBPARTITIONS | |
| 888 | USER_LOB_TEMPLATES | |
| 889 | USER_LOG_GROUPS | Log group definitions on user's own tables |
| 890 | USER_LOG_GROUP_COLUMNS | Information about columns in log group definitions |
| 891 | USER_MEASURE_FOLDERS | OLAP Measure Folders owned by the user in the database |
| 892 | USER_MEASURE_FOLDER_CONTENTS | OLAP Measure Folder Contents owned by the user in the database |
| 893 | USER_METHOD_PARAMS | Description of method parameters of the user's own types |
| 894 | USER_METHOD_RESULTS | Description of method results of the user's own types |
| 895 | USER_MINING_MODELS | Description of the user's own models |
| 896 | USER_MINING_MODEL_ATTRIBUTES | Description of the user's own model attributes |
| 897 | USER_MINING_MODEL_SETTINGS | Description of the user's own model settings |
| 898 | USER_MVIEWS | All materialized views in the database |
| 899 | USER_MVIEW_AGGREGATES | Description of the materialized view aggregates created by the user |
| 900 | USER_MVIEW_ANALYSIS | Description of the materialized views created by the user |
| 901 | USER_MVIEW_COMMENTS | Comments on materialized views owned by the user |
| 902 | USER_MVIEW_DETAIL_PARTITION | Freshness information of all PCT materialized views in the database |
| 903 | USER_MVIEW_DETAIL_RELATIONS | Description of the materialized view detail tables of the materialized_x000D_ views created by the user |
| 904 | USER_MVIEW_DETAIL_SUBPARTITION | Freshness information of all PCT materialized views in the database |
| 905 | USER_MVIEW_JOINS | Description of a join between two columns in the_x000D_ WHERE clause of a materialized view created by the user |
| 906 | USER_MVIEW_KEYS | Description of the columns that appear in the GROUP BY_x000D_ list of a materialized view created by the user |
| 907 | USER_MVIEW_LOGS | All materialized view logs owned by the user |
| 908 | USER_MVIEW_REFRESH_TIMES | Materialized views and their last refresh times for each master table that the user can look at |
| 909 | USER_NESTED_TABLES | Description of nested tables contained in the user's own tables |
| 910 | USER_NESTED_TABLE_COLS | Columns of nested tables |
| 911 | USER_NETWORK_ACL_PRIVILEGES | User privileges to access network hosts through PL/SQL network utility packages |
| 912 | USER_OBJECTS | Objects owned by the user |
| 913 | USER_OBJECTS_AE | Objects owned by the user |
| 914 | USER_OBJECT_SIZE | Sizes, in bytes, of various pl/sql objects |
| 915 | USER_OBJECT_TABLES | Description of the user's own object tables |
| 916 | USER_OBJ_AUDIT_OPTS | Auditing options for user's own tables and views with atleast one option set |
| 917 | USER_OBJ_COLATTRS | Description of object columns and attributes contained in tables owned by the user |
| 918 | USER_OLDIMAGE_COLUMNS | Gives all object tables and columns in old (8.0) image format |
| 919 | USER_OPANCILLARY | All ancillary opertors defined by user |
| 920 | USER_OPARGUMENTS | All operator arguments of operators defined by user |
| 921 | USER_OPBINDINGS | All binding functions or methods on operators defined by the user |
| 922 | USER_OPERATORS | All user operators |
| 923 | USER_OPERATOR_COMMENTS | Comments for user-defined operators |
| 924 | USER_OUTLINES | Stored outlines owned by the user |
| 925 | USER_OUTLINE_HINTS | Hints stored in outlines owned by the user |
| 926 | USER_PARALLEL_EXECUTE_CHUNKS | |
| 927 | USER_PARALLEL_EXECUTE_TASKS | |
| 928 | USER_PARTIAL_DROP_TABS | User tables with unused columns |
| 929 | USER_PART_COL_STATISTICS | |
| 930 | USER_PART_HISTOGRAMS | |
| 931 | USER_PART_INDEXES | |
| 932 | USER_PART_KEY_COLUMNS | |
| 933 | USER_PART_LOBS | |
| 934 | USER_PART_TABLES | |
| 935 | USER_PASSWORD_LIMITS | Display password limits of the user |
| 936 | USER_PENDING_CONV_TABLES | All user's tables which are not upgraded to the latest type version |
| 937 | USER_PLSQL_OBJECT_SETTINGS | Compiler settings of stored objects owned by the user |
| 938 | USER_POLICIES | All row level security policies for synonyms, tables, or views owned by the user |
| 939 | USER_POLICY_CONTEXTS | All policy driving context defined for synonyms, tables, or views in current schema |
| 940 | USER_POLICY_GROUPS | All policy groups defined for any synonym, table, or view |
| 941 | USER_PROCEDURES | Description of the user functions/procedures/packages/types/triggers |
| 942 | USER_PROXIES | Description of connections the user is allowed to proxy |
| 943 | USER_PUBLISHED_COLUMNS | Source columns available for Change Data Capture |
| 944 | USER_QUEUES | All queues owned by the user |
| 945 | USER_QUEUE_PUBLISHERS | |
| 946 | USER_QUEUE_SCHEDULES | |
| 947 | USER_QUEUE_SUBSCRIBERS | queue subscribers under a user'schema |
| 948 | USER_QUEUE_TABLES | All queue tables created by the user |
| 949 | USER_RECYCLEBIN | User view of his recyclebin |
| 950 | USER_REFRESH | All the refresh groups |
| 951 | USER_REFRESH_CHILDREN | All the objects in refresh groups, where the user owns the refresh group |
| 952 | USER_REFS | Description of the user's own REF columns contained in the user's own tables |
| 953 | USER_REGISTERED_MVIEWS | Remote materialized views of local tables currently using logs owned by the user |
| 954 | USER_REGISTERED_SNAPSHOTS | Remote snapshots of local tables currently using logs owned by the user |
| 955 | USER_REGISTRY | |
| 956 | USER_REPAUDIT_ATTRIBUTE | Information about attributes automatically maintained for replication |
| 957 | USER_REPAUDIT_COLUMN | Information about columns in all shadow tables for user's replicated tables |
| 958 | USER_REPCAT | |
| 959 | USER_REPCATLOG | Information about the current user's asynchronous administration requests |
| 960 | USER_REPCOLUMN | Replicated columns for the current user's table in ascending order |
| 961 | USER_REPCOLUMN_GROUP | All column groups of user's replicated tables |
| 962 | USER_REPCONFLICT | |
| 963 | USER_REPDDL | Arguments that do not fit in a single repcat log record |
| 964 | USER_REPFLAVORS | Flavors current user created for replicated object groups |
| 965 | USER_REPFLAVOR_COLUMNS | Replicated columns from current user's tables in flavors |
| 966 | USER_REPFLAVOR_OBJECTS | Replicated user objects in flavors |
| 967 | USER_REPGENERATED | Objects generated for the current user to support replication |
| 968 | USER_REPGENOBJECTS | Objects generated for the current user to support replication |
| 969 | USER_REPGROUP | Replication information about the current user |
| 970 | USER_REPGROUPED_COLUMN | Columns in the all column groups of user's replicated tables |
| 971 | USER_REPGROUP_PRIVILEGES | Information about users who are registered for object group privileges |
| 972 | USER_REPKEY_COLUMNS | Primary columns for a table using column-level replication |
| 973 | USER_REPOBJECT | Replication information about the current user's objects |
| 974 | USER_REPPARAMETER_COLUMN | All columns used for resolving conflicts in user's replicated tables |
| 975 | USER_REPPRIORITY | Values and their corresponding priorities in user's priority groups |
| 976 | USER_REPPRIORITY_GROUP | Information about user's priority groups |
| 977 | USER_REPPROP | Propagation information about the current user's objects |
| 978 | USER_REPRESOLUTION | Description of all conflict resolutions for user's replicated tables |
| 979 | USER_REPRESOLUTION_METHOD | All conflict resolution methods accessible to the user |
| 980 | USER_REPRESOLUTION_STATISTICS | Statistics for conflict resolutions for user's replicated tables |
| 981 | USER_REPRESOL_STATS_CONTROL | Information about statistics collection for conflict resolutions for user's replicated tables |
| 982 | USER_REPSCHEMA | N-way replication information about the current user |
| 983 | USER_REPSITES | N-way replication information about the current user |
| 984 | USER_RESOURCE_LIMITS | Display resource limit of the user |
| 985 | USER_RESUMABLE | Resumable session information for current user |
| 986 | USER_REWRITE_EQUIVALENCES | Description of all rewrite equivalence owned by the user |
| 987 | USER_ROLE_PRIVS | Roles granted to current user |
| 988 | USER_RSRC_CONSUMER_GROUP_PRIVS | Switch privileges for consumer groups for the user |
| 989 | USER_RSRC_MANAGER_SYSTEM_PRIVS | system privileges for the resource manager for the user |
| 990 | USER_RULES | Rules owned by the user |
| 991 | USER_RULESETS | Rulesets owned by the user: maintained for backward compatibility |
| 992 | USER_RULE_SETS | Rule sets owned by the user |
| 993 | USER_RULE_SET_RULES | Rules in user rule sets |
| 994 | USER_SCHEDULER_CHAINS | All scheduler chains owned by the current user |
| 995 | USER_SCHEDULER_CHAIN_RULES | All rules from scheduler chains owned by the current user |
| 996 | USER_SCHEDULER_CHAIN_STEPS | All steps of scheduler chains owned by the current user |
| 997 | USER_SCHEDULER_CREDENTIALS | Scheduler credentials owned by the current user |
| 998 | USER_SCHEDULER_DB_DESTS | User-owned destination objects in the database pointing to remote databases |
| 999 | USER_SCHEDULER_DESTS | Destination objects for jobs in the database owned by current user |
| 1000 | USER_SCHEDULER_FILE_WATCHERS | Scheduler file watch requests owned by the current user |
| 1001 | USER_SCHEDULER_GROUPS | All scheduler object groups owned by current user |
| 1002 | USER_SCHEDULER_GROUP_MEMBERS | Members of all scheduler object groups owned by current user |
| 1003 | USER_SCHEDULER_JOBS | All scheduler jobs in the database |
| 1004 | USER_SCHEDULER_JOB_ARGS | All arguments with set values of all scheduler jobs in the database |
| 1005 | USER_SCHEDULER_JOB_DESTS | State of all jobs owned by current user at each of their destinations |
| 1006 | USER_SCHEDULER_JOB_LOG | Logged information for all scheduler jobs |
| 1007 | USER_SCHEDULER_JOB_RUN_DETAILS | The details of a job run |
| 1008 | USER_SCHEDULER_NOTIFICATIONS | All e-mail notifications for jobs owned by the current user |
| 1009 | USER_SCHEDULER_PROGRAMS | Scheduler programs owned by the current user |
| 1010 | USER_SCHEDULER_PROGRAM_ARGS | All arguments of all scheduler programs in the database |
| 1011 | USER_SCHEDULER_REMOTE_JOBSTATE | Remote state of all jobs originating from this database owned by current user |
| 1012 | USER_SCHEDULER_RUNNING_CHAINS | All steps of chains being run by jobs owned by the current user |
| 1013 | USER_SCHEDULER_SCHEDULES | Schedules belonging to the current user |
| 1014 | USER_SECONDARY_OBJECTS | All secondary objects for domain indexes |
| 1015 | USER_SEC_RELEVANT_COLS | Security Relevant columns of VPD policies for tables or views owned by the user |
| 1016 | USER_SEGMENTS | Storage allocated for all database segments |
| 1017 | USER_SEQUENCES | Description of the user's own SEQUENCEs |
| 1018 | USER_SNAPSHOTS | Snapshots the user can look at |
| 1019 | USER_SNAPSHOT_LOGS | All snapshot logs owned by the user |
| 1020 | USER_SOURCE | Source of stored objects accessible to the user |
| 1021 | USER_SOURCE_AE | Source of stored objects accessible to the user |
| 1022 | USER_SOURCE_TABLES | Source tables available for Change Data Capture |
| 1023 | USER_SQLJ_TYPES | Description of the user's own types |
| 1024 | USER_SQLJ_TYPE_ATTRS | Description of attributes of the user's own types |
| 1025 | USER_SQLJ_TYPE_METHODS | Description of methods of the user's own types |
| 1026 | USER_SQLSET | |
| 1027 | USER_SQLSET_BINDS | |
| 1028 | USER_SQLSET_PLANS | |
| 1029 | USER_SQLSET_REFERENCES | |
| 1030 | USER_SQLSET_STATEMENTS | |
| 1031 | USER_SQLTUNE_BINDS | |
| 1032 | USER_SQLTUNE_PLANS | |
| 1033 | USER_SQLTUNE_RATIONALE_PLAN | |
| 1034 | USER_SQLTUNE_STATISTICS | |
| 1035 | USER_STAT_EXTENSIONS | Optimizer statistics extensions |
| 1036 | USER_STORED_SETTINGS | Parameter settings for objects owned by the user |
| 1037 | USER_SUBPARTITION_TEMPLATES | |
| 1038 | USER_SUBPART_COL_STATISTICS | |
| 1039 | USER_SUBPART_HISTOGRAMS | |
| 1040 | USER_SUBPART_KEY_COLUMNS | |
| 1041 | USER_SUBSCRIBED_COLUMNS | Change Data Capture subscribed columns |
| 1042 | USER_SUBSCRIBED_TABLES | Change Data Capture subscribed tables |
| 1043 | USER_SUBSCRIPTIONS | Change Data Capture subscriptions |
| 1044 | USER_SUBSCR_REGISTRATIONS | All subscription registrations created by the user |
| 1045 | USER_SUMMARIES | Description of the summaries created by the user |
| 1046 | USER_SYNONYMS | The user's private synonyms |
| 1047 | USER_SYS_PRIVS | System privileges granted to current user |
| 1048 | USER_TABLES | Description of the user's own relational tables |
| 1049 | USER_TABLESPACES | Description of accessible tablespaces |
| 1050 | USER_TAB_COLS | Columns of user's tables, views and clusters |
| 1051 | USER_TAB_COLUMNS | Columns of user's tables, views and clusters |
| 1052 | USER_TAB_COL_STATISTICS | Columns of user's tables, views and clusters |
| 1053 | USER_TAB_COMMENTS | Comments on the tables and views owned by the user |
| 1054 | USER_TAB_HISTGRM_PENDING_STATS | Pending statistics of tables, partitions, and subpartitions |
| 1055 | USER_TAB_HISTOGRAMS | Histograms on columns of user's tables |
| 1056 | USER_TAB_MODIFICATIONS | Information regarding modifications to tables |
| 1057 | USER_TAB_PARTITIONS | |
| 1058 | USER_TAB_PENDING_STATS | History of table statistics modifications |
| 1059 | USER_TAB_PRIVS | Grants on objects for which the user is the owner, grantor or grantee |
| 1060 | USER_TAB_PRIVS_MADE | All grants on objects owned by the user |
| 1061 | USER_TAB_PRIVS_RECD | Grants on objects for which the user is the grantee |
| 1062 | USER_TAB_STATISTICS | Optimizer statistics of the user's own tables |
| 1063 | USER_TAB_STATS_HISTORY | History of table statistics modifications |
| 1064 | USER_TAB_STAT_PREFS | Statistics preferences for tables |
| 1065 | USER_TAB_SUBPARTITIONS | |
| 1066 | USER_TRANSFORMATIONS | |
| 1067 | USER_TRIGGERS | Triggers having FOLLOWS or PRECEDES ordering owned by the user |
| 1068 | USER_TRIGGER_COLS | Column usage in user's triggers |
| 1069 | USER_TS | |
| 1070 | USER_TSTZ_TABLES | Description of the user's own tables, which have column(s) defined on timestamp with time zone data type or ADT type containing attribute(s) of timestamp with time zone data type |
| 1071 | USER_TSTZ_TAB_COLS | Columns of user's tables, which have column(s) defined on timestamp with time zone data type or ADT type containing attribute(s) of timestamp with time zone data type |
| 1072 | USER_TS_QUOTAS | Tablespace quotas for the user |
| 1073 | USER_TUNE_MVIEW | tune_mview catalog view owned by the user |
| 1074 | USER_TYPES | Description of the user's own types |
| 1075 | USER_TYPE_ATTRS | Description of attributes of the user's own types |
| 1076 | USER_TYPE_METHODS | Description of methods of the user's own types |
| 1077 | USER_TYPE_VERSIONS | Description of each version of the user's types |
| 1078 | USER_UNUSED_COL_TABS | User tables with unused columns |
| 1079 | USER_UPDATABLE_COLUMNS | Description of updatable columns |
| 1080 | USER_USERS | Information about the current user |
| 1081 | USER_USTATS | All statistics on tables or indexes owned by the user |
| 1082 | USER_VARRAYS | Description of varrays contained in the user's own tables |
| 1083 | USER_VIEWS | Description of the user's own views |
| 1084 | USER_VIEWS_AE | Description of the user's own views |
| 1085 | USER_WARNING_SETTINGS | Warning Parameter settings for objects owned by the user |
| 1086 | USER_XDS_ATTRIBUTE_SECS | All objects with column security and owned by the user |
| 1087 | USER_XDS_INSTANCE_SETS | All instance sets for objects owned by the user |
| 1088 | USER_XDS_OBJECTS | All XDS enabled objects owned by the user |
| 1089 | USER_XML_COLUMN_NAMES | |
| 1090 | USER_XML_INDEXES | Description of the user's own XMLType indexes |
| 1091 | USER_XML_SCHEMAS | Description of XML Schemas registered by the user |
| 1092 | USER_XML_TABLES | Description of the user's own XMLType tables |
| 1093 | USER_XML_TAB_COLS | Description of the user's own XMLType tables |
| 1094 | USER_XML_VIEWS | Description of the user's own XMLType views |
| 1095 | USER_XML_VIEW_COLS | Description of the user's own XMLType views |
| 1096 | ALL_CONS_COLUMNS | Information about accessible columns in constraint definitions |
| 1097 | ALL_LOG_GROUP_COLUMNS | Information about columns in log group definitions |
| 1098 | ALL_LOBS | Description of LOBs contained in tables accessible to the user |
| 1099 | ALL_CATALOG | All tables, views, synonyms, sequences accessible to the user |
| 1100 | ALL_CLUSTERS | Description of clusters accessible to the user |
| 1101 | ALL_COL_COMMENTS | Comments on columns of accessible tables and views |
| 1102 | ALL_COL_PRIVS | Grants on columns for which the user is the grantor, grantee, owner,_x000D_ or an enabled role or PUBLIC is the grantee |
| 1103 | ALL_COL_PRIVS_MADE | Grants on columns for which the user is owner or grantor |
| 1104 | ALL_COL_PRIVS_RECD | Grants on columns for which the user, PUBLIC or enabled role is the grantee |
| 1105 | ALL_ENCRYPTED_COLUMNS | Encryption information on all accessible columns |
| 1106 | ALL_INDEXES | Descriptions of indexes on tables accessible to the user |
| 1107 | ALL_IND_COLUMNS | COLUMNs comprising INDEXes on accessible TABLES |
| 1108 | ALL_IND_EXPRESSIONS | FUNCTIONAL INDEX EXPRESSIONs on accessible TABLES |
| 1109 | ALL_JOIN_IND_COLUMNS | Join Index columns comprising the join conditions |
| 1110 | ALL_OBJECTS | Objects accessible to the user |
| 1111 | ALL_OBJECTS_AE | Objects accessible to the user |
| 1112 | ALL_SEQUENCES | Description of SEQUENCEs accessible to the user |
| 1113 | ALL_SYNONYMS | All synonyms for base objects accessible to the user and session |
| 1114 | ALL_TABLES | Description of relational tables accessible to the user |
| 1115 | ALL_OBJECT_TABLES | Description of all object tables accessible to the user |
| 1116 | ALL_ALL_TABLES | Description of all object and relational tables accessible to the user |
| 1117 | ALL_TAB_COLS | Columns of user's tables, views and clusters |
| 1118 | ALL_TAB_COLUMNS | Columns of user's tables, views and clusters |
| 1119 | ALL_TAB_COMMENTS | Comments on tables and views accessible to the user |
| 1120 | ALL_TAB_PRIVS | Grants on objects for which the user is the grantor, grantee, owner,_x000D_ or an enabled role or PUBLIC is the grantee |
| 1121 | ALL_TAB_PRIVS_MADE | User's grants and grants on user's objects |
| 1122 | ALL_TAB_PRIVS_RECD | Grants on objects for which the user, PUBLIC or enabled role is the grantee |
| 1123 | ALL_VIEWS | Description of views accessible to the user |
| 1124 | ALL_VIEWS_AE | Description of views accessible to the user |
| 1125 | ALL_CONSTRAINTS | Constraint definitions on accessible tables |
| 1126 | ALL_LOG_GROUPS | Log group definitions on accessible tables |
| 1127 | ALL_CLUSTER_HASH_EXPRESSIONS | Hash functions for all accessible clusters |
| 1128 | ALL_UPDATABLE_COLUMNS | Description of all updatable columns |
| 1129 | ALL_UNUSED_COL_TABS | All tables with unused columns accessible to the user |
| 1130 | ALL_PARTIAL_DROP_TABS | All tables with patially dropped columns accessible to the user |
| 1131 | ALL_EDITIONING_VIEWS | Description of Editioning Views accessible to the user |
| 1132 | ALL_EDITIONING_VIEWS_AE | Description of Editioning Views accessible to the user |
| 1133 | ALL_EDITIONING_VIEW_COLS | Relationship between columns of Editioning Views accessible to the user and the table columns to which they map |
| 1134 | ALL_EDITIONING_VIEW_COLS_AE | Relationship between columns of Editioning Views accessible to the user and the table columns to which they map |
| 1135 | ALL_EDITIONS | Describes all editions in the database |
| 1136 | ALL_EDITION_COMMENTS | Describes comments on all editions in the database |
| 1137 | ALL_LIBRARIES | Description of libraries accessible to the user |
| 1138 | ALL_PROCEDURES | Functions/procedures/packages/types/triggers available to the user |
| 1139 | ALL_STORED_SETTINGS | Parameter settings for objects accessible to the user |
| 1140 | ALL_PLSQL_OBJECT_SETTINGS | Compiler settings of stored objects accessible to the user |
| 1141 | ALL_ARGUMENTS | Arguments in object accessible to the user |
| 1142 | ALL_ASSEMBLIES | Description of assemblies accessible to the user |
| 1143 | ALL_IDENTIFIERS | All identifiers in stored objects accessible to the user |
| 1144 | ALL_DB_LINKS | Database links accessible to the user |
| 1145 | ALL_USERS | Information about all users of the database |
| 1146 | ALL_DEF_AUDIT_OPTS | Auditing options for newly created objects |
| 1147 | ALL_TYPES | Description of types accessible to the user |
| 1148 | ALL_COLL_TYPES | Description of named collection types accessible to the user |
| 1149 | ALL_TYPE_ATTRS | Description of attributes of types accessible to the user |
| 1150 | ALL_TYPE_METHODS | Description of methods of types accessible to the user |
| 1151 | ALL_METHOD_PARAMS | Description of method parameters of types accessible_x000D_ to the user |
| 1152 | ALL_METHOD_RESULTS | Description of method results of types accessible_x000D_ to the user |
| 1153 | ALL_SQLJ_TYPES | Description of types accessible to the user |
| 1154 | ALL_TYPE_VERSIONS | Description of each type version accessible to the user |
| 1155 | ALL_PENDING_CONV_TABLES | All tables accessible to the user which are not upgraded to the latest type version |
| 1156 | ALL_SQLJ_TYPE_ATTRS | Description of attributes of types accessible to the user |
| 1157 | ALL_SQLJ_TYPE_METHODS | Description of methods of types accessible to the user |
| 1158 | ALL_NESTED_TABLE_COLS | Columns of nested tables |
| 1159 | ALL_DIRECTORIES | Description of all directories accessible to the user |
| 1160 | ALL_REFS | Description of REF columns contained in tables accessible to the user |
| 1161 | ALL_NESTED_TABLES | Description of nested tables in tables accessible to the user |
| 1162 | ALL_VARRAYS | Description of varrays in tables accessible to the user |
| 1163 | ALL_OBJ_COLATTRS | Description of object columns and attributes contained in the tables accessible to the user |
| 1164 | ALL_CONS_OBJ_COLUMNS | List of types an object column or attribute is constrained to in the tables accessible to the user |
| 1165 | ALL_OPERATORS | All operators available to the user |
| 1166 | ALL_OPBINDINGS | All binding functions for operators available to the user |
| 1167 | ALL_OPANCILLARY | All ancillary operators available to the user |
| 1168 | ALL_OPARGUMENTS | All arguments of the operators available to the user |
| 1169 | ALL_OPERATOR_COMMENTS | Comments for user-defined operators |
| 1170 | ALL_INDEXTYPES | All indextypes available to the user |
| 1171 | ALL_INDEXTYPE_COMMENTS | Comments for user-defined indextypes |
| 1172 | ALL_INDEXTYPE_ARRAYTYPES | All array types specified by the indextype |
| 1173 | ALL_INDEXTYPE_OPERATORS | All operators available to the user |
| 1174 | ALL_SECONDARY_OBJECTS | All secondary objects for domain indexes |
| 1175 | ALL_CHANGE_SOURCES | Change Data Capture change sources |
| 1176 | ALL_CHANGE_SETS | Change Data Capture change sets |
| 1177 | ALL_CHANGE_TABLES | Change Data Capture change tables |
| 1178 | ALL_CHANGE_PROPAGATIONS | Change Data Capture propagations |
| 1179 | ALL_CHANGE_PROPAGATION_SETS | Change Data Capture propagated change set |
| 1180 | ALL_SUMDELTA | Direct path load entries accessible to the user |
| 1181 | ALL_SUMMAP | mapping entries of transaction ID and commit SCN accessible to the user |
| 1182 | ALL_EXTERNAL_TABLES | Description of the external tables accessible to the user |
| 1183 | ALL_EXTERNAL_LOCATIONS | Description of the external tables locations accessible to the user |
| 1184 | ALL_MINING_MODELS | Description of the models accessible to the user |
| 1185 | ALL_MINING_MODEL_ATTRIBUTES | Description of all the model attributes accessible to the user |
| 1186 | ALL_MINING_MODEL_SETTINGS | Description of all the settings accessible to the user |
| 1187 | ALL_TAB_COL_STATISTICS | Columns of user's tables, views and clusters |
| 1188 | ALL_TAB_HISTOGRAMS | Histograms on columns of all tables visible to user |
| 1189 | ALL_ASSOCIATIONS | All associations available to the user |
| 1190 | ALL_USTATS | All statistics |
| 1191 | ALL_TAB_MODIFICATIONS | Information regarding modifications to tables |
| 1192 | ALL_TAB_STATS_HISTORY | History of table statistics modifications |
| 1193 | ALL_TAB_STAT_PREFS | Statistics preferences for tables |
| 1194 | ALL_TAB_PENDING_STATS | Pending statistics of tables, partitions, and subpartitions |
| 1195 | ALL_IND_PENDING_STATS | Pending statistics of tables, partitions, and subpartitions |
| 1196 | ALL_COL_PENDING_STATS | Pending statistics of tables, partitions, and subpartitions |
| 1197 | ALL_TAB_HISTGRM_PENDING_STATS | Pending statistics of tables, partitions, and subpartitions |
| 1198 | ALL_DIMENSIONS | Description of the dimension objects accessible to the DBA |
| 1199 | ALL_DIM_LEVELS | Description of dimension levels visible to DBA |
| 1200 | ALL_DIM_LEVEL_KEY | Representations of columns of a dimension level |
| 1201 | ALL_DIM_ATTRIBUTES | Representation of the relationship between a dimension level and_x000D_ a functionally dependent column |
| 1202 | ALL_DIM_HIERARCHIES | Representation of a dimension hierarchy |
| 1203 | ALL_DIM_CHILD_OF | Representaion of a 1:n hierarchical relationship between a pair of levels in_x000D_ a dimension |
| 1204 | ALL_DIM_JOIN_KEY | Representation of a join between two dimension tables. |
| 1205 | ALL_SUMMARIES | Description of the summaries accessible to the user |
| 1206 | ALL_MVIEW_ANALYSIS | Description of the materialized views accessible to the user |
| 1207 | ALL_MVIEW_AGGREGATES | Description of the materialized view aggregates accessible to the user |
| 1208 | ALL_MVIEW_DETAIL_RELATIONS | Description of the materialized view detail tables accessible to the user |
| 1209 | ALL_MVIEW_KEYS | Description of the columns that appear in the GROUP BY_x000D_ list of a materialized view accessible to the user |
| 1210 | ALL_MVIEW_JOINS | Description of a join between two columns in the_x000D_ WHERE clause of a materialized view accessible to the user |
| 1211 | ALL_MVIEW_COMMENTS | Comments on materialized views accessible to the user |
| 1212 | ALL_REFRESH_DEPENDENCIES | Description of the detail tables that materialized views depend on for_x000D_ refresh |
| 1213 | ALL_REWRITE_EQUIVALENCES | Description of all rewrite equivalence accessible to the user |
| 1214 | ALL_MVIEW_DETAIL_PARTITION | Freshness information of all PCT materialized views in the database |
| 1215 | ALL_MVIEW_DETAIL_SUBPARTITION | Freshness information of all PCT materialized views in the database |
| 1216 | ALL_TSTZ_TAB_COLS | Columns of user's tables, which have column(s) defined on timestamp with time zone data type or ADT type containing attribute(s) of timestamp with time zone data type |
| 1217 | ALL_TSTZ_TABLES | Description of tables accessible to the user, which have column(s) defined on timestamp with time zone data type or ADT type containing attribute(s) of timestamp with time zone data type |
| 1218 | ALL_ERRORS | Current errors on stored objects that user is allowed to create |
| 1219 | ALL_ERRORS_AE | Current errors on stored objects that user is allowed to create |
| 1220 | ALL_SOURCE_AE | Current source on stored objects that user is allowed to create |
| 1221 | ALL_SOURCE | Current source on stored objects that user is allowed to create |
| 1222 | ALL_TRIGGERS | Triggers accessible to the current user |
| 1223 | ALL_INTERNAL_TRIGGERS | Description of the internal triggers on the tables accessible to the user |
| 1224 | ALL_TRIGGER_COLS | Column usage in user's triggers or in triggers on user's tables |
| 1225 | ALL_DEPENDENCIES | Dependencies to and from objects accessible to the user |
| 1226 | ALL_TRIGGER_ORDERING | Triggers having FOLLOWS or PRECEDES ordering accessible to the current user |
| 1227 | ALL_CONTEXT | Description of all active context namespaces under the current session |
| 1228 | ALL_RULE_SETS | Rule sets seen by the user |
| 1229 | ALL_RULESETS | Rulesets seen by the user: maintained for backward compatibility |
| 1230 | ALL_RULES | Rules seen by the user |
| 1231 | ALL_RULE_SET_RULES | Rules in all rule sets seen by the user |
| 1232 | ALL_EVALUATION_CONTEXTS | rule evaluation contexts seen by user |
| 1233 | ALL_EVALUATION_CONTEXT_TABLES | tables in all rule evaluation contexts seen by the user |
| 1234 | ALL_EVALUATION_CONTEXT_VARS | variables in all rule evaluation contexts seen by the user |
| 1235 | ALL_SNAPSHOTS | Snapshots the user can access |
| 1236 | ALL_SNAPSHOT_LOGS | All snapshot logs in the database that the user can see |
| 1237 | ALL_REFRESH | All the refresh groups that the user can touch |
| 1238 | ALL_REFRESH_CHILDREN | All the objects in refresh groups, where the user can touch the group |
| 1239 | ALL_REGISTERED_SNAPSHOTS | Remote snapshots of local tables that the user can see |
| 1240 | ALL_MVIEWS | All materialized views in the database |
| 1241 | ALL_MVIEW_REFRESH_TIMES | Materialized views and their last refresh times for each master table that the user can look at |
| 1242 | ALL_MVIEW_LOGS | All materialized view logs in the database that the user can see |
| 1243 | ALL_BASE_TABLE_MVIEWS | All materialized views with log(s) in the database that the user can see |
| 1244 | ALL_REGISTERED_MVIEWS | Remote materialized views of local tables that the user can see |
| 1245 | ALL_POLICIES | All policies for objects if the user has system privileges or owns the objects |
| 1246 | ALL_POLICY_GROUPS | All policy groups defined for any synonym, table or view accessable to the user |
| 1247 | ALL_POLICY_CONTEXTS | All policy driving context defined for all synonyms, tables, or views accessable to the user |
| 1248 | ALL_SEC_RELEVANT_COLS | Security Relevant columns of all VPD policies for tables or views which the user has access |
| 1249 | ALL_AUDIT_POLICIES | All fine grained auditing policies in the database |
| 1250 | ALL_AUDIT_POLICY_COLUMNS | All fine grained auditing policy columns in the database |
| 1251 | ALL_QUEUE_TABLES | All queue tables accessible to the user |
| 1252 | ALL_QUEUES | All queues accessible to the user |
| 1253 | ALL_DEQUEUE_QUEUES | All queues accessible to the user |
| 1254 | ALL_INT_DEQUEUE_QUEUES | All queues accessible to the user |
| 1255 | ALL_REPGROUP_PRIVILEGES | Information about users who are registered for object group privileges |
| 1256 | ALL_REPGROUP | Information about replicated object groups |
| 1257 | ALL_REPSITES | N-way replication information |
| 1258 | ALL_REPSCHEMA | N-way replication information |
| 1259 | ALL_REPOBJECT | Information about replicated objects |
| 1260 | ALL_REPCOLUMN | Replicated top-level columns (table) sorted alphabetically in ascending order |
| 1261 | ALL_REPPROP | Propagation information about replicated objects |
| 1262 | ALL_REPKEY_COLUMNS | Primary columns for a table using column-level replication |
| 1263 | ALL_REPGENOBJECTS | Objects generated to support replication |
| 1264 | ALL_REPGENERATED | Objects generated to support replication |
| 1265 | ALL_REPCATLOG | Information about asynchronous administration requests |
| 1266 | ALL_REPDDL | Arguments that do not fit in a single repcat log record |
| 1267 | ALL_REPPRIORITY_GROUP | Information about all priority groups which are accessible to the user |
| 1268 | ALL_REPPRIORITY | Values and their corresponding priorities in all priority groups which are accessible to the user |
| 1269 | ALL_REPCOLUMN_GROUP | All column groups of replicated tables which are accessible to the user |
| 1270 | ALL_REPGROUPED_COLUMN | Columns in the all column groups of replicated tables which are accessible to the user |
| 1271 | ALL_REPCONFLICT | All conflicts with available resolutions for user's replicated tables |
| 1272 | ALL_REPRESOLUTION_METHOD | All conflict resolution methods accessible to the user |
| 1273 | ALL_REPRESOLUTION | Description of all conflict resolutions for replicated tables which are accessible to the user |
| 1274 | ALL_REPRESOLUTION_STATISTICS | Statistics for conflict resolutions for replicated tables which are accessible to the user |
| 1275 | ALL_REPRESOL_STATS_CONTROL | Information about statistics collection for conflict resolutions for replicated tables which are accessible to the user |
| 1276 | ALL_REPPARAMETER_COLUMN | All columns used for resolving conflicts in replicated tables which are accessible to the user |
| 1277 | ALL_REPAUDIT_ATTRIBUTE | Information about attributes automatically maintained for replication |
| 1278 | ALL_REPAUDIT_COLUMN | Information about columns in all shadow tables for replicated tables which are accessible to the user |
| 1279 | ALL_REPFLAVORS | Flavors defined for replicated object groups |
| 1280 | ALL_REPFLAVOR_OBJECTS | Replicated objects in flavors |
| 1281 | ALL_REPFLAVOR_COLUMNS | Replicated columns in flavors |
| 1282 | ALL_SCHEDULER_PROGRAMS | All scheduler programs visible to the user |
| 1283 | ALL_SCHEDULER_DESTS | All destination objects for jobs in the database visible to current user |
| 1284 | ALL_SCHEDULER_EXTERNAL_DESTS | User-visible destination objects in the database pointing to remote agents |
| 1285 | ALL_SCHEDULER_DB_DESTS | User-visible destination objects in the database pointing to remote databases |
| 1286 | ALL_SCHEDULER_JOB_DESTS | State of all jobs visible to current user at each of their destinations |
| 1287 | ALL_SCHEDULER_JOBS | All scheduler jobs visible to the user |
| 1288 | ALL_SCHEDULER_JOB_CLASSES | All scheduler classes visible to the user |
| 1289 | ALL_SCHEDULER_WINDOWS | All scheduler windows in the database |
| 1290 | ALL_SCHEDULER_PROGRAM_ARGS | All arguments of all scheduler programs visible to the user |
| 1291 | ALL_SCHEDULER_JOB_ARGS | All arguments with set values of all scheduler jobs in the database |
| 1292 | ALL_SCHEDULER_JOB_LOG | Logged information for all scheduler jobs |
| 1293 | ALL_SCHEDULER_JOB_RUN_DETAILS | The details of a job run |
| 1294 | ALL_SCHEDULER_WINDOW_LOG | Logged information for all scheduler windows |
| 1295 | ALL_SCHEDULER_WINDOW_DETAILS | The details of a window |
| 1296 | ALL_SCHEDULER_WINDOW_GROUPS | All scheduler window groups in the database |
| 1297 | ALL_SCHEDULER_WINGROUP_MEMBERS | Members of all scheduler window groups in the database |
| 1298 | ALL_SCHEDULER_GROUP_MEMBERS | Members of all scheduler object groups visible to current user |
| 1299 | ALL_SCHEDULER_GROUPS | All scheduler object groups visible to current user |
| 1300 | ALL_SCHEDULER_SCHEDULES | All schedules in the database |
| 1301 | ALL_SCHEDULER_REMOTE_JOBSTATE | Remote state of all jobs originating from this database visible to current user |
| 1302 | ALL_SCHEDULER_GLOBAL_ATTRIBUTE | All scheduler global attributes |
| 1303 | ALL_SCHEDULER_CHAINS | All scheduler chains in the database visible to current user |
| 1304 | ALL_SCHEDULER_CHAIN_RULES | All rules from scheduler chains visible to the current user |
| 1305 | ALL_SCHEDULER_CHAIN_STEPS | All steps of scheduler chains visible to the current user |
| 1306 | ALL_SCHEDULER_RUNNING_CHAINS | All job steps of running job chains visible to the user |
| 1307 | ALL_SCHEDULER_CREDENTIALS | All scheduler credentials visible to the user |
| 1308 | ALL_SCHEDULER_FILE_WATCHERS | Scheduler file watch requests visible to the current user |
| 1309 | ALL_SCHEDULER_NOTIFICATIONS | All job e-mail notifications visible to the current user |
| 1310 | ALL_WARNING_SETTINGS | Warnings ettings for objects accessible to the user |
| 1311 | ALL_STAT_EXTENSIONS | Optimizer statistics extensions |
| 1312 | ALL_TAB_STATISTICS | Optimizer statistics for all tables accessible to the user |
| 1313 | ALL_IND_STATISTICS | Optimizer statistics for all indexes on tables accessible to the user |
| 1314 | ALL_AWS | Analytic Workspaces accessible to the user |
| 1315 | ALL_AW_PS | Pagespaces in Analytic Workspaces accessible to the user |
| 1316 | ALL_CUBES | OLAP Cubes in the database accessible to the user |
| 1317 | ALL_CUBE_DIMENSIONALITY | OLAP Cube Dimensionality in the database accessible to the user |
| 1318 | ALL_CUBE_MEASURES | OLAP Measures in the database accessible to the user |
| 1319 | ALL_CUBE_DIMENSIONS | OLAP Cube Dimensions in the database accessible by the user |
| 1320 | ALL_CUBE_HIERARCHIES | OLAP Hierarchies in the database accessible by the user |
| 1321 | ALL_CUBE_HIER_LEVELS | OLAP Hierarchy Levels in the database accessible to the user |
| 1322 | ALL_CUBE_DIM_LEVELS | OLAP Dimension Levels in the database accessible by the user |
| 1323 | ALL_CUBE_ATTRIBUTES | OLAP Attributes in the database accessible by the user |
| 1324 | ALL_CUBE_ATTR_VISIBILITY | OLAP Attributes visible for Dimensions, Hierarchies, and Levels |
| 1325 | ALL_CUBE_DIM_MODELS | OLAP Dimension Models in the database accessible to the user |
| 1326 | ALL_CUBE_CALCULATED_MEMBERS | OLAP Calculated Members in the database accessible to the user |
| 1327 | ALL_CUBE_VIEWS | OLAP Cube Views in the database accessible by the user |
| 1328 | ALL_CUBE_VIEW_COLUMNS | OLAP Cube View Columns in the database accessible by the user |
| 1329 | ALL_CUBE_DIM_VIEWS | OLAP Dimension Views in the database accessible by the user |
| 1330 | ALL_CUBE_DIM_VIEW_COLUMNS | OLAP Dimesion View Columns in the database accessible to the user |
| 1331 | ALL_CUBE_HIER_VIEWS | OLAP Hierarchy Views in the database accessible to the user |
| 1332 | ALL_CUBE_HIER_VIEW_COLUMNS | OLAP Hierarchy View Columns in the database accessible to the user |
| 1333 | ALL_MEASURE_FOLDERS | OLAP Measure Folders in the database accessible to the user |
| 1334 | ALL_MEASURE_FOLDER_CONTENTS | OLAP Measure Folder Contents in the database accessible by the user |
| 1335 | ALL_CUBE_BUILD_PROCESSES | OLAP Build Processes in the database accessible to the user |
| 1336 | ALL_QUEUE_SUBSCRIBERS | All queue subscribers accessible to user |
| 1337 | ALL_CAPTURE | Details about each capture process that stores the captured changes in a queue visible to the current user |
| 1338 | ALL_CAPTURE_PARAMETERS | Details about parameters for each capture process that stores the captured changes in a queue visible to the current user |
| 1339 | ALL_CAPTURE_PREPARED_DATABASE | Is the local database prepared for instantiation? |
| 1340 | ALL_CAPTURE_PREPARED_SCHEMAS | All user schemas at the local database that are prepared for instantiation |
| 1341 | ALL_CAPTURE_PREPARED_TABLES | All tables visible to the current user that are prepared for instantiation |
| 1342 | ALL_SYNC_CAPTURE_PREPARED_TABS | All tables prepared for synchronous capture instantiation |
| 1343 | ALL_CAPTURE_EXTRA_ATTRIBUTES | Extra attributes for a capture process that is visible to the current user |
| 1344 | ALL_SYNC_CAPTURE | Details about each sync capture process that stores the captured changes in a queue visible to the current user |
| 1345 | ALL_APPLY | Details about each apply process that dequeues from the queue visible to the current user |
| 1346 | ALL_APPLY_PARAMETERS | Details about parameters of each apply process that dequeues from the queue visible to the current user |
| 1347 | ALL_APPLY_INSTANTIATED_OBJECTS | Details about objects instantiated for the user |
| 1348 | ALL_APPLY_INSTANTIATED_SCHEMAS | Details about schemas instantiated for the user |
| 1349 | ALL_APPLY_INSTANTIATED_GLOBAL | Details about database instantiated for the user |
| 1350 | ALL_APPLY_KEY_COLUMNS | Alternative key columns for a STREAMS table visible to the current user |
| 1351 | ALL_APPLY_CONFLICT_COLUMNS | Details about conflict resolution on tables visible to the current user |
| 1352 | ALL_APPLY_TABLE_COLUMNS | Details about the columns of destination table object visible to the user |
| 1353 | ALL_APPLY_DML_HANDLERS | Details about the dml handler on tables visible to the current user |
| 1354 | ALL_APPLY_PROGRESS | Information about the progress made by the apply process that dequeues from the queue visible to the current user |
| 1355 | ALL_APPLY_ERROR | Error transactions that were generated after dequeuing from the queue visible to the current user |
| 1356 | ALL_APPLY_ERROR_MESSAGES | Details about individual messages in an error transaction |
| 1357 | ALL_APPLY_ENQUEUE | Details about the apply enqueue action for user accessible rules where the destination queue exists and is visible to the user |
| 1358 | ALL_APPLY_EXECUTE | Details about the apply execute action for all rules visible to the user |
| 1359 | ALL_APPLY_SPILL_TXN | Streams apply spilled transactions info to the user |
| 1360 | ALL_XSTREAM_OUTBOUND | Details about the XStream outbound server visible to user |
| 1361 | ALL_XSTREAM_INBOUND | Details about the XStream inbound server visible to user |
| 1362 | ALL_GOLDENGATE_INBOUND | Details about the XStream inbound server visible to user |
| 1363 | ALL_APPLY_CHANGE_HANDLERS | Details about apply change handler |
| 1364 | ALL_APPLY_DML_CONF_HANDLERS | Details about dml conflict handlers on objects visible to the current user |
| 1365 | ALL_APPLY_DML_CONF_COLUMNS | Details about dml conflict handler column groups on objects visible to the current user |
| 1366 | ALL_APPLY_HANDLE_COLLISIONS | Details about apply collision handlers on objects visible to the user |
| 1367 | ALL_APPLY_REPERROR_HANDLERS | Details about apply reperror handlers on objects visible to the user |
| 1368 | ALL_PROPAGATION | Streams propagation seen by the user |
| 1369 | ALL_FILE_GROUPS | Details about file groups |
| 1370 | ALL_FILE_GROUP_VERSIONS | Details about file group versions |
| 1371 | ALL_FILE_GROUP_EXPORT_INFO | Details about export information of file group versions |
| 1372 | ALL_FILE_GROUP_FILES | Details about file group files |
| 1373 | ALL_FILE_GROUP_TABLESPACES | Details about the transportable tablespaces in the file group repository |
| 1374 | ALL_FILE_GROUP_TABLES | Details about the tables in the file group repository |
| 1375 | ALL_STREAMS_MESSAGE_CONSUMERS | Streams messaging consumers visible to the current user |
| 1376 | ALL_STREAMS_GLOBAL_RULES | Global rules created on the streams capture/apply/propagation process that interact with the queue visible to the current user |
| 1377 | ALL_STREAMS_SCHEMA_RULES | Rules created by streams administrative APIs on all user schemas |
| 1378 | ALL_STREAMS_TABLE_RULES | Rules created by streams administrative APIs on tables visible to the current user |
| 1379 | ALL_STREAMS_MESSAGE_RULES | Rules for Streams messaging visible to the current user |
| 1380 | ALL_STREAMS_RULES | Rules used by streams processes |
| 1381 | ALL_SYNC_CAPTURE_TABLES | All tables that are captured by synchronous streams captures. |
| 1382 | ALL_XSTREAM_RULES | Details about the XStream server rules visible to user |
| 1383 | ALL_STREAMS_TRANSFORM_FUNCTION | Rules-based transform functions used by Streams |
| 1384 | ALL_XSTREAM_ADMINISTRATOR | Users granted the privileges to be a XStream administrator for the user |
| 1385 | ALL_STREAMS_TRANSFORMATIONS | Transformations defined on rules for the user |
| 1386 | ALL_STREAMS_KEEP_COLUMNS | Keep columns transformations for the user |
| 1387 | ALL_GOLDENGATE_PRIVILEGES | Details about goldengate privileges for the user |
| 1388 | ALL_COMPARISON_SCAN_SUMMARY | Details about a comparison scan for the user |
| 1389 | ALL_STREAMS_COLUMNS | Streams unsupported columns |
| 1390 | ALL_STREAMS_UNSUPPORTED | List of all the tables that are not supported by Streams in this release |
| 1391 | ALL_STREAMS_NEWLY_SUPPORTED | List of objects that are newly supported by Streams |
| 1392 | ALL_XSTREAM_OUT_SUPPORT_MODE | List of support mode for objects by XStream Out |
| 1393 | ALL_JAVA_CLASSES | class level information of stored java class accessible to the user |
| 1394 | ALL_JAVA_LAYOUTS | class layout information about stored java class accessible to the user |
| 1395 | ALL_JAVA_IMPLEMENTS | interfaces implemented by the stored java class accessible to the user |
| 1396 | ALL_JAVA_INNERS | list of inner classes refered by the stored java class accessible to user |
| 1397 | ALL_JAVA_FIELDS | field information of stored java class accessible to user |
| 1398 | ALL_JAVA_METHODS | method information of stored java class accessible to user |
| 1399 | ALL_JAVA_ARGUMENTS | argument information of stored java class accessible to the user |
| 1400 | ALL_JAVA_THROWS | list of exceptions thrown from a method of a class accessible to user |
| 1401 | ALL_JAVA_DERIVATIONS | this view maps java source objects and their derived java class objects and java resource objects for the java class accessible to user |
| 1402 | ALL_JAVA_RESOLVERS | resolver of java class owned by user |
| 1403 | ALL_JAVA_NCOMPS | ncomp related information of all java classes |
| 1404 | ALL_JAVA_COMPILER_OPTIONS | native-compiler options applicable to user |
| 1405 | ALL_XML_TABLES | Description of the all XMLType tables that the user has privileges on |
| 1406 | ALL_XML_TAB_COLS | Description of the all XMLType tables that the user has privileges on |
| 1407 | ALL_XML_VIEWS | Description of the all XMLType views that the user has privileges on |
| 1408 | ALL_XML_VIEW_COLS | Description of the all XMLType views that the user has privileges on |
| 1409 | ALL_XML_SCHEMAS | Description of all XML Schemas that user has privilege to reference |
| 1410 | ALL_XML_SCHEMAS2 | Dummy version of ALL_XML_SCHEMAS that does not have an XMLTYPE column |
| 1411 | ALL_XML_INDEXES | Description of the all XMLType indexes that the user has privileges on |
| 1412 | ALL_XDS_OBJECTS | All XDS enabled objects accessible to the user |
| 1413 | ALL_XDS_INSTANCE_SETS | All instance sets for objects accessible to the user in the database |
| 1414 | ALL_XDS_ATTRIBUTE_SECS | All objects with XDS column security and accessible to the user |
| 1415 | ALL_XSC_SECURITY_CLASS | All security class definitions in the database |
| 1416 | ALL_XSC_SECURITY_CLASS_STATUS | Security class "enable" and "mutable" status |
| 1417 | ALL_XSC_SECURITY_CLASS_DEP | All security class dependencies in the database |
| 1418 | ALL_XSC_PRIVILEGE | All mappings of privileges to security classes in the database |
| 1419 | ALL_XSC_AGGREGATE_PRIVILEGE | All privileges that make up an aggregate privilege in the database |
| 1420 | ALL_AW_PROP | Object properties in Analytic Workspaces accessible to the user |
| 1421 | ALL_AW_OBJ | Objects in Analytic Workspaces accessible to the user |
| 1422 | ALL_AW_PROP_NAME | Analytic Workspace property names accessible to the user |
| 1423 | ALL_AW_AC | Active Catalog Analytic Workspaces accessible to the user |
| 1424 | ALL_SUBPART_KEY_COLUMNS | |
| 1425 | ALL_LOB_SUBPARTITIONS | |
| 1426 | ALL_REGISTRY_BANNERS | |
| 1427 | ALL_AW_AC_10G | |
| 1428 | ALL_LOB_TEMPLATES | |
| 1429 | ALL_PART_INDEXES | |
| 1430 | ALL_SQLSET_PLANS | |
| 1431 | ALL_TAB_PARTITIONS | |
| 1432 | ALL_SUBPART_COL_STATISTICS | |
| 1433 | ALL_SQLSET_BINDS | |
| 1434 | ALL_PART_HISTOGRAMS | |
| 1435 | ALL_REPCAT | |
| 1436 | ALL_IND_SUBPARTITIONS | |
| 1437 | ALL_SQLSET_REFERENCES | |
| 1438 | ALL_SERVICES | |
| 1439 | ALL_PART_COL_STATISTICS | |
| 1440 | ALL_ATTRIBUTE_TRANSFORMATIONS | |
| 1441 | ALL_LOB_PARTITIONS | |
| 1442 | ALL_SQLSET | |
| 1443 | ALL_QUEUE_PUBLISHERS | |
| 1444 | ALL_PART_TABLES | |
| 1445 | ALL_TRANSFORMATIONS | |
| 1446 | ALL$OLAP2_AWS | |
| 1447 | ALL_TAB_SUBPARTITIONS | |
| 1448 | ALL_PROBE_OBJECTS | |
| 1449 | ALL_PART_KEY_COLUMNS | |
| 1450 | ALL_IND_PARTITIONS | |
| 1451 | ALL_SUBPARTITION_TEMPLATES | |
| 1452 | ALL_SCHEDULER_REMOTE_DATABASES | |
| 1453 | ALL_PART_LOBS | |
| 1454 | ALL_SQLSET_STATEMENTS | |
| 1455 | ALL_QUEUE_SCHEDULES | |
| 1456 | ALL_SUBPART_HISTOGRAMS | |
| 1457 | AUDIT_ACTIONS | Description table for audit trail action type codes. Maps action type numbers to action type names |
| 1458 | COLUMN_PRIVILEGES | Grants on columns for which the user is the grantor, grantee, owner, or_x000D_ an enabled role or PUBLIC is the grantee |
| 1459 | DATABASE_COMPATIBLE_LEVEL | Database compatible parameter set via init.ora |
| 1460 | DBMS_ALERT_INFO | |
| 1461 | DBMS_LOCK_ALLOCATED | |
| 1462 | DICTIONARY | Description of data dictionary tables and views |
| 1463 | DICT_COLUMNS | Description of columns in data dictionary tables and views |
| 1464 | DUAL | |
| 1465 | GLOBAL_NAME | global database name |
| 1466 | INDEX_HISTOGRAM | statistics on keys with repeat count |
| 1467 | INDEX_STATS | statistics on the b-tree |
| 1468 | NLS_DATABASE_PARAMETERS | Permanent NLS parameters of the database |
| 1469 | NLS_INSTANCE_PARAMETERS | NLS parameters of the instance |
| 1470 | NLS_SESSION_PARAMETERS | NLS parameters of the user session |
| 1471 | RESOURCE_COST | Cost for each resource |
| 1472 | ROLE_ROLE_PRIVS | Roles which are granted to roles |
| 1473 | ROLE_SYS_PRIVS | System privileges granted to roles |
| 1474 | ROLE_TAB_PRIVS | Table privileges granted to roles |
| 1475 | SESSION_PRIVS | Privileges which the user currently has set |
| 1476 | SESSION_ROLES | Roles which the user currently has enabled. |
| 1477 | TABLE_PRIVILEGES | Grants on objects for which the user is the grantor, grantee, owner,_x000D_ or an enabled role or PUBLIC is the grantee |
| 1478 | V$MANAGED_STANDBY | Synonym for V_$MANAGED_STANDBY |
| 1479 | V$MAP_COMP_LIST | Synonym for V_$MAP_COMP_LIST |
| 1480 | V$MAP_ELEMENT | Synonym for V_$MAP_ELEMENT |
| 1481 | V$MAP_EXT_ELEMENT | Synonym for V_$MAP_EXT_ELEMENT |
| 1482 | V$MAP_FILE | Synonym for V_$MAP_FILE |
| 1483 | V$MAP_FILE_EXTENT | Synonym for V_$MAP_FILE_EXTENT |
| 1484 | V$MAP_FILE_IO_STACK | Synonym for V_$MAP_FILE_IO_STACK |
| 1485 | V$MAP_LIBRARY | Synonym for V_$MAP_LIBRARY |
| 1486 | V$MAP_SUBELEMENT | Synonym for V_$MAP_SUBELEMENT |
| 1487 | V$MAX_ACTIVE_SESS_TARGET_MTH | Synonym for V_$MAX_ACTIVE_SESS_TARGET_MTH |
| 1488 | V$MEMORY_CURRENT_RESIZE_OPS | Synonym for V_$MEMORY_CURRENT_RESIZE_OPS |
| 1489 | V$MEMORY_DYNAMIC_COMPONENTS | Synonym for V_$MEMORY_DYNAMIC_COMPONENTS |
| 1490 | V$MEMORY_RESIZE_OPS | Synonym for V_$MEMORY_RESIZE_OPS |
| 1491 | V$MEMORY_TARGET_ADVICE | Synonym for V_$MEMORY_TARGET_ADVICE |
| 1492 | V$METRIC | Synonym for V_$METRIC |
| 1493 | V$METRICGROUP | Synonym for V_$METRICGROUP |
| 1494 | V$METRICNAME | Synonym for V_$METRICNAME |
| 1495 | V$METRIC_HISTORY | Synonym for V_$METRIC_HISTORY |
| 1496 | V$MTTR_TARGET_ADVICE | Synonym for V_$MTTR_TARGET_ADVICE |
| 1497 | V$MUTEX_SLEEP | Synonym for V_$MUTEX_SLEEP |
| 1498 | V$MUTEX_SLEEP_HISTORY | Synonym for V_$MUTEX_SLEEP_HISTORY |
| 1499 | V$MVREFRESH | Synonym for V_$MVREFRESH |
| 1500 | V$MYSTAT | Synonym for V_$MYSTAT |
| 1501 | V$NFS_CLIENTS | Synonym for V_$NFS_CLIENTS |
| 1502 | V$NFS_LOCKS | Synonym for V_$NFS_LOCKS |
| 1503 | V$NFS_OPEN_FILES | Synonym for V_$NFS_OPEN_FILES |
| 1504 | V$NLS_PARAMETERS | Synonym for V_$NLS_PARAMETERS |
| 1505 | V$NLS_VALID_VALUES | Synonym for V_$NLS_VALID_VALUES |
| 1506 | V$OBJECT_DEPENDENCY | Synonym for V_$OBJECT_DEPENDENCY |
| 1507 | V$OBJECT_DML_FREQUENCIES | Synonym for V_$OBJECT_DML_FREQUENCIES |
| 1508 | V$OBJECT_PRIVILEGE | Synonym for V_$OBJECT_PRIVILEGE |
| 1509 | V$OBSOLETE_PARAMETER | Synonym for V_$OBSOLETE_PARAMETER |
| 1510 | V$OFFLINE_RANGE | Synonym for V_$OFFLINE_RANGE |
| 1511 | V$OPEN_CURSOR | Synonym for V_$OPEN_CURSOR |
| 1512 | V$OPTION | Synonym for V_$OPTION |
| 1513 | V$OSSTAT | Synonym for V_$OSSTAT |
| 1514 | V$PARALLEL_DEGREE_LIMIT_MTH | Synonym for V_$PARALLEL_DEGREE_LIMIT_MTH |
| 1515 | V$PARAMETER | Synonym for V_$PARAMETER |
| 1516 | V$PARAMETER2 | Synonym for V_$PARAMETER2 |
| 1517 | V$PARAMETER_VALID_VALUES | Synonym for V_$PARAMETER_VALID_VALUES |
| 1518 | V$PERSISTENT_PUBLISHERS | Synonym for V_$PERSISTENT_PUBLISHERS |
| 1519 | V$PERSISTENT_QMN_CACHE | Synonym for V_$PERSISTENT_QMN_CACHE |
| 1520 | V$PERSISTENT_QUEUES | Synonym for V_$PERSISTENT_QUEUES |
| 1521 | V$PERSISTENT_SUBSCRIBERS | Synonym for V_$PERSISTENT_SUBSCRIBERS |
| 1522 | V$PGASTAT | Synonym for V_$PGASTAT |
| 1523 | V$PGA_TARGET_ADVICE | Synonym for V_$PGA_TARGET_ADVICE |
| 1524 | V$PGA_TARGET_ADVICE_HISTOGRAM | Synonym for V_$PGA_TARGET_ADVICE_HISTOGRAM |
| 1525 | V$POLICY_HISTORY | Synonym for V_$POLICY_HISTORY |
| 1526 | V$PQ_SESSTAT | Synonym for V_$PQ_SESSTAT |
| 1527 | V$PQ_SLAVE | Synonym for V_$PQ_SLAVE |
| 1528 | V$PQ_SYSSTAT | Synonym for V_$PQ_SYSSTAT |
| 1529 | V$PQ_TQSTAT | Synonym for V_$PQ_TQSTAT |
| 1530 | V$PROCESS | Synonym for V_$PROCESS |
| 1531 | V$PROCESS_GROUP | Synonym for V_$PROCESS_GROUP |
| 1532 | V$PROCESS_MEMORY | Synonym for V_$PROCESS_MEMORY |
| 1533 | V$PROCESS_MEMORY_DETAIL | Synonym for V_$PROCESS_MEMORY_DETAIL |
| 1534 | V$PROCESS_MEMORY_DETAIL_PROG | Synonym for V_$PROCESS_MEMORY_DETAIL_PROG |
| 1535 | V$PROPAGATION_RECEIVER | Synonym for V_$PROPAGATION_RECEIVER |
| 1536 | V$PROPAGATION_SENDER | Synonym for V_$PROPAGATION_SENDER |
| 1537 | V$PROXY_ARCHIVEDLOG | Synonym for V_$PROXY_ARCHIVEDLOG |
| 1538 | V$PROXY_ARCHIVELOG_DETAILS | Synonym for V_$PROXY_ARCHIVELOG_DETAILS |
| 1539 | V$PROXY_ARCHIVELOG_SUMMARY | Synonym for V_$PROXY_ARCHIVELOG_SUMMARY |
| 1540 | V$PROXY_COPY_DETAILS | Synonym for V_$PROXY_COPY_DETAILS |
| 1541 | V$PROXY_COPY_SUMMARY | Synonym for V_$PROXY_COPY_SUMMARY |
| 1542 | V$PROXY_DATAFILE | Synonym for V_$PROXY_DATAFILE |
| 1543 | V$PWFILE_USERS | Synonym for V_$PWFILE_USERS |
| 1544 | V$PX_BUFFER_ADVICE | Synonym for V_$PX_BUFFER_ADVICE |
| 1545 | V$PX_INSTANCE_GROUP | Synonym for V_$PX_INSTANCE_GROUP |
| 1546 | V$PX_PROCESS | Synonym for V_$PX_PROCESS |
| 1547 | V$PX_PROCESS_SYSSTAT | Synonym for V_$PX_PROCESS_SYSSTAT |
| 1548 | V$PX_SESSION | Synonym for V_$PX_SESSION |
| 1549 | V$PX_SESSTAT | Synonym for V_$PX_SESSTAT |
| 1550 | V$QMON_COORDINATOR_STATS | Synonym for V_$QMON_COORDINATOR_STATS |
| 1551 | V$QMON_SERVER_STATS | Synonym for V_$QMON_SERVER_STATS |
| 1552 | V$QMON_TASKS | Synonym for V_$QMON_TASKS |
| 1553 | V$QMON_TASK_STATS | Synonym for V_$QMON_TASK_STATS |
| 1554 | V$QUEUE | Synonym for V_$QUEUE |
| 1555 | V$QUEUEING_MTH | Synonym for V_$QUEUEING_MTH |
| 1556 | V$RECOVERY_AREA_USAGE | Synonym for V_$RECOVERY_AREA_USAGE |
| 1557 | V$RECOVERY_FILE_DEST | Synonym for V_$RECOVERY_FILE_DEST |
| 1558 | V$RECOVERY_FILE_STATUS | Synonym for V_$RECOVERY_FILE_STATUS |
| 1559 | V$RECOVERY_LOG | Synonym for V_$RECOVERY_LOG |
| 1560 | V$RECOVERY_PROGRESS | Synonym for V_$RECOVERY_PROGRESS |
| 1561 | V$RECOVERY_STATUS | Synonym for V_$RECOVERY_STATUS |
| 1562 | V$RECOVER_FILE | Synonym for V_$RECOVER_FILE |
| 1563 | V$REDO_DEST_RESP_HISTOGRAM | Synonym for V_$REDO_DEST_RESP_HISTOGRAM |
| 1564 | V$REPLPROP | Synonym for V_$REPLPROP |
| 1565 | V$REPLQUEUE | Synonym for V_$REPLQUEUE |
| 1566 | V$REQDIST | Synonym for V_$REQDIST |
| 1567 | V$RESERVED_WORDS | Synonym for V_$RESERVED_WORDS |
| 1568 | V$RESOURCE | Synonym for V_$RESOURCE |
| 1569 | V$RESOURCE_LIMIT | Synonym for V_$RESOURCE_LIMIT |
| 1570 | V$RESTORE_POINT | Synonym for V_$RESTORE_POINT |
| 1571 | V$RESULT_CACHE_DEPENDENCY | Synonym for V_$RESULT_CACHE_DEPENDENCY |
| 1572 | V$RESULT_CACHE_MEMORY | Synonym for V_$RESULT_CACHE_MEMORY |
| 1573 | V$RESULT_CACHE_OBJECTS | Synonym for V_$RESULT_CACHE_OBJECTS |
| 1574 | V$RESULT_CACHE_STATISTICS | Synonym for V_$RESULT_CACHE_STATISTICS |
| 1575 | V$RESUMABLE | Synonym for V_$RESUMABLE |
| 1576 | V$RFS_THREAD | Synonym for V_$RFS_THREAD |
| 1577 | V$RMAN_BACKUP_JOB_DETAILS | Synonym for V_$RMAN_BACKUP_JOB_DETAILS |
| 1578 | V$RMAN_BACKUP_SUBJOB_DETAILS | Synonym for V_$RMAN_BACKUP_SUBJOB_DETAILS |
| 1579 | V$RMAN_BACKUP_TYPE | Synonym for V_$RMAN_BACKUP_TYPE |
| 1580 | V$RMAN_COMPRESSION_ALGORITHM | Synonym for V_$RMAN_COMPRESSION_ALGORITHM |
| 1581 | V$RMAN_CONFIGURATION | Synonym for V_$RMAN_CONFIGURATION |
| 1582 | V$RMAN_ENCRYPTION_ALGORITHMS | Synonym for V_$RMAN_ENCRYPTION_ALGORITHMS |
| 1583 | V$RMAN_OUTPUT | Synonym for V_$RMAN_OUTPUT |
| 1584 | V$RMAN_STATUS | Synonym for V_$RMAN_STATUS |
| 1585 | V$ROLLNAME | Synonym for V_$ROLLNAME |
| 1586 | V$ROLLSTAT | Synonym for V_$ROLLSTAT |
| 1587 | V$ROWCACHE | Synonym for V_$ROWCACHE |
| 1588 | V$ROWCACHE_PARENT | Synonym for V_$ROWCACHE_PARENT |
| 1589 | V$ROWCACHE_SUBORDINATE | Synonym for V_$ROWCACHE_SUBORDINATE |
| 1590 | V$RO_USER_ACCOUNT | Synonym for V_$RO_USER_ACCOUNT |
| 1591 | V$RSRCMGRMETRIC | Synonym for V_$RSRCMGRMETRIC |
| 1592 | V$RSRCMGRMETRIC_HISTORY | Synonym for V_$RSRCMGRMETRIC_HISTORY |
| 1593 | V$RSRC_CONSUMER_GROUP | Synonym for V_$RSRC_CONSUMER_GROUP |
| 1594 | V$RSRC_CONSUMER_GROUP_CPU_MTH | Synonym for V_$RSRC_CONSUMER_GROUP_CPU_MTH |
| 1595 | V$RSRC_CONS_GROUP_HISTORY | Synonym for V_$RSRC_CONS_GROUP_HISTORY |
| 1596 | V$RSRC_PLAN | Synonym for V_$RSRC_PLAN |
| 1597 | V$RSRC_PLAN_CPU_MTH | Synonym for V_$RSRC_PLAN_CPU_MTH |
| 1598 | V$RSRC_PLAN_HISTORY | Synonym for V_$RSRC_PLAN_HISTORY |
| 1599 | V$RSRC_SESSION_INFO | Synonym for V_$RSRC_SESSION_INFO |
| 1600 | V$TABLESPACE | Synonym for V_$TABLESPACE |
| 1601 | V$TEMPFILE | Synonym for V_$TEMPFILE |
| 1602 | V$TEMPORARY_LOBS | Synonym for V_$TEMPORARY_LOBS |
| 1603 | V$TEMPSEG_USAGE | Synonym for V_$SORT_USAGE |
| 1604 | V$TEMPSTAT | Synonym for V_$TEMPSTAT |
| 1605 | V$TEMP_CACHE_TRANSFER | Synonym for V_$TEMP_CACHE_TRANSFER |
| 1606 | V$TEMP_EXTENT_MAP | Synonym for V_$TEMP_EXTENT_MAP |
| 1607 | V$TEMP_EXTENT_POOL | Synonym for V_$TEMP_EXTENT_POOL |
| 1608 | V$TEMP_PING | Synonym for V_$TEMP_PING |
| 1609 | V$TEMP_SPACE_HEADER | Synonym for V_$TEMP_SPACE_HEADER |
| 1610 | V$THREAD | Synonym for V_$THREAD |
| 1611 | V$THRESHOLD_TYPES | Synonym for V_$THRESHOLD_TYPES |
| 1612 | V$TIMER | Synonym for V_$TIMER |
| 1613 | V$TIMEZONE_FILE | Synonym for V_$TIMEZONE_FILE |
| 1614 | V$TIMEZONE_NAMES | Synonym for V_$TIMEZONE_NAMES |
| 1615 | V$TOPLEVELCALL | Synonym for V_$TOPLEVELCALL |
| 1616 | V$TRANSACTION | Synonym for V_$TRANSACTION |
| 1617 | V$TRANSACTION_ENQUEUE | Synonym for V_$TRANSACTION_ENQUEUE |
| 1618 | V$TRANSPORTABLE_PLATFORM | Synonym for V_$TRANSPORTABLE_PLATFORM |
| 1619 | V$TSM_SESSIONS | Synonym for V_$TSM_SESSIONS |
| 1620 | V$TYPE_SIZE | Synonym for V_$TYPE_SIZE |
| 1621 | V$UNDOSTAT | Synonym for V_$UNDOSTAT |
| 1622 | V$UNUSABLE_BACKUPFILE_DETAILS | Synonym for V_$UNUSABLE_BACKUPFILE_DETAILS |
| 1623 | V$VERSION | Synonym for V_$VERSION |
| 1624 | V$VPD_POLICY | Synonym for V_$VPD_POLICY |
| 1625 | V$WAITCLASSMETRIC | Synonym for V_$WAITCLASSMETRIC |
| 1626 | V$WAITCLASSMETRIC_HISTORY | Synonym for V_$WAITCLASSMETRIC_HISTORY |
| 1627 | V$WAITSTAT | Synonym for V_$WAITSTAT |
| 1628 | V$WAIT_CHAINS | Synonym for V_$WAIT_CHAINS |
| 1629 | V$WALLET | Synonym for V_$WALLET |
| 1630 | V$WLM_PCMETRIC | Synonym for V_$WLM_PCMETRIC |
| 1631 | V$WLM_PCMETRIC_HISTORY | Synonym for V_$WLM_PCMETRIC_HISTORY |
| 1632 | V$WLM_PC_STATS | Synonym for V_$WLM_PC_STATS |
| 1633 | V$WORKLOAD_REPLAY_THREAD | Synonym for V_$WORKLOAD_REPLAY_THREAD |
| 1634 | V$XML_AUDIT_TRAIL | Synonym for V_$XML_AUDIT_TRAIL |
| 1635 | V$XSTREAM_APPLY_COORDINATOR | Synonym for V_$XSTREAM_APPLY_COORDINATOR |
| 1636 | V$XSTREAM_APPLY_READER | Synonym for V_$XSTREAM_APPLY_READER |
| 1637 | V$XSTREAM_APPLY_RECEIVER | Synonym for V_$XSTREAM_APPLY_RECEIVER |
| 1638 | V$XSTREAM_APPLY_SERVER | Synonym for V_$XSTREAM_APPLY_SERVER |
| 1639 | V$XSTREAM_CAPTURE | Synonym for V_$XSTREAM_CAPTURE |
| 1640 | V$XSTREAM_MESSAGE_TRACKING | Synonym for V_$XSTREAM_MESSAGE_TRACKING |
| 1641 | V$XSTREAM_OUTBOUND_SERVER | Synonym for V_$XSTREAM_OUTBOUND_SERVER |
| 1642 | V$XSTREAM_TABLE_STATS | Synonym for V_$XSTREAM_TABLE_STATS |
| 1643 | V$XSTREAM_TRANSACTION | Synonym for V_$XSTREAM_TRANSACTION |
| 1644 | V$_LOCK | Synonym for V_$_LOCK |
| 1645 | V$DATABASE | Synonym for V_$DATABASE |
| 1646 | V$DATABASE_BLOCK_CORRUPTION | Synonym for V_$DATABASE_BLOCK_CORRUPTION |
| 1647 | V$DATABASE_INCARNATION | Synonym for V_$DATABASE_INCARNATION |
| 1648 | V$DATABASE_KEY_INFO | Synonym for V_$DATABASE_KEY_INFO |
| 1649 | V$DATAFILE | Synonym for V_$DATAFILE |
| 1650 | V$DATAFILE_COPY | Synonym for V_$DATAFILE_COPY |
| 1651 | V$DATAFILE_HEADER | Synonym for V_$DATAFILE_HEADER |
| 1652 | V$DATAGUARD_CONFIG | Synonym for V_$DATAGUARD_CONFIG |
| 1653 | V$DATAGUARD_STATS | Synonym for V_$DATAGUARD_STATS |
| 1654 | V$DATAGUARD_STATUS | Synonym for V_$DATAGUARD_STATUS |
| 1655 | V$DATAPUMP_JOB | Synonym for V_$DATAPUMP_JOB |
| 1656 | V$DATAPUMP_SESSION | Synonym for V_$DATAPUMP_SESSION |
| 1657 | V$DBFILE | Synonym for V_$DBFILE |
| 1658 | V$DBLINK | Synonym for V_$DBLINK |
| 1659 | V$DB_CACHE_ADVICE | Synonym for V_$DB_CACHE_ADVICE |
| 1660 | V$DB_OBJECT_CACHE | Synonym for V_$DB_OBJECT_CACHE |
| 1661 | V$DB_PIPES | Synonym for V_$DB_PIPES |
| 1662 | V$DB_TRANSPORTABLE_PLATFORM | Synonym for V_$DB_TRANSPORTABLE_PLATFORM |
| 1663 | V$DEAD_CLEANUP | Synonym for V_$DEAD_CLEANUP |
| 1664 | V$DELETED_OBJECT | Synonym for V_$DELETED_OBJECT |
| 1665 | V$DETACHED_SESSION | Synonym for V_$DETACHED_SESSION |
| 1666 | V$DIAG_ADR_CONTROL | Synonym for V_$DIAG_ADR_CONTROL |
| 1667 | V$DIAG_ADR_INVALIDATION | Synonym for V_$DIAG_ADR_INVALIDATION |
| 1668 | V$DIAG_ALERT_EXT | Synonym for V_$DIAG_ALERT_EXT |
| 1669 | V$DIAG_AMS_XACTION | Synonym for V_$DIAG_AMS_XACTION |
| 1670 | V$DIAG_CRITICAL_ERROR | Synonym for V_$DIAG_CRITICAL_ERROR |
| 1671 | V$DIAG_DDE_USER_ACTION | Synonym for V_$DIAG_DDE_USER_ACTION |
| 1672 | V$DIAG_DDE_USER_ACTION_DEF | Synonym for V_$DIAG_DDE_USER_ACTION_DEF |
| 1673 | V$DIAG_DDE_USR_ACT_PARAM | Synonym for V_$DIAG_DDE_USR_ACT_PARAM |
| 1674 | V$DIAG_DDE_USR_ACT_PARAM_DEF | Synonym for V_$DIAG_DDE_USR_ACT_PARAM_DEF |
| 1675 | V$DIAG_DDE_USR_INC_ACT_MAP | Synonym for V_$DIAG_DDE_USR_INC_ACT_MAP |
| 1676 | V$DIAG_DDE_USR_INC_TYPE | Synonym for V_$DIAG_DDE_USR_INC_TYPE |
| 1677 | V$DIAG_DFW_CONFIG_CAPTURE | Synonym for V_$DIAG_DFW_CONFIG_CAPTURE |
| 1678 | V$DIAG_DFW_CONFIG_ITEM | Synonym for V_$DIAG_DFW_CONFIG_ITEM |
| 1679 | V$DIAG_DIAGV_INCIDENT | Synonym for V_$DIAG_DIAGV_INCIDENT |
| 1680 | V$DIAG_DIR_EXT | Synonym for V_$DIAG_DIR_EXT |
| 1681 | V$DIAG_EM_DIAG_JOB | Synonym for V_$DIAG_EM_DIAG_JOB |
| 1682 | V$DIAG_EM_TARGET_INFO | Synonym for V_$DIAG_EM_TARGET_INFO |
| 1683 | V$DIAG_EM_USER_ACTIVITY | Synonym for V_$DIAG_EM_USER_ACTIVITY |
| 1684 | V$DIAG_HM_FDG_SET | Synonym for V_$DIAG_HM_FDG_SET |
| 1685 | V$DIAG_HM_FINDING | Synonym for V_$DIAG_HM_FINDING |
| 1686 | V$DIAG_HM_INFO | Synonym for V_$DIAG_HM_INFO |
| 1687 | V$DIAG_HM_MESSAGE | Synonym for V_$DIAG_HM_MESSAGE |
| 1688 | V$DIAG_HM_RECOMMENDATION | Synonym for V_$DIAG_HM_RECOMMENDATION |
| 1689 | V$DIAG_HM_RUN | Synonym for V_$DIAG_HM_RUN |
| 1690 | V$DIAG_INCCKEY | Synonym for V_$DIAG_INCCKEY |
| 1691 | V$DIAG_INCIDENT | Synonym for V_$DIAG_INCIDENT |
| 1692 | V$DIAG_INCIDENT_FILE | Synonym for V_$DIAG_INCIDENT_FILE |
| 1693 | V$DIAG_INC_METER_CONFIG | Synonym for V_$DIAG_INC_METER_CONFIG |
| 1694 | V$DIAG_INC_METER_IMPT_DEF | Synonym for V_$DIAG_INC_METER_IMPT_DEF |
| 1695 | V$DIAG_INC_METER_INFO | Synonym for V_$DIAG_INC_METER_INFO |
| 1696 | V$DIAG_INC_METER_PK_IMPTS | Synonym for V_$DIAG_INC_METER_PK_IMPTS |
| 1697 | V$DIAG_INC_METER_SUMMARY | Synonym for V_$DIAG_INC_METER_SUMMARY |
| 1698 | V$DIAG_INFO | Synonym for V_$DIAG_INFO |
| 1699 | V$DIAG_IPS_CONFIGURATION | Synonym for V_$DIAG_IPS_CONFIGURATION |
| 1700 | V$DIAG_IPS_FILE_COPY_LOG | Synonym for V_$DIAG_IPS_FILE_COPY_LOG |
| 1701 | V$DIAG_IPS_FILE_METADATA | Synonym for V_$DIAG_IPS_FILE_METADATA |
| 1702 | V$DIAG_IPS_PACKAGE | Synonym for V_$DIAG_IPS_PACKAGE |
| 1703 | V$DIAG_IPS_PACKAGE_FILE | Synonym for V_$DIAG_IPS_PACKAGE_FILE |
| 1704 | V$DIAG_IPS_PACKAGE_HISTORY | Synonym for V_$DIAG_IPS_PACKAGE_HISTORY |
| 1705 | V$DIAG_IPS_PACKAGE_INCIDENT | Synonym for V_$DIAG_IPS_PACKAGE_INCIDENT |
| 1706 | V$DIAG_IPS_PKG_UNPACK_HIST | Synonym for V_$DIAG_IPS_PKG_UNPACK_HIST |
| 1707 | V$DIAG_IPS_PROGRESS_LOG | Synonym for V_$DIAG_IPS_PROGRESS_LOG |
| 1708 | V$DIAG_IPS_REMOTE_PACKAGE | Synonym for V_$DIAG_IPS_REMOTE_PACKAGE |
| 1709 | V$DIAG_PICKLEERR | Synonym for V_$DIAG_PICKLEERR |
| 1710 | V$DIAG_PROBLEM | Synonym for V_$DIAG_PROBLEM |
| 1711 | V$DIAG_RELMD_EXT | Synonym for V_$DIAG_RELMD_EXT |
| 1712 | V$DIAG_SWEEPERR | Synonym for V_$DIAG_SWEEPERR |
| 1713 | V$DIAG_VEM_USER_ACTLOG | Synonym for V_$DIAG_VEM_USER_ACTLOG |
| 1714 | V$DIAG_VEM_USER_ACTLOG1 | Synonym for V_$DIAG_VEM_USER_ACTLOG1 |
| 1715 | V$DIAG_VHM_RUN | Synonym for V_$DIAG_VHM_RUN |
| 1716 | V$DIAG_VIEW | Synonym for V_$DIAG_VIEW |
| 1717 | V$DIAG_VIEWCOL | Synonym for V_$DIAG_VIEWCOL |
| 1718 | V$DIAG_VINCIDENT | Synonym for V_$DIAG_VINCIDENT |
| 1719 | V$DIAG_VINCIDENT_FILE | Synonym for V_$DIAG_VINCIDENT_FILE |
| 1720 | V$DIAG_VINC_METER_INFO | Synonym for V_$DIAG_VINC_METER_INFO |
| 1721 | V$DIAG_VIPS_FILE_COPY_LOG | Synonym for V_$DIAG_VIPS_FILE_COPY_LOG |
| 1722 | V$DIAG_VIPS_FILE_METADATA | Synonym for V_$DIAG_VIPS_FILE_METADATA |
| 1723 | V$DIAG_VIPS_PACKAGE_FILE | Synonym for V_$DIAG_VIPS_PACKAGE_FILE |
| 1724 | V$DIAG_VIPS_PACKAGE_HISTORY | Synonym for V_$DIAG_VIPS_PACKAGE_HISTORY |
| 1725 | V$DIAG_VIPS_PACKAGE_MAIN_INT | Synonym for V_$DIAG_VIPS_PACKAGE_MAIN_INT |
| 1726 | V$DIAG_VIPS_PACKAGE_SIZE | Synonym for V_$DIAG_VIPS_PACKAGE_SIZE |
| 1727 | V$DIAG_VIPS_PKG_FILE | Synonym for V_$DIAG_VIPS_PKG_FILE |
| 1728 | V$DIAG_VIPS_PKG_INC_CAND | Synonym for V_$DIAG_VIPS_PKG_INC_CAND |
| 1729 | V$DIAG_VIPS_PKG_INC_DTL | Synonym for V_$DIAG_VIPS_PKG_INC_DTL |
| 1730 | V$DIAG_VIPS_PKG_INC_DTL1 | Synonym for V_$DIAG_VIPS_PKG_INC_DTL1 |
| 1731 | V$DIAG_VIPS_PKG_MAIN_PROBLEM | Synonym for V_$DIAG_VIPS_PKG_MAIN_PROBLEM |
| 1732 | V$DIAG_VNOT_EXIST_INCIDENT | Synonym for V_$DIAG_VNOT_EXIST_INCIDENT |
| 1733 | V$DIAG_VPROBLEM | Synonym for V_$DIAG_VPROBLEM |
| 1734 | V$DIAG_VPROBLEM1 | Synonym for V_$DIAG_VPROBLEM1 |
| 1735 | V$DIAG_VPROBLEM2 | Synonym for V_$DIAG_VPROBLEM2 |
| 1736 | V$DIAG_VPROBLEM_BUCKET | Synonym for V_$DIAG_VPROBLEM_BUCKET |
| 1737 | V$DIAG_VPROBLEM_BUCKET1 | Synonym for V_$DIAG_VPROBLEM_BUCKET1 |
| 1738 | V$DIAG_VPROBLEM_BUCKET_COUNT | Synonym for V_$DIAG_VPROBLEM_BUCKET_COUNT |
| 1739 | V$DIAG_VPROBLEM_INT | Synonym for V_$DIAG_VPROBLEM_INT |
| 1740 | V$DIAG_VPROBLEM_LASTINC | Synonym for V_$DIAG_VPROBLEM_LASTINC |
| 1741 | V$DIAG_VSHOWCATVIEW | Synonym for V_$DIAG_VSHOWCATVIEW |
| 1742 | V$DIAG_VSHOWINCB | Synonym for V_$DIAG_VSHOWINCB |
| 1743 | V$DIAG_VSHOWINCB_I | Synonym for V_$DIAG_VSHOWINCB_I |
| 1744 | V$DIAG_VTEST_EXISTS | Synonym for V_$DIAG_VTEST_EXISTS |
| 1745 | V$DIAG_V_ACTINC | Synonym for V_$DIAG_V_ACTINC |
| 1746 | V$DIAG_V_ACTPROB | Synonym for V_$DIAG_V_ACTPROB |
| 1747 | V$DIAG_V_INCCOUNT | Synonym for V_$DIAG_V_INCCOUNT |
| 1748 | V$DIAG_V_INCFCOUNT | Synonym for V_$DIAG_V_INCFCOUNT |
| 1749 | V$DIAG_V_INC_METER_INFO_PROB | Synonym for V_$DIAG_V_INC_METER_INFO_PROB |
| 1750 | V$DIAG_V_IPSPRBCNT | Synonym for V_$DIAG_V_IPSPRBCNT |
| 1751 | V$DIAG_V_IPSPRBCNT1 | Synonym for V_$DIAG_V_IPSPRBCNT1 |
| 1752 | V$DIAG_V_NFCINC | Synonym for V_$DIAG_V_NFCINC |
| 1753 | V$DIAG_V_SWPERRCOUNT | Synonym for V_$DIAG_V_SWPERRCOUNT |
| 1754 | V$DISPATCHER | Synonym for V_$DISPATCHER |
| 1755 | V$DISPATCHER_CONFIG | Synonym for V_$DISPATCHER_CONFIG |
| 1756 | V$DISPATCHER_RATE | Synonym for V_$DISPATCHER_RATE |
| 1757 | V$DLM_ALL_LOCKS | Synonym for V_$DLM_ALL_LOCKS |
| 1758 | V$DLM_CONVERT_LOCAL | Synonym for V_$DLM_CONVERT_LOCAL |
| 1759 | V$DLM_CONVERT_REMOTE | Synonym for V_$DLM_CONVERT_REMOTE |
| 1760 | V$DLM_LATCH | Synonym for V_$DLM_LATCH |
| 1761 | V$DLM_LOCKS | Synonym for V_$DLM_LOCKS |
| 1762 | V$DLM_MISC | Synonym for V_$DLM_MISC |
| 1763 | V$DLM_RESS | Synonym for V_$DLM_RESS |
| 1764 | V$DLM_TRAFFIC_CONTROLLER | Synonym for V_$DLM_TRAFFIC_CONTROLLER |
| 1765 | V$DNFS_CHANNELS | Synonym for V_$DNFS_CHANNELS |
| 1766 | V$DNFS_FILES | Synonym for V_$DNFS_FILES |
| 1767 | V$DNFS_SERVERS | Synonym for V_$DNFS_SERVERS |
| 1768 | V$DNFS_STATS | Synonym for V_$DNFS_STATS |
| 1769 | V$DYNAMIC_REMASTER_STATS | Synonym for V_$DYNAMIC_REMASTER_STATS |
| 1770 | V$EMON | Synonym for V_$EMON |
| 1771 | V$ENABLEDPRIVS | Synonym for V_$ENABLEDPRIVS |
| 1772 | V$ENCRYPTED_TABLESPACES | Synonym for V_$ENCRYPTED_TABLESPACES |
| 1773 | V$ENCRYPTION_WALLET | Synonym for V_$ENCRYPTION_WALLET |
| 1774 | V$ENQUEUE_LOCK | Synonym for V_$ENQUEUE_LOCK |
| 1775 | V$ENQUEUE_STAT | Synonym for V_$ENQUEUE_STAT |
| 1776 | V$ENQUEUE_STATISTICS | Synonym for V_$ENQUEUE_STATISTICS |
| 1777 | V$EVENTMETRIC | Synonym for V_$EVENTMETRIC |
| 1778 | V$EVENT_HISTOGRAM | Synonym for V_$EVENT_HISTOGRAM |
| 1779 | V$EVENT_NAME | Synonym for V_$EVENT_NAME |
| 1780 | V$EXECUTION | Synonym for V_$EXECUTION |
| 1781 | V$FAST_START_SERVERS | Synonym for V_$FAST_START_SERVERS |
| 1782 | V$FAST_START_TRANSACTIONS | Synonym for V_$FAST_START_TRANSACTIONS |
| 1783 | V$FILEMETRIC | Synonym for V_$FILEMETRIC |
| 1784 | V$FILEMETRIC_HISTORY | Synonym for V_$FILEMETRIC_HISTORY |
| 1785 | V$FILESPACE_USAGE | Synonym for V_$FILESPACE_USAGE |
| 1786 | V$FILESTAT | Synonym for V_$FILESTAT |
| 1787 | V$FILE_CACHE_TRANSFER | Synonym for V_$FILE_CACHE_TRANSFER |
| 1788 | V$FILE_HISTOGRAM | Synonym for V_$FILE_HISTOGRAM |
| 1789 | V$FILE_OPTIMIZED_HISTOGRAM | Synonym for V_$FILE_OPTIMIZED_HISTOGRAM |
| 1790 | V$FILE_PING | Synonym for V_$FILE_PING |
| 1791 | V$FIXED_TABLE | Synonym for V_$FIXED_TABLE |
| 1792 | V$FIXED_VIEW_DEFINITION | Synonym for V_$FIXED_VIEW_DEFINITION |
| 1793 | V$FLASHBACK_DATABASE_LOG | Synonym for V_$FLASHBACK_DATABASE_LOG |
| 1794 | V$FLASHBACK_DATABASE_LOGFILE | Synonym for V_$FLASHBACK_DATABASE_LOGFILE |
| 1795 | V$FLASHBACK_DATABASE_STAT | Synonym for V_$FLASHBACK_DATABASE_STAT |
| 1796 | V$FLASHBACK_TXN_GRAPH | Synonym for V_$FLASHBACK_TXN_GRAPH |
| 1797 | V$FLASHBACK_TXN_MODS | Synonym for V_$FLASHBACK_TXN_MODS |
| 1798 | V$FLASH_RECOVERY_AREA_USAGE | Synonym for V_$FLASH_RECOVERY_AREA_USAGE |
| 1799 | V$FOREIGN_ARCHIVED_LOG | Synonym for V_$FOREIGN_ARCHIVED_LOG |
| 1800 | V$FS_FAILOVER_HISTOGRAM | Synonym for V_$FS_FAILOVER_HISTOGRAM |
| 1801 | V$FS_FAILOVER_STATS | Synonym for V_$FS_FAILOVER_STATS |
| 1802 | V$FS_OBSERVER_HISTOGRAM | Synonym for V_$FS_OBSERVER_HISTOGRAM |
| 1803 | GV$MUTEX_SLEEP | Synonym for GV_$MUTEX_SLEEP |
| 1804 | GV$MUTEX_SLEEP_HISTORY | Synonym for GV_$MUTEX_SLEEP_HISTORY |
| 1805 | GV$MVREFRESH | Synonym for GV_$MVREFRESH |
| 1806 | GV$MYSTAT | Synonym for GV_$MYSTAT |
| 1807 | GV$NFS_CLIENTS | Synonym for GV_$NFS_CLIENTS |
| 1808 | GV$NFS_LOCKS | Synonym for GV_$NFS_LOCKS |
| 1809 | GV$NFS_OPEN_FILES | Synonym for GV_$NFS_OPEN_FILES |
| 1810 | GV$NLS_PARAMETERS | Synonym for GV_$NLS_PARAMETERS |
| 1811 | GV$NLS_VALID_VALUES | Synonym for GV_$NLS_VALID_VALUES |
| 1812 | GV$OBJECT_DEPENDENCY | Synonym for GV_$OBJECT_DEPENDENCY |
| 1813 | GV$OBJECT_DML_FREQUENCIES | Synonym for GV_$OBJECT_DML_FREQUENCIES |
| 1814 | GV$OBSOLETE_PARAMETER | Synonym for GV_$OBSOLETE_PARAMETER |
| 1815 | GV$OFFLINE_RANGE | Synonym for GV_$OFFLINE_RANGE |
| 1816 | GV$OPEN_CURSOR | Synonym for GV_$OPEN_CURSOR |
| 1817 | GV$OPTION | Synonym for GV_$OPTION |
| 1818 | GV$OSSTAT | Synonym for GV_$OSSTAT |
| 1819 | GV$PARALLEL_DEGREE_LIMIT_MTH | Synonym for GV_$PARALLEL_DEGREE_LIMIT_MTH |
| 1820 | GV$PARAMETER | Synonym for GV_$PARAMETER |
| 1821 | GV$PARAMETER2 | Synonym for GV_$PARAMETER2 |
| 1822 | GV$PARAMETER_VALID_VALUES | Synonym for GV_$PARAMETER_VALID_VALUES |
| 1823 | GV$PERSISTENT_PUBLISHERS | Synonym for GV_$PERSISTENT_PUBLISHERS |
| 1824 | GV$PERSISTENT_QMN_CACHE | Synonym for GV_$PERSISTENT_QMN_CACHE |
| 1825 | GV$PERSISTENT_QUEUES | Synonym for GV_$PERSISTENT_QUEUES |
| 1826 | GV$PERSISTENT_SUBSCRIBERS | Synonym for GV_$PERSISTENT_SUBSCRIBERS |
| 1827 | GV$PGASTAT | Synonym for GV_$PGASTAT |
| 1828 | GV$PGA_TARGET_ADVICE | Synonym for GV_$PGA_TARGET_ADVICE |
| 1829 | GV$PGA_TARGET_ADVICE_HISTOGRAM | Synonym for GV_$PGATARGET_ADVICE_HISTOGRAM |
| 1830 | GV$POLICY_HISTORY | Synonym for GV_$POLICY_HISTORY |
| 1831 | GV$PQ_SESSTAT | Synonym for GV_$PQ_SESSTAT |
| 1832 | GV$PQ_SLAVE | Synonym for GV_$PQ_SLAVE |
| 1833 | GV$PQ_SYSSTAT | Synonym for GV_$PQ_SYSSTAT |
| 1834 | GV$PQ_TQSTAT | Synonym for GV_$PQ_TQSTAT |
| 1835 | GV$PROCESS | Synonym for GV_$PROCESS |
| 1836 | GV$PROCESS_GROUP | Synonym for GV_$PROCESS_GROUP |
| 1837 | GV$PROCESS_MEMORY | Synonym for GV_$PROCESS_MEMORY |
| 1838 | GV$PROCESS_MEMORY_DETAIL | Synonym for GV_$PROCESS_MEMORY_DETAIL |
| 1839 | GV$PROCESS_MEMORY_DETAIL_PROG | Synonym for GV_$PROCESS_MEMORY_DETAIL_PROG |
| 1840 | GV$PROPAGATION_RECEIVER | Synonym for GV_$PROPAGATION_RECEIVER |
| 1841 | GV$PROPAGATION_SENDER | Synonym for GV_$PROPAGATION_SENDER |
| 1842 | GV$PROXY_ARCHIVEDLOG | Synonym for GV_$PROXY_ARCHIVEDLOG |
| 1843 | GV$PROXY_DATAFILE | Synonym for GV_$PROXY_DATAFILE |
| 1844 | GV$PWFILE_USERS | Synonym for GV_$PWFILE_USERS |
| 1845 | GV$PX_BUFFER_ADVICE | Synonym for GV_$PX_BUFFER_ADVICE |
| 1846 | GV$PX_INSTANCE_GROUP | Synonym for GV_$PX_INSTANCE_GROUP |
| 1847 | GV$PX_PROCESS | Synonym for GV_$PX_PROCESS |
| 1848 | GV$PX_PROCESS_SYSSTAT | Synonym for GV_$PX_PROCESS_SYSSTAT |
| 1849 | GV$PX_SESSION | Synonym for GV_$PX_SESSION |
| 1850 | GV$PX_SESSTAT | Synonym for GV_$PX_SESSTAT |
| 1851 | GV$QMON_COORDINATOR_STATS | Synonym for GV_$QMON_COORDINATOR_STATS |
| 1852 | GV$QMON_SERVER_STATS | Synonym for GV_$QMON_SERVER_STATS |
| 1853 | GV$QMON_TASKS | Synonym for GV_$QMON_TASKS |
| 1854 | GV$QMON_TASK_STATS | Synonym for GV_$QMON_TASK_STATS |
| 1855 | GV$QUEUE | Synonym for GV_$QUEUE |
| 1856 | GV$QUEUEING_MTH | Synonym for GV_$QUEUEING_MTH |
| 1857 | GV$RECOVERY_FILE_STATUS | Synonym for GV_$RECOVERY_FILE_STATUS |
| 1858 | GV$RECOVERY_LOG | Synonym for GV_$RECOVERY_LOG |
| 1859 | GV$RECOVERY_PROGRESS | Synonym for GV_$RECOVERY_PROGRESS |
| 1860 | GV$RECOVERY_STATUS | Synonym for GV_$RECOVERY_STATUS |
| 1861 | GV$RECOVER_FILE | Synonym for GV_$RECOVER_FILE |
| 1862 | GV$REDO_DEST_RESP_HISTOGRAM | Synonym for GV_$REDO_DEST_RESP_HISTOGRAM |
| 1863 | GV$REPLPROP | Synonym for GV_$REPLPROP |
| 1864 | GV$REPLQUEUE | Synonym for GV_$REPLQUEUE |
| 1865 | GV$REQDIST | Synonym for GV_$REQDIST |
| 1866 | GV$RESERVED_WORDS | Synonym for GV_$RESERVED_WORDS |
| 1867 | GV$RESOURCE | Synonym for GV_$RESOURCE |
| 1868 | GV$RESOURCE_LIMIT | Synonym for GV_$RESOURCE_LIMIT |
| 1869 | GV$RESTORE_POINT | Synonym for GV_$RESTORE_POINT |
| 1870 | GV$RESULT_CACHE_DEPENDENCY | Synonym for GV_$RESULT_CACHE_DEPENDENCY |
| 1871 | GV$RESULT_CACHE_MEMORY | Synonym for GV_$RESULT_CACHE_MEMORY |
| 1872 | GV$RESULT_CACHE_OBJECTS | Synonym for GV_$RESULT_CACHE_OBJECTS |
| 1873 | GV$RESULT_CACHE_STATISTICS | Synonym for GV_$RESULT_CACHE_STATISTICS |
| 1874 | GV$RESUMABLE | Synonym for GV_$RESUMABLE |
| 1875 | GV$RFS_THREAD | Synonym for GV_$RFS_THREAD |
| 1876 | GV$RMAN_COMPRESSION_ALGORITHM | Synonym for GV_$RMAN_COMPRESSION_ALGORITHM |
| 1877 | GV$RMAN_CONFIGURATION | Synonym for GV_$RMAN_CONFIGURATION |
| 1878 | GV$RMAN_OUTPUT | Synonym for GV_$RMAN_OUTPUT |
| 1879 | GV$ROLLSTAT | Synonym for GV_$ROLLSTAT |
| 1880 | GV$ROWCACHE | Synonym for GV_$ROWCACHE |
| 1881 | GV$ROWCACHE_PARENT | Synonym for GV_$ROWCACHE_PARENT |
| 1882 | GV$ROWCACHE_SUBORDINATE | Synonym for GV_$ROWCACHE_SUBORDINATE |
| 1883 | GV$RO_USER_ACCOUNT | Synonym for GV_$RO_USER_ACCOUNT |
| 1884 | GV$SQL_SHARED_CURSOR | Synonym for GV_$SQL_SHARED_CURSOR |
| 1885 | GV$SQL_SHARED_MEMORY | Synonym for GV_$SQL_SHARED_MEMORY |
| 1886 | GV$SQL_WORKAREA | Synonym for GV_$SQL_WORKAREA |
| 1887 | GV$SQL_WORKAREA_ACTIVE | Synonym for GV_$SQL_WORKAREA_ACTIVE |
| 1888 | GV$SQL_WORKAREA_HISTOGRAM | Synonym for GV_$SQL_WORKAREA_HISTOGRAM |
| 1889 | GV$SSCR_SESSIONS | Synonym for GV_$SSCR_SESSIONS |
| 1890 | GV$STANDBY_LOG | Synonym for GV_$STANDBY_LOG |
| 1891 | GV$STATISTICS_LEVEL | Synonym for GV_$STATISTICS_LEVEL |
| 1892 | GV$STATNAME | Synonym for GV_$STATNAME |
| 1893 | GV$STREAMS_APPLY_COORDINATOR | Synonym for GV_$STREAMS_APPLY_COORDINATOR |
| 1894 | GV$STREAMS_APPLY_READER | Synonym for GV_$STREAMS_APPLY_READER |
| 1895 | GV$STREAMS_APPLY_SERVER | Synonym for GV_$STREAMS_APPLY_SERVER |
| 1896 | GV$STREAMS_CAPTURE | Synonym for GV_$STREAMS_CAPTURE |
| 1897 | GV$STREAMS_MESSAGE_TRACKING | Synonym for GV_$STREAMS_MESSAGE_TRACKING |
| 1898 | GV$STREAMS_POOL_ADVICE | Synonym for GV_$STREAMS_POOL_ADVICE |
| 1899 | GV$STREAMS_POOL_STATISTICS | Synonym for GV_$STREAMS_POOL_STATISTICS |
| 1900 | GV$STREAMS_TRANSACTION | Synonym for GV_$STREAMS_TRANSACTION |
| 1901 | GV$SUBCACHE | Synonym for GV_$SUBCACHE |
| 1902 | GV$SUBSCR_REGISTRATION_STATS | Synonym for GV_$SUBSCR_REGISTRATION_STATS |
| 1903 | GV$SYSAUX_OCCUPANTS | Synonym for GV_$SYSAUX_OCCUPANTS |
| 1904 | GV$SYSMETRIC | Synonym for GV_$SYSMETRIC |
| 1905 | GV$SYSMETRIC_HISTORY | Synonym for GV_$SYSMETRIC_HISTORY |
| 1906 | GV$SYSMETRIC_SUMMARY | Synonym for GV_$SYSMETRIC_SUMMARY |
| 1907 | GV$SYSSTAT | Synonym for GV_$SYSSTAT |
| 1908 | GV$SYSTEM_CURSOR_CACHE | Synonym for GV_$SYSTEM_CURSOR_CACHE |
| 1909 | GV$SYSTEM_EVENT | Synonym for GV_$SYSTEM_EVENT |
| 1910 | GV$SYSTEM_FIX_CONTROL | Synonym for GV_$SYSTEM_FIX_CONTROL |
| 1911 | GV$SYSTEM_PARAMETER | Synonym for GV_$SYSTEM_PARAMETER |
| 1912 | GV$SYSTEM_PARAMETER2 | Synonym for GV_$SYSTEM_PARAMETER2 |
| 1913 | GV$SYSTEM_WAIT_CLASS | Synonym for GV_$SYSTEM_WAIT_CLASS |
| 1914 | GV$SYS_OPTIMIZER_ENV | Synonym for GV_$SYS_OPTIMIZER_ENV |
| 1915 | GV$SYS_TIME_MODEL | Synonym for GV_$SYS_TIME_MODEL |
| 1916 | GV$TABLESPACE | Synonym for GV_$TABLESPACE |
| 1917 | GV$TEMPFILE | Synonym for GV_$TEMPFILE |
| 1918 | GV$TEMPORARY_LOBS | Synonym for GV_$TEMPORARY_LOBS |
| 1919 | GV$TEMPSEG_USAGE | Synonym for GV_$SORT_USAGE |
| 1920 | GV$TEMPSTAT | Synonym for GV_$TEMPSTAT |
| 1921 | GV$TEMP_CACHE_TRANSFER | Synonym for GV_$TEMP_CACHE_TRANSFER |
| 1922 | GV$TEMP_EXTENT_MAP | Synonym for GV_$TEMP_EXTENT_MAP |
| 1923 | GV$TEMP_EXTENT_POOL | Synonym for GV_$TEMP_EXTENT_POOL |
| 1924 | GV$TEMP_PING | Synonym for GV_$TEMP_PING |
| 1925 | GV$TEMP_SPACE_HEADER | Synonym for GV_$TEMP_SPACE_HEADER |
| 1926 | GV$THREAD | Synonym for GV_$THREAD |
| 1927 | GV$THRESHOLD_TYPES | Synonym for GV_$THRESHOLD_TYPES |
| 1928 | GV$TIMER | Synonym for GV_$TIMER |
| 1929 | GV$TIMEZONE_FILE | Synonym for GV_$TIMEZONE_FILE |
| 1930 | GV$TIMEZONE_NAMES | Synonym for GV_$TIMEZONE_NAMES |
| 1931 | GV$TOPLEVELCALL | Synonym for GV_$TOPLEVELCALL |
| 1932 | GV$TRANSACTION | Synonym for GV_$TRANSACTION |
| 1933 | GV$TRANSACTION_ENQUEUE | Synonym for GV_$TRANSACTION_ENQUEUE |
| 1934 | GV$TRANSPORTABLE_PLATFORM | Synonym for GV_$TRANSPORTABLE_PLATFORM |
| 1935 | GV$TSM_SESSIONS | Synonym for GV_$TSM_SESSIONS |
| 1936 | GV$TYPE_SIZE | Synonym for GV_$TYPE_SIZE |
| 1937 | GV$UNDOSTAT | Synonym for GV_$UNDOSTAT |
| 1938 | GV$VERSION | Synonym for GV_$VERSION |
| 1939 | GV$VPD_POLICY | Synonym for GV_$VPD_POLICY |
| 1940 | GV$WAITCLASSMETRIC | Synonym for GV_$WAITCLASSMETRIC |
| 1941 | GV$WAITCLASSMETRIC_HISTORY | Synonym for GV_$WAITCLASSMETRIC_HISTORY |
| 1942 | GV$WAITSTAT | Synonym for GV_$WAITSTAT |
| 1943 | GV$WALLET | Synonym for GV_$WALLET |
| 1944 | GV$WLM_PCMETRIC | Synonym for GV_$WLM_PCMETRIC |
| 1945 | GV$WLM_PCMETRIC_HISTORY | Synonym for GV_$WLM_PCMETRIC_HISTORY |
| 1946 | GV$WLM_PC_STATS | Synonym for GV_$WLM_PC_STATS |
| 1947 | GV$WORKLOAD_REPLAY_THREAD | Synonym for GV_$WORKLOAD_REPLAY_THREAD |
| 1948 | GV$XML_AUDIT_TRAIL | Synonym for GV_$XML_AUDIT_TRAIL |
| 1949 | GV$XSTREAM_APPLY_COORDINATOR | Synonym for GV_$XSTREAM_APPLY_COORDINATOR |
| 1950 | GV$XSTREAM_APPLY_READER | Synonym for GV_$XSTREAM_APPLY_READER |
| 1951 | GV$XSTREAM_APPLY_RECEIVER | Synonym for GV_$XSTREAM_APPLY_RECEIVER |
| 1952 | GV$XSTREAM_APPLY_SERVER | Synonym for GV_$XSTREAM_APPLY_SERVER |
| 1953 | GV$XSTREAM_CAPTURE | Synonym for GV_$XSTREAM_CAPTURE |
| 1954 | GV$XSTREAM_MESSAGE_TRACKING | Synonym for GV_$XSTREAM_MESSAGE_TRACKING |
| 1955 | GV$XSTREAM_OUTBOUND_SERVER | Synonym for GV_$XSTREAM_OUTBOUND_SERVER |
| 1956 | GV$XSTREAM_TABLE_STATS | Synonym for GV_$XSTREAM_TABLE_STATS |
| 1957 | GV$XSTREAM_TRANSACTION | Synonym for GV_$XSTREAM_TRANSACTION |
| 1958 | GV$_LOCK | Synonym for GV_$_LOCK |
| 1959 | GV$DLM_ALL_LOCKS | Synonym for GV_$DLM_ALL_LOCKS |
| 1960 | GV$DLM_CONVERT_LOCAL | Synonym for GV_$DLM_CONVERT_LOCAL |
| 1961 | GV$DLM_CONVERT_REMOTE | Synonym for GV_$DLM_CONVERT_REMOTE |
| 1962 | GV$DLM_LATCH | Synonym for GV_$DLM_LATCH |
| 1963 | GV$DLM_LOCKS | Synonym for GV_$DLM_LOCKS |
| 1964 | GV$DLM_MISC | Synonym for GV_$DLM_MISC |
| 1965 | GV$DLM_RESS | Synonym for GV_$DLM_RESS |
| 1966 | GV$DLM_TRAFFIC_CONTROLLER | Synonym for GV_$DLM_TRAFFIC_CONTROLLER |
| 1967 | GV$DNFS_CHANNELS | Synonym for GV_$DNFS_CHANNELS |
| 1968 | GV$DNFS_FILES | Synonym for GV_$DNFS_FILES |
| 1969 | GV$DNFS_SERVERS | Synonym for GV_$DNFS_SERVERS |
| 1970 | GV$DNFS_STATS | Synonym for GV_$DNFS_STATS |
| 1971 | GV$DYNAMIC_REMASTER_STATS | Synonym for GV_$DYNAMIC_REMASTER_STATS |
| 1972 | GV$EMON | Synonym for GV_$EMON |
| 1973 | GV$ENABLEDPRIVS | Synonym for GV_$ENABLEDPRIVS |
| 1974 | GV$ENCRYPTED_TABLESPACES | Synonym for GV_$ENCRYPTED_TABLESPACES |
| 1975 | GV$ENCRYPTION_WALLET | Synonym for GV_$ENCRYPTION_WALLET |
| 1976 | GV$ENQUEUE_LOCK | Synonym for GV_$ENQUEUE_LOCK |
| 1977 | GV$ENQUEUE_STAT | Synonym for GV_$ENQUEUE_STAT |
| 1978 | GV$ENQUEUE_STATISTICS | Synonym for GV_$ENQUEUE_STATISTICS |
| 1979 | GV$EVENTMETRIC | Synonym for GV_$EVENTMETRIC |
| 1980 | GV$EVENT_HISTOGRAM | Synonym for GV_$EVENT_HISTOGRAM |
| 1981 | GV$EVENT_NAME | Synonym for GV_$EVENT_NAME |
| 1982 | GV$EXECUTION | Synonym for GV_$EXECUTION |
| 1983 | GV$FAST_START_SERVERS | Synonym for GV_$FAST_START_SERVERS |
| 1984 | GV$FAST_START_TRANSACTIONS | Synonym for GV_$FAST_START_TRANSACTIONS |
| 1985 | GV$FILEMETRIC | Synonym for GV_$FILEMETRIC |
| 1986 | GV$FILEMETRIC_HISTORY | Synonym for GV_$FILEMETRIC_HISTORY |
| 1987 | GV$FILESPACE_USAGE | Synonym for GV_$FILESPACE_USAGE |
| 1988 | GV$FILESTAT | Synonym for GV_$FILESTAT |
| 1989 | GV$FILE_CACHE_TRANSFER | Synonym for GV_$FILE_CACHE_TRANSFER |
| 1990 | GV$FILE_HISTOGRAM | Synonym for GV_$FILE_HISTOGRAM |
| 1991 | GV$FILE_OPTIMIZED_HISTOGRAM | Synonym for GV_$FILE_OPTIMIZED_HISTOGRAM |
| 1992 | GV$FILE_PING | Synonym for GV_$FILE_PING |
| 1993 | GV$FIXED_TABLE | Synonym for GV_$FIXED_TABLE |
| 1994 | GV$FIXED_VIEW_DEFINITION | Synonym for GV_$FIXED_VIEW_DEFINITION |
| 1995 | GV$FLASHBACK_DATABASE_LOG | Synonym for GV_$FLASHBACK_DATABASE_LOG |
| 1996 | GV$FLASHBACK_DATABASE_LOGFILE | Synonym for GV_$FLASHBACK_DATABASE_LOGFILE |
| 1997 | GV$FLASHBACK_DATABASE_STAT | Synonym for GV_$FLASHBACK_DATABASE_STAT |
| 1998 | GV$FOREIGN_ARCHIVED_LOG | Synonym for GV_$FOREIGN_ARCHIVED_LOG |
| 1999 | GV$FS_FAILOVER_HISTOGRAM | Synonym for GV_$FS_FAILOVER_HISTOGRAM |
| 2000 | GV$FS_FAILOVER_STATS | Synonym for GV_$FS_FAILOVER_STATS |
| 2001 | GV$FS_OBSERVER_HISTOGRAM | Synonym for GV_$FS_OBSERVER_HISTOGRAM |
| 2002 | GV$GCSHVMASTER_INFO | Synonym for GV_$GCSHVMASTER_INFO |
| 2003 | GV$GCSPFMASTER_INFO | Synonym for GV_$GCSPFMASTER_INFO |
| 2004 | GV$GC_ELEMENT | Synonym for GV_$GC_ELEMENT |
| 2005 | GV$GC_ELEMENTS_WITH_COLLISIONS | Synonym for GV_$GC_ELEMENTS_W_COLLISIONS |
| 2006 | GV$GES_BLOCKING_ENQUEUE | Synonym for GV_$GES_BLOCKING_ENQUEUE |
| 2007 | GV$GES_ENQUEUE | Synonym for GV_$GES_ENQUEUE |
| 2008 | GV$GG_APPLY_COORDINATOR | Synonym for GV_$GG_APPLY_COORDINATOR |
| 2009 | GV$GG_APPLY_READER | Synonym for GV_$GG_APPLY_READER |
| 2010 | GV$GG_APPLY_RECEIVER | Synonym for GV_$GG_APPLY_RECEIVER |
| 2011 | GV$GG_APPLY_SERVER | Synonym for GV_$GG_APPLY_SERVER |
| 2012 | GV$GLOBALCONTEXT | Synonym for GV_$GLOBALCONTEXT |
| 2013 | GV$GLOBAL_BLOCKED_LOCKS | Synonym for GV_$GLOBAL_BLOCKED_LOCKS |
| 2014 | GV$GLOBAL_TRANSACTION | Synonym for GV_$GLOBAL_TRANSACTION |
| 2015 | GV$GOLDENGATE_CAPABILITIES | Synonym for GV_$GOLDENGATE_CAPABILITIES |
| 2016 | GV$GOLDENGATE_CAPTURE | Synonym for GV_$GOLDENGATE_CAPTURE |
| 2017 | GV$GOLDENGATE_MESSAGE_TRACKING | Synonym for GV_$GOLDENGATE_MESSAGETRACKING |
| 2018 | GV$GOLDENGATE_TABLE_STATS | Synonym for GV_$GOLDENGATE_TABLE_STATS |
| 2019 | GV$GOLDENGATE_TRANSACTION | Synonym for GV_$GOLDENGATE_TRANSACTION |
| 2020 | GV$HANG_STATISTICS | Synonym for GV_$HANG_STATISTICS |
| 2021 | GV$HM_CHECK | Synonym for GV_$HM_CHECK |
| 2022 | GV$HM_CHECK_PARAM | Synonym for GV_$HM_CHECK_PARAM |
| 2023 | GV$HM_FINDING | Synonym for GV_$HM_FINDING |
| 2024 | GV$HM_INFO | Synonym for GV_$HM_INFO |
| 2025 | GV$HM_RECOMMENDATION | Synonym for GV_$HM_RECOMMENDATION |
| 2026 | GV$HM_RUN | Synonym for GV_$HM_RUN |
| 2027 | GV$HS_AGENT | Synonym for GV_$HS_AGENT |
| 2028 | GV$HS_PARAMETER | Synonym for GV_$HS_PARAMETER |
| 2029 | GV$HS_SESSION | Synonym for GV_$HS_SESSION |
| 2030 | GV$HVMASTER_INFO | Synonym for GV_$HVMASTER_INFO |
| 2031 | GV$INCMETER_CONFIG | Synonym for GV_$INCMETER_CONFIG |
| 2032 | GV$INCMETER_INFO | Synonym for GV_$INCMETER_INFO |
| 2033 | GV$INCMETER_SUMMARY | Synonym for GV_$INCMETER_SUMMARY |
| 2034 | GV$INDEXED_FIXED_COLUMN | Synonym for GV_$INDEXED_FIXED_COLUMN |
| 2035 | GV$INSTANCE | Synonym for GV_$INSTANCE |
| 2036 | GV$INSTANCE_CACHE_TRANSFER | Synonym for GV_$INSTANCE_CACHE_TRANSFER |
| 2037 | GV$INSTANCE_LOG_GROUP | Synonym for GV_$INSTANCE_LOG_GROUP |
| 2038 | GV$INSTANCE_RECOVERY | Synonym for GV_$INSTANCE_RECOVERY |
| 2039 | GV$IOFUNCMETRIC | Synonym for GV_$IOFUNCMETRIC |
| 2040 | GV$IOFUNCMETRIC_HISTORY | Synonym for GV_$IOFUNCMETRIC_HISTORY |
| 2041 | GV$IOSTAT_CONSUMER_GROUP | Synonym for GV_$IOSTAT_CONSUMER_GROUP |
| 2042 | GV$IOSTAT_FILE | Synonym for GV_$IOSTAT_FILE |
| 2043 | GV$IOSTAT_FUNCTION | Synonym for GV_$IOSTAT_FUNCTION |
| 2044 | GV$IOSTAT_FUNCTION_DETAIL | Synonym for GV_$IOSTAT_FUNCTION_DETAIL |
| 2045 | GV$IOSTAT_NETWORK | Synonym for GV_$IOSTAT_NETWORK |
| 2046 | GV$IO_CALIBRATION_STATUS | Synonym for GV_$IO_CALIBRATION_STATUS |
| 2047 | GV$IR_FAILURE | Synonym for GV_$IR_FAILURE |
| 2048 | GV$IR_FAILURE_SET | Synonym for GV_$IR_FAILURE_SET |
| 2049 | GV$IR_MANUAL_CHECKLIST | Synonym for GV_$IR_MANUAL_CHECKLIST |
| 2050 | GV$IR_REPAIR | Synonym for GV_$IR_REPAIR |
| 2051 | GV$JAVAPOOL | Synonym for GV_$JAVAPOOL |
| 2052 | GV$JAVA_LIBRARY_CACHE_MEMORY | Synonym for GV_$JAVA_LIBRARY_CACHE_MEMORY |
| 2053 | GV$JAVA_POOL_ADVICE | Synonym for GV_$JAVA_POOL_ADVICE |
| 2054 | GV$LATCH | Synonym for GV_$LATCH |
| 2055 | GV$LATCHHOLDER | Synonym for GV_$LATCHHOLDER |
| 2056 | GV$LATCHNAME | Synonym for GV_$LATCHNAME |
| 2057 | GV$LATCH_CHILDREN | Synonym for GV_$LATCH_CHILDREN |
| 2058 | GV$LATCH_MISSES | Synonym for GV_$LATCH_MISSES |
| 2059 | GV$LATCH_PARENT | Synonym for GV_$LATCH_PARENT |
| 2060 | GV$LIBCACHE_LOCKS | Synonym for GV_$LIBCACHE_LOCKS |
| 2061 | GV$LIBRARYCACHE | Synonym for GV_$LIBRARYCACHE |
| 2062 | GV$LIBRARY_CACHE_MEMORY | Synonym for GV_$LIBRARY_CACHE_MEMORY |
| 2063 | GV$LICENSE | Synonym for GV_$LICENSE |
| 2064 | GV$LISTENER_NETWORK | Synonym for GV_$LISTENER_NETWORK |
| 2065 | GV$LOADISTAT | Synonym for GV_$LOADISTAT |
| 2066 | GV$LOADPSTAT | Synonym for GV_$LOADPSTAT |
| 2067 | GV$LOBSTAT | Synonym for GV_$LOBSTAT |
| 2068 | GV$LOCK | Synonym for GV_$LOCK |
| 2069 | GV$LOCKED_OBJECT | Synonym for GV_$LOCKED_OBJECT |
| 2070 | GV$LOCKS_WITH_COLLISIONS | Synonym for GV_$LOCKS_WITH_COLLISIONS |
| 2071 | GV$LOCK_ACTIVITY | Synonym for GV_$LOCK_ACTIVITY |
| 2072 | GV$LOCK_ELEMENT | Synonym for GV_$LOCK_ELEMENT |
| 2073 | GV$LOCK_TYPE | Synonym for GV_$LOCK_TYPE |
| 2074 | GV$LOG | Synonym for GV_$LOG |
| 2075 | GV$LOGFILE | Synonym for GV_$LOGFILE |
| 2076 | GV$LOGHIST | Synonym for GV_$LOGHIST |
| 2077 | GV$LOGMNR_CALLBACK | Synonym for GV_$LOGMNR_CALLBACK |
| 2078 | GV$LOGMNR_CONTENTS | Synonym for GV_$LOGMNR_CONTENTS |
| 2079 | GV$LOGMNR_DICTIONARY | Synonym for GV_$LOGMNR_DICTIONARY |
| 2080 | GV$LOGMNR_DICTIONARY_LOAD | Synonym for GV_$LOGMNR_DICTIONARY_LOAD |
| 2081 | GV$LOGMNR_LATCH | Synonym for GV_$LOGMNR_LATCH |
| 2082 | GV$LOGMNR_LOGFILE | Synonym for GV_$LOGMNR_LOGFILE |
| 2083 | GV$LOGMNR_LOGS | Synonym for GV_$LOGMNR_LOGS |
| 2084 | GV$LOGMNR_PARAMETERS | Synonym for GV_$LOGMNR_PARAMETERS |
| 2085 | GV$LOGMNR_PROCESS | Synonym for GV_$LOGMNR_PROCESS |
| 2086 | GV$LOGMNR_REGION | Synonym for GV_$LOGMNR_REGION |
| 2087 | GV$LOGMNR_SESSION | Synonym for GV_$LOGMNR_SESSION |
| 2088 | GV$LOGMNR_STATS | Synonym for GV_$LOGMNR_STATS |
| 2089 | GV$LOGMNR_TRANSACTION | Synonym for GV_$LOGMNR_TRANSACTION |
| 2090 | GV$LOGSTDBY | Synonym for GV_$LOGSTDBY |
| 2091 | GV$LOGSTDBY_PROCESS | Synonym for GV_$LOGSTDBY_PROCESS |
| 2092 | GV$LOGSTDBY_PROGRESS | Synonym for GV_$LOGSTDBY_PROGRESS |
| 2093 | GV$LOGSTDBY_STATE | Synonym for GV_$LOGSTDBY_STATE |
| 2094 | GV$LOGSTDBY_STATS | Synonym for GV_$LOGSTDBY_STATS |
| 2095 | GV$LOGSTDBY_TRANSACTION | Synonym for GV_$LOGSTDBY_TRANSACTION |
| 2096 | GV$LOG_HISTORY | Synonym for GV_$LOG_HISTORY |
| 2097 | GV$MANAGED_STANDBY | Synonym for GV_$MANAGED_STANDBY |
| 2098 | GV$MAP_COMP_LIST | Synonym for GV_$MAP_COMP_LIST |
| 2099 | GV$MAP_ELEMENT | Synonym for GV_$MAP_ELEMENT |
| 2100 | GV$MAP_EXT_ELEMENT | Synonym for GV_$MAP_EXT_ELEMENT |
| 2101 | GV$MAP_FILE | Synonym for GV_$MAP_FILE |
| 2102 | GV$MAP_FILE_EXTENT | Synonym for GV_$MAP_FILE_EXTENT |
| 2103 | GV$MAP_FILE_IO_STACK | Synonym for GV_$MAP_FILE_IO_STACK |
| 2104 | GV$MAP_LIBRARY | Synonym for GV_$MAP_LIBRARY |
| 2105 | GV$MAP_SUBELEMENT | Synonym for GV_$MAP_SUBELEMENT |
| 2106 | GV$MAX_ACTIVE_SESS_TARGET_MTH | Synonym for GV_$MAX_ACTIVE_SESS_TARGET_MTH |
| 2107 | GV$MEMORY_CURRENT_RESIZE_OPS | Synonym for GV_$MEMORY_CURRENT_RESIZE_OPS |
| 2108 | GV$MEMORY_DYNAMIC_COMPONENTS | Synonym for GV_$MEMORY_DYNAMIC_COMPONENTS |
| 2109 | GV$MEMORY_RESIZE_OPS | Synonym for GV_$MEMORY_RESIZE_OPS |
| 2110 | GV$MEMORY_TARGET_ADVICE | Synonym for GV_$MEMORY_TARGET_ADVICE |
| 2111 | GV$METRIC | Synonym for GV_$METRIC |
| 2112 | GV$METRICGROUP | Synonym for GV_$METRICGROUP |
| 2113 | GV$METRICNAME | Synonym for GV_$METRICNAME |
| 2114 | GV$METRIC_HISTORY | Synonym for GV_$METRIC_HISTORY |
| 2115 | GV$MTTR_TARGET_ADVICE | Synonym for GV_$MTTR_TARGET_ADVICE |
| 2116 | V$RULE | Synonym for V_$RULE |
| 2117 | V$RULE_SET | Synonym for V_$RULE_SET |
| 2118 | V$RULE_SET_AGGREGATE_STATS | Synonym for V_$RULE_SET_AGGREGATE_STATS |
| 2119 | V$SCHEDULER_RUNNING_JOBS | Synonym for V_$SCHEDULER_RUNNING_JOBS |
| 2120 | V$SECUREFILE_TIMER | Synonym for V_$SECUREFILE_TIMER |
| 2121 | V$SEGMENT_STATISTICS | Synonym for V_$SEGMENT_STATISTICS |
| 2122 | V$SEGSPACE_USAGE | Synonym for V_$SEGSPACE_USAGE |
| 2123 | V$SEGSTAT | Synonym for V_$SEGSTAT |
| 2124 | V$SEGSTAT_NAME | Synonym for V_$SEGSTAT_NAME |
| 2125 | V$SERVICEMETRIC | Synonym for V_$SERVICEMETRIC |
| 2126 | V$SERVICEMETRIC_HISTORY | Synonym for V_$SERVICEMETRIC_HISTORY |
| 2127 | V$SERVICES | Synonym for V_$SERVICES |
| 2128 | V$SERVICE_EVENT | Synonym for V_$SERVICE_EVENT |
| 2129 | V$SERVICE_STATS | Synonym for V_$SERVICE_STATS |
| 2130 | V$SERVICE_WAIT_CLASS | Synonym for V_$SERVICE_WAIT_CLASS |
| 2131 | V$SERV_MOD_ACT_STATS | Synonym for V_$SERV_MOD_ACT_STATS |
| 2132 | V$SESSION | Synonym for V_$SESSION |
| 2133 | V$SESSION_BLOCKERS | Synonym for V_$SESSION_BLOCKERS |
| 2134 | V$SESSION_CONNECT_INFO | Synonym for V_$SESSION_CONNECT_INFO |
| 2135 | V$SESSION_CURSOR_CACHE | Synonym for V_$SESSION_CURSOR_CACHE |
| 2136 | V$SESSION_EVENT | Synonym for V_$SESSION_EVENT |
| 2137 | V$SESSION_FIX_CONTROL | Synonym for V_$SESSION_FIX_CONTROL |
| 2138 | V$SESSION_LONGOPS | Synonym for V_$SESSION_LONGOPS |
| 2139 | V$SESSION_OBJECT_CACHE | Synonym for V_$SESSION_OBJECT_CACHE |
| 2140 | V$SESSION_WAIT | Synonym for V_$SESSION_WAIT |
| 2141 | V$SESSION_WAIT_CLASS | Synonym for V_$SESSION_WAIT_CLASS |
| 2142 | V$SESSION_WAIT_HISTORY | Synonym for V_$SESSION_WAIT_HISTORY |
| 2143 | V$SESSMETRIC | Synonym for V_$SESSMETRIC |
| 2144 | V$SESSTAT | Synonym for V_$SESSTAT |
| 2145 | V$SESS_IO | Synonym for V_$SESS_IO |
| 2146 | V$SESS_TIME_MODEL | Synonym for V_$SESS_TIME_MODEL |
| 2147 | V$SES_OPTIMIZER_ENV | Synonym for V_$SES_OPTIMIZER_ENV |
| 2148 | V$SGA | Synonym for V_$SGA |
| 2149 | V$SGAINFO | Synonym for V_$SGAINFO |
| 2150 | V$SGASTAT | Synonym for V_$SGASTAT |
| 2151 | V$SGA_CURRENT_RESIZE_OPS | Synonym for V_$SGA_CURRENT_RESIZE_OPS |
| 2152 | V$SGA_DYNAMIC_COMPONENTS | Synonym for V_$SGA_DYNAMIC_COMPONENTS |
| 2153 | V$SGA_DYNAMIC_FREE_MEMORY | Synonym for V_$SGA_DYNAMIC_FREE_MEMORY |
| 2154 | V$SGA_RESIZE_OPS | Synonym for V_$SGA_RESIZE_OPS |
| 2155 | V$SGA_TARGET_ADVICE | Synonym for V_$SGA_TARGET_ADVICE |
| 2156 | V$SHARED_POOL_ADVICE | Synonym for V_$SHARED_POOL_ADVICE |
| 2157 | V$SHARED_POOL_RESERVED | Synonym for V_$SHARED_POOL_RESERVED |
| 2158 | V$SHARED_SERVER | Synonym for V_$SHARED_SERVER |
| 2159 | V$SHARED_SERVER_MONITOR | Synonym for V_$SHARED_SERVER_MONITOR |
| 2160 | V$SORT_SEGMENT | Synonym for V_$SORT_SEGMENT |
| 2161 | V$SORT_USAGE | Synonym for V_$SORT_USAGE |
| 2162 | V$SPPARAMETER | Synonym for V_$SPPARAMETER |
| 2163 | V$SQL | Synonym for V_$SQL |
| 2164 | V$SQLAREA | Synonym for V_$SQLAREA |
| 2165 | V$SQLAREA_PLAN_HASH | Synonym for V_$SQLAREA_PLAN_HASH |
| 2166 | V$SQLCOMMAND | Synonym for V_$SQLCOMMAND |
| 2167 | V$SQLFN_ARG_METADATA | Synonym for V_$SQLFN_ARG_METADATA |
| 2168 | V$SQLFN_METADATA | Synonym for V_$SQLFN_METADATA |
| 2169 | V$SQLPA_METRIC | Synonym for V_$SQLPA_METRIC |
| 2170 | V$SQLSTATS | Synonym for V_$SQLSTATS |
| 2171 | V$SQLSTATS_PLAN_HASH | Synonym for V_$SQLSTATS_PLAN_HASH |
| 2172 | V$SQLTEXT | Synonym for V_$SQLTEXT |
| 2173 | V$SQLTEXT_WITH_NEWLINES | Synonym for V_$SQLTEXT_WITH_NEWLINES |
| 2174 | V$SQL_BIND_CAPTURE | Synonym for V_$SQL_BIND_CAPTURE |
| 2175 | V$SQL_BIND_DATA | Synonym for V_$SQL_BIND_DATA |
| 2176 | V$SQL_BIND_METADATA | Synonym for V_$SQL_BIND_METADATA |
| 2177 | V$SQL_CS_HISTOGRAM | Synonym for V_$SQL_CS_HISTOGRAM |
| 2178 | V$SQL_CS_SELECTIVITY | Synonym for V_$SQL_CS_SELECTIVITY |
| 2179 | V$SQL_CS_STATISTICS | Synonym for V_$SQL_CS_STATISTICS |
| 2180 | V$SQL_CURSOR | Synonym for V_$SQL_CURSOR |
| 2181 | V$SQL_FEATURE | Synonym for V_$SQL_FEATURE |
| 2182 | V$SQL_FEATURE_DEPENDENCY | Synonym for V_$SQL_FEATURE_DEPENDENCY |
| 2183 | V$SQL_FEATURE_HIERARCHY | Synonym for V_$SQL_FEATURE_HIERARCHY |
| 2184 | V$SQL_HINT | Synonym for V_$SQL_HINT |
| 2185 | V$SQL_JOIN_FILTER | Synonym for V_$SQL_JOIN_FILTER |
| 2186 | V$SQL_MONITOR | Synonym for V_$SQL_MONITOR |
| 2187 | V$SQL_OPTIMIZER_ENV | Synonym for V_$SQL_OPTIMIZER_ENV |
| 2188 | V$SQL_PLAN | Synonym for V_$SQL_PLAN |
| 2189 | V$SQL_PLAN_MONITOR | Synonym for V_$SQL_PLAN_MONITOR |
| 2190 | V$SQL_PLAN_STATISTICS | Synonym for V_$SQL_PLAN_STATISTICS |
| 2191 | V$SQL_PLAN_STATISTICS_ALL | Synonym for V_$SQL_PLAN_STATISTICS_ALL |
| 2192 | V$SQL_REDIRECTION | Synonym for V_$SQL_REDIRECTION |
| 2193 | V$SQL_SHARED_CURSOR | Synonym for V_$SQL_SHARED_CURSOR |
| 2194 | V$SQL_SHARED_MEMORY | Synonym for V_$SQL_SHARED_MEMORY |
| 2195 | V$SQL_WORKAREA | Synonym for V_$SQL_WORKAREA |
| 2196 | V$SQL_WORKAREA_ACTIVE | Synonym for V_$SQL_WORKAREA_ACTIVE |
| 2197 | V$SQL_WORKAREA_HISTOGRAM | Synonym for V_$SQL_WORKAREA_HISTOGRAM |
| 2198 | V$SSCR_SESSIONS | Synonym for V_$SSCR_SESSIONS |
| 2199 | V$STANDBY_EVENT_HISTOGRAM | Synonym for V_$STANDBY_EVENT_HISTOGRAM |
| 2200 | V$STANDBY_LOG | Synonym for V_$STANDBY_LOG |
| 2201 | V$STATISTICS_LEVEL | Synonym for V_$STATISTICS_LEVEL |
| 2202 | V$STATNAME | Synonym for V_$STATNAME |
| 2203 | V$STREAMS_APPLY_COORDINATOR | Synonym for V_$STREAMS_APPLY_COORDINATOR |
| 2204 | V$STREAMS_APPLY_READER | Synonym for V_$STREAMS_APPLY_READER |
| 2205 | V$STREAMS_APPLY_SERVER | Synonym for V_$STREAMS_APPLY_SERVER |
| 2206 | V$STREAMS_CAPTURE | Synonym for V_$STREAMS_CAPTURE |
| 2207 | V$STREAMS_MESSAGE_TRACKING | Synonym for V_$STREAMS_MESSAGE_TRACKING |
| 2208 | V$STREAMS_POOL_ADVICE | Synonym for V_$STREAMS_POOL_ADVICE |
| 2209 | V$STREAMS_POOL_STATISTICS | Synonym for V_$STREAMS_POOL_STATISTICS |
| 2210 | V$STREAMS_TRANSACTION | Synonym for V_$STREAMS_TRANSACTION |
| 2211 | V$SUBCACHE | Synonym for V_$SUBCACHE |
| 2212 | V$SUBSCR_REGISTRATION_STATS | Synonym for V_$SUBSCR_REGISTRATION_STATS |
| 2213 | V$SYSAUX_OCCUPANTS | Synonym for V_$SYSAUX_OCCUPANTS |
| 2214 | V$SYSMETRIC | Synonym for V_$SYSMETRIC |
| 2215 | V$SYSMETRIC_HISTORY | Synonym for V_$SYSMETRIC_HISTORY |
| 2216 | V$SYSMETRIC_SUMMARY | Synonym for V_$SYSMETRIC_SUMMARY |
| 2217 | V$SYSSTAT | Synonym for V_$SYSSTAT |
| 2218 | V$SYSTEM_CURSOR_CACHE | Synonym for V_$SYSTEM_CURSOR_CACHE |
| 2219 | V$SYSTEM_EVENT | Synonym for V_$SYSTEM_EVENT |
| 2220 | V$SYSTEM_FIX_CONTROL | Synonym for V_$SYSTEM_FIX_CONTROL |
| 2221 | V$SYSTEM_PARAMETER | Synonym for V_$SYSTEM_PARAMETER |
| 2222 | V$SYSTEM_PARAMETER2 | Synonym for V_$SYSTEM_PARAMETER2 |
| 2223 | V$SYSTEM_WAIT_CLASS | Synonym for V_$SYSTEM_WAIT_CLASS |
| 2224 | V$SYS_OPTIMIZER_ENV | Synonym for V_$SYS_OPTIMIZER_ENV |
| 2225 | V$SYS_TIME_MODEL | Synonym for V_$SYS_TIME_MODEL |
| 2226 | GV$ASM_FILE | Synonym for GV_$ASM_FILE |
| 2227 | GV$ASM_FILESYSTEM | Synonym for GV_$ASM_FILESYSTEM |
| 2228 | GV$ASM_OPERATION | Synonym for GV_$ASM_OPERATION |
| 2229 | GV$ASM_TEMPLATE | Synonym for GV_$ASM_TEMPLATE |
| 2230 | GV$ASM_USER | Synonym for GV_$ASM_USER |
| 2231 | GV$ASM_USERGROUP | Synonym for GV_$ASM_USERGROUP |
| 2232 | GV$ASM_USERGROUP_MEMBER | Synonym for GV_$ASM_USERGROUP_MEMBER |
| 2233 | GV$ASM_VOLUME | Synonym for GV_$ASM_VOLUME |
| 2234 | GV$ASM_VOLUME_STAT | Synonym for GV_$ASM_VOLUME_STAT |
| 2235 | GV$AUTO_BMR_STATISTICS | Synonym for GV_$AUTO_BMR_STATISTICS |
| 2236 | GV$AW_AGGREGATE_OP | Synonym for GV_$AW_AGGREGATE_OP |
| 2237 | GV$AW_ALLOCATE_OP | Synonym for GV_$AW_ALLOCATE_OP |
| 2238 | GV$AW_CALC | Synonym for GV_$AW_CALC |
| 2239 | GV$AW_LONGOPS | Synonym for GV_$AW_LONGOPS |
| 2240 | GV$AW_OLAP | Synonym for GV_$AW_OLAP |
| 2241 | GV$AW_SESSION_INFO | Synonym for GV_$AW_SESSION_INFO |
| 2242 | GV$BACKUP | Synonym for GV_$BACKUP |
| 2243 | GV$BACKUP_ASYNC_IO | Synonym for GV_$BACKUP_ASYNC_IO |
| 2244 | GV$BACKUP_CORRUPTION | Synonym for GV_$BACKUP_CORRUPTION |
| 2245 | GV$BACKUP_DATAFILE | Synonym for GV_$BACKUP_DATAFILE |
| 2246 | GV$BACKUP_DEVICE | Synonym for GV_$BACKUP_DEVICE |
| 2247 | GV$BACKUP_PIECE | Synonym for GV_$BACKUP_PIECE |
| 2248 | GV$BACKUP_REDOLOG | Synonym for GV_$BACKUP_REDOLOG |
| 2249 | GV$BACKUP_SET | Synonym for GV_$BACKUP_SET |
| 2250 | GV$BACKUP_SPFILE | Synonym for GV_$BACKUP_SPFILE |
| 2251 | GV$BACKUP_SYNC_IO | Synonym for GV_$BACKUP_SYNC_IO |
| 2252 | GV$BGPROCESS | Synonym for GV_$BGPROCESS |
| 2253 | GV$BH | Synonym for GV_$BH |
| 2254 | GV$BLOCKING_QUIESCE | Synonym for GV_$BLOCKING_QUIESCE |
| 2255 | GV$BSP | Synonym for GV_$BSP |
| 2256 | GV$BUFFERED_PUBLISHERS | Synonym for GV_$BUFFERED_PUBLISHERS |
| 2257 | GV$BUFFERED_QUEUES | Synonym for GV_$BUFFERED_QUEUES |
| 2258 | GV$BUFFERED_SUBSCRIBERS | Synonym for GV_$BUFFERED_SUBSCRIBERS |
| 2259 | GV$BUFFER_POOL | Synonym for GV_$BUFFER_POOL |
| 2260 | GV$BUFFER_POOL_STATISTICS | Synonym for GV_$BUFFER_POOL_STATISTICS |
| 2261 | GV$CALLTAG | Synonym for GV_$CALLTAG |
| 2262 | GV$CELL | Synonym for GV_$CELL |
| 2263 | GV$CELL_CONFIG | Synonym for GV_$CELL_CONFIG |
| 2264 | GV$CELL_OFL_THREAD_HISTORY | Synonym for GV_$CELL_OFL_THREAD_HISTORY |
| 2265 | GV$CELL_REQUEST_TOTALS | Synonym for GV_$CELL_REQUEST_TOTALS |
| 2266 | GV$CELL_STATE | Synonym for GV_$CELL_STATE |
| 2267 | GV$CELL_THREAD_HISTORY | Synonym for GV_$CELL_THREAD_HISTORY |
| 2268 | GV$CHANNEL_WAITS | Synonym for GV_$CHANNEL_WAITS |
| 2269 | GV$CIRCUIT | Synonym for GV_$CIRCUIT |
| 2270 | GV$CLASS_CACHE_TRANSFER | Synonym for GV_$CLASS_CACHE_TRANSFER |
| 2271 | GV$CLASS_PING | Synonym for GV_$CLASS_PING |
| 2272 | GV$CLIENT_STATS | Synonym for GV_$CLIENT_STATS |
| 2273 | GV$CLONEDFILE | Synonym for GV_$CLONEDFILE |
| 2274 | GV$CLUSTER_INTERCONNECTS | Synonym for GV_$CLUSTER_INTERCONNECTS |
| 2275 | GV$CONFIGURED_INTERCONNECTS | Synonym for GV_$CONFIGURED_INTERCONNECTS |
| 2276 | GV$CONTEXT | Synonym for GV_$CONTEXT |
| 2277 | GV$CONTROLFILE | Synonym for GV_$CONTROLFILE |
| 2278 | GV$CONTROLFILE_RECORD_SECTION | Synonym for GV_$CONTROLFILE_RECORD_SECTION |
| 2279 | GV$COPY_CORRUPTION | Synonym for GV_$COPY_CORRUPTION |
| 2280 | GV$CORRUPT_XID_LIST | Synonym for GV_$CORRUPT_XID_LIST |
| 2281 | GV$CPOOL_CC_INFO | Synonym for GV_$CPOOL_CC_INFO |
| 2282 | GV$CPOOL_CC_STATS | Synonym for GV_$CPOOL_CC_STATS |
| 2283 | GV$CPOOL_CONN_INFO | Synonym for GV_$CPOOL_CONN_INFO |
| 2284 | GV$CPOOL_STATS | Synonym for GV_$CPOOL_STATS |
| 2285 | GV$CR_BLOCK_SERVER | Synonym for GV_$CR_BLOCK_SERVER |
| 2286 | GV$CURRENT_BLOCK_SERVER | Synonym for GV_$CURRENT_BLOCK_SERVER |
| 2287 | GV$DATABASE | Synonym for GV_$DATABASE |
| 2288 | GV$DATABASE_BLOCK_CORRUPTION | Synonym for GV_$DATABASE_BLOCK_CORRUPTION |
| 2289 | GV$DATABASE_INCARNATION | Synonym for GV_$DATABASE_INCARNATION |
| 2290 | GV$DATABASE_KEY_INFO | Synonym for GV_$DATABASE_KEY_INFO |
| 2291 | GV$DATAFILE | Synonym for GV_$DATAFILE |
| 2292 | GV$DATAFILE_COPY | Synonym for GV_$DATAFILE_COPY |
| 2293 | GV$DATAFILE_HEADER | Synonym for GV_$DATAFILE_HEADER |
| 2294 | GV$DATAGUARD_CONFIG | Synonym for GV_$DATAGUARD_CONFIG |
| 2295 | GV$DATAGUARD_STATS | Synonym for GV_$DATAGUARD_STATS |
| 2296 | GV$DATAGUARD_STATUS | Synonym for GV_$DATAGUARD_STATUS |
| 2297 | GV$DATAPUMP_JOB | Synonym for GV_$DATAPUMP_JOB |
| 2298 | GV$DATAPUMP_SESSION | Synonym for GV_$DATAPUMP_SESSION |
| 2299 | GV$DBFILE | Synonym for GV_$DBFILE |
| 2300 | GV$DBLINK | Synonym for GV_$DBLINK |
| 2301 | GV$DB_CACHE_ADVICE | Synonym for GV_$DB_CACHE_ADVICE |
| 2302 | GV$DB_OBJECT_CACHE | Synonym for GV_$DB_OBJECT_CACHE |
| 2303 | GV$DB_PIPES | Synonym for GV_$DB_PIPES |
| 2304 | GV$DB_TRANSPORTABLE_PLATFORM | Synonym for GV_$DB_TRANSPORTABLE_PLATFORM |
| 2305 | GV$DEAD_CLEANUP | Synonym for GV_$DEAD_CLEANUP |
| 2306 | GV$DELETED_OBJECT | Synonym for GV_$DELETED_OBJECT |
| 2307 | GV$DETACHED_SESSION | Synonym for GV_$DETACHED_SESSION |
| 2308 | GV$DIAG_INFO | Synonym for GV_$DIAG_INFO |
| 2309 | GV$DISPATCHER | Synonym for GV_$DISPATCHER |
| 2310 | GV$DISPATCHER_CONFIG | Synonym for GV_$DISPATCHER_CONFIG |
| 2311 | GV$DISPATCHER_RATE | Synonym for GV_$DISPATCHER_RATE |
| 2312 | V$ACCESS | Synonym for V_$ACCESS |
| 2313 | V$ACTIVE_INSTANCES | Synonym for V_$ACTIVE_INSTANCES |
| 2314 | V$ACTIVE_SERVICES | Synonym for V_$ACTIVE_SERVICES |
| 2315 | V$ACTIVE_SESSION_HISTORY | Synonym for V_$ACTIVE_SESSION_HISTORY |
| 2316 | V$ACTIVE_SESS_POOL_MTH | Synonym for V_$ACTIVE_SESS_POOL_MTH |
| 2317 | V$ADVISOR_CURRENT_SQLPLAN | Synonym for V_$ADVISOR_CURRENT_SQLPLAN |
| 2318 | V$ADVISOR_PROGRESS | Synonym for V_$ADVISOR_PROGRESS |
| 2319 | V$ALERT_TYPES | Synonym for V_$ALERT_TYPES |
| 2320 | V$AQ | Synonym for V_$AQ |
| 2321 | V$AQ1 | Synonym for V_$AQ1 |
| 2322 | V$ARCHIVE | Synonym for V_$ARCHIVE |
| 2323 | V$ARCHIVED_LOG | Synonym for V_$ARCHIVED_LOG |
| 2324 | V$ARCHIVE_DEST | Synonym for V_$ARCHIVE_DEST |
| 2325 | V$ARCHIVE_DEST_STATUS | Synonym for V_$ARCHIVE_DEST_STATUS |
| 2326 | V$ARCHIVE_GAP | Synonym for V_$ARCHIVE_GAP |
| 2327 | V$ARCHIVE_PROCESSES | Synonym for V_$ARCHIVE_PROCESSES |
| 2328 | V$ASH_INFO | Synonym for V_$ASH_INFO |
| 2329 | V$ASM_ACFSSNAPSHOTS | Synonym for V_$ASM_ACFSSNAPSHOTS |
| 2330 | V$ASM_ACFSVOLUMES | Synonym for V_$ASM_ACFSVOLUMES |
| 2331 | V$ASM_ACFS_ENCRYPTION_INFO | Synonym for V_$ASM_ACFS_ENCRYPTION_INFO |
| 2332 | V$ASM_ACFS_SECURITY_INFO | Synonym for V_$ASM_ACFS_SECURITY_INFO |
| 2333 | V$ASM_ALIAS | Synonym for V_$ASM_ALIAS |
| 2334 | V$ASM_ATTRIBUTE | Synonym for V_$ASM_ATTRIBUTE |
| 2335 | V$ASM_CLIENT | Synonym for V_$ASM_CLIENT |
| 2336 | V$ASM_DISK | Synonym for V_$ASM_DISK |
| 2337 | V$ASM_DISKGROUP | Synonym for V_$ASM_DISKGROUP |
| 2338 | V$ASM_DISKGROUP_STAT | Synonym for V_$ASM_DISKGROUP_STAT |
| 2339 | V$ASM_DISK_IOSTAT | Synonym for V_$ASM_DISK_IOSTAT |
| 2340 | V$ASM_DISK_STAT | Synonym for V_$ASM_DISK_STAT |
| 2341 | V$ASM_FILE | Synonym for V_$ASM_FILE |
| 2342 | V$ASM_FILESYSTEM | Synonym for V_$ASM_FILESYSTEM |
| 2343 | V$ASM_OPERATION | Synonym for V_$ASM_OPERATION |
| 2344 | V$ASM_TEMPLATE | Synonym for V_$ASM_TEMPLATE |
| 2345 | V$ASM_USER | Synonym for V_$ASM_USER |
| 2346 | V$ASM_USERGROUP | Synonym for V_$ASM_USERGROUP |
| 2347 | V$ASM_USERGROUP_MEMBER | Synonym for V_$ASM_USERGROUP_MEMBER |
| 2348 | V$ASM_VOLUME | Synonym for V_$ASM_VOLUME |
| 2349 | V$ASM_VOLUME_STAT | Synonym for V_$ASM_VOLUME_STAT |
| 2350 | V$AW_AGGREGATE_OP | Synonym for V_$AW_AGGREGATE_OP |
| 2351 | V$AW_ALLOCATE_OP | Synonym for V_$AW_ALLOCATE_OP |
| 2352 | V$AW_CALC | Synonym for V_$AW_CALC |
| 2353 | V$AW_LONGOPS | Synonym for V_$AW_LONGOPS |
| 2354 | V$AW_OLAP | Synonym for V_$AW_OLAP |
| 2355 | V$AW_SESSION_INFO | Synonym for V_$AW_SESSION_INFO |
| 2356 | V$BACKUP | Synonym for V_$BACKUP |
| 2357 | V$BACKUP_ARCHIVELOG_DETAILS | Synonym for V_$BACKUP_ARCHIVELOG_DETAILS |
| 2358 | V$BACKUP_ARCHIVELOG_SUMMARY | Synonym for V_$BACKUP_ARCHIVELOG_SUMMARY |
| 2359 | V$BACKUP_ASYNC_IO | Synonym for V_$BACKUP_ASYNC_IO |
| 2360 | V$BACKUP_CONTROLFILE_DETAILS | Synonym for V_$BACKUP_CONTROLFILE_DETAILS |
| 2361 | V$BACKUP_CONTROLFILE_SUMMARY | Synonym for V_$BACKUP_CONTROLFILE_SUMMARY |
| 2362 | V$BACKUP_COPY_DETAILS | Synonym for V_$BACKUP_COPY_DETAILS |
| 2363 | V$BACKUP_COPY_SUMMARY | Synonym for V_$BACKUP_COPY_SUMMARY |
| 2364 | V$BACKUP_CORRUPTION | Synonym for V_$BACKUP_CORRUPTION |
| 2365 | V$BACKUP_DATAFILE | Synonym for V_$BACKUP_DATAFILE |
| 2366 | V$BACKUP_DATAFILE_DETAILS | Synonym for V_$BACKUP_DATAFILE_DETAILS |
| 2367 | V$BACKUP_DATAFILE_SUMMARY | Synonym for V_$BACKUP_DATAFILE_SUMMARY |
| 2368 | V$BACKUP_DEVICE | Synonym for V_$BACKUP_DEVICE |
| 2369 | V$BACKUP_FILES | Synonym for V_$BACKUP_FILES |
| 2370 | V$BACKUP_PIECE | Synonym for V_$BACKUP_PIECE |
| 2371 | V$BACKUP_PIECE_DETAILS | Synonym for V_$BACKUP_PIECE_DETAILS |
| 2372 | V$BACKUP_REDOLOG | Synonym for V_$BACKUP_REDOLOG |
| 2373 | V$BACKUP_SET | Synonym for V_$BACKUP_SET |
| 2374 | V$BACKUP_SET_DETAILS | Synonym for V_$BACKUP_SET_DETAILS |
| 2375 | V$BACKUP_SET_SUMMARY | Synonym for V_$BACKUP_SET_SUMMARY |
| 2376 | V$BACKUP_SPFILE | Synonym for V_$BACKUP_SPFILE |
| 2377 | V$BACKUP_SPFILE_DETAILS | Synonym for V_$BACKUP_SPFILE_DETAILS |
| 2378 | V$BACKUP_SPFILE_SUMMARY | Synonym for V_$BACKUP_SPFILE_SUMMARY |
| 2379 | V$BACKUP_SYNC_IO | Synonym for V_$BACKUP_SYNC_IO |
| 2380 | V$BGPROCESS | Synonym for V_$BGPROCESS |
| 2381 | V$BH | Synonym for V_$BH |
| 2382 | V$BLOCKING_QUIESCE | Synonym for V_$BLOCKING_QUIESCE |
| 2383 | V$BLOCK_CHANGE_TRACKING | Synonym for V_$BLOCK_CHANGE_TRACKING |
| 2384 | V$BSP | Synonym for V_$BSP |
| 2385 | V$BUFFERED_PUBLISHERS | Synonym for V_$BUFFERED_PUBLISHERS |
| 2386 | V$BUFFERED_QUEUES | Synonym for V_$BUFFERED_QUEUES |
| 2387 | V$BUFFERED_SUBSCRIBERS | Synonym for V_$BUFFERED_SUBSCRIBERS |
| 2388 | V$BUFFER_POOL | Synonym for V_$BUFFER_POOL |
| 2389 | V$BUFFER_POOL_STATISTICS | Synonym for V_$BUFFER_POOL_STATISTICS |
| 2390 | V$CALLTAG | Synonym for V_$CALLTAG |
| 2391 | V$CELL | Synonym for V_$CELL |
| 2392 | V$CELL_CONFIG | Synonym for V_$CELL_CONFIG |
| 2393 | V$CELL_OFL_THREAD_HISTORY | Synonym for V_$CELL_OFL_THREAD_HISTORY |
| 2394 | V$CELL_REQUEST_TOTALS | Synonym for V_$CELL_REQUEST_TOTALS |
| 2395 | V$CELL_STATE | Synonym for V_$CELL_STATE |
| 2396 | V$CELL_THREAD_HISTORY | Synonym for V_$CELL_THREAD_HISTORY |
| 2397 | V$CHANNEL_WAITS | Synonym for V_$CHANNEL_WAITS |
| 2398 | V$CIRCUIT | Synonym for V_$CIRCUIT |
| 2399 | V$CLASS_CACHE_TRANSFER | Synonym for V_$CLASS_CACHE_TRANSFER |
| 2400 | V$CLASS_PING | Synonym for V_$CLASS_PING |
| 2401 | V$CLIENT_STATS | Synonym for V_$CLIENT_STATS |
| 2402 | V$CLONEDFILE | Synonym for V_$CLONEDFILE |
| 2403 | V$CLUSTER_INTERCONNECTS | Synonym for V_$CLUSTER_INTERCONNECTS |
| 2404 | V$CONFIGURED_INTERCONNECTS | Synonym for V_$CONFIGURED_INTERCONNECTS |
| 2405 | V$CONTEXT | Synonym for V_$CONTEXT |
| 2406 | V$CONTROLFILE | Synonym for V_$CONTROLFILE |
| 2407 | V$CONTROLFILE_RECORD_SECTION | Synonym for V_$CONTROLFILE_RECORD_SECTION |
| 2408 | V$COPY_CORRUPTION | Synonym for V_$COPY_CORRUPTION |
| 2409 | V$CORRUPT_XID_LIST | Synonym for V_$CORRUPT_XID_LIST |
| 2410 | V$CPOOL_CC_INFO | Synonym for V_$CPOOL_CC_INFO |
| 2411 | V$CPOOL_CC_STATS | Synonym for V_$CPOOL_CC_STATS |
| 2412 | V$CPOOL_CONN_INFO | Synonym for V_$CPOOL_CONN_INFO |
| 2413 | V$CPOOL_STATS | Synonym for V_$CPOOL_STATS |
| 2414 | V$CR_BLOCK_SERVER | Synonym for V_$CR_BLOCK_SERVER |
| 2415 | V$CURRENT_BLOCK_SERVER | Synonym for V_$CURRENT_BLOCK_SERVER |
| 2416 | CAT | Synonym for USER_CATALOG |
| 2417 | CHANGE_PROPAGATIONS | Synonym for ALL_CHANGE_PROPAGATIONS |
| 2418 | CHANGE_PROPAGATION_SETS | Synonym for ALL_CHANGE_PROPAGATION_SETS |
| 2419 | CHANGE_SETS | Synonym for ALL_CHANGE_SETS |
| 2420 | CHANGE_SOURCES | Synonym for ALL_CHANGE_SOURCES |
| 2421 | CHANGE_TABLES | Synonym for ALL_CHANGE_TABLES |
| 2422 | CLIENT_RESULT_CACHE_STATS$ | Synonym for CRCSTATS_$ |
| 2423 | CLU | Synonym for USER_CLUSTERS |
| 2424 | COLS | Synonym for USER_TAB_COLUMNS |
| 2425 | ALL_OLAP2_AWS | Synonym for ALL$OLAP2_AWS |
| 2426 | DBA_HISTOGRAMS | Synonym for DBA_TAB_HISTOGRAMS |
| 2427 | DBA_LOCKS | Synonym for DBA_LOCK |
| 2428 | ALL_SNAPSHOT_REFRESH_TIMES | Synonym for ALL_MVIEW_REFRESH_TIMES |
| 2429 | ALL_SOURCE_TABLES | Synonym for USER_SOURCE_TABLES |
| 2430 | ALL_SUBSCRIBED_COLUMNS | Synonym for USER_SUBSCRIBED_COLUMNS |
| 2431 | ALL_SUBSCRIBED_TABLES | Synonym for USER_SUBSCRIBED_TABLES |
| 2432 | ALL_SUBSCRIPTIONS | Synonym for USER_SUBSCRIPTIONS |
| 2433 | V$GCSHVMASTER_INFO | Synonym for V_$GCSHVMASTER_INFO |
| 2434 | V$GCSPFMASTER_INFO | Synonym for V_$GCSPFMASTER_INFO |
| 2435 | V$GC_ELEMENT | Synonym for V_$GC_ELEMENT |
| 2436 | V$GC_ELEMENTS_WITH_COLLISIONS | Synonym for V_$GC_ELEMENTS_W_COLLISIONS |
| 2437 | V$GES_BLOCKING_ENQUEUE | Synonym for V_$GES_BLOCKING_ENQUEUE |
| 2438 | V$GES_ENQUEUE | Synonym for V_$GES_ENQUEUE |
| 2439 | V$GG_APPLY_COORDINATOR | Synonym for V_$GG_APPLY_COORDINATOR |
| 2440 | V$GG_APPLY_READER | Synonym for V_$GG_APPLY_READER |
| 2441 | V$GG_APPLY_RECEIVER | Synonym for V_$GG_APPLY_RECEIVER |
| 2442 | V$GG_APPLY_SERVER | Synonym for V_$GG_APPLY_SERVER |
| 2443 | V$GLOBALCONTEXT | Synonym for V_$GLOBALCONTEXT |
| 2444 | V$GLOBAL_BLOCKED_LOCKS | Synonym for V_$GLOBAL_BLOCKED_LOCKS |
| 2445 | V$GLOBAL_TRANSACTION | Synonym for V_$GLOBAL_TRANSACTION |
| 2446 | V$GOLDENGATE_CAPABILITIES | Synonym for V_$GOLDENGATE_CAPABILITIES |
| 2447 | V$GOLDENGATE_CAPTURE | Synonym for V_$GOLDENGATE_CAPTURE |
| 2448 | V$GOLDENGATE_MESSAGE_TRACKING | Synonym for V_$GOLDENGATE_MESSAGE_TRACKING |
| 2449 | V$GOLDENGATE_TABLE_STATS | Synonym for V_$GOLDENGATE_TABLE_STATS |
| 2450 | V$GOLDENGATE_TRANSACTION | Synonym for V_$GOLDENGATE_TRANSACTION |
| 2451 | V$HANG_INFO | Synonym for V_$HANG_INFO |
| 2452 | V$HANG_SESSION_INFO | Synonym for V_$HANG_SESSION_INFO |
| 2453 | V$HANG_STATISTICS | Synonym for V_$HANG_STATISTICS |
| 2454 | V$HM_CHECK | Synonym for V_$HM_CHECK |
| 2455 | V$HM_CHECK_PARAM | Synonym for V_$HM_CHECK_PARAM |
| 2456 | V$HM_FINDING | Synonym for V_$HM_FINDING |
| 2457 | V$HM_INFO | Synonym for V_$HM_INFO |
| 2458 | V$HM_RECOMMENDATION | Synonym for V_$HM_RECOMMENDATION |
| 2459 | V$HM_RUN | Synonym for V_$HM_RUN |
| 2460 | V$HS_AGENT | Synonym for V_$HS_AGENT |
| 2461 | V$HS_PARAMETER | Synonym for V_$HS_PARAMETER |
| 2462 | V$HS_SESSION | Synonym for V_$HS_SESSION |
| 2463 | V$HVMASTER_INFO | Synonym for V_$HVMASTER_INFO |
| 2464 | V$INCMETER_CONFIG | Synonym for V_$INCMETER_CONFIG |
| 2465 | V$INCMETER_INFO | Synonym for V_$INCMETER_INFO |
| 2466 | V$INCMETER_SUMMARY | Synonym for V_$INCMETER_SUMMARY |
| 2467 | V$INDEXED_FIXED_COLUMN | Synonym for V_$INDEXED_FIXED_COLUMN |
| 2468 | V$INSTANCE | Synonym for V_$INSTANCE |
| 2469 | V$INSTANCE_CACHE_TRANSFER | Synonym for V_$INSTANCE_CACHE_TRANSFER |
| 2470 | V$INSTANCE_LOG_GROUP | Synonym for V_$INSTANCE_LOG_GROUP |
| 2471 | V$INSTANCE_RECOVERY | Synonym for V_$INSTANCE_RECOVERY |
| 2472 | V$IOFUNCMETRIC | Synonym for V_$IOFUNCMETRIC |
| 2473 | V$IOFUNCMETRIC_HISTORY | Synonym for V_$IOFUNCMETRIC_HISTORY |
| 2474 | V$IOSTAT_CONSUMER_GROUP | Synonym for V_$IOSTAT_CONSUMER_GROUP |
| 2475 | V$IOSTAT_FILE | Synonym for V_$IOSTAT_FILE |
| 2476 | V$IOSTAT_FUNCTION | Synonym for V_$IOSTAT_FUNCTION |
| 2477 | V$IOSTAT_FUNCTION_DETAIL | Synonym for V_$IOSTAT_FUNCTION_DETAIL |
| 2478 | V$IOSTAT_NETWORK | Synonym for V_$IOSTAT_NETWORK |
| 2479 | V$IO_CALIBRATION_STATUS | Synonym for V_$IO_CALIBRATION_STATUS |
| 2480 | V$IR_FAILURE | Synonym for V_$IR_FAILURE |
| 2481 | V$IR_FAILURE_SET | Synonym for V_$IR_FAILURE_SET |
| 2482 | V$IR_MANUAL_CHECKLIST | Synonym for V_$IR_MANUAL_CHECKLIST |
| 2483 | V$IR_REPAIR | Synonym for V_$IR_REPAIR |
| 2484 | V$JAVAPOOL | Synonym for V_$JAVAPOOL |
| 2485 | V$JAVA_LIBRARY_CACHE_MEMORY | Synonym for V_$JAVA_LIBRARY_CACHE_MEMORY |
| 2486 | V$JAVA_POOL_ADVICE | Synonym for V_$JAVA_POOL_ADVICE |
| 2487 | V$LATCH | Synonym for V_$LATCH |
| 2488 | V$LATCHHOLDER | Synonym for V_$LATCHHOLDER |
| 2489 | V$LATCHNAME | Synonym for V_$LATCHNAME |
| 2490 | V$LATCH_CHILDREN | Synonym for V_$LATCH_CHILDREN |
| 2491 | V$LATCH_MISSES | Synonym for V_$LATCH_MISSES |
| 2492 | V$LATCH_PARENT | Synonym for V_$LATCH_PARENT |
| 2493 | V$LIBCACHE_LOCKS | Synonym for V_$LIBCACHE_LOCKS |
| 2494 | V$LIBRARYCACHE | Synonym for V_$LIBRARYCACHE |
| 2495 | V$LIBRARY_CACHE_MEMORY | Synonym for V_$LIBRARY_CACHE_MEMORY |
| 2496 | V$LICENSE | Synonym for V_$LICENSE |
| 2497 | V$LISTENER_NETWORK | Synonym for V_$LISTENER_NETWORK |
| 2498 | V$LOADISTAT | Synonym for V_$LOADISTAT |
| 2499 | V$LOADPSTAT | Synonym for V_$LOADPSTAT |
| 2500 | V$LOBSTAT | Synonym for V_$LOBSTAT |
| 2501 | V$LOCK | Synonym for V_$LOCK |
| 2502 | V$LOCKED_OBJECT | Synonym for V_$LOCKED_OBJECT |
| 2503 | V$LOCKS_WITH_COLLISIONS | Synonym for V_$LOCKS_WITH_COLLISIONS |
| 2504 | V$LOCK_ACTIVITY | Synonym for V_$LOCK_ACTIVITY |
| 2505 | V$LOCK_ELEMENT | Synonym for V_$LOCK_ELEMENT |
| 2506 | V$LOCK_TYPE | Synonym for V_$LOCK_TYPE |
| 2507 | V$LOG | Synonym for V_$LOG |
| 2508 | V$LOGFILE | Synonym for V_$LOGFILE |
| 2509 | V$LOGHIST | Synonym for V_$LOGHIST |
| 2510 | V$LOGMNR_CALLBACK | Synonym for V_$LOGMNR_CALLBACK |
| 2511 | V$LOGMNR_CONTENTS | Synonym for V_$LOGMNR_CONTENTS |
| 2512 | V$LOGMNR_DICTIONARY | Synonym for V_$LOGMNR_DICTIONARY |
| 2513 | V$LOGMNR_DICTIONARY_LOAD | Synonym for V_$LOGMNR_DICTIONARY_LOAD |
| 2514 | V$LOGMNR_LATCH | Synonym for V_$LOGMNR_LATCH |
| 2515 | V$LOGMNR_LOGFILE | Synonym for V_$LOGMNR_LOGFILE |
| 2516 | V$LOGMNR_LOGS | Synonym for V_$LOGMNR_LOGS |
| 2517 | V$LOGMNR_PARAMETERS | Synonym for V_$LOGMNR_PARAMETERS |
| 2518 | V$LOGMNR_PROCESS | Synonym for V_$LOGMNR_PROCESS |
| 2519 | V$LOGMNR_REGION | Synonym for V_$LOGMNR_REGION |
| 2520 | V$LOGMNR_SESSION | Synonym for V_$LOGMNR_SESSION |
| 2521 | V$LOGMNR_STATS | Synonym for V_$LOGMNR_STATS |
| 2522 | V$LOGMNR_TRANSACTION | Synonym for V_$LOGMNR_TRANSACTION |
| 2523 | V$LOGSTDBY | Synonym for V_$LOGSTDBY |
| 2524 | V$LOGSTDBY_PROCESS | Synonym for V_$LOGSTDBY_PROCESS |
| 2525 | V$LOGSTDBY_PROGRESS | Synonym for V_$LOGSTDBY_PROGRESS |
| 2526 | V$LOGSTDBY_STATE | Synonym for V_$LOGSTDBY_STATE |
| 2527 | V$LOGSTDBY_STATS | Synonym for V_$LOGSTDBY_STATS |
| 2528 | V$LOGSTDBY_TRANSACTION | Synonym for V_$LOGSTDBY_TRANSACTION |
| 2529 | V$LOG_HISTORY | Synonym for V_$LOG_HISTORY |
| 2530 | DBA_SNAPSHOT_LOG_FILTER_COLS | Synonym for DBA_MVIEW_LOG_FILTER_COLS |
| 2531 | DBA_SNAPSHOT_REFRESH_TIMES | Synonym for DBA_MVIEW_REFRESH_TIMES |
| 2532 | DBA_SQLSET_DEFINITIONS | Synonym for DBA_SQLSET |
| 2533 | USER_SNAPSHOT_REFRESH_TIMES | Synonym for USER_MVIEW_REFRESH_TIMES |
| 2534 | USER_SQLSET_DEFINITIONS | Synonym for USER_SQLSET |
| 2535 | EXT_TO_OBJ | Synonym for EXT_TO_OBJ_VIEW |
| 2536 | GV$ACCESS | Synonym for GV_$ACCESS |
| 2537 | GV$ACTIVE_INSTANCES | Synonym for GV_$ACTIVE_INSTANCES |
| 2538 | GV$ACTIVE_SERVICES | Synonym for GV_$ACTIVE_SERVICES |
| 2539 | GV$ACTIVE_SESSION_HISTORY | Synonym for GV_$ACTIVE_SESSION_HISTORY |
| 2540 | GV$ACTIVE_SESS_POOL_MTH | Synonym for GV_$ACTIVE_SESS_POOL_MTH |
| 2541 | GV$ADVISOR_CURRENT_SQLPLAN | Synonym for GV_$ADVISOR_CURRENT_SQLPLAN |
| 2542 | GV$ADVISOR_PROGRESS | Synonym for GV_$ADVISOR_PROGRESS |
| 2543 | GV$ALERT_TYPES | Synonym for GV_$ALERT_TYPES |
| 2544 | GV$AQ | Synonym for GV_$AQ |
| 2545 | GV$AQ1 | Synonym for GV_$AQ1 |
| 2546 | GV$ARCHIVE | Synonym for GV_$ARCHIVE |
| 2547 | GV$ARCHIVED_LOG | Synonym for GV_$ARCHIVED_LOG |
| 2548 | GV$ARCHIVE_DEST | Synonym for GV_$ARCHIVE_DEST |
| 2549 | GV$ARCHIVE_DEST_STATUS | Synonym for GV_$ARCHIVE_DEST_STATUS |
| 2550 | GV$ARCHIVE_GAP | Synonym for GV_$ARCHIVE_GAP |
| 2551 | GV$ARCHIVE_PROCESSES | Synonym for GV_$ARCHIVE_PROCESSES |
| 2552 | GV$ASH_INFO | Synonym for GV_$ASH_INFO |
| 2553 | GV$ASM_ACFSSNAPSHOTS | Synonym for GV_$ASM_ACFSSNAPSHOTS |
| 2554 | GV$ASM_ACFSVOLUMES | Synonym for GV_$ASM_ACFSVOLUMES |
| 2555 | GV$ASM_ACFS_ENCRYPTION_INFO | Synonym for GV_$ASM_ACFS_ENCRYPTION_INFO |
| 2556 | GV$ASM_ACFS_SECURITY_INFO | Synonym for GV_$ASM_ACFS_SECURITY_INFO |
| 2557 | GV$ASM_ALIAS | Synonym for GV_$ASM_ALIAS |
| 2558 | GV$ASM_ATTRIBUTE | Synonym for GV_$ASM_ATTRIBUTE |
| 2559 | GV$ASM_CLIENT | Synonym for GV_$ASM_CLIENT |
| 2560 | GV$ASM_DISK | Synonym for GV_$ASM_DISK |
| 2561 | GV$ASM_DISKGROUP | Synonym for GV_$ASM_DISKGROUP |
| 2562 | GV$ASM_DISKGROUP_STAT | Synonym for GV_$ASM_DISKGROUP_STAT |
| 2563 | GV$ASM_DISK_IOSTAT | Synonym for GV_$ASM_DISK_IOSTAT |
| 2564 | GV$ASM_DISK_STAT | Synonym for GV_$ASM_DISK_STAT |
| 2565 | LOGSTDBY_UNSUPPORTED_TABLES | Synonym for DBA_LOGSTDBY_UNSUPPORTED_TABLE |
| 2566 | USER_HISTOGRAMS | Synonym for USER_TAB_HISTOGRAMS |
| 2567 | ALL_HISTOGRAMS | Synonym for ALL_TAB_HISTOGRAMS |
| 2568 | ALL_JOBS | Synonym for USER_JOBS |
| 2569 | DICT | Synonym for DICTIONARY |
| 2570 | IND | Synonym for USER_INDEXES |
| 2571 | RECYCLEBIN | Synonym for USER_RECYCLEBIN |
| 2572 | DBA_APPLY_OBJECT_DEPENDENCIES | Synonym for _DBA_APPLY_OBJECT_CONSTRAINTS |
| 2573 | DBA_APPLY_VALUE_DEPENDENCIES | Synonym for _DBA_APPLY_CONSTRAINT_COLUMNS |
| 2574 | SEQ | Synonym for USER_SEQUENCES |
| 2575 | SM$VERSION | Synonym for SM_$VERSION |
| 2576 | SYN | Synonym for USER_SYNONYMS |
| 2577 | TABS | Synonym for USER_TABLES |
| 2578 | ALL_OUTLINES | Synonym for USER_OUTLINES |
| 2579 | ALL_OUTLINE_HINTS | Synonym for USER_OUTLINE_HINTS |
| 2580 | ALL_PUBLISHED_COLUMNS | Synonym for USER_PUBLISHED_COLUMNS |
| 2581 | OBJ | Synonym for USER_OBJECTS |
| 2582 | GV$RSRCMGRMETRIC | Synonym for GV_$RSRCMGRMETRIC |
| 2583 | GV$RSRCMGRMETRIC_HISTORY | Synonym for GV_$RSRCMGRMETRIC_HISTORY |
| 2584 | GV$RSRC_CONSUMER_GROUP | Synonym for GV_$RSRC_CONSUMER_GROUP |
| 2585 | GV$RSRC_CONSUMER_GROUP_CPU_MTH | Synonym for GV_$RSRC_CONSUME_GROUP_CPU_MTH |
| 2586 | GV$RSRC_CONS_GROUP_HISTORY | Synonym for GV_$RSRC_CONS_GROUP_HISTORY |
| 2587 | GV$RSRC_PLAN | Synonym for GV_$RSRC_PLAN |
| 2588 | GV$RSRC_PLAN_CPU_MTH | Synonym for GV_$RSRC_PLAN_CPU_MTH |
| 2589 | GV$RSRC_PLAN_HISTORY | Synonym for GV_$RSRC_PLAN_HISTORY |
| 2590 | GV$RSRC_SESSION_INFO | Synonym for GV_$RSRC_SESSION_INFO |
| 2591 | GV$RULE | Synonym for GV_$RULE |
| 2592 | GV$RULE_SET | Synonym for GV_$RULE_SET |
| 2593 | GV$RULE_SET_AGGREGATE_STATS | Synonym for GV_$RULE_SET_AGGREGATE_STATS |
| 2594 | GV$SCHEDULER_RUNNING_JOBS | Synonym for GV_$SCHEDULER_RUNNING_JOBS |
| 2595 | GV$SECUREFILE_TIMER | Synonym for GV_$SECUREFILE_TIMER |
| 2596 | GV$SEGMENT_STATISTICS | Synonym for GV_$SEGMENT_STATISTICS |
| 2597 | GV$SEGSPACE_USAGE | Synonym for GV_$SEGSPACE_USAGE |
| 2598 | GV$SEGSTAT | Synonym for GV_$SEGSTAT |
| 2599 | GV$SEGSTAT_NAME | Synonym for GV_$SEGSTAT_NAME |
| 2600 | GV$SERVICEMETRIC | Synonym for GV_$SERVICEMETRIC |
| 2601 | GV$SERVICEMETRIC_HISTORY | Synonym for GV_$SERVICEMETRIC_HISTORY |
| 2602 | GV$SERVICES | Synonym for GV_$SERVICES |
| 2603 | GV$SERVICE_EVENT | Synonym for GV_$SERVICE_EVENT |
| 2604 | GV$SERVICE_STATS | Synonym for GV_$SERVICE_STATS |
| 2605 | GV$SERVICE_WAIT_CLASS | Synonym for GV_$SERVICE_WAIT_CLASS |
| 2606 | GV$SERV_MOD_ACT_STATS | Synonym for GV_$SERV_MOD_ACT_STATS |
| 2607 | GV$SESSION | Synonym for GV_$SESSION |
| 2608 | GV$SESSION_BLOCKERS | Synonym for GV_$SESSION_BLOCKERS |
| 2609 | GV$SESSION_CONNECT_INFO | Synonym for GV_$SESSION_CONNECT_INFO |
| 2610 | GV$SESSION_CURSOR_CACHE | Synonym for GV_$SESSION_CURSOR_CACHE |
| 2611 | GV$SESSION_EVENT | Synonym for GV_$SESSION_EVENT |
| 2612 | GV$SESSION_FIX_CONTROL | Synonym for GV_$SESSION_FIX_CONTROL |
| 2613 | GV$SESSION_LONGOPS | Synonym for GV_$SESSION_LONGOPS |
| 2614 | GV$SESSION_OBJECT_CACHE | Synonym for GV_$SESSION_OBJECT_CACHE |
| 2615 | GV$SESSION_WAIT | Synonym for GV_$SESSION_WAIT |
| 2616 | GV$SESSION_WAIT_CLASS | Synonym for GV_$SESSION_WAIT_CLASS |
| 2617 | GV$SESSION_WAIT_HISTORY | Synonym for GV_$SESSION_WAIT_HISTORY |
| 2618 | GV$SESSMETRIC | Synonym for GV_$SESSMETRIC |
| 2619 | GV$SESSTAT | Synonym for GV_$SESSTAT |
| 2620 | GV$SESS_IO | Synonym for GV_$SESS_IO |
| 2621 | GV$SESS_TIME_MODEL | Synonym for GV_$SESS_TIME_MODEL |
| 2622 | GV$SES_OPTIMIZER_ENV | Synonym for GV_$SES_OPTIMIZER_ENV |
| 2623 | GV$SGA | Synonym for GV_$SGA |
| 2624 | GV$SGAINFO | Synonym for GV_$SGAINFO |
| 2625 | GV$SGASTAT | Synonym for GV_$SGASTAT |
| 2626 | GV$SGA_CURRENT_RESIZE_OPS | Synonym for GV_$SGA_CURRENT_RESIZE_OPS |
| 2627 | GV$SGA_DYNAMIC_COMPONENTS | Synonym for GV_$SGA_DYNAMIC_COMPONENTS |
| 2628 | GV$SGA_DYNAMIC_FREE_MEMORY | Synonym for GV_$SGA_DYNAMIC_FREE_MEMORY |
| 2629 | GV$SGA_RESIZE_OPS | Synonym for GV_$SGA_RESIZE_OPS |
| 2630 | GV$SGA_TARGET_ADVICE | Synonym for GV_$SGA_TARGET_ADVICE |
| 2631 | GV$SHARED_POOL_ADVICE | Synonym for GV_$SHARED_POOL_ADVICE |
| 2632 | GV$SHARED_POOL_RESERVED | Synonym for GV_$SHARED_POOL_RESERVED |
| 2633 | GV$SHARED_SERVER | Synonym for GV_$SHARED_SERVER |
| 2634 | GV$SHARED_SERVER_MONITOR | Synonym for GV_$SHARED_SERVER_MONITOR |
| 2635 | GV$SORT_SEGMENT | Synonym for GV_$SORT_SEGMENT |
| 2636 | GV$SORT_USAGE | Synonym for GV_$SORT_USAGE |
| 2637 | GV$SPPARAMETER | Synonym for GV_$SPPARAMETER |
| 2638 | GV$SQL | Synonym for GV_$SQL |
| 2639 | GV$SQLAREA | Synonym for GV_$SQLAREA |
| 2640 | GV$SQLAREA_PLAN_HASH | Synonym for GV_$SQLAREA_PLAN_HASH |
| 2641 | GV$SQLCOMMAND | Synonym for GV_$SQLCOMMAND |
| 2642 | GV$SQLFN_ARG_METADATA | Synonym for GV_$SQLFN_ARG_METADATA |
| 2643 | GV$SQLFN_METADATA | Synonym for GV_$SQLFN_METADATA |
| 2644 | GV$SQLPA_METRIC | Synonym for GV_$SQLPA_METRIC |
| 2645 | GV$SQLSTATS | Synonym for GV_$SQLSTATS |
| 2646 | GV$SQLSTATS_PLAN_HASH | Synonym for GV_$SQLSTATS_PLAN_HASH |
| 2647 | GV$SQLTEXT | Synonym for GV_$SQLTEXT |
| 2648 | GV$SQLTEXT_WITH_NEWLINES | Synonym for GV_$SQLTEXT_WITH_NEWLINES |
| 2649 | GV$SQL_BIND_CAPTURE | Synonym for GV_$SQL_BIND_CAPTURE |
| 2650 | GV$SQL_BIND_DATA | Synonym for GV_$SQL_BIND_DATA |
| 2651 | GV$SQL_BIND_METADATA | Synonym for GV_$SQL_BIND_METADATA |
| 2652 | GV$SQL_CS_HISTOGRAM | Synonym for GV_$SQL_CS_HISTOGRAM |
| 2653 | GV$SQL_CS_SELECTIVITY | Synonym for GV_$SQL_CS_SELECTIVITY |
| 2654 | GV$SQL_CS_STATISTICS | Synonym for GV_$SQL_CS_STATISTICS |
| 2655 | GV$SQL_CURSOR | Synonym for GV_$SQL_CURSOR |
| 2656 | GV$SQL_FEATURE | Synonym for GV_$SQL_FEATURE |
| 2657 | GV$SQL_FEATURE_DEPENDENCY | Synonym for GV_$SQL_FEATURE_DEPENDENCY |
| 2658 | GV$SQL_FEATURE_HIERARCHY | Synonym for GV_$SQL_FEATURE_HIERARCHY |
| 2659 | GV$SQL_HINT | Synonym for GV_$SQL_HINT |
| 2660 | GV$SQL_JOIN_FILTER | Synonym for GV_$SQL_JOIN_FILTER |
| 2661 | GV$SQL_MONITOR | Synonym for GV_$SQL_MONITOR |
| 2662 | GV$SQL_OPTIMIZER_ENV | Synonym for GV_$SQL_OPTIMIZER_ENV |
| 2663 | GV$SQL_PLAN | Synonym for GV_$SQL_PLAN |
| 2664 | GV$SQL_PLAN_MONITOR | Synonym for GV_$SQL_PLAN_MONITOR |
| 2665 | GV$SQL_PLAN_STATISTICS | Synonym for GV_$SQL_PLAN_STATISTICS |
| 2666 | GV$SQL_PLAN_STATISTICS_ALL | Synonym for GV_$SQL_PLAN_STATISTICS_ALL |
| 2667 | GV$SQL_REDIRECTION | Synonym for GV_$SQL_REDIRECTION |