Logo
Data Dictionary

Data Dictionary #

The shardingsphere Database #

The shardingsphere database is the data dictionary database for SphereEx-DBPlusEngine, used to view the dictionary information of SphereEx-DBPlusEngine.

sharding_table_statistics Table #

The sharding_table_statistics table in the shardingsphere database is the data dictionary table of DBPlusEngine, used to query the statistical information of sharded tables.

The data source is the statistical information table of the underlying DB, collected by the built-in scheduled task every 30 seconds. Users can’t intervene in the process.

The following is a query example:

mysql>  select * from shardingsphere.sharding_table_statistics;
+----+---------------------+------------------+----------------------+-------------------+-----------+-------+
| id | logic_database_name | logic_table_name | actual_database_name | actual_table_name | row_count | size  |
+----+---------------------+------------------+----------------------+-------------------+-----------+-------+
|  3 | test                | t_order          | ds0                  | t_order_2         |         1 | 16384 |
|  4 | test                | t_order          | ds1                  | t_order_3         |         1 | 16384 |
|  2 | test                | t_order          | ds1                  | t_order_1         |         1 | 16384 |
|  1 | test                | t_order          | ds0                  | t_order_0         |         1 | 16384 |
+----+---------------------+------------------+----------------------+-------------------+-----------+-------+
4 rows in set (0.05 sec)

Compatibility with Database Data Dictionary #

SphereEx-DBPlusEngine provides compatibility with database metadata. Currently, it supports compatibility with databases.

Note: Only supports empty queries and is used to be compatible with various database clients.

Compatibility with MySQL metadata is as follows:

information_schema Database #

Currently, information_schema.schemata and information_schema.tables are compatible with data.

Data Dictionary Table NameCompatibility Content
character_setsCompatible Structure
collation_character_set_applicabilityCompatible Structure
collationsCompatible Structure
column_privilegesCompatible Structure
columnsCompatible Structure
enginesCompatible Structure
filesCompatible Structure
global_statusCompatible Structure
global_variablesCompatible Structure
innodb_buffer_pageCompatible Structure
innodb_buffer_page_lruCompatible Structure
innodb_buffer_pool_statsCompatible Structure
innodb_cmpCompatible Structure
innodb_cmp_per_indexCompatible Structure
innodb_cmp_per_index_resetCompatible Structure
innodb_cmp_resetCompatible Structure
innodb_cmpmemCompatible Structure
innodb_cmpmem_resetCompatible Structure
innodb_ft_being_deletedCompatible Structure
innodb_ft_configCompatible Structure
innodb_ft_default_stopwordCompatible Structure
innodb_ft_deletedCompatible Structure
innodb_ft_index_cacheCompatible Structure
innodb_ft_index_tableCompatible Structure
innodb_lock_waitsCompatible Structure
innodb_locksCompatible Structure
innodb_metricsCompatible Structure
innodb_sys_columnsCompatible Structure
innodb_sys_datafilesCompatible Structure
innodb_sys_fieldsCompatible Structure
innodb_sys_foreignCompatible Structure
innodb_sys_foreign_colsCompatible Structure
innodb_sys_indexesCompatible Structure
innodb_sys_tablesCompatible Data
innodb_sys_tablespacesCompatible Structure
innodb_sys_tablestatsCompatible Structure
innodb_sys_virtualCompatible Structure
innodb_temp_table_infoCompatible Structure
innodb_trxCompatible Structure
key_column_usageCompatible Structure
optimizer_traceCompatible Structure
parametersCompatible Structure
partitionsCompatible Structure
pluginsCompatible Structure
processlistCompatible Structure
profilingCompatible Structure
referential_constraintsCompatible Structure
routinesCompatible Structure
schema_privilegesCompatible Structure
schemataCompatible Data
session_statusCompatible Structure
session_variablesCompatible Structure
statisticsCompatible Structure
table_constraintsCompatible Structure
table_privilegesCompatible Structure
tablesCompatible Structure
tablespacesCompatible Structure
triggersCompatible Structure
user_privilegesCompatible Structure
viewsCompatible Structure

mysql Database #

Data Dictionary Table NameCompatibility Content
columns_privCompatible Structure
dbCompatible Structure
engine_costCompatible Structure
eventCompatible Structure
funcCompatible Structure
general_logCompatible Structure
gtid_executedCompatible Structure
help_categoryCompatible Structure
help_keywordCompatible Structure
help_relationCompatible Structure
help_topicCompatible Structure
innodb_index_statsCompatible Structure
innodb_table_statsCompatible Structure
ndb_binlog_indexCompatible Structure
pluginCompatible Structure
procCompatible Structure
procs_privCompatible Structure
proxies_privCompatible Structure
server_costCompatible Structure
serversCompatible Structure
slave_master_infoCompatible Structure
slave_relay_log_infoCompatible Structure
slave_worker_infoCompatible Structure
slow_logCompatible Structure
tables_privCompatible Structure
time_zoneCompatible Structure
time_zone_leap_secondCompatible Structure
time_zone_nameCompatible Structure
time_zone_transitionCompatible Structure
time_zone_transition_typeCompatible Structure
usersCompatible Structure

performance_schema Database #

Data Dictionary Table NameCompatibility Content
accountsCompatible Structure
cond_instancesCompatible Structure
events_stages_currentCompatible Structure
events_stages_historyCompatible Structure
events_stages_history_longCompatible Structure
events_stages_summary_by_account_by_event_nameCompatible Structure
events_stages_summary_by_host_by_event_nameCompatible Structure
events_stages_summary_by_thread_by_event_nameCompatible Structure
events_stages_summary_by_user_by_event_nameCompatible Structure
events_stages_summary_global_by_event_nameCompatible Structure
events_statements_currentCompatible Structure
events_statements_historyCompatible Structure
events_statements_history_longCompatible Structure
events_statements_summary_by_account_by_event_nameCompatible Structure
events_statements_summary_by_digestCompatible Structure
events_statements_summary_by_host_by_event_nameCompatible Structure
events_statements_summary_by_programCompatible Structure
events_statements_summary_by_thread_by_event_nameCompatible Structure
events_statements_summary_by_user_by_event_nameCompatible Structure
events_statements_summary_global_by_event_nameCompatible Structure
events_transactions_currentCompatible Structure
events_transactions_historyCompatible Structure
events_transactions_history_longCompatible Structure
events_transactions_summary_by_account_by_event_nameCompatible Structure
events_transactions_summary_by_host_by_event_nameCompatible Structure
events_transactions_summary_by_thread_by_event_nameCompatible Structure
events_transactions_summary_by_user_by_event_nameCompatible Structure
events_transactions_summary_global_by_event_nameCompatible Structure
events_waits_currentCompatible Structure
events_waits_historyCompatible Structure
events_waits_history_longCompatible Structure
events_waits_summary_by_account_by_event_nameCompatible Structure
events_waits_summary_by_host_by_event_nameCompatible Structure
events_waits_summary_by_instanceCompatible Structure
events_waits_summary_by_thread_by_event_nameCompatible Structure
events_waits_summary_by_user_by_event_nameCompatible Structure
events_waits_summary_global_by_event_nameCompatible Structure
file_instancesCompatible Structure
file_summary_by_event_nameCompatible Structure
file_summary_by_instanceCompatible Structure
global_statusCompatible Structure
global_variablesCompatible Structure
host_cacheCompatible Structure
hostsCompatible Structure
memory_summary_by_account_by_event_nameCompatible Structure
memory_summary_by_host_by_event_nameCompatible Structure
memory_summary_by_thread_by_event_nameCompatible Structure
memory_summary_by_user_by_event_nameCompatible Structure
memory_summary_global_by_event_nameCompatible Structure
metadata_locksCompatible Structure
mutex_instancesCompatible Structure
objects_summary_global_by_typeCompatible Structure
performance_timersCompatible Structure
prepared_statements_instancesCompatible Structure
replication_applier_configurationCompatible Structure
replication_applier_statusCompatible Structure
replication_applier_status_by_coordinatorCompatible Structure
replication_applier_status_by_workerCompatible Structure
replication_connection_configurationCompatible Structure
replication_connection_statusCompatible Structure
replication_group_member_statsCompatible Structure
replication_group_membersCompatible Structure
rwlock_instancesCompatible Structure
session_account_connect_attrsCompatible Structure
session_connect_attrsCompatible Structure
session_statusCompatible Structure
session_variablesCompatible Structure
setup_actorsCompatible Structure
setup_consumersCompatible Structure
setup_instrumentsCompatible Structure
setup_objectsCompatible Structure
setup_timersCompatible Structure
socket_instancesCompatible Structure
socket_summary_by_event_nameCompatible Structure
socket_summary_by_instanceCompatible Structure
status_by_accountCompatible Structure
status_by_hostCompatible Structure
status_by_threadCompatible Structure
status_by_userCompatible Structure
table_handlesCompatible Structure
table_io_waits_summary_by_index_usageCompatible Structure
table_io_waits_summary_by_tableCompatible Structure
table_lock_waits_summary_by_tableCompatible Structure
threadsCompatible Structure
user_variables_by_threadCompatible Structure
usersCompatible Structure
variables_by_threadCompatible Structure

sys Database #

Data Dictionary Table NameCompatibility Content
host_summaryCompatible Structure
host_summary_by_file_ioCompatible Structure
host_summary_by_file_io_typeCompatible Structure
host_summary_by_stagesCompatible Structure
host_summary_by_statement_latencyCompatible Structure
host_summary_by_statement_typeCompatible Structure
innodb_buffer_stats_by_schemaCompatible Structure
innodb_buffer_stats_by_tableCompatible Structure
innodb_lock_waitsCompatible Structure
io_by_thread_by_latencyCompatible Structure
io_global_by_file_by_bytesCompatible Structure
io_global_by_file_by_latencyCompatible Structure
io_global_by_wait_by_bytesCompatible Structure
io_global_by_wait_by_latencyCompatible Structure
latest_file_ioCompatible Structure
memory_by_host_by_current_bytesCompatible Structure
memory_by_thread_by_current_bytesCompatible Structure
memory_by_user_by_current_bytesCompatible Structure
memory_global_by_current_bytesCompatible Structure
memory_global_totalCompatible Structure
metricsCompatible Structure
processlistCompatible Structure
ps_check_lost_instrumentationCompatible Structure
schema_auto_increment_columnsCompatible Structure
schema_index_statisticsCompatible Structure
schema_object_overviewCompatible Structure
schema_redundant_indexesCompatible Structure
schema_table_lock_waitsCompatible Structure
schema_table_statisticsCompatible Structure
schema_table_statistics_with_bufferCompatible Structure
schema_tables_with_full_table_scansCompatible Structure
schema_unused_indexesCompatible Structure
sessionCompatible Structure
session_ssl_statusCompatible Structure
statement_analysisCompatible Structure
statements_with_errors_or_warningsCompatible Structure
statements_with_full_table_scansCompatible Structure
statements_with_runtimes_in_95th_percentileCompatible Structure
statements_with_sortingCompatible Structure
statements_with_temp_tablesCompatible Structure
sys_configCompatible Structure
user_summaryCompatible Structure
user_summary_by_file_ioCompatible Structure
user_summary_by_file_io_typeCompatible Structure
user_summary_by_stagesCompatible Structure
user_summary_by_statement_latencyCompatible Structure
user_summary_by_statement_typeCompatible Structure
versionCompatible Structure
wait_classes_global_by_avg_latencyCompatible Structure
wait_classes_global_by_latencyCompatible Structure
waits_by_host_by_latencyCompatible Structure
waits_by_user_by_latencyCompatible Structure
waits_global_by_latencyCompatible Structure

Compatibility with PG is as follows:

information_schema Database #

Data Dictionary Table NameCompatibility Content
_pg_foreign_data_wrappersCompatible Structure
_pg_foreign_serversCompatible Structure
_pg_foreign_table_columnsCompatible Structure
_pg_foreign_tablesCompatible Structure
_pg_user_mappingsCompatible Structure
administrable_role_authorizationsCompatible Structure
applicable_rolesCompatible Structure
attributesCompatible Structure
character_setsCompatible Structure
check_constraint_routine_usageCompatible Structure
check_constraintsCompatible Structure
collation_character_set_applicabilityCompatible Structure
collationsCompatible Structure
column_column_usageCompatible Structure
column_domain_usageCompatible Structure
column_optionsCompatible Structure
column_privilegesCompatible Structure
column_udt_usageCompatible Structure
columnsCompatible Structure
constraint_column_usageCompatible Structure
constraint_table_usageCompatible Structure
data_type_privilegesCompatible Structure
domain_constraintsCompatible Structure
domain_udt_usageCompatible Structure
domainsCompatible Structure
element_typesCompatible Structure
enabled_rolesCompatible Structure
foreign_data_wrapper_optionsCompatible Structure
foreign_data_wrappersCompatible Structure
foreign_server_optionsCompatible Structure
foreign_serversCompatible Structure
foreign_table_optionsCompatible Structure
foreign_tablesCompatible Structure
information_schema_catalog_nameCompatible Structure
key_column_usageCompatible Structure
parametersCompatible Structure
referential_constraintsCompatible Structure
role_column_grantsCompatible Structure
role_routine_grantsCompatible Structure
role_table_grantsCompatible Structure
role_udt_grantsCompatible Structure
role_usage_grantsCompatible Structure
routine_column_usageCompatible Structure
routine_privilegesCompatible Structure
routine_routine_usageCompatible Structure
routine_sequence_usageCompatible Structure
routine_table_usageCompatible Structure
routinesCompatible Structure
schemataCompatible Structure
sequencesCompatible Structure
sql_featuresCompatible Structure
sql_implementation_infoCompatible Structure
sql_partsCompatible Structure
sql_sizingCompatible Structure
table_constraintsCompatible Structure
table_privilegesCompatible Structure
tablesCompatible Structure
transformsCompatible Structure
triggered_update_columnsCompatible Structure
triggersCompatible Structure
udt_privilegesCompatible Structure
usage_privilegesCompatible Structure
user_defined_typesCompatible Structure
user_mapping_optionsCompatible Structure
user_mappingsCompatible Structure
view_column_usageCompatible Structure
view_routine_usageCompatible Structure
view_table_usageCompatible Structure
viewsCompatible Structure

pg_catalog Database #

Data Dictionary Table NameCompatibility Content
pg_aggregateCompatible Structure
pg_amCompatible Structure
pg_amopCompatible Structure
pg_amprocCompatible Structure
pg_attrdefCompatible Structure
pg_attributeCompatible Structure
pg_auth_membersCompatible Structure
pg_authidCompatible Structure
pg_available_extension_versionsCompatible Structure
pg_available_extensionsCompatible Structure
pg_backend_memory_contextsCompatible Structure
pg_castCompatible Structure
pg_classCompatible Structure
pg_collationCompatible Structure
pg_configCompatible Structure
pg_constraintCompatible Structure
pg_conversionCompatible Structure
pg_cursorsCompatible Structure
pg_databaseCompatible Structure
pg_db_role_settingCompatible Structure
pg_default_aclCompatible Structure
pg_dependCompatible Structure
pg_descriptionCompatible Structure
pg_enumCompatible Structure
pg_event_triggerCompatible Structure
pg_extensionCompatible Structure
pg_file_settingsCompatible Structure
pg_foreign_data_wrapperCompatible Structure
pg_foreign_serverCompatible Structure
pg_foreign_tableCompatible Structure
pg_groupCompatible Structure
pg_hba_file_rulesCompatible Structure
pg_indexCompatible Structure
pg_indexesCompatible Structure
pg_inheritsCompatible Structure
pg_init_privsCompatible Structure
pg_languageCompatible Structure
pg_largeobjectCompatible Structure
pg_largeobject_metadataCompatible Structure
pg_locksCompatible Structure
pg_matviewsCompatible Structure
pg_namespaceCompatible Structure
pg_opclassCompatible Structure
pg_operatorCompatible Structure
pg_opfamilyCompatible Structure
pg_partitioned_tableCompatible Structure
pg_policiesCompatible Structure
pg_policyCompatible Structure
pg_prepared_statementsCompatible Structure
pg_prepared_xactsCompatible Structure
pg_procCompatible Structure
pg_publicationCompatible Structure
pg_publication_relCompatible Structure
pg_publication_tablesCompatible Structure
pg_rangeCompatible Structure
pg_replication_originCompatible Structure
pg_replication_origin_statusCompatible Structure
pg_replication_slotsCompatible Structure
pg_rewriteCompatible Structure
pg_rolesCompatible Structure
pg_rulesCompatible Structure
pg_seclabelCompatible Structure
pg_seclabelsCompatible Structure
pg_sequenceCompatible Structure
pg_sequencesCompatible Structure
pg_settingsCompatible Structure
pg_shadowCompatible Structure
pg_shdependCompatible Structure
pg_shdescriptionCompatible Structure
pg_shmem_allocationsCompatible Structure
pg_shseclabelCompatible Structure
pg_stat_activityCompatible Structure
pg_stat_all_indexesCompatible Structure
pg_stat_all_tablesCompatible Structure
pg_stat_archiverCompatible Structure
pg_stat_bgwriterCompatible Structure
pg_stat_databaseCompatible Structure
pg_stat_database_conflictsCompatible Structure
pg_stat_gssapiCompatible Structure
pg_stat_progress_analyzeCompatible Structure
pg_stat_progress_basebackupCompatible Structure
pg_stat_progress_clusterCompatible Structure
pg_stat_progress_copyCompatible Structure
pg_stat_progress_create_indexCompatible Structure
pg_stat_progress_vacuumCompatible Structure
pg_stat_replicationCompatible Structure
pg_stat_replication_slotsCompatible Structure
pg_stat_slruCompatible Structure
pg_stat_sslCompatible Structure
pg_stat_subscriptionCompatible Structure
pg_stat_sys_indexesCompatible Structure
pg_stat_sys_tablesCompatible Structure
pg_stat_user_functionsCompatible Structure
pg_stat_user_indexesCompatible Structure
pg_stat_user_tablesCompatible Structure
pg_stat_walCompatible Structure
pg_stat_wal_receiverCompatible Structure
pg_stat_xact_all_tablesCompatible Structure
pg_stat_xact_sys_tablesCompatible Structure
pg_stat_xact_user_functionsCompatible Structure
pg_stat_xact_user_tablesCompatible Structure
pg_statio_all_indexesCompatible Structure
pg_statio_all_sequencesCompatible Structure
pg_statio_all_tablesCompatible Structure
pg_statio_sys_indexesCompatible Structure
pg_statio_sys_sequencesCompatible Structure
pg_statio_sys_tablesCompatible Structure
pg_statio_user_indexesCompatible Structure
pg_statio_user_sequencesCompatible Structure
pg_statio_user_tablesCompatible Structure
pg_statisticCompatible Structure
pg_statistic_extCompatible Structure
pg_statistic_ext_dataCompatible Structure
pg_statsCompatible Structure
pg_stats_extCompatible Structure
pg_stats_ext_exprsCompatible Structure
pg_subscriptionCompatible Structure
pg_subscription_relCompatible Structure
pg_tablesCompatible Structure
pg_tablespaceCompatible Structure
pg_timezone_abbrevsCompatible Structure
pg_timezone_namesCompatible Structure
pg_transformCompatible Structure
pg_triggerCompatible Structure
pg_ts_configCompatible Structure
pg_ts_config_mapCompatible Structure
pg_ts_dictCompatible Structure
pg_ts_parserCompatible Structure
pg_ts_templateCompatible Structure
pg_typeCompatible Structure
pg_userCompatible Structure
pg_user_mappingCompatible Structure
pg_user_mappingsCompatible Structure
pg_viewsCompatible Structure

Compatibility with openGauss is as follows:

information_schema Database #

Data Dictionary Table NameCompatibility Content
_pg_foreign_data_wrappersCompatible Structure
_pg_foreign_serversCompatible Structure
_pg_foreign_table_columnsCompatible Structure
_pg_foreign_tablesCompatible Structure
_pg_user_mappingsCompatible Structure
administrable_role_authorizationsCompatible Structure
applicable_rolesCompatible Structure
attributesCompatible Structure
character_setsCompatible Structure
check_constraint_routine_usageCompatible Structure
check_constraintsCompatible Structure
collation_character_set_applicabilityCompatible Structure
collationsCompatible Structure
column_domain_usageCompatible Structure
column_optionsCompatible Structure
column_privilegesCompatible Structure
column_udt_usageCompatible Structure
columnsCompatible Structure
constraint_column_usageCompatible Structure
constraint_table_usageCompatible Structure
data_type_privilegesCompatible Structure
domain_constraintsCompatible Structure
domain_udt_usageCompatible Structure
domainsCompatible Structure
element_typesCompatible Structure
enabled_rolesCompatible Structure
foreign_data_wrapper_optionsCompatible Structure
foreign_data_wrappersCompatible Structure
foreign_server_optionsCompatible Structure
foreign_serversCompatible Structure
foreign_table_optionsCompatible Structure
foreign_tablesCompatible Structure
information_schema_catalog_nameCompatible Structure
key_column_usageCompatible Structure
parametersCompatible Structure
referential_constraintsCompatible Structure
role_column_grantsCompatible Structure
role_routine_grantsCompatible Structure
role_table_grantsCompatible Structure
role_udt_grantsCompatible Structure
role_usage_grantsCompatible Structure
routine_privilegesCompatible Structure
routinesCompatible Structure
schemataCompatible Structure
sequencesCompatible Structure
sql_featuresCompatible Structure
sql_implementation_infoCompatible Structure
sql_languagesCompatible Structure
sql_packagesCompatible Structure
sql_partsCompatible Structure
sql_sizingCompatible Structure
sql_sizing_profilesCompatible Structure
table_constraintsCompatible Structure
table_privilegesCompatible Structure
tablesCompatible Structure
triggered_update_columnsCompatible Structure
triggersCompatible Structure
udt_privilegesCompatible Structure
usage_privilegesCompatible Structure
user_defined_typesCompatible Structure
user_mapping_optionsCompatible Structure
user_mappingsCompatible Structure
view_column_usageCompatible Structure
view_routine_usageCompatible Structure
view_table_usageCompatible Structure
viewsCompatible Structure

pg_catalog Database #

Data Dictionary Table NameCompatibility Content
get_global_prepared_xactsCompatible Structure
gs_all_control_group_infoCompatible Structure
gs_aspCompatible Structure
gs_auditingCompatible Structure
gs_auditing_accessCompatible Structure
gs_auditing_policyCompatible Structure
gs_auditing_policy_accessCompatible Structure
gs_auditing_policy_filtersCompatible Structure
gs_auditing_policy_privilegesCompatible Structure
gs_auditing_privilegeCompatible Structure
gs_client_global_keysCompatible Structure
gs_client_global_keys_argsCompatible Structure
gs_cluster_resource_infoCompatible Structure
gs_column_keysCompatible Structure
gs_column_keys_argsCompatible Structure
gs_comm_proxy_thread_statusCompatible Structure
gs_db_privilegeCompatible Structure
gs_db_privilegesCompatible Structure
gs_encrypted_columnsCompatible Structure
gs_encrypted_procCompatible Structure
gs_file_statCompatible Structure
gs_get_control_group_infoCompatible Structure
gs_global_chainCompatible Structure
gs_global_configCompatible Structure
gs_gsc_memory_detailCompatible Structure
gs_instance_timeCompatible Structure
gs_job_argumentCompatible Structure
gs_job_attributeCompatible Structure
gs_labelsCompatible Structure
gs_lsc_memory_detailCompatible Structure
gs_maskingCompatible Structure
gs_masking_policyCompatible Structure
gs_masking_policy_actionsCompatible Structure
gs_masking_policy_filtersCompatible Structure
gs_matviewCompatible Structure
gs_matview_dependencyCompatible Structure
gs_matviewsCompatible Structure
gs_model_warehouseCompatible Structure
gs_obsscaninfoCompatible Structure
gs_opt_modelCompatible Structure
gs_os_run_infoCompatible Structure
gs_packageCompatible Structure
gs_policy_labelCompatible Structure
gs_recyclebinCompatible Structure
gs_redo_stat",Compatible Structure
gs_session_cpu_statisticsCompatible Structure
gs_session_memoryCompatible Structure
gs_session_memory_contextCompatible Structure
gs_session_memory_detailCompatible Structure
gs_session_memory_statisticsCompatible Structure
gs_session_statCompatible Structure
gs_session_timeCompatible Structure
gs_shared_memory_detailCompatible Structure
gs_sql_countCompatible Structure
gs_stat_session_cuCompatible Structure
gs_thread_memory_contextCompatible Structure
gs_total_memory_detailCompatible Structure
gs_total_nodegroup_memory_detailCompatible Structure
gs_txn_snapshotCompatible Structure
gs_uidCompatible Structure
gs_wlm_cgroup_infoCompatible Structure
gs_wlm_ec_operator_historyCompatible Structure
gs_wlm_ec_operator_infoCompatible Structure
gs_wlm_ec_operator_statisticsCompatible Structure
gs_wlm_instance_historyCompatible Structure
gs_wlm_operator_historyCompatible Structure
gs_wlm_operator_infoCompatible Structure
gs_wlm_operator_statisticsCompatible Structure
gs_wlm_plan_encoding_tableCompatible Structure
gs_wlm_plan_operator_historyCompatible Structure
gs_wlm_plan_operator_infoCompatible Structure
gs_wlm_rebuild_user_resource_poolCompatible Structure
gs_wlm_resource_poolCompatible Structure
gs_wlm_session_historyCompatible Structure
gs_wlm_session_infoCompatible Structure
gs_wlm_session_info_allCompatible Structure
gs_wlm_session_query_info_allCompatible Structure
gs_wlm_session_statisticsCompatible Structure
gs_wlm_user_infoCompatible Structure
gs_wlm_user_resource_historyCompatible Structure
gs_wlm_workload_recordsCompatible Structure
mpp_tablesCompatible Structure
pg_aggregateCompatible Structure
pg_amCompatible Structure
pg_amopCompatible Structure
pg_amprocCompatible Structure
pg_app_workloadgroup_mappingCompatible Structure
pg_attrdefCompatible Structure
pg_attributeCompatible Structure
pg_auth_historyCompatible Structure
pg_auth_membersCompatible Structure
pg_authidCompatible Structure
pg_available_extension_versionsCompatible Structure
pg_available_extensionsCompatible Structure
pg_castCompatible Structure
pg_classCompatible Structure
pg_collationCompatible Structure
pg_comm_delayCompatible Structure
pg_comm_recv_streamCompatible Structure
pg_comm_send_streamCompatible Structure
pg_comm_statusCompatible Structure
pg_constraintCompatible Structure
pg_control_group_configCompatible Structure
pg_conversionCompatible Structure
pg_cursorsCompatible Structure
pg_databaseCompatible Structure
pg_db_role_settingCompatible Structure
pg_default_aclCompatible Structure
pg_dependCompatible Structure
pg_descriptionCompatible Structure
pg_directoryCompatible Structure
pg_enumCompatible Structure
pg_ext_statsCompatible Structure
pg_extensionCompatible Structure
pg_extension_data_sourceCompatible Structure
pg_foreign_data_wrapperCompatible Structure
pg_foreign_serverCompatible Structure
pg_foreign_tableCompatible Structure
pg_get_invalid_backendsCompatible Structure
pg_get_senders_catchup_timeCompatible Structure
pg_groupCompatible Structure
pg_gtt_attached_pidsCompatible Structure
pg_gtt_relstatsCompatible Structure
pg_gtt_statsCompatible Structure
pg_hashbucketCompatible Structure
pg_indexCompatible Structure
pg_indexesCompatible Structure
pg_inheritsCompatible Structure
pg_jobCompatible Structure
pg_job_procCompatible Structure
pg_languageCompatible Structure
pg_largeobjectCompatible Structure
pg_largeobject_metadataCompatible Structure
pg_locksCompatible Structure
pg_namespaceCompatible Structure
pg_node_envCompatible Structure
pg_objectCompatible Structure
pg_obsscaninfoCompatible Structure
pg_opclassCompatible Structure
pg_operatorCompatible Structure
pg_opfamilyCompatible Structure
pg_os_threadsCompatible Structure
pg_partitionCompatible Structure
pg_pltemplateCompatible Structure
pg_prepared_statementsCompatible Structure
pg_prepared_xactsCompatible Structure
pg_procCompatible Structure
pg_publicationCompatible Structure
pg_publication_relCompatible Structure
pg_publication_tablesCompatible Structure
pg_rangeCompatible Structure
pg_replication_originCompatible Structure
pg_replication_origin_statusCompatible Structure
pg_replication_slotsCompatible Structure
pg_resource_poolCompatible Structure
pg_rewriteCompatible Structure
pg_rlspoliciesCompatible Structure
pg_rlspolicyCompatible Structure
pg_rolesCompatible Structure
pg_rulesCompatible Structure
pg_running_xactsCompatible Structure
pg_seclabelCompatible Structure
pg_seclabelsCompatible Structure
pg_session_iostatCompatible Structure
pg_session_wlmstatCompatible Structure
pg_settingsCompatible Structure
pg_shadowCompatible Structure
pg_shdependCompatible Structure
pg_shdescriptionCompatible Structure
pg_shseclabelCompatible Structure
pg_stat_activityCompatible Structure
pg_stat_activity_ngCompatible Structure
pg_stat_all_indexesCompatible Structure
pg_stat_all_tablesCompatible Structure
pg_stat_bad_blockCompatible Structure
pg_stat_bgwriterCompatible Structure
pg_stat_databaseCompatible Structure
pg_stat_database_conflictsCompatible Structure
pg_stat_replicationCompatible Structure
pg_stat_subscriptionCompatible Structure
pg_stat_sys_indexesCompatible Structure
pg_stat_sys_tablesCompatible Structure
pg_stat_user_functionsCompatible Structure
pg_stat_user_indexesCompatible Structure
pg_stat_user_tablesCompatible Structure
pg_stat_xact_all_tablesCompatible Structure
pg_stat_xact_sys_tablesCompatible Structure
pg_stat_xact_user_functionsCompatible Structure
pg_stat_xact_user_tablesCompatible Structure
pg_statio_all_indexesCompatible Structure
pg_statio_all_sequencesCompatible Structure
pg_statio_all_tablesCompatible Structure
pg_statio_sys_indexesCompatible Structure
pg_statio_sys_sequencesCompatible Structure
pg_statio_sys_tablesCompatible Structure
pg_statio_user_indexesCompatible Structure
pg_statio_user_sequencesCompatible Structure
pg_statio_user_tablesCompatible Structure
pg_statisticCompatible Structure
pg_statistic_extCompatible Structure
pg_statsCompatible Structure
pg_subscriptionCompatible Structure
pg_synonymCompatible Structure
pg_tablesCompatible Structure
pg_tablespaceCompatible Structure
pg_tde_infoCompatible Structure
pg_thread_wait_statusCompatible Structure
pg_timezone_abbrevsCompatible Structure
pg_timezone_namesCompatible Structure
pg_total_memory_detailCompatible Structure
pg_total_user_resource_infoCompatible Structure
pg_total_user_resource_info_oidCompatible Structure
pg_triggerCompatible Structure
pg_ts_configCompatible Structure
pg_ts_config_mapCompatible Structure
pg_ts_dictCompatible Structure
pg_ts_parserCompatible Structure
pg_ts_templateCompatible Structure
pg_typeCompatible Structure
pg_userCompatible Structure
pg_user_mappingCompatible Structure
pg_user_mappingsCompatible Structure
pg_user_statusCompatible Structure
pg_variable_infoCompatible Structure
pg_viewsCompatible Structure
pg_wlm_statisticsCompatible Structure
pg_workload_groupCompatible Structure
pgxc_classCompatible Structure
pgxc_groupCompatible Structure
pgxc_nodeCompatible Structure
pgxc_prepared_xactsCompatible Structure
pgxc_sliceCompatible Structure
pgxc_thread_wait_statusCompatible Structure
plan_tableCompatible Structure
plan_table_dataCompatible Structure
statement_historyCompatible Structure
streaming_cont_queryCompatible Structure
streaming_streamCompatible Structure
streaming_reaper_statusCompatible Structure
sys_dummyCompatible Structure

Oracle #

PUBLIC database #

Currently only support DBPlusEngine-Driver query oracle’s data dictionary, Dose not support DBPlusEngine-Proxy。The queried data dictionary related to the encrypted table is the logical information decorated according to the encryption plug-in, and the data dictionary related to the sharded table is the original information of the storage unit.

Data Dictionary Table NameCompatibility Content
all$olap2_awsCompatible data
all_all_tablesCompatible data
all_applyCompatible data
all_apply_change_handlersCompatible data
all_apply_conflict_columnsCompatible data
all_apply_dml_handlersCompatible data
all_apply_enqueueCompatible data
all_apply_errorCompatible data
all_apply_executeCompatible data
all_apply_key_columnsCompatible data
all_apply_parametersCompatible data
all_apply_progressCompatible data
all_apply_table_columnsCompatible data
all_argumentsCompatible data
all_assembliesCompatible data
all_associationsCompatible data
all_attribute_transformationsCompatible data
all_audit_policiesCompatible data
all_audit_policy_columnsCompatible data
all_awsCompatible data
all_aw_acCompatible data
all_aw_ac_10gCompatible data
all_aw_objCompatible data
all_aw_propCompatible data
all_aw_prop_nameCompatible data
all_aw_psCompatible data
all_base_table_mviewsCompatible data
all_captureCompatible data
all_capture_extra_attributesCompatible data
all_capture_parametersCompatible data
all_capture_prepared_databaseCompatible data
all_capture_prepared_schemasCompatible data
all_capture_prepared_tablesCompatible data
all_catalogCompatible data
all_change_propagationsCompatible data
all_change_propagation_setsCompatible data
all_change_setsCompatible data
all_change_sourcesCompatible data
all_change_tablesCompatible data
all_clustersCompatible data
all_cluster_hash_expressionsCompatible data
all_coll_typesCompatible data
all_col_commentsCompatible data
all_col_pending_statsCompatible data
all_col_privsCompatible data
all_col_privs_madeCompatible data
all_col_privs_recdCompatible data
all_constraintsCompatible data
all_cons_columnsCompatible data
all_cons_obj_columnsCompatible data
all_contextCompatible data
all_cubesCompatible data
all_cube_attributesCompatible data
all_cube_attr_visibilityCompatible data
all_cube_build_processesCompatible data
all_cube_calculated_membersCompatible data
all_cube_dimensionalityCompatible data
all_cube_dimensionsCompatible data
all_cube_dim_levelsCompatible data
all_cube_dim_modelsCompatible data
all_cube_dim_viewsCompatible data
all_cube_dim_view_columnsCompatible data
all_cube_hierarchiesCompatible data
all_cube_hier_levelsCompatible data
all_cube_hier_viewsCompatible data
all_cube_hier_view_columnsCompatible data
all_cube_measuresCompatible data
all_cube_viewsCompatible data
all_cube_view_columnsCompatible data
all_db_linksCompatible data
all_def_audit_optsCompatible data
all_dependenciesCompatible data
all_dequeue_queuesCompatible data
all_dimensionsCompatible data
all_dim_attributesCompatible data
all_dim_child_ofCompatible data
all_dim_hierarchiesCompatible data
all_dim_join_keyCompatible data
all_dim_levelsCompatible data
all_dim_level_keyCompatible data
all_directoriesCompatible data
all_editioning_viewsCompatible data
all_editioning_views_aeCompatible data
all_editioning_view_colsCompatible data
all_editioning_view_cols_aeCompatible data
all_editionsCompatible data
all_edition_commentsCompatible data
all_encrypted_columnsCompatible data
all_errorsCompatible data
all_errors_aeCompatible data
all_evaluation_contextsCompatible data
all_evaluation_context_tablesCompatible data
all_evaluation_context_varsCompatible data
all_external_locationsCompatible data
all_external_tablesCompatible data
all_file_groupsCompatible data
all_file_group_export_infoCompatible data
all_file_group_filesCompatible data
all_file_group_tablesCompatible data
all_file_group_tablespacesCompatible data
all_file_group_versionsCompatible data
all_histogramsCompatible data
all_identifiersCompatible data
all_indexesCompatible data
all_indextypesCompatible data
all_indextype_arraytypesCompatible data
all_indextype_commentsCompatible data
all_indextype_operatorsCompatible data
all_ind_columnsCompatible data
all_ind_expressionsCompatible data
all_ind_partitionsCompatible data
all_ind_pending_statsCompatible data
all_ind_statisticsCompatible data
all_ind_subpartitionsCompatible data
all_internal_triggersCompatible data
all_int_dequeue_queuesCompatible data
all_java_argumentsCompatible data
all_java_classesCompatible data
all_java_compiler_optionsCompatible data
all_java_derivationsCompatible data
all_java_fieldsCompatible data
all_java_implementsCompatible data
all_java_innersCompatible data
all_java_layoutsCompatible data
all_java_methodsCompatible data
all_java_ncompsCompatible data
all_java_resolversCompatible data
all_java_throwsCompatible data
all_jobsCompatible data
all_join_ind_columnsCompatible data
all_librariesCompatible data
all_lobsCompatible data
all_lob_partitionsCompatible data
all_lob_subpartitionsCompatible data
all_lob_templatesCompatible data
all_log_groupsCompatible data
all_log_group_columnsCompatible data
all_measure_foldersCompatible data
all_measure_folder_contentsCompatible data
all_method_paramsCompatible data
all_method_resultsCompatible data
all_mining_modelsCompatible data
all_mining_model_attributesCompatible data
all_mining_model_settingsCompatible data
all_mviewsCompatible data
all_mview_aggregatesCompatible data
all_mview_analysisCompatible data
all_mview_commentsCompatible data
all_mview_detail_partitionCompatible data
all_mview_detail_relationsCompatible data
all_mview_detail_subpartitionCompatible data
all_mview_joinsCompatible data
all_mview_keysCompatible data
all_mview_logsCompatible data
all_mview_refresh_timesCompatible data
all_nested_tablesCompatible data
all_nested_table_colsCompatible data
all_objectsCompatible data
all_objects_aeCompatible data
all_object_tablesCompatible data
all_obj_colattrsCompatible data
all_olap2_awsCompatible data
all_opancillaryCompatible data
all_opargumentsCompatible data
all_opbindingsCompatible data
all_operatorsCompatible data
all_operator_commentsCompatible data
all_outlinesCompatible data
all_outline_hintsCompatible data
all_partial_drop_tabsCompatible data
all_part_col_statisticsCompatible data
all_part_histogramsCompatible data
all_part_indexesCompatible data
all_part_key_columnsCompatible data
all_part_lobsCompatible data
all_part_tablesCompatible data
all_pending_conv_tablesCompatible data
all_plsql_object_settingsCompatible data
all_policiesCompatible data
all_policy_contextsCompatible data
all_policy_groupsCompatible data
all_probe_objectsCompatible data
all_proceduresCompatible data
all_propagationCompatible data
all_published_columnsCompatible data
all_queuesCompatible data
all_queue_publishersCompatible data
all_queue_schedulesCompatible data
all_queue_subscribersCompatible data
all_queue_tablesCompatible data
all_refreshCompatible data
all_refresh_childrenCompatible data
all_refresh_dependenciesCompatible data
all_refsCompatible data
all_registered_mviewsCompatible data
all_registered_snapshotsCompatible data
all_registry_bannersCompatible data
all_repaudit_attributeCompatible data
all_repaudit_columnCompatible data
all_repcatCompatible data
all_repcatlogCompatible data
all_repcolumnCompatible data
all_repcolumn_groupCompatible data
all_repconflictCompatible data
all_repddlCompatible data
all_repflavorsCompatible data
all_repflavor_columnsCompatible data
all_repflavor_objectsCompatible data
all_repgeneratedCompatible data
all_repgenobjectsCompatible data
all_repgroupCompatible data
all_repgrouped_columnCompatible data
all_repgroup_privilegesCompatible data
all_repkey_columnsCompatible data
all_repobjectCompatible data
all_repparameter_columnCompatible data
all_reppriorityCompatible data
all_reppriority_groupCompatible data
all_reppropCompatible data
all_represolutionCompatible data
all_represolution_methodCompatible data
all_represolution_statisticsCompatible data
all_represol_stats_controlCompatible data
all_repschemaCompatible data
all_repsitesCompatible data
all_rewrite_equivalencesCompatible data
all_rulesCompatible data
all_rulesetsCompatible data
all_rule_setsCompatible data
all_rule_set_rulesCompatible data
all_scheduler_chainsCompatible data
all_scheduler_chain_rulesCompatible data
all_scheduler_chain_stepsCompatible data
all_scheduler_credentialsCompatible data
all_scheduler_db_destsCompatible data
all_scheduler_destsCompatible data
all_scheduler_external_destsCompatible data
all_scheduler_file_watchersCompatible data
all_scheduler_global_attributeCompatible data
all_scheduler_groupsCompatible data
all_scheduler_group_membersCompatible data
all_scheduler_jobsCompatible data
all_scheduler_job_argsCompatible data
all_scheduler_job_classesCompatible data
all_scheduler_job_destsCompatible data
all_scheduler_job_logCompatible data
all_scheduler_job_run_detailsCompatible data
all_scheduler_notificationsCompatible data
all_scheduler_programsCompatible data
all_scheduler_program_argsCompatible data
all_scheduler_remote_databasesCompatible data
all_scheduler_remote_jobstateCompatible data
all_scheduler_running_chainsCompatible data
all_scheduler_schedulesCompatible data
all_scheduler_windowsCompatible data
all_scheduler_window_detailsCompatible data
all_scheduler_window_groupsCompatible data
all_scheduler_window_logCompatible data
all_scheduler_wingroup_membersCompatible data
all_secondary_objectsCompatible data
all_sec_relevant_colsCompatible data
all_sequencesCompatible data
all_servicesCompatible data
all_snapshotsCompatible data
all_snapshot_logsCompatible data
all_snapshot_refresh_timesCompatible data
all_sourceCompatible data
all_source_aeCompatible data
all_source_tablesCompatible data
all_sqlj_typesCompatible data
all_sqlj_type_attrsCompatible data
all_sqlj_type_methodsCompatible data
all_sqlsetCompatible data
all_sqlset_bindsCompatible data
all_sqlset_plansCompatible data
all_sqlset_referencesCompatible data
all_sqlset_statementsCompatible data
all_stat_extensionsCompatible data
all_stored_settingsCompatible data
all_streams_columnsCompatible data
all_streams_global_rulesCompatible data
all_streams_message_consumersCompatible data
all_streams_message_rulesCompatible data
all_streams_newly_supportedCompatible data
all_streams_rulesCompatible data
all_streams_schema_rulesCompatible data
all_streams_table_rulesCompatible data
all_streams_transform_functionCompatible data
all_streams_unsupportedCompatible data
all_subpartition_templatesCompatible data
all_subpart_col_statisticsCompatible data
all_subpart_histogramsCompatible data
all_subpart_key_columnsCompatible data
all_subscribed_columnsCompatible data
all_subscribed_tablesCompatible data
all_subscriptionsCompatible data
all_sumdeltaCompatible data
all_summapCompatible data
all_summariesCompatible data
all_sync_captureCompatible data
all_sync_capture_prepared_tabsCompatible data
all_sync_capture_tablesCompatible data
all_synonymsCompatible data
all_tablesCompatible data
all_tab_colsCompatible data
all_tab_columnsCompatible data
all_tab_col_statisticsCompatible data
all_tab_commentsCompatible data
all_tab_histgrm_pending_statsCompatible data
all_tab_histogramsCompatible data
all_tab_modificationsCompatible data
all_tab_partitionsCompatible data
all_tab_pending_statsCompatible data
all_tab_privsCompatible data
all_tab_privs_madeCompatible data
all_tab_privs_recdCompatible data
all_tab_statisticsCompatible data
all_tab_stats_historyCompatible data
all_tab_stat_prefsCompatible data
all_tab_subpartitionsCompatible data
all_transformationsCompatible data
all_triggersCompatible data
all_trigger_colsCompatible data
all_trigger_orderingCompatible data
all_tstz_tablesCompatible data
all_tstz_tab_colsCompatible data
all_typesCompatible data
all_type_attrsCompatible data
all_type_methodsCompatible data
all_type_versionsCompatible data
all_unused_col_tabsCompatible data
all_updatable_columnsCompatible data
all_usersCompatible data
all_ustatsCompatible data
all_varraysCompatible data
all_viewsCompatible data
all_views_aeCompatible data
all_warning_settingsCompatible data
all_xds_attribute_secsCompatible data
all_xds_instance_setsCompatible data
all_xds_objectsCompatible data
all_xml_indexesCompatible data
all_xml_schemasCompatible data
all_xml_schemas2Compatible data
all_xml_tablesCompatible data
all_xml_tab_colsCompatible data
all_xml_viewsCompatible data
all_xml_view_colsCompatible data
all_xsc_aggregate_privilegeCompatible data
all_xsc_privilegeCompatible data
all_xsc_security_classCompatible data
all_xsc_security_class_depCompatible data
all_xsc_security_class_statusCompatible data
all_xstream_inboundCompatible data
all_xstream_outboundCompatible data
all_xstream_rulesCompatible data
dba_2pc_neighborsCompatible data
dba_2pc_pendingCompatible data
dba_addm_fdg_breakdownCompatible data
dba_addm_findingsCompatible data
dba_addm_instancesCompatible data
dba_addm_system_directivesCompatible data
dba_addm_tasksCompatible data
dba_addm_task_directivesCompatible data
dba_advisor_actionsCompatible data
dba_advisor_commandsCompatible data
dba_advisor_definitionsCompatible data
dba_advisor_def_parametersCompatible data
dba_advisor_dir_definitionsCompatible data
dba_advisor_dir_instancesCompatible data
dba_advisor_dir_task_instCompatible data
dba_advisor_executionsCompatible data
dba_advisor_execution_typesCompatible data
dba_advisor_exec_parametersCompatible data
dba_advisor_fdg_breakdownCompatible data
dba_advisor_findingsCompatible data
dba_advisor_finding_namesCompatible data
dba_advisor_journalCompatible data
dba_advisor_logCompatible data
dba_advisor_objectsCompatible data
dba_advisor_object_typesCompatible data
dba_advisor_parametersCompatible data
dba_advisor_parameters_projCompatible data
dba_advisor_rationaleCompatible data
dba_advisor_recommendationsCompatible data
dba_advisor_sqla_colvolCompatible data
dba_advisor_sqla_rec_sumCompatible data
dba_advisor_sqla_tablesCompatible data
dba_advisor_sqla_tabvolCompatible data
dba_advisor_sqla_wk_mapCompatible data
dba_advisor_sqla_wk_stmtsCompatible data
dba_advisor_sqla_wk_sumCompatible data
dba_advisor_sqlplansCompatible data
dba_advisor_sqlstatsCompatible data
dba_advisor_sqlw_colvolCompatible data
dba_advisor_sqlw_journalCompatible data
dba_advisor_sqlw_parametersCompatible data
dba_advisor_sqlw_stmtsCompatible data
dba_advisor_sqlw_sumCompatible data
dba_advisor_sqlw_tablesCompatible data
dba_advisor_sqlw_tabvolCompatible data
dba_advisor_sqlw_templatesCompatible data
dba_advisor_tasksCompatible data
dba_advisor_templatesCompatible data
dba_advisor_usageCompatible data
dba_alert_argumentsCompatible data
dba_alert_historyCompatible data
dba_all_tablesCompatible data
dba_analyze_objectsCompatible data
dba_applyCompatible data
dba_apply_change_handlersCompatible data
dba_apply_conflict_columnsCompatible data
dba_apply_dml_handlersCompatible data
dba_apply_enqueueCompatible data
dba_apply_errorCompatible data
dba_apply_executeCompatible data
dba_apply_instantiated_globalCompatible data
dba_apply_instantiated_objectsCompatible data
dba_apply_instantiated_schemasCompatible data
dba_apply_key_columnsCompatible data
dba_apply_object_dependenciesCompatible data
dba_apply_parametersCompatible data
dba_apply_progressCompatible data
dba_apply_spill_txnCompatible data
dba_apply_table_columnsCompatible data
dba_apply_value_dependenciesCompatible data
dba_aq_agentsCompatible data
dba_aq_agent_privsCompatible data
dba_argumentsCompatible data
dba_assembliesCompatible data
dba_associationsCompatible data
dba_attribute_transformationsCompatible data
dba_audit_existsCompatible data
dba_audit_mgmt_cleanup_jobsCompatible data
dba_audit_mgmt_clean_eventsCompatible data
dba_audit_mgmt_config_paramsCompatible data
dba_audit_mgmt_last_arch_tsCompatible data
dba_audit_objectCompatible data
dba_audit_policiesCompatible data
dba_audit_policy_columnsCompatible data
dba_audit_sessionCompatible data
dba_audit_statementCompatible data
dba_audit_trailCompatible data
dba_autotask_clientCompatible data
dba_autotask_client_historyCompatible data
dba_autotask_client_jobCompatible data
dba_autotask_job_historyCompatible data
dba_autotask_operationCompatible data
dba_autotask_scheduleCompatible data
dba_autotask_taskCompatible data
dba_autotask_window_clientsCompatible data
dba_autotask_window_historyCompatible data
dba_awsCompatible data
dba_aw_objCompatible data
dba_aw_propCompatible data
dba_aw_psCompatible data
dba_base_table_mviewsCompatible data
dba_blockersCompatible data
dba_captureCompatible data
dba_capture_extra_attributesCompatible data
dba_capture_parametersCompatible data
dba_capture_prepared_databaseCompatible data
dba_capture_prepared_schemasCompatible data
dba_capture_prepared_tablesCompatible data
dba_catalogCompatible data
dba_change_notification_regsCompatible data
dba_clustersCompatible data
dba_cluster_hash_expressionsCompatible data
dba_clu_columnsCompatible data
dba_coll_typesCompatible data
dba_col_commentsCompatible data
dba_col_pending_statsCompatible data
dba_col_privsCompatible data
dba_common_audit_trailCompatible data
dba_comparisonCompatible data
dba_comparison_columnsCompatible data
dba_comparison_row_difCompatible data
dba_comparison_scanCompatible data
dba_comparison_scan_summaryCompatible data
dba_comparison_scan_valuesCompatible data
dba_connect_role_granteesCompatible data
dba_constraintsCompatible data
dba_cons_columnsCompatible data
dba_cons_obj_columnsCompatible data
dba_contextCompatible data
dba_cpool_infoCompatible data
dba_cpu_usage_statisticsCompatible data
dba_cq_notification_queriesCompatible data
dba_cubesCompatible data
dba_cube_attributesCompatible data
dba_cube_attr_visibilityCompatible data
dba_cube_build_processesCompatible data
dba_cube_calculated_membersCompatible data
dba_cube_dimensionalityCompatible data
dba_cube_dimensionsCompatible data
dba_cube_dim_levelsCompatible data
dba_cube_dim_modelsCompatible data
dba_cube_dim_viewsCompatible data
dba_cube_dim_view_columnsCompatible data
dba_cube_hierarchiesCompatible data
dba_cube_hier_levelsCompatible data
dba_cube_hier_viewsCompatible data
dba_cube_hier_view_columnsCompatible data
dba_cube_measuresCompatible data
dba_cube_viewsCompatible data
dba_cube_view_columnsCompatible data
dba_datapump_jobsCompatible data
dba_datapump_sessionsCompatible data
dba_data_filesCompatible data
dba_dbfs_hsCompatible data
dba_dbfs_hs_commandsCompatible data
dba_dbfs_hs_fixed_propertiesCompatible data
dba_dbfs_hs_propertiesCompatible data
dba_db_linksCompatible data
dba_ddl_locksCompatible data
dba_dependenciesCompatible data
dba_dimensionsCompatible data
dba_dim_attributesCompatible data
dba_dim_child_ofCompatible data
dba_dim_hierarchiesCompatible data
dba_dim_join_keyCompatible data
dba_dim_levelsCompatible data
dba_dim_level_keyCompatible data
dba_directoriesCompatible data
dba_dml_locksCompatible data
dba_dmt_free_spaceCompatible data
dba_dmt_used_extentsCompatible data
dba_editioning_viewsCompatible data
dba_editioning_views_aeCompatible data
dba_editioning_view_colsCompatible data
dba_editioning_view_cols_aeCompatible data
dba_editionsCompatible data
dba_edition_commentsCompatible data
dba_enabled_aggregationsCompatible data
dba_enabled_tracesCompatible data
dba_encrypted_columnsCompatible data
dba_epg_dad_authorizationCompatible data
dba_errorsCompatible data
dba_errors_aeCompatible data
dba_evaluation_contextsCompatible data
dba_evaluation_context_tablesCompatible data
dba_evaluation_context_varsCompatible data
dba_export_objectsCompatible data
dba_export_pathsCompatible data
dba_exp_filesCompatible data
dba_exp_objectsCompatible data
dba_exp_versionCompatible data
dba_extentsCompatible data
dba_external_locationsCompatible data
dba_external_tablesCompatible data
dba_feature_usage_statisticsCompatible data
dba_fga_audit_trailCompatible data
dba_file_groupsCompatible data
dba_file_group_export_infoCompatible data
dba_file_group_filesCompatible data
dba_file_group_tablesCompatible data
dba_file_group_tablespacesCompatible data
dba_file_group_versionsCompatible data
dba_flashback_archiveCompatible data
dba_flashback_archive_tablesCompatible data
dba_flashback_archive_tsCompatible data
dba_flashback_txn_reportCompatible data
dba_flashback_txn_stateCompatible data
dba_free_spaceCompatible data
dba_free_space_coalescedCompatible data
dba_global_contextCompatible data
dba_high_water_mark_statisticsCompatible data
dba_histogramsCompatible data
dba_hist_active_sess_historyCompatible data
dba_hist_ash_snapshotCompatible data
dba_hist_baselineCompatible data
dba_hist_baseline_detailsCompatible data
dba_hist_baseline_metadataCompatible data
dba_hist_baseline_templateCompatible data
dba_hist_bg_event_summaryCompatible data
dba_hist_buffered_queuesCompatible data
dba_hist_buffered_subscribersCompatible data
dba_hist_buffer_pool_statCompatible data
dba_hist_cluster_interconCompatible data
dba_hist_colored_sqlCompatible data
dba_hist_comp_iostatCompatible data
dba_hist_cr_block_serverCompatible data
dba_hist_current_block_serverCompatible data
dba_hist_database_instanceCompatible data
dba_hist_datafileCompatible data
dba_hist_db_cache_adviceCompatible data
dba_hist_dispatcherCompatible data
dba_hist_dlm_miscCompatible data
dba_hist_dyn_remaster_statsCompatible data
dba_hist_enqueue_statCompatible data
dba_hist_event_histogramCompatible data
dba_hist_event_nameCompatible data
dba_hist_filemetric_historyCompatible data
dba_hist_filestatxsCompatible data
dba_hist_ic_client_statsCompatible data
dba_hist_ic_device_statsCompatible data
dba_hist_instance_recoveryCompatible data
dba_hist_inst_cache_transferCompatible data
dba_hist_interconnect_pingsCompatible data
dba_hist_iostat_detailCompatible data
dba_hist_iostat_filetypeCompatible data
dba_hist_iostat_filetype_nameCompatible data
dba_hist_iostat_functionCompatible data
dba_hist_iostat_function_nameCompatible data
dba_hist_java_pool_adviceCompatible data
dba_hist_latchCompatible data
dba_hist_latch_childrenCompatible data
dba_hist_latch_misses_summaryCompatible data
dba_hist_latch_nameCompatible data
dba_hist_latch_parentCompatible data
dba_hist_librarycacheCompatible data
dba_hist_logCompatible data
dba_hist_memory_resize_opsCompatible data
dba_hist_memory_target_adviceCompatible data
dba_hist_mem_dynamic_compCompatible data
dba_hist_metric_nameCompatible data
dba_hist_mttr_target_adviceCompatible data
dba_hist_mutex_sleepCompatible data
dba_hist_optimizer_envCompatible data
dba_hist_osstatCompatible data
dba_hist_osstat_nameCompatible data
dba_hist_parameterCompatible data
dba_hist_parameter_nameCompatible data
dba_hist_persistent_queuesCompatible data
dba_hist_persistent_subsCompatible data
dba_hist_pgastatCompatible data
dba_hist_pga_target_adviceCompatible data
dba_hist_plan_operation_nameCompatible data
dba_hist_plan_option_nameCompatible data
dba_hist_process_mem_summaryCompatible data
dba_hist_resource_limitCompatible data
dba_hist_rowcache_summaryCompatible data
dba_hist_rsrc_consumer_groupCompatible data
dba_hist_rsrc_planCompatible data
dba_hist_rule_setCompatible data
dba_hist_seg_statCompatible data
dba_hist_seg_stat_objCompatible data
dba_hist_service_nameCompatible data
dba_hist_service_statCompatible data
dba_hist_service_wait_classCompatible data
dba_hist_sessmetric_historyCompatible data
dba_hist_sess_time_statsCompatible data
dba_hist_sgaCompatible data
dba_hist_sgastatCompatible data
dba_hist_sga_target_adviceCompatible data
dba_hist_shared_pool_adviceCompatible data
dba_hist_shared_server_summaryCompatible data
dba_hist_snapshotCompatible data
dba_hist_snap_errorCompatible data
dba_hist_sqlbindCompatible data
dba_hist_sqlcommand_nameCompatible data
dba_hist_sqlstatCompatible data
dba_hist_sqltextCompatible data
dba_hist_sql_bind_metadataCompatible data
dba_hist_sql_planCompatible data
dba_hist_sql_summaryCompatible data
dba_hist_sql_workarea_hstgrmCompatible data
dba_hist_stat_nameCompatible data
dba_hist_streams_apply_sumCompatible data
dba_hist_streams_captureCompatible data
dba_hist_streams_pool_adviceCompatible data
dba_hist_sysmetric_historyCompatible data
dba_hist_sysmetric_summaryCompatible data
dba_hist_sysstatCompatible data
dba_hist_system_eventCompatible data
dba_hist_sys_time_modelCompatible data
dba_hist_tablespace_statCompatible data
dba_hist_tbspc_space_usageCompatible data
dba_hist_tempfileCompatible data
dba_hist_tempstatxsCompatible data
dba_hist_threadCompatible data
dba_hist_toplevelcall_nameCompatible data
dba_hist_undostatCompatible data
dba_hist_waitclassmet_historyCompatible data
dba_hist_waitstatCompatible data
dba_hist_wr_controlCompatible data
dba_ias_constraint_expCompatible data
dba_ias_gen_stmtsCompatible data
dba_ias_gen_stmts_expCompatible data
dba_ias_objectsCompatible data
dba_ias_objects_baseCompatible data
dba_ias_objects_expCompatible data
dba_ias_postgen_stmtsCompatible data
dba_ias_pregen_stmtsCompatible data
dba_ias_sitesCompatible data
dba_ias_templatesCompatible data
dba_identifiersCompatible data
dba_indexesCompatible data
dba_indextypesCompatible data
dba_indextype_arraytypesCompatible data
dba_indextype_commentsCompatible data
dba_indextype_operatorsCompatible data
dba_ind_columnsCompatible data
dba_ind_expressionsCompatible data
dba_ind_partitionsCompatible data
dba_ind_pending_statsCompatible data
dba_ind_statisticsCompatible data
dba_ind_subpartitionsCompatible data
dba_internal_triggersCompatible data
dba_invalid_objectsCompatible data
dba_java_argumentsCompatible data
dba_java_classesCompatible data
dba_java_compiler_optionsCompatible data
dba_java_derivationsCompatible data
dba_java_fieldsCompatible data
dba_java_implementsCompatible data
dba_java_innersCompatible data
dba_java_layoutsCompatible data
dba_java_methodsCompatible data
dba_java_ncompsCompatible data
dba_java_policyCompatible data
dba_java_resolversCompatible data
dba_java_throwsCompatible data
dba_jobsCompatible data
dba_jobs_runningCompatible data
dba_join_ind_columnsCompatible data
dba_keepsizesCompatible data
dba_kgllockCompatible data
dba_librariesCompatible data
dba_lmt_free_spaceCompatible data
dba_lmt_used_extentsCompatible data
dba_lobsCompatible data
dba_lob_partitionsCompatible data
dba_lob_subpartitionsCompatible data
dba_lob_templatesCompatible data
dba_lockCompatible data
dba_locksCompatible data
dba_lock_internalCompatible data
dba_logmnr_logCompatible data
dba_logmnr_purged_logCompatible data
dba_logmnr_sessionCompatible data
dba_logstdby_eds_supportedCompatible data
dba_logstdby_eds_tablesCompatible data
dba_logstdby_eventsCompatible data
dba_logstdby_historyCompatible data
dba_logstdby_logCompatible data
dba_logstdby_not_uniqueCompatible data
dba_logstdby_parametersCompatible data
dba_logstdby_progressCompatible data
dba_logstdby_skipCompatible data
dba_logstdby_skip_transactionCompatible data
dba_logstdby_unsupportedCompatible data
dba_logstdby_unsupported_tableCompatible data
dba_log_groupsCompatible data
dba_log_group_columnsCompatible data
dba_measure_foldersCompatible data
dba_measure_folder_contentsCompatible data
dba_method_paramsCompatible data
dba_method_resultsCompatible data
dba_mining_modelsCompatible data
dba_mining_model_attributesCompatible data
dba_mining_model_settingsCompatible data
dba_mining_model_tablesCompatible data
dba_mviewsCompatible data
dba_mview_aggregatesCompatible data
dba_mview_analysisCompatible data
dba_mview_commentsCompatible data
dba_mview_detail_partitionCompatible data
dba_mview_detail_relationsCompatible data
dba_mview_detail_subpartitionCompatible data
dba_mview_joinsCompatible data
dba_mview_keysCompatible data
dba_mview_logsCompatible data
dba_mview_log_filter_colsCompatible data
dba_mview_refresh_timesCompatible data
dba_nested_tablesCompatible data
dba_nested_table_colsCompatible data
dba_network_aclsCompatible data
dba_network_acl_privilegesCompatible data
dba_objectsCompatible data
dba_objects_aeCompatible data
dba_object_sizeCompatible data
dba_object_tablesCompatible data
dba_obj_audit_optsCompatible data
dba_obj_colattrsCompatible data
dba_oldimage_columnsCompatible data
dba_opancillaryCompatible data
dba_opargumentsCompatible data
dba_opbindingsCompatible data
dba_operatorsCompatible data
dba_operator_commentsCompatible data
dba_optstat_operationsCompatible data
dba_outlinesCompatible data
dba_outline_hintsCompatible data
dba_outstanding_alertsCompatible data
dba_parallel_execute_chunksCompatible data
dba_parallel_execute_tasksCompatible data
dba_partial_drop_tabsCompatible data
dba_part_col_statisticsCompatible data
dba_part_histogramsCompatible data
dba_part_indexesCompatible data
dba_part_key_columnsCompatible data
dba_part_lobsCompatible data
dba_part_tablesCompatible data
dba_pending_conv_tablesCompatible data
dba_pending_transactionsCompatible data
dba_plsql_object_settingsCompatible data
dba_policiesCompatible data
dba_policy_contextsCompatible data
dba_policy_groupsCompatible data
dba_priv_audit_optsCompatible data
dba_proceduresCompatible data
dba_profilesCompatible data
dba_propagationCompatible data
dba_proxiesCompatible data
dba_published_columnsCompatible data
dba_queuesCompatible data
dba_queue_publishersCompatible data
dba_queue_schedulesCompatible data
dba_queue_subscribersCompatible data
dba_queue_tablesCompatible data
dba_rchildCompatible data
dba_recoverable_scriptCompatible data
dba_recoverable_script_blocksCompatible data
dba_recoverable_script_errorsCompatible data
dba_recoverable_script_histCompatible data
dba_recoverable_script_paramsCompatible data
dba_recyclebinCompatible data
dba_refreshCompatible data
dba_refresh_childrenCompatible data
dba_refsCompatible data
dba_registered_archived_logCompatible data
dba_registered_mviewsCompatible data
dba_registered_mview_groupsCompatible data
dba_registered_snapshotsCompatible data
dba_registered_snapshot_groupsCompatible data
dba_registryCompatible data
dba_registry_databaseCompatible data
dba_registry_dependenciesCompatible data
dba_registry_hierarchyCompatible data
dba_registry_historyCompatible data
dba_registry_logCompatible data
dba_registry_progressCompatible data
dba_repaudit_attributeCompatible data
dba_repaudit_columnCompatible data
dba_repcatCompatible data
dba_repcatlogCompatible data
dba_repcat_exceptionsCompatible data
dba_repcolumnCompatible data
dba_repcolumn_groupCompatible data
dba_repconflictCompatible data
dba_repddlCompatible data
dba_repextensionsCompatible data
dba_repflavorsCompatible data
dba_repflavor_columnsCompatible data
dba_repflavor_objectsCompatible data
dba_repgeneratedCompatible data
dba_repgenobjectsCompatible data
dba_repgroupCompatible data
dba_repgrouped_columnCompatible data
dba_repgroup_privilegesCompatible data
dba_repkey_columnsCompatible data
dba_repobjectCompatible data
dba_repparameter_columnCompatible data
dba_reppriorityCompatible data
dba_reppriority_groupCompatible data
dba_reppropCompatible data
dba_represolutionCompatible data
dba_represolution_methodCompatible data
dba_represolution_statisticsCompatible data
dba_represol_stats_controlCompatible data
dba_repschemaCompatible data
dba_repsitesCompatible data
dba_repsites_newCompatible data
dba_resource_incarnationsCompatible data
dba_resumableCompatible data
dba_rewrite_equivalencesCompatible data
dba_rgroupCompatible data
dba_rolesCompatible data
dba_role_privsCompatible data
dba_rollback_segsCompatible data
dba_rsrc_capabilityCompatible data
dba_rsrc_categoriesCompatible data
dba_rsrc_consumer_groupsCompatible data
dba_rsrc_consumer_group_privsCompatible data
dba_rsrc_group_mappingsCompatible data
dba_rsrc_instance_capabilityCompatible data
dba_rsrc_io_calibrateCompatible data
dba_rsrc_manager_system_privsCompatible data
dba_rsrc_mapping_priorityCompatible data
dba_rsrc_plansCompatible data
dba_rsrc_plan_directivesCompatible data
dba_rsrc_storage_pool_mappingCompatible data
dba_rulesCompatible data
dba_rulesetsCompatible data
dba_rule_setsCompatible data
dba_rule_set_rulesCompatible data
dba_scheduler_chainsCompatible data
dba_scheduler_chain_rulesCompatible data
dba_scheduler_chain_stepsCompatible data
dba_scheduler_credentialsCompatible data
dba_scheduler_db_destsCompatible data
dba_scheduler_destsCompatible data
dba_scheduler_external_destsCompatible data
dba_scheduler_file_watchersCompatible data
dba_scheduler_global_attributeCompatible data
dba_scheduler_groupsCompatible data
dba_scheduler_group_membersCompatible data
dba_scheduler_jobsCompatible data
dba_scheduler_job_argsCompatible data
dba_scheduler_job_classesCompatible data
dba_scheduler_job_destsCompatible data
dba_scheduler_job_logCompatible data
dba_scheduler_job_rolesCompatible data
dba_scheduler_job_run_detailsCompatible data
dba_scheduler_notificationsCompatible data
dba_scheduler_programsCompatible data
dba_scheduler_program_argsCompatible data
dba_scheduler_remote_databasesCompatible data
dba_scheduler_remote_jobstateCompatible data
dba_scheduler_running_chainsCompatible data
dba_scheduler_schedulesCompatible data
dba_scheduler_windowsCompatible data
dba_scheduler_window_detailsCompatible data
dba_scheduler_window_groupsCompatible data
dba_scheduler_window_logCompatible data
dba_scheduler_wingroup_membersCompatible data
dba_secondary_objectsCompatible data
dba_sec_relevant_colsCompatible data
dba_segmentsCompatible data
dba_segments_oldCompatible data
dba_sequencesCompatible data
dba_server_registryCompatible data
dba_snapshotsCompatible data
dba_snapshot_logsCompatible data
dba_snapshot_log_filter_colsCompatible data
dba_snapshot_refresh_timesCompatible data
dba_sourceCompatible data
dba_source_aeCompatible data
dba_source_tablesCompatible data
dba_sqlj_typesCompatible data
dba_sqlj_type_attrsCompatible data
dba_sqlj_type_methodsCompatible data
dba_sqlsetCompatible data
dba_sqlset_bindsCompatible data
dba_sqlset_definitionsCompatible data
dba_sqlset_plansCompatible data
dba_sqlset_referencesCompatible data
dba_sqlset_statementsCompatible data
dba_sqltune_bindsCompatible data
dba_sqltune_plansCompatible data
dba_sqltune_rationale_planCompatible data
dba_sqltune_statisticsCompatible data
dba_sql_monitor_usageCompatible data
dba_sql_patchesCompatible data
dba_sql_plan_baselinesCompatible data
dba_sql_profilesCompatible data
dba_sscr_captureCompatible data
dba_sscr_restoreCompatible data
dba_stat_extensionsCompatible data
dba_stmt_audit_optsCompatible data
dba_stored_settingsCompatible data
dba_streams_add_columnCompatible data
dba_streams_administratorCompatible data
dba_streams_columnsCompatible data
dba_streams_delete_columnCompatible data
dba_streams_global_rulesCompatible data
dba_streams_keep_columnsCompatible data
dba_streams_message_consumersCompatible data
dba_streams_message_rulesCompatible data
dba_streams_newly_supportedCompatible data
dba_streams_rename_columnCompatible data
dba_streams_rename_schemaCompatible data
dba_streams_rename_tableCompatible data
dba_streams_rulesCompatible data
dba_streams_schema_rulesCompatible data
dba_streams_split_mergeCompatible data
dba_streams_split_merge_histCompatible data
dba_streams_table_rulesCompatible data
dba_streams_tp_componentCompatible data
dba_streams_tp_component_linkCompatible data
dba_streams_tp_component_statCompatible data
dba_streams_tp_databaseCompatible data
dba_streams_tp_path_bottleneckCompatible data
dba_streams_tp_path_statCompatible data
dba_streams_transformationsCompatible data
dba_streams_transform_functionCompatible data
dba_streams_unsupportedCompatible data
dba_subpartition_templatesCompatible data
dba_subpart_col_statisticsCompatible data
dba_subpart_histogramsCompatible data
dba_subpart_key_columnsCompatible data
dba_subscribed_columnsCompatible data
dba_subscribed_tablesCompatible data
dba_subscriptionsCompatible data
dba_subscr_registrationsCompatible data
dba_summariesCompatible data
dba_sync_captureCompatible data
dba_sync_capture_prepared_tabsCompatible data
dba_sync_capture_tablesCompatible data
dba_synonymsCompatible data
dba_sys_privsCompatible data
dba_tablesCompatible data
dba_tablespacesCompatible data
dba_tablespace_groupsCompatible data
dba_tablespace_thresholdsCompatible data
dba_tablespace_usage_metricsCompatible data
dba_tab_colsCompatible data
dba_tab_columnsCompatible data
dba_tab_col_statisticsCompatible data
dba_tab_commentsCompatible data
dba_tab_histgrm_pending_statsCompatible data
dba_tab_histogramsCompatible data
dba_tab_modificationsCompatible data
dba_tab_partitionsCompatible data
dba_tab_pending_statsCompatible data
dba_tab_privsCompatible data
dba_tab_statisticsCompatible data
dba_tab_stats_historyCompatible data
dba_tab_stat_prefsCompatible data
dba_tab_subpartitionsCompatible data
dba_template_refgroupsCompatible data
dba_template_targetsCompatible data
dba_temp_filesCompatible data
dba_temp_free_spaceCompatible data
dba_thresholdsCompatible data
dba_transformationsCompatible data
dba_triggersCompatible data
dba_trigger_colsCompatible data
dba_trigger_orderingCompatible data
dba_tsm_destinationCompatible data
dba_tsm_historyCompatible data
dba_tsm_sourceCompatible data
dba_tstz_tablesCompatible data
dba_tstz_tab_colsCompatible data
dba_ts_quotasCompatible data
dba_tune_mviewCompatible data
dba_typesCompatible data
dba_type_attrsCompatible data
dba_type_methodsCompatible data
dba_type_versionsCompatible data
dba_undo_extentsCompatible data
dba_unused_col_tabsCompatible data
dba_updatable_columnsCompatible data
dba_usersCompatible data
dba_users_with_defpwdCompatible data
dba_ustatsCompatible data
dba_varraysCompatible data
dba_viewsCompatible data
dba_views_aeCompatible data
dba_waitersCompatible data
dba_wallet_aclsCompatible data
dba_warning_settingsCompatible data
dba_workload_capturesCompatible data
dba_workload_connection_mapCompatible data
dba_workload_filtersCompatible data
dba_workload_replaysCompatible data
dba_workload_replay_divergenceCompatible data
dba_workload_replay_filter_setCompatible data
dba_xds_attribute_secsCompatible data
dba_xds_instance_setsCompatible data
dba_xds_objectsCompatible data
dba_xml_indexesCompatible data
dba_xml_schemasCompatible data
dba_xml_tablesCompatible data
dba_xml_tab_colsCompatible data
dba_xml_viewsCompatible data
dba_xml_view_colsCompatible data
dba_xstream_inboundCompatible data
dba_xstream_outboundCompatible data
dba_xstream_rulesCompatible data
user_addm_fdg_breakdownCompatible data
user_addm_findingsCompatible data
user_addm_instancesCompatible data
user_addm_tasksCompatible data
user_addm_task_directivesCompatible data
user_advisor_actionsCompatible data
user_advisor_dir_task_instCompatible data
user_advisor_executionsCompatible data
user_advisor_exec_parametersCompatible data
user_advisor_fdg_breakdownCompatible data
user_advisor_findingsCompatible data
user_advisor_journalCompatible data
user_advisor_logCompatible data
user_advisor_objectsCompatible data
user_advisor_parametersCompatible data
user_advisor_rationaleCompatible data
user_advisor_recommendationsCompatible data
user_advisor_sqla_colvolCompatible data
user_advisor_sqla_rec_sumCompatible data
user_advisor_sqla_tablesCompatible data
user_advisor_sqla_tabvolCompatible data
user_advisor_sqla_wk_mapCompatible data
user_advisor_sqla_wk_stmtsCompatible data
user_advisor_sqla_wk_sumCompatible data
user_advisor_sqlplansCompatible data
user_advisor_sqlstatsCompatible data
user_advisor_sqlw_colvolCompatible data
user_advisor_sqlw_journalCompatible data
user_advisor_sqlw_parametersCompatible data
user_advisor_sqlw_stmtsCompatible data
user_advisor_sqlw_sumCompatible data
user_advisor_sqlw_tablesCompatible data
user_advisor_sqlw_tabvolCompatible data
user_advisor_sqlw_templatesCompatible data
user_advisor_tasksCompatible data
user_advisor_templatesCompatible data
user_all_tablesCompatible data
user_aq_agent_privsCompatible data
user_argumentsCompatible data
user_assembliesCompatible data
user_associationsCompatible data
user_attribute_transformationsCompatible data
user_audit_objectCompatible data
user_audit_policiesCompatible data
user_audit_policy_columnsCompatible data
user_audit_sessionCompatible data
user_audit_statementCompatible data
user_audit_trailCompatible data
user_awsCompatible data
user_aw_objCompatible data
user_aw_propCompatible data
user_aw_psCompatible data
user_base_table_mviewsCompatible data
user_catalogCompatible data
user_change_notification_regsCompatible data
user_clustersCompatible data
user_cluster_hash_expressionsCompatible data
user_clu_columnsCompatible data
user_coll_typesCompatible data
user_col_commentsCompatible data
user_col_pending_statsCompatible data
user_col_privsCompatible data
user_col_privs_madeCompatible data
user_col_privs_recdCompatible data
user_comparisonCompatible data
user_comparison_columnsCompatible data
user_comparison_row_difCompatible data
user_comparison_scanCompatible data
user_comparison_scan_summaryCompatible data
user_comparison_scan_valuesCompatible data
user_constraintsCompatible data
user_cons_columnsCompatible data
user_cons_obj_columnsCompatible data
user_cq_notification_queriesCompatible data
user_cubesCompatible data
user_cube_attributesCompatible data
user_cube_attr_visibilityCompatible data
user_cube_build_processesCompatible data
user_cube_calculated_membersCompatible data
user_cube_dimensionalityCompatible data
user_cube_dimensionsCompatible data
user_cube_dim_levelsCompatible data
user_cube_dim_modelsCompatible data
user_cube_dim_viewsCompatible data
user_cube_dim_view_columnsCompatible data
user_cube_hierarchiesCompatible data
user_cube_hier_levelsCompatible data
user_cube_hier_viewsCompatible data
user_cube_hier_view_columnsCompatible data
user_cube_measuresCompatible data
user_cube_viewsCompatible data
user_cube_view_columnsCompatible data
user_datapump_jobsCompatible data
user_dbfs_hsCompatible data
user_dbfs_hs_commandsCompatible data
user_dbfs_hs_filesCompatible data
user_dbfs_hs_fixed_propertiesCompatible data
user_dbfs_hs_propertiesCompatible data
user_db_linksCompatible data
user_dependenciesCompatible data
user_dimensionsCompatible data
user_dim_attributesCompatible data
user_dim_child_ofCompatible data
user_dim_hierarchiesCompatible data
user_dim_join_keyCompatible data
user_dim_levelsCompatible data
user_dim_level_keyCompatible data
user_editioning_viewsCompatible data
user_editioning_views_aeCompatible data
user_editioning_view_colsCompatible data
user_editioning_view_cols_aeCompatible data
user_encrypted_columnsCompatible data
user_epg_dad_authorizationCompatible data
user_errorsCompatible data
user_errors_aeCompatible data
user_evaluation_contextsCompatible data
user_evaluation_context_tablesCompatible data
user_evaluation_context_varsCompatible data
user_extentsCompatible data
user_external_locationsCompatible data
user_external_tablesCompatible data
user_file_groupsCompatible data
user_file_group_export_infoCompatible data
user_file_group_filesCompatible data
user_file_group_tablesCompatible data
user_file_group_tablespacesCompatible data
user_file_group_versionsCompatible data
user_flashback_archiveCompatible data
user_flashback_archive_tablesCompatible data
user_flashback_txn_reportCompatible data
user_flashback_txn_stateCompatible data
user_free_spaceCompatible data
user_histogramsCompatible data
user_identifiersCompatible data
user_indexesCompatible data
user_indextypesCompatible data
user_indextype_arraytypesCompatible data
user_indextype_commentsCompatible data
user_indextype_operatorsCompatible data
user_ind_columnsCompatible data
user_ind_expressionsCompatible data
user_ind_partitionsCompatible data
user_ind_pending_statsCompatible data
user_ind_statisticsCompatible data
user_ind_subpartitionsCompatible data
user_internal_triggersCompatible data
user_java_argumentsCompatible data
user_java_classesCompatible data
user_java_compiler_optionsCompatible data
user_java_derivationsCompatible data
user_java_fieldsCompatible data
user_java_implementsCompatible data
user_java_innersCompatible data
user_java_layoutsCompatible data
user_java_methodsCompatible data
user_java_ncompsCompatible data
user_java_policyCompatible data
user_java_resolversCompatible data
user_java_throwsCompatible data
user_jobsCompatible data
user_join_ind_columnsCompatible data
user_librariesCompatible data
user_lobsCompatible data
user_lob_partitionsCompatible data
user_lob_subpartitionsCompatible data
user_lob_templatesCompatible data
user_log_groupsCompatible data
user_log_group_columnsCompatible data
user_measure_foldersCompatible data
user_measure_folder_contentsCompatible data
user_method_paramsCompatible data
user_method_resultsCompatible data
user_mining_modelsCompatible data
user_mining_model_attributesCompatible data
user_mining_model_settingsCompatible data
user_mviewsCompatible data
user_mview_aggregatesCompatible data
user_mview_analysisCompatible data
user_mview_commentsCompatible data
user_mview_detail_partitionCompatible data
user_mview_detail_relationsCompatible data
user_mview_detail_subpartitionCompatible data
user_mview_joinsCompatible data
user_mview_keysCompatible data
user_mview_logsCompatible data
user_mview_refresh_timesCompatible data
user_nested_tablesCompatible data
user_nested_table_colsCompatible data
user_network_acl_privilegesCompatible data
user_objectsCompatible data
user_objects_aeCompatible data
user_object_sizeCompatible data
user_object_tablesCompatible data
user_obj_audit_optsCompatible data
user_obj_colattrsCompatible data
user_oldimage_columnsCompatible data
user_opancillaryCompatible data
user_opargumentsCompatible data
user_opbindingsCompatible data
user_operatorsCompatible data
user_operator_commentsCompatible data
user_outlinesCompatible data
user_outline_hintsCompatible data
user_parallel_execute_chunksCompatible data
user_parallel_execute_tasksCompatible data
user_partial_drop_tabsCompatible data
user_part_col_statisticsCompatible data
user_part_histogramsCompatible data
user_part_indexesCompatible data
user_part_key_columnsCompatible data
user_part_lobsCompatible data
user_part_tablesCompatible data
user_password_limitsCompatible data
user_pending_conv_tablesCompatible data
user_plsql_object_settingsCompatible data
user_policiesCompatible data
user_policy_contextsCompatible data
user_policy_groupsCompatible data
user_proceduresCompatible data
user_proxiesCompatible data
user_published_columnsCompatible data
user_queuesCompatible data
user_queue_publishersCompatible data
user_queue_schedulesCompatible data
user_queue_subscribersCompatible data
user_queue_tablesCompatible data
user_recyclebinCompatible data
user_refreshCompatible data
user_refresh_childrenCompatible data
user_refsCompatible data
user_registered_mviewsCompatible data
user_registered_snapshotsCompatible data
user_registryCompatible data
user_repaudit_attributeCompatible data
user_repaudit_columnCompatible data
user_repcatCompatible data
user_repcatlogCompatible data
user_repcolumnCompatible data
user_repcolumn_groupCompatible data
user_repconflictCompatible data
user_repddlCompatible data
user_repflavorsCompatible data
user_repflavor_columnsCompatible data
user_repflavor_objectsCompatible data
user_repgeneratedCompatible data
user_repgenobjectsCompatible data
user_repgroupCompatible data
user_repgrouped_columnCompatible data
user_repgroup_privilegesCompatible data
user_repkey_columnsCompatible data
user_repobjectCompatible data
user_repparameter_columnCompatible data
user_reppriorityCompatible data
user_reppriority_groupCompatible data
user_reppropCompatible data
user_represolutionCompatible data
user_represolution_methodCompatible data
user_represolution_statisticsCompatible data
user_represol_stats_controlCompatible data
user_repschemaCompatible data
user_repsitesCompatible data
user_resource_limitsCompatible data
user_resumableCompatible data
user_rewrite_equivalencesCompatible data
user_role_privsCompatible data
user_rsrc_consumer_group_privsCompatible data
user_rsrc_manager_system_privsCompatible data
user_rulesCompatible data
user_rulesetsCompatible data
user_rule_setsCompatible data
user_rule_set_rulesCompatible data
user_scheduler_chainsCompatible data
user_scheduler_chain_rulesCompatible data
user_scheduler_chain_stepsCompatible data
user_scheduler_credentialsCompatible data
user_scheduler_db_destsCompatible data
user_scheduler_destsCompatible data
user_scheduler_file_watchersCompatible data
user_scheduler_groupsCompatible data
user_scheduler_group_membersCompatible data
user_scheduler_jobsCompatible data
user_scheduler_job_argsCompatible data
user_scheduler_job_destsCompatible data
user_scheduler_job_logCompatible data
user_scheduler_job_run_detailsCompatible data
user_scheduler_notificationsCompatible data
user_scheduler_programsCompatible data
user_scheduler_program_argsCompatible data
user_scheduler_remote_jobstateCompatible data
user_scheduler_running_chainsCompatible data
user_scheduler_schedulesCompatible data
user_secondary_objectsCompatible data
user_sec_relevant_colsCompatible data
user_segmentsCompatible data
user_sequencesCompatible data
user_snapshotsCompatible data
user_snapshot_logsCompatible data
user_snapshot_refresh_timesCompatible data
user_sourceCompatible data
user_source_aeCompatible data
user_source_tablesCompatible data
user_sqlj_typesCompatible data
user_sqlj_type_attrsCompatible data
user_sqlj_type_methodsCompatible data
user_sqlsetCompatible data
user_sqlset_bindsCompatible data
user_sqlset_definitionsCompatible data
user_sqlset_plansCompatible data
user_sqlset_referencesCompatible data
user_sqlset_statementsCompatible data
user_sqltune_bindsCompatible data
user_sqltune_plansCompatible data
user_sqltune_rationale_planCompatible data
user_sqltune_statisticsCompatible data
user_stat_extensionsCompatible data
user_stored_settingsCompatible data
user_subpartition_templatesCompatible data
user_subpart_col_statisticsCompatible data
user_subpart_histogramsCompatible data
user_subpart_key_columnsCompatible data
user_subscribed_columnsCompatible data
user_subscribed_tablesCompatible data
user_subscriptionsCompatible data
user_subscr_registrationsCompatible data
user_summariesCompatible data
user_synonymsCompatible data
user_sys_privsCompatible data
user_tablesCompatible data
user_tablespacesCompatible data
user_tab_colsCompatible data
user_tab_columnsCompatible data
user_tab_col_statisticsCompatible data
user_tab_commentsCompatible data
user_tab_histgrm_pending_statsCompatible data
user_tab_histogramsCompatible data
user_tab_modificationsCompatible data
user_tab_partitionsCompatible data
user_tab_pending_statsCompatible data
user_tab_privsCompatible data
user_tab_privs_madeCompatible data
user_tab_privs_recdCompatible data
user_tab_statisticsCompatible data
user_tab_stats_historyCompatible data
user_tab_stat_prefsCompatible data
user_tab_subpartitionsCompatible data
user_transformationsCompatible data
user_triggersCompatible data
user_trigger_colsCompatible data
user_tsCompatible data
user_tstz_tablesCompatible data
user_tstz_tab_colsCompatible data
user_ts_quotasCompatible data
user_tune_mviewCompatible data
user_typesCompatible data
user_type_attrsCompatible data
user_type_methodsCompatible data
user_type_versionsCompatible data
user_unused_col_tabsCompatible data
user_updatable_columnsCompatible data
user_usersCompatible data
user_ustatsCompatible data
user_varraysCompatible data
user_viewsCompatible data
user_views_aeCompatible data
user_warning_settingsCompatible data
user_xds_attribute_secsCompatible data
user_xds_instance_setsCompatible data
user_xds_objectsCompatible data
user_xml_column_namesCompatible data
user_xml_indexesCompatible data
user_xml_schemasCompatible data
user_xml_tablesCompatible data
user_xml_tab_colsCompatible data
user_xml_viewsCompatible data
user_xml_view_colsCompatible data