Updated the knob/metric output samples for each of the Oracle versions we support since my fix changed all of them.
This commit is contained in:
parent
e1b29eaafa
commit
cf19380107
client
controller/sample_output/oracle
driver
server/website
script/fixture_generators
knob_settings/oracle
metric_settings/oracle
website/fixtures
|
@ -42,8 +42,8 @@
|
|||
"control_files": "/opt/oracle/oradata/ORCLCDB/control01.ctl",
|
||||
"control_management_pack_access": "DIAGNOSTIC+TUNING",
|
||||
"core_dump_dest": "/opt/oracle/diag/rdbms/orclcdb/ORCLCDB/cdump",
|
||||
"cpu_count": "4",
|
||||
"cpu_min_count": "4",
|
||||
"cpu_count": "8",
|
||||
"cpu_min_count": "8",
|
||||
"create_bitmap_area_size": "8388608",
|
||||
"cursor_bind_capture_destination": "memory+disk",
|
||||
"cursor_invalidation": "IMMEDIATE",
|
||||
|
@ -64,8 +64,8 @@
|
|||
"db_block_checksum": "TYPICAL",
|
||||
"db_block_size": "8192",
|
||||
"db_cache_advice": "ON",
|
||||
"db_cache_size": "0",
|
||||
"db_file_multiblock_read_count": "128",
|
||||
"db_cache_size": "16777216",
|
||||
"db_file_multiblock_read_count": "29",
|
||||
"db_files": "200",
|
||||
"db_flash_cache_size": "0",
|
||||
"db_flashback_retention_target": "1440",
|
||||
|
@ -93,7 +93,7 @@
|
|||
"disk_asynch_io": "TRUE",
|
||||
"dispatchers": "(PROTOCOL=TCP) (SERVICE=ORCLCDBXDB)",
|
||||
"distributed_lock_timeout": "60",
|
||||
"dml_locks": "2216",
|
||||
"dml_locks": "4328",
|
||||
"dnfs_batch_size": "4096",
|
||||
"dst_upgrade_insert_conv": "TRUE",
|
||||
"enable_automatic_maintenance_pdb": "TRUE",
|
||||
|
@ -138,7 +138,7 @@
|
|||
"java_pool_size": "0",
|
||||
"java_restrict": "none",
|
||||
"java_soft_sessionspace_limit": "0",
|
||||
"job_queue_processes": "80",
|
||||
"job_queue_processes": "160",
|
||||
"large_pool_size": "0",
|
||||
"ldap_directory_access": "NONE",
|
||||
"ldap_directory_sysauth": "no",
|
||||
|
@ -240,12 +240,12 @@
|
|||
"parallel_degree_policy": "MANUAL",
|
||||
"parallel_execution_message_size": "16384",
|
||||
"parallel_force_local": "FALSE",
|
||||
"parallel_max_servers": "80",
|
||||
"parallel_max_servers": "160",
|
||||
"parallel_min_degree": "1",
|
||||
"parallel_min_percent": "0",
|
||||
"parallel_min_servers": "8",
|
||||
"parallel_min_servers": "16",
|
||||
"parallel_min_time_threshold": "AUTO",
|
||||
"parallel_servers_target": "80",
|
||||
"parallel_servers_target": "160",
|
||||
"parallel_threads_per_cpu": "1",
|
||||
"permit_92_wrap_format": "TRUE",
|
||||
"pga_aggregate_limit": "2147483648",
|
||||
|
@ -258,7 +258,7 @@
|
|||
"plsql_warnings": "DISABLE:ALL",
|
||||
"pre_page_sga": "TRUE",
|
||||
"private_temp_table_prefix": "ORA$PTT_",
|
||||
"processes": "320",
|
||||
"processes": "640",
|
||||
"query_rewrite_enabled": "TRUE",
|
||||
"query_rewrite_integrity": "enforced",
|
||||
"read_only_open_delayed": "FALSE",
|
||||
|
@ -271,9 +271,10 @@
|
|||
"replication_dependency_tracking": "TRUE",
|
||||
"resource_limit": "TRUE",
|
||||
"resource_manage_goldengate": "FALSE",
|
||||
"resource_manager_cpu_allocation": "4",
|
||||
"resource_manager_cpu_allocation": "8",
|
||||
"resource_manager_plan": "SCHEDULER[0x4D52]:DEFAULT_MAINTENANCE_PLAN",
|
||||
"result_cache_max_result": "5",
|
||||
"result_cache_max_size": "8060928",
|
||||
"result_cache_max_size": "1179648",
|
||||
"result_cache_mode": "MANUAL",
|
||||
"result_cache_remote_expiration": "0",
|
||||
"resumable_timeout": "0",
|
||||
|
@ -287,14 +288,14 @@
|
|||
"service_names": "ORCLCDB",
|
||||
"session_cached_cursors": "50",
|
||||
"session_max_open_files": "10",
|
||||
"sessions": "504",
|
||||
"sessions": "984",
|
||||
"sga_max_size": "1610612736",
|
||||
"sga_min_size": "0",
|
||||
"sga_target": "1610612736",
|
||||
"shadow_core_dump": "partial",
|
||||
"shared_memory_address": "0",
|
||||
"shared_pool_reserved_size": "19293798",
|
||||
"shared_pool_size": "0",
|
||||
"shared_pool_reserved_size": "5872025",
|
||||
"shared_pool_size": "16777216",
|
||||
"shared_servers": "1",
|
||||
"shrd_dupl_table_refresh_rate": "60",
|
||||
"skip_unusable_indexes": "TRUE",
|
||||
|
@ -309,7 +310,7 @@
|
|||
"standby_file_management": "MANUAL",
|
||||
"star_transformation_enabled": "FALSE",
|
||||
"statistics_level": "TYPICAL",
|
||||
"streams_pool_size": "0",
|
||||
"streams_pool_size": "117440512",
|
||||
"tape_asynch_io": "TRUE",
|
||||
"target_pdbs": "3",
|
||||
"temp_undo_enabled": "FALSE",
|
||||
|
@ -318,7 +319,7 @@
|
|||
"timed_os_statistics": "0",
|
||||
"timed_statistics": "TRUE",
|
||||
"trace_enabled": "TRUE",
|
||||
"transactions": "554",
|
||||
"transactions": "1082",
|
||||
"transactions_per_rollback_segment": "5",
|
||||
"undo_management": "AUTO",
|
||||
"undo_retention": "900",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"start_time": 1572969216650,
|
||||
"end_time": 1572969246165,
|
||||
"observation_time": 29,
|
||||
"start_time": 1563264802685,
|
||||
"end_time": 1563265002918,
|
||||
"observation_time": 200,
|
||||
"database_type": "oracle",
|
||||
"database_version": "19.0.0.0.0",
|
||||
"workload_name": "tpcc"
|
||||
|
|
|
@ -0,0 +1,318 @@
|
|||
{
|
||||
"global": {"global": {
|
||||
"allow_global_dblinks": "FALSE",
|
||||
"allow_group_access_to_sga": "FALSE",
|
||||
"approx_for_aggregation": "FALSE",
|
||||
"approx_for_count_distinct": "FALSE",
|
||||
"approx_for_percentile": "none",
|
||||
"aq_tm_processes": "1",
|
||||
"archive_lag_target": "0",
|
||||
"asm_io_processes": "20",
|
||||
"asm_power_limit": "1",
|
||||
"audit_file_dest": "/opt/oracle/admin/ORCLCDB/adump",
|
||||
"audit_sys_operations": "FALSE",
|
||||
"audit_trail": "NONE",
|
||||
"autotask_max_active_pdbs": "2",
|
||||
"awr_pdb_autoflush_enabled": "FALSE",
|
||||
"awr_snapshot_time_offset": "0",
|
||||
"background_core_dump": "partial",
|
||||
"background_dump_dest": "/opt/oracle/product/12.2.0.1/dbhome_1/rdbms/log",
|
||||
"backup_tape_io_slaves": "FALSE",
|
||||
"bitmap_merge_area_size": "1048576",
|
||||
"blank_trimming": "FALSE",
|
||||
"cdb_cluster": "FALSE",
|
||||
"cdb_cluster_name": "ORCLCDB",
|
||||
"cell_offload_compaction": "ADAPTIVE",
|
||||
"cell_offload_decryption": "TRUE",
|
||||
"cell_offload_plan_display": "AUTO",
|
||||
"cell_offload_processing": "TRUE",
|
||||
"client_result_cache_lag": "3000",
|
||||
"client_result_cache_size": "0",
|
||||
"clonedb": "FALSE",
|
||||
"cluster_database": "FALSE",
|
||||
"cluster_database_instances": "1",
|
||||
"commit_point_strength": "1",
|
||||
"common_user_prefix": "C##",
|
||||
"compatible": "12.2.0",
|
||||
"connection_brokers": "((TYPE=DEDICATED)(BROKERS=1)), ((TYPE=EMON)(BROKERS=1))",
|
||||
"containers_parallel_degree": "65535",
|
||||
"control_file_record_keep_time": "7",
|
||||
"control_files": "/opt/oracle/oradata/ORCLCDB/control01.ctl",
|
||||
"control_management_pack_access": "DIAGNOSTIC+TUNING",
|
||||
"core_dump_dest": "/opt/oracle/diag/rdbms/orclcdb/ORCLCDB/cdump",
|
||||
"cpu_count": "4",
|
||||
"create_bitmap_area_size": "8388608",
|
||||
"cursor_bind_capture_destination": "memory+disk",
|
||||
"cursor_invalidation": "IMMEDIATE",
|
||||
"cursor_sharing": "EXACT",
|
||||
"cursor_space_for_time": "FALSE",
|
||||
"data_guard_sync_latency": "0",
|
||||
"data_transfer_cache_size": "0",
|
||||
"db_16k_cache_size": "0",
|
||||
"db_2k_cache_size": "0",
|
||||
"db_32k_cache_size": "0",
|
||||
"db_4k_cache_size": "0",
|
||||
"db_8k_cache_size": "0",
|
||||
"db_big_table_cache_percent_target": "0",
|
||||
"db_block_buffers": "0",
|
||||
"db_block_checking": "FALSE",
|
||||
"db_block_checksum": "TYPICAL",
|
||||
"db_block_size": "8192",
|
||||
"db_cache_advice": "ON",
|
||||
"db_cache_size": "0",
|
||||
"db_file_multiblock_read_count": "128",
|
||||
"db_files": "200",
|
||||
"db_flash_cache_size": "0",
|
||||
"db_flashback_retention_target": "1440",
|
||||
"db_index_compression_inheritance": "NONE",
|
||||
"db_keep_cache_size": "0",
|
||||
"db_lost_write_protect": "NONE",
|
||||
"db_name": "ORCLCDB",
|
||||
"db_recovery_file_dest_size": "0",
|
||||
"db_recycle_cache_size": "0",
|
||||
"db_securefile": "PREFERRED",
|
||||
"db_ultra_safe": "OFF",
|
||||
"db_unique_name": "ORCLCDB",
|
||||
"db_unrecoverable_scn_tracking": "TRUE",
|
||||
"db_writer_processes": "1",
|
||||
"dbfips_140": "FALSE",
|
||||
"dbwr_io_slaves": "0",
|
||||
"ddl_lock_timeout": "0",
|
||||
"default_sharing": "metadata",
|
||||
"deferred_segment_creation": "TRUE",
|
||||
"dg_broker_config_file1": "/opt/oracle/product/12.2.0.1/dbhome_1/dbs/dr1ORCLCDB.dat",
|
||||
"dg_broker_config_file2": "/opt/oracle/product/12.2.0.1/dbhome_1/dbs/dr2ORCLCDB.dat",
|
||||
"dg_broker_start": "FALSE",
|
||||
"diagnostic_dest": "/opt/oracle",
|
||||
"disable_pdb_feature": "0",
|
||||
"disk_asynch_io": "TRUE",
|
||||
"dispatchers": "(PROTOCOL=TCP) (SERVICE=ORCLCDBXDB)",
|
||||
"distributed_lock_timeout": "60",
|
||||
"dml_locks": "2216",
|
||||
"dnfs_batch_size": "4096",
|
||||
"dst_upgrade_insert_conv": "TRUE",
|
||||
"enable_automatic_maintenance_pdb": "TRUE",
|
||||
"enable_ddl_logging": "FALSE",
|
||||
"enable_dnfs_dispatcher": "FALSE",
|
||||
"enable_goldengate_replication": "FALSE",
|
||||
"enable_pluggable_database": "TRUE",
|
||||
"enabled_pdbs_on_standby": "*",
|
||||
"encrypt_new_tablespaces": "CLOUD_ONLY",
|
||||
"exafusion_enabled": "1",
|
||||
"fast_start_io_target": "0",
|
||||
"fast_start_mttr_target": "0",
|
||||
"fast_start_parallel_rollback": "LOW",
|
||||
"file_mapping": "FALSE",
|
||||
"filesystemio_options": "none",
|
||||
"gcs_server_processes": "0",
|
||||
"global_names": "FALSE",
|
||||
"global_txn_processes": "1",
|
||||
"hash_area_size": "131072",
|
||||
"heat_map": "OFF",
|
||||
"hi_shared_memory_address": "0",
|
||||
"hs_autoregister": "TRUE",
|
||||
"inmemory_adg_enabled": "TRUE",
|
||||
"inmemory_expressions_usage": "ENABLE",
|
||||
"inmemory_force": "DEFAULT",
|
||||
"inmemory_max_populate_servers": "0",
|
||||
"inmemory_query": "ENABLE",
|
||||
"inmemory_size": "0",
|
||||
"inmemory_trickle_repopulate_servers_percent": "1",
|
||||
"inmemory_virtual_columns": "MANUAL",
|
||||
"instance_abort_delay_time": "0",
|
||||
"instance_mode": "READ-WRITE",
|
||||
"instance_name": "ORCLCDB",
|
||||
"instance_number": "0",
|
||||
"instance_type": "RDBMS",
|
||||
"instant_restore": "FALSE",
|
||||
"java_jit_enabled": "TRUE",
|
||||
"java_max_sessionspace_size": "0",
|
||||
"java_pool_size": "0",
|
||||
"java_restrict": "none",
|
||||
"java_soft_sessionspace_limit": "0",
|
||||
"job_queue_processes": "4000",
|
||||
"large_pool_size": "0",
|
||||
"ldap_directory_access": "NONE",
|
||||
"ldap_directory_sysauth": "no",
|
||||
"license_max_sessions": "0",
|
||||
"license_max_users": "0",
|
||||
"license_sessions_warning": "0",
|
||||
"lock_sga": "FALSE",
|
||||
"log_archive_dest_state_1": "enable",
|
||||
"log_archive_dest_state_10": "enable",
|
||||
"log_archive_dest_state_11": "enable",
|
||||
"log_archive_dest_state_12": "enable",
|
||||
"log_archive_dest_state_13": "enable",
|
||||
"log_archive_dest_state_14": "enable",
|
||||
"log_archive_dest_state_15": "enable",
|
||||
"log_archive_dest_state_16": "enable",
|
||||
"log_archive_dest_state_17": "enable",
|
||||
"log_archive_dest_state_18": "enable",
|
||||
"log_archive_dest_state_19": "enable",
|
||||
"log_archive_dest_state_2": "enable",
|
||||
"log_archive_dest_state_20": "enable",
|
||||
"log_archive_dest_state_21": "enable",
|
||||
"log_archive_dest_state_22": "enable",
|
||||
"log_archive_dest_state_23": "enable",
|
||||
"log_archive_dest_state_24": "enable",
|
||||
"log_archive_dest_state_25": "enable",
|
||||
"log_archive_dest_state_26": "enable",
|
||||
"log_archive_dest_state_27": "enable",
|
||||
"log_archive_dest_state_28": "enable",
|
||||
"log_archive_dest_state_29": "enable",
|
||||
"log_archive_dest_state_3": "enable",
|
||||
"log_archive_dest_state_30": "enable",
|
||||
"log_archive_dest_state_31": "enable",
|
||||
"log_archive_dest_state_4": "enable",
|
||||
"log_archive_dest_state_5": "enable",
|
||||
"log_archive_dest_state_6": "enable",
|
||||
"log_archive_dest_state_7": "enable",
|
||||
"log_archive_dest_state_8": "enable",
|
||||
"log_archive_dest_state_9": "enable",
|
||||
"log_archive_format": "%t_%s_%r.dbf",
|
||||
"log_archive_max_processes": "4",
|
||||
"log_archive_min_succeed_dest": "1",
|
||||
"log_archive_start": "FALSE",
|
||||
"log_archive_trace": "0",
|
||||
"log_buffer": "7634944",
|
||||
"log_checkpoint_interval": "0",
|
||||
"log_checkpoint_timeout": "1800",
|
||||
"log_checkpoints_to_alert": "FALSE",
|
||||
"long_module_action": "TRUE",
|
||||
"max_datapump_jobs_per_pdb": "100",
|
||||
"max_dump_file_size": "unlimited",
|
||||
"max_idle_time": "0",
|
||||
"max_iops": "0",
|
||||
"max_mbps": "0",
|
||||
"max_pdbs": "4098",
|
||||
"max_string_size": "STANDARD",
|
||||
"memory_max_target": "0",
|
||||
"memory_target": "0",
|
||||
"nls_comp": "BINARY",
|
||||
"nls_language": "AMERICAN",
|
||||
"nls_length_semantics": "BYTE",
|
||||
"nls_nchar_conv_excp": "FALSE",
|
||||
"nls_territory": "AMERICA",
|
||||
"noncdb_compatible": "FALSE",
|
||||
"o7_dictionary_accessibility": "FALSE",
|
||||
"object_cache_max_size_percent": "10",
|
||||
"object_cache_optimal_size": "10240000",
|
||||
"ofs_threads": "4",
|
||||
"olap_page_pool_size": "0",
|
||||
"one_step_plugin_for_pdb_with_tde": "FALSE",
|
||||
"open_cursors": "300",
|
||||
"open_links": "4",
|
||||
"open_links_per_instance": "4",
|
||||
"optimizer_adaptive_plans": "TRUE",
|
||||
"optimizer_adaptive_reporting_only": "FALSE",
|
||||
"optimizer_adaptive_statistics": "FALSE",
|
||||
"optimizer_capture_sql_plan_baselines": "FALSE",
|
||||
"optimizer_dynamic_sampling": "2",
|
||||
"optimizer_features_enable": "12.2.0.1",
|
||||
"optimizer_index_caching": "0",
|
||||
"optimizer_index_cost_adj": "100",
|
||||
"optimizer_inmemory_aware": "TRUE",
|
||||
"optimizer_mode": "ALL_ROWS",
|
||||
"optimizer_secure_view_merging": "TRUE",
|
||||
"optimizer_use_invisible_indexes": "FALSE",
|
||||
"optimizer_use_pending_statistics": "FALSE",
|
||||
"optimizer_use_sql_plan_baselines": "TRUE",
|
||||
"os_authent_prefix": "ops$",
|
||||
"os_roles": "FALSE",
|
||||
"outbound_dblink_protocols": "ALL",
|
||||
"parallel_adaptive_multi_user": "FALSE",
|
||||
"parallel_degree_limit": "CPU",
|
||||
"parallel_degree_policy": "MANUAL",
|
||||
"parallel_execution_message_size": "16384",
|
||||
"parallel_force_local": "FALSE",
|
||||
"parallel_max_servers": "160",
|
||||
"parallel_min_percent": "0",
|
||||
"parallel_min_servers": "16",
|
||||
"parallel_min_time_threshold": "AUTO",
|
||||
"parallel_servers_target": "64",
|
||||
"parallel_threads_per_cpu": "2",
|
||||
"permit_92_wrap_format": "TRUE",
|
||||
"pga_aggregate_limit": "2147483648",
|
||||
"pga_aggregate_target": "536870912",
|
||||
"plscope_settings": "IDENTIFIERS:NONE",
|
||||
"plsql_code_type": "INTERPRETED",
|
||||
"plsql_debug": "FALSE",
|
||||
"plsql_optimize_level": "2",
|
||||
"plsql_v2_compatibility": "FALSE",
|
||||
"plsql_warnings": "DISABLE:ALL",
|
||||
"pre_page_sga": "TRUE",
|
||||
"processes": "320",
|
||||
"query_rewrite_enabled": "TRUE",
|
||||
"query_rewrite_integrity": "enforced",
|
||||
"read_only_open_delayed": "FALSE",
|
||||
"recovery_parallelism": "0",
|
||||
"recyclebin": "on",
|
||||
"remote_dependencies_mode": "TIMESTAMP",
|
||||
"remote_login_passwordfile": "EXCLUSIVE",
|
||||
"remote_os_authent": "FALSE",
|
||||
"remote_os_roles": "FALSE",
|
||||
"replication_dependency_tracking": "TRUE",
|
||||
"resource_limit": "TRUE",
|
||||
"resource_manage_goldengate": "FALSE",
|
||||
"resource_manager_cpu_allocation": "4",
|
||||
"result_cache_max_result": "5",
|
||||
"result_cache_max_size": "8060928",
|
||||
"result_cache_mode": "MANUAL",
|
||||
"result_cache_remote_expiration": "0",
|
||||
"resumable_timeout": "0",
|
||||
"sec_case_sensitive_logon": "TRUE",
|
||||
"sec_max_failed_login_attempts": "3",
|
||||
"sec_protocol_error_further_action": "(DROP,3)",
|
||||
"sec_protocol_error_trace_action": "TRACE",
|
||||
"sec_return_server_release_banner": "FALSE",
|
||||
"serial_reuse": "disable",
|
||||
"service_names": "ORCLCDB",
|
||||
"session_cached_cursors": "50",
|
||||
"session_max_open_files": "10",
|
||||
"sessions": "504",
|
||||
"sga_max_size": "1610612736",
|
||||
"sga_min_size": "0",
|
||||
"sga_target": "1610612736",
|
||||
"shadow_core_dump": "partial",
|
||||
"shared_memory_address": "0",
|
||||
"shared_pool_reserved_size": "16777216",
|
||||
"shared_pool_size": "0",
|
||||
"shared_servers": "1",
|
||||
"shrd_dupl_table_refresh_rate": "60",
|
||||
"skip_unusable_indexes": "TRUE",
|
||||
"sort_area_retained_size": "0",
|
||||
"sort_area_size": "65536",
|
||||
"spatial_vector_acceleration": "FALSE",
|
||||
"spfile": "/opt/oracle/product/12.2.0.1/dbhome_1/dbs/spfileORCLCDB.ora",
|
||||
"sql92_security": "TRUE",
|
||||
"sql_trace": "FALSE",
|
||||
"sqltune_category": "DEFAULT",
|
||||
"standby_archive_dest": "?#/dbs/arch",
|
||||
"standby_db_preserve_states": "NONE",
|
||||
"standby_file_management": "MANUAL",
|
||||
"star_transformation_enabled": "FALSE",
|
||||
"statistics_level": "TYPICAL",
|
||||
"streams_pool_size": "0",
|
||||
"tape_asynch_io": "TRUE",
|
||||
"target_pdbs": "3",
|
||||
"temp_undo_enabled": "FALSE",
|
||||
"thread": "0",
|
||||
"threaded_execution": "FALSE",
|
||||
"timed_os_statistics": "0",
|
||||
"timed_statistics": "TRUE",
|
||||
"trace_enabled": "TRUE",
|
||||
"transactions": "554",
|
||||
"transactions_per_rollback_segment": "5",
|
||||
"undo_management": "AUTO",
|
||||
"undo_retention": "900",
|
||||
"undo_tablespace": "UNDOTBS1",
|
||||
"unified_audit_sga_queue_size": "1048576",
|
||||
"uniform_log_timestamp_format": "TRUE",
|
||||
"use_dedicated_broker": "FALSE",
|
||||
"use_large_pages": "TRUE",
|
||||
"user_dump_dest": "/opt/oracle/product/12.2.0.1/dbhome_1/rdbms/log",
|
||||
"workarea_size_policy": "AUTO",
|
||||
"xml_db_events": "enable"
|
||||
}},
|
||||
"local": null
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"start_time": 1572999607609,
|
||||
"end_time": 1572999638053,
|
||||
"observation_time": 30,
|
||||
"database_type": "oracle",
|
||||
"database_version": "19.0.0.0.0",
|
||||
"workload_name": "tpcc",
|
||||
"real_database_version": "12.2.0.1.0"
|
||||
}
|
|
@ -23,58 +23,23 @@ import requests
|
|||
from fabric.api import env, lcd, local, settings, show, task
|
||||
from fabric.state import output as fabric_output
|
||||
|
||||
from utils import file_exists, get, load_driver_conf, parse_bool, put, run, sudo
|
||||
from utils import (file_exists, get, load_driver_conf, parse_bool,
|
||||
put, run, run_sql_script, sudo, FabricException)
|
||||
|
||||
# Loads the driver config file (defaults to driver_config.py)
|
||||
dconf = load_driver_conf()
|
||||
|
||||
# Fabric settings
|
||||
fabric_output.update({
|
||||
'running': True,
|
||||
'stdout': True,
|
||||
})
|
||||
env.abort_exception = FabricException
|
||||
env.hosts = [dconf.LOGIN]
|
||||
|
||||
# Loads the driver config file (default: driver_config.py)
|
||||
dconf = load_driver_conf()
|
||||
|
||||
|
||||
def _setup():
|
||||
global LOGIN
|
||||
|
||||
# Determine correct login for the type of host connection
|
||||
if dconf.HOST_CONN == 'local':
|
||||
LOGIN = 'localhost'
|
||||
|
||||
elif dconf.HOST_CONN == 'remote':
|
||||
if not dconf.LOGIN_HOST:
|
||||
raise ValueError("LOGIN_HOST must be set if HOST_CONN=remote")
|
||||
|
||||
LOGIN = dconf.LOGIN_HOST
|
||||
if dconf.LOGIN_NAME:
|
||||
LOGIN = '{}@{}'.format(dconf.LOGIN_NAME, LOGIN)
|
||||
|
||||
if dconf.LOGIN_PORT:
|
||||
LOGIN += ':{}'.format(dconf.LOGIN_PORT)
|
||||
|
||||
elif dconf.HOST_CONN == 'docker':
|
||||
if not dconf.CONTAINER_NAME:
|
||||
raise ValueError("CONTAINER_NAME must be set if HOST_CONN=docker")
|
||||
LOGIN = 'localhost'
|
||||
|
||||
else:
|
||||
raise ValueError(("Invalid HOST_CONN: {}. Valid values are "
|
||||
"'local', 'remote', or 'docker'.").format(dconf.HOST_CONN))
|
||||
|
||||
# Update Fabric's host list
|
||||
env.hosts = [LOGIN]
|
||||
|
||||
# Create local directories
|
||||
for d in (dconf.RESULT_DIR, dconf.LOG_DIR, dconf.TEMP_DIR):
|
||||
os.makedirs(d, exist_ok=True)
|
||||
|
||||
# Copy Oracle scripts
|
||||
if dconf.DB_TYPE == 'oracle':
|
||||
put('./oracleScripts', '/home/oracle')
|
||||
sudo('chown -R oracle:oinstall /home/oracle/oracleScripts')
|
||||
|
||||
|
||||
_setup()
|
||||
# Create local directories
|
||||
for _d in (dconf.RESULT_DIR, dconf.LOG_DIR, dconf.TEMP_DIR):
|
||||
os.makedirs(_d, exist_ok=True)
|
||||
|
||||
|
||||
# Configure logging
|
||||
|
@ -145,7 +110,7 @@ def restart_database():
|
|||
else:
|
||||
sudo('pg_ctl -D {} -w -t 600 restart -m fast'.format(dconf.PG_DATADIR), user=dconf.DB_USER)
|
||||
elif dconf.DB_TYPE == 'oracle':
|
||||
run('sh oracleScripts/shutdownOracle.sh && sh oracleScripts/startupOracle.sh')
|
||||
run_sql_script('restartOracle.sh')
|
||||
else:
|
||||
raise Exception("Database Type {} Not Implemented !".format(dconf.DB_TYPE))
|
||||
|
||||
|
@ -175,7 +140,7 @@ def create_user():
|
|||
run("PGPASSWORD={} psql -c \\\"{}\\\" -U postgres -h {}".format(
|
||||
dconf.DB_PASSWORD, sql, dconf.DB_USER, dconf.DB_HOST))
|
||||
elif dconf.DB_TYPE == 'oracle':
|
||||
run('sh oracleScripts/createUser.sh {} {}'.format(dconf.DB_USER, dconf.DB_PASSWORD))
|
||||
run_sql_script('createUser.sh', dconf.DB_USER, dconf.DB_PASSWORD)
|
||||
else:
|
||||
raise Exception("Database Type {} Not Implemented !".format(dconf.DB_TYPE))
|
||||
|
||||
|
@ -187,7 +152,7 @@ def drop_user():
|
|||
run("PGPASSWORD={} psql -c \\\"{}\\\" -U postgres -h {}".format(
|
||||
dconf.DB_PASSWORD, sql, dconf.DB_HOST))
|
||||
elif dconf.DB_TYPE == 'oracle':
|
||||
run('sh oracleScripts/dropUser.sh {}'.format(dconf.DB_USER))
|
||||
run_sql_script('dropUser.sh', dconf.DB_USER)
|
||||
else:
|
||||
raise Exception("Database Type {} Not Implemented !".format(dconf.DB_TYPE))
|
||||
|
||||
|
@ -456,16 +421,15 @@ def dump_database():
|
|||
LOG.info('Dump database %s to %s', dconf.DB_NAME, dumpfile)
|
||||
|
||||
if dconf.DB_TYPE == 'oracle':
|
||||
cmd = 'sh oracleScripts/dumpOracle.sh {} {} {} {}'.format(
|
||||
dconf.DB_USER, dconf.DB_PASSWORD, dconf.DB_NAME, dconf.DB_DUMP_DIR)
|
||||
run_sql_script('dumpOracle.sh', dconf.DB_USER, dconf.DB_PASSWORD,
|
||||
dconf.DB_NAME, dconf.DB_DUMP_DIR)
|
||||
|
||||
elif dconf.DB_TYPE == 'postgres':
|
||||
cmd = 'PGPASSWORD={} pg_dump -U {} -h {} -F c -d {} > {}'.format(
|
||||
run('PGPASSWORD={} pg_dump -U {} -h {} -F c -d {} > {}'.format(
|
||||
dconf.DB_PASSWORD, dconf.DB_USER, dconf.DB_HOST, dconf.DB_NAME,
|
||||
dumpfile)
|
||||
dumpfile))
|
||||
else:
|
||||
raise Exception("Database Type {} Not Implemented !".format(dconf.DB_TYPE))
|
||||
run(cmd)
|
||||
return True
|
||||
|
||||
|
||||
|
@ -475,23 +439,20 @@ def restore_database():
|
|||
if not file_exists(dumpfile):
|
||||
raise FileNotFoundError("Database dumpfile '{}' does not exist!".format(dumpfile))
|
||||
|
||||
LOG.info('Start restoring database')
|
||||
if dconf.DB_TYPE == 'oracle':
|
||||
# You must create a directory named dpdata through sqlplus in your Oracle database
|
||||
# The following script assumes such directory exists.
|
||||
drop_user()
|
||||
create_user()
|
||||
cmd = 'sh oracleScripts/restoreOracle.sh {} {}'.format(dconf.DB_USER, dconf.DB_NAME)
|
||||
|
||||
run_sql_script('restoreOracle.sh', dconf.DB_USER, dconf.DB_NAME)
|
||||
elif dconf.DB_TYPE == 'postgres':
|
||||
drop_database()
|
||||
create_database()
|
||||
cmd = 'PGPASSWORD={} pg_restore -U {} -h {} -n public -j 8 -F c -d {} {}'.format(
|
||||
dconf.DB_PASSWORD, dconf.DB_USER, dconf.DB_HOST, dconf.DB_NAME, dumpfile)
|
||||
run('PGPASSWORD={} pg_restore -U {} -h {} -n public -j 8 -F c -d {} {}'.format(
|
||||
dconf.DB_PASSWORD, dconf.DB_USER, dconf.DB_HOST, dconf.DB_NAME, dumpfile))
|
||||
else:
|
||||
raise Exception("Database Type {} Not Implemented !".format(dconf.DB_TYPE))
|
||||
|
||||
LOG.info('Start restoring database')
|
||||
run(cmd)
|
||||
LOG.info('Finish restoring database')
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
sqlplus / as sysdba <<EOF
|
||||
shutdown immediate
|
||||
startup
|
||||
quit
|
||||
EOF
|
||||
|
|
@ -8,14 +8,43 @@ dconf = None
|
|||
|
||||
|
||||
def load_driver_conf():
|
||||
driver_conf = os.environ.get('DRIVER_CONFIG', 'driver_config')
|
||||
if driver_conf.endswith('.py'):
|
||||
driver_conf = driver_conf[:-len('.py')]
|
||||
dmod = importlib.import_module(driver_conf)
|
||||
# The default config file is 'driver_config.py' but you can use
|
||||
# set the env 'DRIVER_CONFIG' to the path of a different config
|
||||
# file to override it.
|
||||
global dconf
|
||||
if not dconf:
|
||||
dconf = dmod
|
||||
return dmod
|
||||
driver_conf = os.environ.get('DRIVER_CONFIG', 'driver_config')
|
||||
if driver_conf.endswith('.py'):
|
||||
driver_conf = driver_conf[:-len('.py')]
|
||||
mod = importlib.import_module(driver_conf)
|
||||
dconf = mod
|
||||
|
||||
# Generate the login string of the host connection
|
||||
if dconf.HOST_CONN == 'local':
|
||||
login_str = 'localhost'
|
||||
|
||||
elif dconf.HOST_CONN == 'remote':
|
||||
if not dconf.LOGIN_HOST:
|
||||
raise ValueError("LOGIN_HOST must be set if HOST_CONN=remote")
|
||||
|
||||
login_str = dconf.LOGIN_HOST
|
||||
if dconf.LOGIN_NAME:
|
||||
login_str = '{}@{}'.format(dconf.LOGIN_NAME, login_str)
|
||||
|
||||
if dconf.LOGIN_PORT:
|
||||
login_str += ':{}'.format(dconf.LOGIN_PORT)
|
||||
|
||||
elif dconf.HOST_CONN == 'docker':
|
||||
if not dconf.CONTAINER_NAME:
|
||||
raise ValueError("CONTAINER_NAME must be set if HOST_CONN=docker")
|
||||
login_str = 'localhost'
|
||||
|
||||
else:
|
||||
raise ValueError(("Invalid HOST_CONN: {}. Valid values are "
|
||||
"'local', 'remote', or 'docker'.").format(dconf.HOST_CONN))
|
||||
dconf.LOGIN = login_str
|
||||
|
||||
return dconf
|
||||
|
||||
|
||||
def parse_bool(value):
|
||||
|
@ -103,8 +132,35 @@ def put(local_path, remote_path, use_sudo=False):
|
|||
return res
|
||||
|
||||
|
||||
@task
|
||||
def run_sql_script(scriptfile, *args):
|
||||
if dconf.DB_TYPE == 'oracle':
|
||||
if dconf.HOST_CONN != 'local':
|
||||
scriptdir = '/home/oracle/oracleScripts'
|
||||
remote_path = os.path.join(scriptdir, scriptfile)
|
||||
if not file_exists(remote_path):
|
||||
run('mkdir -p {}'.format(scriptdir))
|
||||
put(os.path.join('./oracleScripts', scriptfile), remote_path)
|
||||
sudo('chown -R oracle:oinstall /home/oracle/oracleScripts')
|
||||
res = run('sh {} {}'.format(remote_path, ' '.join(args)))
|
||||
else:
|
||||
raise Exception("Database Type {} Not Implemented !".format(dconf.DB_TYPE))
|
||||
return res
|
||||
|
||||
|
||||
@task
|
||||
def file_exists(filename):
|
||||
with settings(warn_only=True), hide('warnings'):
|
||||
res = run('[ -f {} ]'.format(filename))
|
||||
return res.return_code == 0
|
||||
|
||||
|
||||
@task
|
||||
def dir_exists(dirname):
|
||||
with settings(warn_only=True), hide('warnings'):
|
||||
res = run('[ -d {} ]'.format(dirname))
|
||||
return res.return_code == 0
|
||||
|
||||
|
||||
class FabricException(Exception):
|
||||
pass
|
||||
|
|
|
@ -219,9 +219,9 @@ def process_version(version, delim=','):
|
|||
|
||||
|
||||
def main():
|
||||
process_version(19)
|
||||
# process_version(12)
|
||||
process_version(121, delim='|')
|
||||
process_version(19) # v19c
|
||||
process_version(12) # v12.2c
|
||||
process_version(121, delim='|') # v12.1c
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
@ -0,0 +1,418 @@
|
|||
"NUM","NAME","TYPE","VALUE","DISPLAY_VALUE","DEFAULT_VALUE","ISDEFAULT","ISSES_MODIFIABLE","ISSYS_MODIFIABLE","ISPDB_MODIFIABLE","ISINSTANCE_MODIFIABLE","ISMODIFIED","ISADJUSTED","ISDEPRECATED","ISBASIC","DESCRIPTION","UPDATE_COMMENT","HASH","CON_ID"
|
||||
2995,"DBFIPS_140",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Enable use of crypographic libraries in FIPS mode, public",,2966734791,1
|
||||
2977,"O7_DICTIONARY_ACCESSIBILITY",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","TRUE","FALSE","Version 7 Dictionary Accessibility Support",,1977079269,1
|
||||
957,"active_instance_count",3,,,"4294967295","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","number of active instances in the cluster database",,1385697455,1
|
||||
4133,"allow_global_dblinks",1,"FALSE","FALSE","FALSE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","LDAP lookup for DBLINKS",,861057877,1
|
||||
237,"allow_group_access_to_sga",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Allow read access for SGA to users of Oracle owner group",,1282645390,1
|
||||
4025,"approx_for_aggregation",1,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Replace exact aggregation with approximate aggregation",,1811015687,1
|
||||
4026,"approx_for_count_distinct",1,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Replace count distinct with approx_count_distinct",,30269921,1
|
||||
4056,"approx_for_percentile",2,"none","none","none","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Replace percentile_* with approx_percentile",,855482260,1
|
||||
4146,"aq_tm_processes",3,"1","1","1","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","number of AQ Time Managers to start",,2948523121,1
|
||||
1804,"archive_lag_target",3,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Maximum number of seconds of redos the standby could lose",,592789495,1
|
||||
4350,"asm_diskgroups",2,,,"NULL","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","disk groups to mount automatically",,3280069317,1
|
||||
4333,"asm_diskstring",2,,,"NULL","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","disk set locations for discovery",,2084877408,1
|
||||
4454,"asm_io_processes",3,"20","20","20","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","number of I/O processes per domain in the ASM IOSERVER instance",,2328737612,1
|
||||
4354,"asm_power_limit",3,"1","1","1","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","number of parallel relocations for disk rebalancing",,3074083193,1
|
||||
4335,"asm_preferred_read_failure_groups",2,,,"NULL","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","TRUE","FALSE","preferred read failure groups",,1510746396,1
|
||||
3263,"audit_file_dest",2,"/opt/oracle/admin/ORCLCDB/adump","/opt/oracle/admin/ORCLCDB/adump","$ORACLE_BASE/admin/@/adump","FALSE","FALSE","DEFERRED","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Directory in which auditing files are to reside",,2188534560,1
|
||||
2989,"audit_sys_operations",1,"FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","enable sys auditing",,2991425711,1
|
||||
3264,"audit_syslog_level",2,,,"NULL","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Syslog facility and level",,1189300432,1
|
||||
3300,"audit_trail",2,"NONE","NONE","none","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","enable system auditing",,4289193100,1
|
||||
4580,"autotask_max_active_pdbs",3,"2","2","2","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Setting for Autotask Maximum Maintenance PDBs",,193966638,1
|
||||
4534,"awr_pdb_autoflush_enabled",1,"FALSE","FALSE","FALSE","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Enable/Disable AWR automatic PDB flushing",,944458775,1
|
||||
4535,"awr_snapshot_time_offset",3,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Setting for AWR Snapshot Time Offset",,3285753433,1
|
||||
3250,"background_core_dump",2,"partial","partial","part","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Core Size for Background Processes",,1863643544,1
|
||||
3251,"background_dump_dest",2,"/opt/oracle/product/12.2.0.1/dbhome_1/rdbms/log","/opt/oracle/product/12.2.0.1/dbhome_1/rdbms/log","$ORACLE_BASE/admin/@/bdump","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","TRUE","FALSE","Detached process dump directory",,3665100166,1
|
||||
354,"backup_tape_io_slaves",1,"FALSE","FALSE","FALSE","TRUE","FALSE","DEFERRED","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","BACKUP Tape I/O slaves",,3484415485,1
|
||||
3116,"bitmap_merge_area_size",3,"1048576","1048576","1048576","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","maximum memory allow for BITMAP MERGE",,1575972631,1
|
||||
3341,"blank_trimming",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","blank trimming semantics parameter",,1367606241,1
|
||||
1510,"buffer_pool_keep",2,,,"NONE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","Number of database blocks/latches in keep buffer pool",,4221146327,1
|
||||
1511,"buffer_pool_recycle",2,,,"NONE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","Number of database blocks/latches in recycle buffer pool",,243965399,1
|
||||
4717,"cdb_cluster",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","if TRUE startup in CDB Cluster mode",,2200453584,1
|
||||
4718,"cdb_cluster_name",2,"ORCLCDB","ORCLCDB","NONE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","CDB Cluster name",,1639532350,1
|
||||
3321,"cell_offload_compaction",2,"ADAPTIVE","ADAPTIVE","ADAPTIVE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Cell packet compaction strategy",,3388561534,1
|
||||
3319,"cell_offload_decryption",1,"TRUE","TRUE","TRUE","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","enable SQL processing offload of encrypted data to cells",,1760070659,1
|
||||
3320,"cell_offload_parameters",2,,,"NONE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Additional cell offload parameters",,2383178748,1
|
||||
3322,"cell_offload_plan_display",2,"AUTO","AUTO","AUTO","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Cell offload explain plan display",,1313668841,1
|
||||
3317,"cell_offload_processing",1,"TRUE","TRUE","TRUE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","enable SQL processing offload to cells",,3671696352,1
|
||||
4680,"cell_offloadgroup_name",2,,,"NULL","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Set the offload group name",,2577808808,1
|
||||
3043,"circuits",3,,,"4294967295","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","max number of circuits",,4176376279,1
|
||||
4107,"client_result_cache_lag",6,"3000","3000","3000","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","client result cache maximum lag in milliseconds",,1078110587,1
|
||||
4106,"client_result_cache_size",6,"0","0","0","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","client result cache max size in bytes",,3890547889,1
|
||||
380,"clonedb",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","clone database",,928499171,1
|
||||
867,"clonedb_dir",2,,,"NULL","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","CloneDB Directory",,924431809,1
|
||||
1865,"cluster_database",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","if TRUE startup in cluster database mode",,3044213568,1
|
||||
1866,"cluster_database_instances",3,"1","1","4294967295","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","number of instances to use for sizing cluster db SGA structures",,2296134110,1
|
||||
695,"cluster_interconnects",2,,,"NONE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","interconnects for RAC use",,453198651,1
|
||||
3296,"commit_logging",2,,,"NULL","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","transaction commit log write behaviour",,1056517785,1
|
||||
3024,"commit_point_strength",3,"1","1","1","TRUE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","Bias this node has toward not preparing in a two-phase commit",,2235849826,1
|
||||
3295,"commit_wait",2,,,"NULL","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","transaction commit log wait behaviour",,3338003716,1
|
||||
3294,"commit_write",2,,,"NULL","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","TRUE","FALSE","transaction commit log write behaviour",,4194277916,1
|
||||
4702,"common_user_prefix",2,"C##","C##","NONE","TRUE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","Enforce restriction on a prefix of a Common User/Role/Profile name",,1614452063,1
|
||||
1647,"compatible",2,"12.2.0","12.2.0",,"FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","Database will be completely compatible with this software version",,2586206788,1
|
||||
3068,"connection_brokers",2,"((TYPE=DEDICATED)(BROKERS=1)), ((TYPE=EMON)(BROKERS=1))","((TYPE=DEDICATED)(BROKERS=1)), ((TYPE=EMON)(BROKERS=1))","NULL","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","connection brokers specification","connection_brokers default value",1187202324,1
|
||||
4750,"containers_parallel_degree",3,"65535","65535","65535","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Parallel degree for a CONTAINERS() query",,54876967,1
|
||||
1415,"control_file_record_keep_time",3,"7","7","7","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","control file record keep time in days",,98688804,1
|
||||
1404,"control_files",2,"/opt/oracle/oradata/ORCLCDB/control01.ctl","/opt/oracle/oradata/ORCLCDB/control01.ctl","?=/dbs/cntrl@.dbf","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","control file names list",,2567365799,1
|
||||
4508,"control_management_pack_access",2,"DIAGNOSTIC+TUNING","DIAGNOSTIC+TUNING","DIAGNOSTIC+TUNING","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","declares which manageability packs are enabled",,1240641681,1
|
||||
3253,"core_dump_dest",2,"/opt/oracle/diag/rdbms/orclcdb/ORCLCDB/cdump","/opt/oracle/diag/rdbms/orclcdb/ORCLCDB/cdump","$ORACLE_BASE/admin/@/cdump","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Core dump directory",,18033226,1
|
||||
111,"cpu_count",3,"4","4","0","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","number of CPUs for this instance",,1095434542,1
|
||||
3115,"create_bitmap_area_size",3,"8388608","8388608","8388608","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","size of create bitmap buffer for bitmap index",,2520699331,1
|
||||
2955,"create_stored_outlines",2,,,"NULL","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","create stored outlines for DML statements",,4265209363,1
|
||||
3579,"cursor_bind_capture_destination",2,"memory+disk","memory+disk","memory+disk","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Allowed destination for captured bind variables",,766397948,1
|
||||
4020,"cursor_invalidation",2,"IMMEDIATE","IMMEDIATE","IMMEDIATE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","default for DDL cursor invalidation semantics",,233636923,1
|
||||
3120,"cursor_sharing",2,"EXACT","EXACT","EXACT","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","cursor sharing mode",,3355675594,1
|
||||
3072,"cursor_space_for_time",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","use more memory in order to get faster execution",,4277774490,1
|
||||
1747,"data_guard_sync_latency",3,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Data Guard SYNC latency",,1162850028,1
|
||||
2279,"data_transfer_cache_size",6,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Size of data transfer cache",,2667697950,1
|
||||
1448,"db_16k_cache_size",6,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Size of cache for 16K buffers",,1652300362,1
|
||||
1445,"db_2k_cache_size",6,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Size of cache for 2K buffers",,1251260559,1
|
||||
1449,"db_32k_cache_size",6,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Size of cache for 32K buffers",,63005144,1
|
||||
1446,"db_4k_cache_size",6,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Size of cache for 4K buffers",,2460170291,1
|
||||
1447,"db_8k_cache_size",6,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Size of cache for 8K buffers",,1564706367,1
|
||||
1456,"db_big_table_cache_percent_target",2,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Big table cache target size in percentage",,2539063750,1
|
||||
1422,"db_block_buffers",3,"0","0","0","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","Number of database blocks cached in memory",,2234540729,1
|
||||
2561,"db_block_checking",2,"FALSE","FALSE","FALSE","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","header checking and data and index block checking",,1476124072,1
|
||||
1426,"db_block_checksum",2,"TYPICAL","TYPICAL","TYPICAL","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","store checksum in db blocks and check during reads",,236379301,1
|
||||
1428,"db_block_size",3,"8192","8192","8192","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","Size of database block in bytes",,3433134853,1
|
||||
1627,"db_cache_advice",2,"ON","ON","OFF","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Buffer cache sizing advisory",,76537751,1
|
||||
1443,"db_cache_size",6,"0","0","0","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Size of DEFAULT buffer pool for standard block size buffers",,1878231416,1
|
||||
1867,"db_create_file_dest",2,,,"NONE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","TRUE","default database location",,203090614,1
|
||||
1868,"db_create_online_log_dest_1",2,,,"NONE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","TRUE","online log/controlfile destination #1",,1631516011,1
|
||||
1869,"db_create_online_log_dest_2",2,,,"NONE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","TRUE","online log/controlfile destination #2",,563999388,1
|
||||
1870,"db_create_online_log_dest_3",2,,,"NONE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","online log/controlfile destination #3",,1878635215,1
|
||||
1871,"db_create_online_log_dest_4",2,,,"NONE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","online log/controlfile destination #4",,2503927821,1
|
||||
1872,"db_create_online_log_dest_5",2,,,"NONE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","online log/controlfile destination #5",,1433039549,1
|
||||
3019,"db_domain",2,,,"NULL","TRUE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","TRUE","directory part of global database name stored with CREATE DATABASE",,2669961844,1
|
||||
1860,"db_file_multiblock_read_count",3,"128","128","0","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","db block to be read each IO",,1428169303,1
|
||||
1413,"db_file_name_convert",2,,,"NULL","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","datafile name convert patterns and strings for standby/clone db",,2967069573,1
|
||||
1859,"db_files",3,"200","200","200","TRUE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","max allowable # db files",,314572703,1
|
||||
1575,"db_flash_cache_file",2,,,"NONE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","flash cache file for default block size",,2154593857,1
|
||||
1576,"db_flash_cache_size",6,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","flash cache size for db_flash_cache_file",,2662488753,1
|
||||
2155,"db_flashback_retention_target",3,"1440","1440","1440","TRUE","FALSE","IMMEDIATE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Maximum Flashback Database log retention time in minutes.",,2211957778,1
|
||||
2616,"db_index_compression_inheritance",2,"NONE","NONE","NONE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","options for table or tablespace level compression inheritance",,702102530,1
|
||||
1450,"db_keep_cache_size",6,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Size of KEEP buffer pool for standard block size buffers",,1851163622,1
|
||||
1998,"db_lost_write_protect",2,"NONE","NONE","NONE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","enable lost write detection",,1160013993,1
|
||||
3326,"db_name",2,"ORCLCDB","ORCLCDB","NONE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","database name specified in CREATE DATABASE",,704871292,1
|
||||
426,"db_performance_profile",2,,,"NULL","TRUE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","Database performance category",,3630520311,1
|
||||
1873,"db_recovery_file_dest",2,,,"NONE","TRUE","FALSE","IMMEDIATE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","default database recovery file location",,3387568471,1
|
||||
1874,"db_recovery_file_dest_size",6,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","database recovery files size limit",,1541539076,1
|
||||
1451,"db_recycle_cache_size",6,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Size of RECYCLE buffer pool for standard block size buffers",,409865660,1
|
||||
2720,"db_securefile",2,"PREFERRED","PREFERRED","P","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","permit securefile storage during lob creation",,3201873517,1
|
||||
1427,"db_ultra_safe",2,"OFF","OFF","OFF","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Sets defaults for other parameters that control protection levels",,93442106,1
|
||||
3327,"db_unique_name",2,"ORCLCDB","ORCLCDB","NONE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","Database Unique Name",,2994684304,1
|
||||
1974,"db_unrecoverable_scn_tracking",1,"TRUE","TRUE","TRUE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Track nologging SCN in controlfile",,1772971972,1
|
||||
1482,"db_writer_processes",3,"1","1","0","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","number of background database writer processes to start",,2675391963,1
|
||||
350,"dbwr_io_slaves",3,"0","0","4294967295","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","DBWR I/O slaves",,3394903742,1
|
||||
3732,"ddl_lock_timeout",3,"0","0","0","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","timeout to restrict the time that ddls wait for dml lock",,2606707053,1
|
||||
4758,"default_sharing",2,"metadata","metadata","metadata","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Default sharing clause",,3481738328,1
|
||||
3734,"deferred_segment_creation",1,"TRUE","TRUE","TRUE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","defer segment creation to first insert",,2736380908,1
|
||||
4216,"dg_broker_config_file1",2,"/opt/oracle/product/12.2.0.1/dbhome_1/dbs/dr1ORCLCDB.dat","/opt/oracle/product/12.2.0.1/dbhome_1/dbs/dr1ORCLCDB.dat","NULL","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","data guard broker configuration file #1",,2265440370,1
|
||||
4217,"dg_broker_config_file2",2,"/opt/oracle/product/12.2.0.1/dbhome_1/dbs/dr2ORCLCDB.dat","/opt/oracle/product/12.2.0.1/dbhome_1/dbs/dr2ORCLCDB.dat","NULL","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","data guard broker configuration file #2",,2561076650,1
|
||||
4215,"dg_broker_start",1,"FALSE","FALSE","FALSE","TRUE","FALSE","IMMEDIATE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","start Data Guard broker (DMON process)",,2843461333,1
|
||||
4619,"diagnostic_dest",2,"/opt/oracle","/opt/oracle","?#/log","FALSE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","diagnostic base directory",,3957361937,1
|
||||
4726,"disable_pdb_feature",6,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Disable features",,2963331633,1
|
||||
347,"disk_asynch_io",1,"TRUE","TRUE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Use asynch I/O for random access devices",,629465343,1
|
||||
3039,"dispatchers",2,"(PROTOCOL=TCP) (SERVICE=ORCLCDBXDB)","(PROTOCOL=TCP) (SERVICE=ORCLCDBXDB)","NULL","FALSE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","specifications of dispatchers",,2044337135,1
|
||||
3021,"distributed_lock_timeout",3,"60","60","60","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","number of seconds a distributed transaction waits for a lock",,842900040,1
|
||||
2297,"dml_locks",3,"2216","2216","4294967295","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","dml locks - one for each table modified in a transaction",,1576699050,1
|
||||
365,"dnfs_batch_size",3,"4096","4096","4096","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Max number of dNFS asynch I/O requests queued per session",,1994133209,1
|
||||
3808,"dst_upgrade_insert_conv",1,"TRUE","TRUE","TRUE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Enables/Disables internal conversions during DST upgrade",,2379457992,1
|
||||
4581,"enable_automatic_maintenance_pdb",1,"TRUE","TRUE","TRUE","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Enable/Disable Automated Maintenance for Non-Root PDB",,229256255,1
|
||||
4103,"enable_ddl_logging",1,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","enable ddl logging",,2442221836,1
|
||||
873,"enable_dnfs_dispatcher",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Enable DNFS Dispatcher",,1212402461,1
|
||||
2092,"enable_goldengate_replication",1,"FALSE","FALSE","FALSE","TRUE","FALSE","IMMEDIATE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","goldengate replication enabled",,1531782384,1
|
||||
4691,"enable_pluggable_database",1,"TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Enable Pluggable Database",,515850361,1
|
||||
1987,"enabled_PDBs_on_standby",2,"*","*","*","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","List of Enabled PDB patterns",,4147752604,1
|
||||
1474,"encrypt_new_tablespaces",2,"CLOUD_ONLY","CLOUD_ONLY","CLOUD_ONLY","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","whether to encrypt newly created tablespaces",,2650595996,1
|
||||
126,"event",2,,,"NONE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","debug event control - default null string",,557769962,1
|
||||
741,"exafusion_enabled",3,"1","1","1","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Enable Exafusion",,1832486959,1
|
||||
2997,"external_keystore_credential_location",2,,,"NONE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","external keystore credential location",,3445623151,1
|
||||
1735,"fal_client",2,,,"NONE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FAL client",,1512728298,1
|
||||
1736,"fal_server",2,,,"NONE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FAL server list",,72419950,1
|
||||
1989,"fast_start_io_target",3,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","TRUE","FALSE","Upper bound on recovery reads",,1445495989,1
|
||||
1990,"fast_start_mttr_target",3,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","MTTR target in seconds",,3666596407,1
|
||||
2353,"fast_start_parallel_rollback",2,"LOW","LOW","LOW","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","max number of parallel recovery slaves that may be used",,1116456128,1
|
||||
765,"file_mapping",1,"FALSE","FALSE","FALSE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","enable file mapping",,232153461,1
|
||||
362,"fileio_network_adapters",2,,,"NULL","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Network Adapters for File I/O",,3529525450,1
|
||||
364,"filesystemio_options",2,"none","none","asynch","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","IO operations on filesystem files",,752770605,1
|
||||
3299,"fixed_date",2,,,"NONE","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","fixed SYSDATE value",,48917745,1
|
||||
940,"gcs_server_processes",3,"0","0","0","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","number of background gcs server processes to start",,3586934196,1
|
||||
3020,"global_names",1,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","enforce that database links have same name as remote database",,2700405834,1
|
||||
3027,"global_txn_processes",3,"1","1","1","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","number of background global transaction processes to start",,1426614060,1
|
||||
3175,"hash_area_size",3,"131072","131072","0","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","size of in-memory hash work area",,3018060907,1
|
||||
2506,"heat_map",2,"OFF","OFF","OFF","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","ILM Heatmap Tracking",,557025825,1
|
||||
155,"hi_shared_memory_address",3,"0","0","0","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","SGA starting address (high order 32-bits on 64-bit platforms)",,2467282562,1
|
||||
4211,"hs_autoregister",1,"TRUE","TRUE","TRUE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","enable automatic server DD updates in HS agent self-registration",,3959246632,1
|
||||
3329,"ifile",4,,,"NULL","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","include file in init.ora",,636214420,1
|
||||
2126,"inmemory_adg_enabled",1,"TRUE","TRUE","TRUE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Enable IMC support on ADG",,855648782,1
|
||||
2756,"inmemory_clause_default",2,,,"NONE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Default in-memory clause for new tables",,2908041815,1
|
||||
2761,"inmemory_expressions_usage",2,"ENABLE","ENABLE","ENABLE","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Controls which In-Memory Expressions are populated in-memory",,619630228,1
|
||||
2757,"inmemory_force",2,"DEFAULT","DEFAULT","DEFAULT","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Force tables to be in-memory or not",,1497834589,1
|
||||
2777,"inmemory_max_populate_servers",3,"0","0","65535","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","maximum inmemory populate servers",,294396442,1
|
||||
2758,"inmemory_query",2,"ENABLE","ENABLE","ENABLE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Specifies whether in-memory queries are allowed",,2615592267,1
|
||||
2528,"inmemory_size",6,"0","0","0","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","size in bytes of in-memory area",,2061531072,1
|
||||
2779,"inmemory_trickle_repopulate_servers_percent",3,"1","1","1","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","inmemory trickle repopulate servers percent",,1428503803,1
|
||||
2762,"inmemory_virtual_columns",2,"MANUAL","MANUAL","MANUAL","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Controls which user-defined virtual columns are stored in-memory",,3211758405,1
|
||||
94,"instance_abort_delay_time",3,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","time to delay an internal initiated abort (in seconds)",,2964226596,1
|
||||
117,"instance_groups",2,,,"NULL","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","list of instance group names",,714080904,1
|
||||
1100,"instance_mode",2,"READ-WRITE","READ-WRITE","read-write","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","indicates whether the instance read-only or read-write or read-mostly",,2136961442,1
|
||||
3038,"instance_name",2,"ORCLCDB","ORCLCDB","NULL","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","instance name supported by the instance",,2256857119,1
|
||||
2423,"instance_number",3,"0","0","0","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","instance number",,3331028598,1
|
||||
277,"instance_type",2,"RDBMS","RDBMS","RDBMS","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","type of instance to be executed",,3061809694,1
|
||||
381,"instant_restore",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","instant repopulation of datafiles",,4142333245,1
|
||||
3104,"java_jit_enabled",1,"TRUE","TRUE","TRUE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Java VM JIT enabled",,3091533831,1
|
||||
252,"java_max_sessionspace_size",3,"0","0","0","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","max allowed size in bytes of a Java sessionspace",,2976582011,1
|
||||
244,"java_pool_size",6,"0","0","25165824","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","size in bytes of java pool",,682389752,1
|
||||
3105,"java_restrict",2,"none","none","none","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Restrict Java VM Access",,3776423980,1
|
||||
251,"java_soft_sessionspace_limit",3,"0","0","0","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","warning limit on size in bytes of a Java sessionspace",,2289238341,1
|
||||
3106,"job_queue_processes",3,"4000","4000","4000","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","maximum number of job queue slave processes",,1663833312,1
|
||||
242,"large_pool_size",6,"0","0","134217728","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","size in bytes of large pool",,4033299612,1
|
||||
2967,"ldap_directory_access",2,"NONE","NONE","NONE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","RDBMS's LDAP access option",,366357953,1
|
||||
2968,"ldap_directory_sysauth",2,"no","no","no","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","OID usage parameter",,3590721065,1
|
||||
59,"license_max_sessions",3,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","maximum number of non-system user sessions allowed",,2409810571,1
|
||||
2983,"license_max_users",3,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","maximum number of named users that can be created in the database",,849023886,1
|
||||
60,"license_sessions_warning",3,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","warning level for number of non-system user sessions",,4168462818,1
|
||||
3047,"listener_networks",2,,,"NULL","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","listener registration networks",,131162088,1
|
||||
3045,"local_listener",2,,,"NULL","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","local listener",,1166810346,1
|
||||
52,"lock_name_space",2,,,"NULL","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","lock name space used for generating lock names for standby/clone database",,1022980314,1
|
||||
157,"lock_sga",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Lock entire SGA in physical memory",,3105560606,1
|
||||
1754,"log_archive_config",2,,,"NONE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","log archive config",,1745268181,1
|
||||
1727,"log_archive_dest",2,,,"NONE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination text string",,2428527576,1
|
||||
1664,"log_archive_dest_1",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","TRUE","archival destination #1 text string",,2668113655,1
|
||||
1673,"log_archive_dest_10",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #10 text string",,4052929217,1
|
||||
1674,"log_archive_dest_11",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #11 text string",,250996408,1
|
||||
1675,"log_archive_dest_12",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #12 text string",,2055242793,1
|
||||
1676,"log_archive_dest_13",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #13 text string",,3129541886,1
|
||||
1677,"log_archive_dest_14",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #14 text string",,646973396,1
|
||||
1678,"log_archive_dest_15",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #15 text string",,2102065363,1
|
||||
1679,"log_archive_dest_16",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #16 text string",,3433075299,1
|
||||
1680,"log_archive_dest_17",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #17 text string",,3605958982,1
|
||||
1681,"log_archive_dest_18",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #18 text string",,2185923656,1
|
||||
1682,"log_archive_dest_19",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #19 text string",,3460444459,1
|
||||
1665,"log_archive_dest_2",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","TRUE","archival destination #2 text string",,993174268,1
|
||||
1683,"log_archive_dest_20",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #20 text string",,4223402204,1
|
||||
1684,"log_archive_dest_21",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #21 text string",,1524973738,1
|
||||
1685,"log_archive_dest_22",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #22 text string",,2302788208,1
|
||||
1686,"log_archive_dest_23",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #23 text string",,428356674,1
|
||||
1687,"log_archive_dest_24",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #24 text string",,875888895,1
|
||||
1688,"log_archive_dest_25",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #25 text string",,2545053957,1
|
||||
1689,"log_archive_dest_26",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #26 text string",,1817558786,1
|
||||
1690,"log_archive_dest_27",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #27 text string",,4097113290,1
|
||||
1691,"log_archive_dest_28",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #28 text string",,1607184325,1
|
||||
1692,"log_archive_dest_29",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #29 text string",,3817697632,1
|
||||
1666,"log_archive_dest_3",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #3 text string",,4019416444,1
|
||||
1693,"log_archive_dest_30",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #30 text string",,2615509879,1
|
||||
1694,"log_archive_dest_31",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #31 text string",,3017163142,1
|
||||
1667,"log_archive_dest_4",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #4 text string",,4076933173,1
|
||||
1668,"log_archive_dest_5",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #5 text string",,2983371913,1
|
||||
1669,"log_archive_dest_6",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #6 text string",,3163254911,1
|
||||
1670,"log_archive_dest_7",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #7 text string",,1195731386,1
|
||||
1671,"log_archive_dest_8",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #8 text string",,1294131998,1
|
||||
1672,"log_archive_dest_9",2,,,"NONE","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #9 text string",,2975895765,1
|
||||
1695,"log_archive_dest_state_1",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","TRUE","archival destination #1 state text string",,2730384854,1
|
||||
1704,"log_archive_dest_state_10",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #10 state text string",,1751244906,1
|
||||
1705,"log_archive_dest_state_11",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #11 state text string",,2886606469,1
|
||||
1706,"log_archive_dest_state_12",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #12 state text string",,3304517691,1
|
||||
1707,"log_archive_dest_state_13",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #13 state text string",,2269052938,1
|
||||
1708,"log_archive_dest_state_14",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #14 state text string",,2727699920,1
|
||||
1709,"log_archive_dest_state_15",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #15 state text string",,2514322449,1
|
||||
1710,"log_archive_dest_state_16",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #16 state text string",,2187424721,1
|
||||
1711,"log_archive_dest_state_17",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #17 state text string",,1347081708,1
|
||||
1712,"log_archive_dest_state_18",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #18 state text string",,2558416988,1
|
||||
1713,"log_archive_dest_state_19",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #19 state text string",,1838072217,1
|
||||
1696,"log_archive_dest_state_2",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","TRUE","archival destination #2 state text string",,148092523,1
|
||||
1714,"log_archive_dest_state_20",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #20 state text string",,2897696991,1
|
||||
1715,"log_archive_dest_state_21",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #21 state text string",,1810950964,1
|
||||
1716,"log_archive_dest_state_22",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #22 state text string",,3965758431,1
|
||||
1717,"log_archive_dest_state_23",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #23 state text string",,1640771709,1
|
||||
1718,"log_archive_dest_state_24",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #24 state text string",,312358666,1
|
||||
1719,"log_archive_dest_state_25",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #25 state text string",,2480335086,1
|
||||
1720,"log_archive_dest_state_26",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #26 state text string",,2373194801,1
|
||||
1721,"log_archive_dest_state_27",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #27 state text string",,3084460413,1
|
||||
1722,"log_archive_dest_state_28",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #28 state text string",,1760097473,1
|
||||
1723,"log_archive_dest_state_29",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #29 state text string",,2023610917,1
|
||||
1697,"log_archive_dest_state_3",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #3 state text string",,2513869874,1
|
||||
1724,"log_archive_dest_state_30",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #30 state text string",,2972207749,1
|
||||
1725,"log_archive_dest_state_31",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #31 state text string",,4128759905,1
|
||||
1698,"log_archive_dest_state_4",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #4 state text string",,3691366817,1
|
||||
1699,"log_archive_dest_state_5",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #5 state text string",,3081952655,1
|
||||
1700,"log_archive_dest_state_6",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #6 state text string",,304021296,1
|
||||
1701,"log_archive_dest_state_7",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #7 state text string",,3630253584,1
|
||||
1702,"log_archive_dest_state_8",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #8 state text string",,3554679994,1
|
||||
1703,"log_archive_dest_state_9",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","archival destination #9 state text string",,1436305019,1
|
||||
1728,"log_archive_duplex_dest",2,,,"NONE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","duplex archival destination text string",,3687644184,1
|
||||
1758,"log_archive_format",2,"%t_%s_%r.dbf","%t_%s_%r.dbf","%t_%s_%r.dbf","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","archival destination format",,267180648,1
|
||||
1777,"log_archive_max_processes",3,"4","4","4","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","maximum number of active ARCH processes",,3132953756,1
|
||||
1729,"log_archive_min_succeed_dest",3,"1","1","1","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","minimum number of archive destinations that must succeed",,3835057806,1
|
||||
1726,"log_archive_start",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","start archival process on SGA initialization",,952772995,1
|
||||
1738,"log_archive_trace",3,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Establish archivelog operation tracing level",,967210318,1
|
||||
1794,"log_buffer",6,"7634944","7456K","0","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","redo circular buffer size","log buffer update",1173026923,1
|
||||
1801,"log_checkpoint_interval",3,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","# redo blocks checkpoint threshold",,421865232,1
|
||||
1802,"log_checkpoint_timeout",3,"1800","1800","1800","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Maximum time interval between checkpoints in seconds",,1325866608,1
|
||||
1997,"log_checkpoints_to_alert",1,"FALSE","FALSE","FALSE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","log checkpoint begin/end to alert file",,1565101272,1
|
||||
1414,"log_file_name_convert",2,,,"NULL","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","logfile name convert patterns and strings for standby/clone db",,3861982543,1
|
||||
68,"long_module_action",1,"TRUE","TRUE","TRUE","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Use longer module and action",,3000737841,1
|
||||
773,"max_datapump_jobs_per_pdb",3,"100","100","100","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","maximum number of concurrent Data Pump Jobs per PDB",,2176709606,1
|
||||
3042,"max_dispatchers",3,,,"4294967295","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","max number of dispatchers",,1521154394,1
|
||||
4655,"max_dump_file_size",2,"unlimited","unlimited","unlimited","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Maximum size (in bytes) of dump file",,1271961010,1
|
||||
434,"max_idle_time",3,"0","0","0","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","maximum session idle time in minutes",,1802489217,1
|
||||
430,"max_iops",3,"0","0","0","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","MAX IO per second",,533109382,1
|
||||
431,"max_mbps",3,"0","0","0","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","MAX MB per second",,3697729492,1
|
||||
4711,"max_pdbs",3,"4098","4098","4098","TRUE","FALSE","IMMEDIATE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","max number of pdbs allowed in CDB or Application ROOT",,1010400604,1
|
||||
3041,"max_shared_servers",3,,,"4294967295","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","max number of shared servers",,2826600650,1
|
||||
3859,"max_string_size",2,"STANDARD","STANDARD","STANDARD","TRUE","FALSE","IMMEDIATE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","controls maximum size of VARCHAR2, NVARCHAR2, and RAW types in SQL",,832604811,1
|
||||
1376,"memory_max_target",6,"0","0","0","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Max size for Memory Target",,3306918234,1
|
||||
1375,"memory_target",6,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Target size of Oracle SGA and PGA memory",,1127054141,1
|
||||
334,"nls_calendar",2,,,"NONE","TRUE","TRUE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","NLS calendar system name",,600406646,1
|
||||
340,"nls_comp",2,"BINARY","BINARY","BINARY","TRUE","TRUE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","NLS comparison",,2564149862,1
|
||||
331,"nls_currency",2,,,"NONE","TRUE","TRUE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","NLS local currency symbol",,1866631167,1
|
||||
330,"nls_date_format",2,,,"NONE","TRUE","TRUE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","NLS Oracle date format",,677968994,1
|
||||
329,"nls_date_language",2,,,"NONE","TRUE","TRUE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","NLS date language name",,1568340031,1
|
||||
339,"nls_dual_currency",2,,,"NONE","TRUE","TRUE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","Dual currency symbol",,3671532261,1
|
||||
333,"nls_iso_currency",2,,,"NONE","TRUE","TRUE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","NLS ISO currency territory name",,1902084911,1
|
||||
326,"nls_language",2,"AMERICAN","AMERICAN","AMERICAN","FALSE","TRUE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","TRUE","NLS language name",,3485237129,1
|
||||
341,"nls_length_semantics",2,"BYTE","BYTE","BYTE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","create columns using byte or char semantics by default",,726541850,1
|
||||
342,"nls_nchar_conv_excp",2,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","NLS raise an exception instead of allowing implicit conversion",,928612038,1
|
||||
332,"nls_numeric_characters",2,,,"NONE","TRUE","TRUE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","NLS numeric characters",,1350504691,1
|
||||
328,"nls_sort",2,,,"NONE","TRUE","TRUE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","NLS linguistic definition name",,1540560305,1
|
||||
327,"nls_territory",2,"AMERICA","AMERICA","AMERICA","FALSE","TRUE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","TRUE","NLS territory name",,4101776966,1
|
||||
335,"nls_time_format",2,,,"NONE","TRUE","TRUE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","time format",,279591871,1
|
||||
337,"nls_time_tz_format",2,,,"NONE","TRUE","TRUE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","time with timezone format",,3395216182,1
|
||||
336,"nls_timestamp_format",2,,,"NONE","TRUE","TRUE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","time stamp format",,1867855122,1
|
||||
338,"nls_timestamp_tz_format",2,,,"NONE","TRUE","TRUE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","timestamp with timezone format",,197674624,1
|
||||
4699,"noncdb_compatible",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Non-CDB Compatible",,2594626030,1
|
||||
3276,"object_cache_max_size_percent",3,"10","10","10","TRUE","TRUE","DEFERRED","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","percentage of maximum size over optimal of the user session's object cache",,3695573432,1
|
||||
3275,"object_cache_optimal_size",3,"10240000","10240000","10240000","TRUE","TRUE","DEFERRED","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","optimal size of the user session's object cache in bytes",,2564444157,1
|
||||
396,"ofs_threads",3,"4","4","4","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Number of OFS threads",,1131849260,1
|
||||
4229,"olap_page_pool_size",6,"0","0","0","TRUE","TRUE","DEFERRED","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","size of the olap page pool in bytes",,3715775675,1
|
||||
2996,"one_step_plugin_for_pdb_with_tde",1,"FALSE","FALSE","FALSE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Facilitate one-step plugin for PDB with TDE encrypted data",,911791935,1
|
||||
3328,"open_cursors",3,"300","300","50","FALSE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","TRUE","max # cursors per session",,4033294835,1
|
||||
3288,"open_links",3,"4","4","4","TRUE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","max # open links per session",,3842870833,1
|
||||
3289,"open_links_per_instance",3,"4","4","4","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","max # open links per instance",,1931961830,1
|
||||
3915,"optimizer_adaptive_plans",1,"TRUE","TRUE","TRUE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","controls all types of adaptive plans",,2052942567,1
|
||||
3887,"optimizer_adaptive_reporting_only",1,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","use reporting-only mode for adaptive optimizations",,3779184761,1
|
||||
4071,"optimizer_adaptive_statistics",1,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","controls all types of adaptive statistics",,2479624794,1
|
||||
3746,"optimizer_capture_sql_plan_baselines",1,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","automatic capture of SQL plan baselines for repeatable statements",,147559078,1
|
||||
3529,"optimizer_dynamic_sampling",3,"2","2","2","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","optimizer dynamic sampling",,549852465,1
|
||||
3298,"optimizer_features_enable",2,"12.2.0.1","12.2.0.1","12.2.0.1","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","optimizer plan compatibility parameter",,2759770534,1
|
||||
3430,"optimizer_index_caching",3,"0","0","0","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","optimizer percent index caching",,699019442,1
|
||||
3429,"optimizer_index_cost_adj",3,"100","100","100","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","optimizer index cost adjustment",,3753899412,1
|
||||
3976,"optimizer_inmemory_aware",1,"TRUE","TRUE","TRUE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","optimizer in-memory columnar awareness",,4101747567,1
|
||||
3333,"optimizer_mode",2,"ALL_ROWS","ALL_ROWS","all_rows","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","optimizer mode",,487657984,1
|
||||
3688,"optimizer_secure_view_merging",1,"TRUE","TRUE","TRUE","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","optimizer secure view merging and predicate pushdown/movearound",,2261060089,1
|
||||
3784,"optimizer_use_invisible_indexes",1,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Usage of invisible indexes (TRUE/FALSE)",,1348858726,1
|
||||
3742,"optimizer_use_pending_statistics",1,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Control whether to use optimizer pending statistics",,244859984,1
|
||||
3747,"optimizer_use_sql_plan_baselines",1,"TRUE","TRUE","TRUE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","use of SQL plan baselines for captured sql statements",,2379667345,1
|
||||
3331,"os_authent_prefix",2,"ops$","ops$","ops$","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","prefix for auto-logon accounts",,4201741605,1
|
||||
2969,"os_roles",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","retrieve roles from the operating system",,3783461165,1
|
||||
4132,"outbound_dblink_protocols",2,"ALL","ALL","ALL","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Outbound DBLINK Protocols allowed",,3411337539,1
|
||||
3402,"parallel_adaptive_multi_user",1,"FALSE","FALSE","FALSE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","TRUE","FALSE","enable adaptive setting of degree for multiple user streams",,1602823864,1
|
||||
3776,"parallel_degree_limit",2,"CPU","CPU","CPU","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","limit placed on degree of parallelism",,3004872640,1
|
||||
3392,"parallel_degree_policy",2,"MANUAL","MANUAL","MANUAL","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","policy used to compute the degree of parallelism (MANUAL/LIMITED/AUTO/ADAPTIVE)",,1979359697,1
|
||||
3164,"parallel_execution_message_size",3,"16384","16384","4294967295","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","message buffer size for parallel execution",,502422959,1
|
||||
3777,"parallel_force_local",1,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","force single instance execution",,1406010451,1
|
||||
3156,"parallel_instance_group",2,,,"NONE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","instance group to use for all parallel operations",,1634530335,1
|
||||
3151,"parallel_max_servers",3,"160","160","4294967295","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","maximum parallel query servers per instance",,3629921023,1
|
||||
3110,"parallel_min_percent",3,"0","0","0","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","minimum percent of threads required for parallel query",,2166267089,1
|
||||
3150,"parallel_min_servers",3,"16","16","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","minimum parallel query servers per instance",,759236997,1
|
||||
3774,"parallel_min_time_threshold",2,"AUTO","AUTO","AUTO","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","threshold above which a plan is a candidate for parallelization (in seconds)",,1842587524,1
|
||||
3813,"parallel_servers_target",3,"64","64","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","instance target in terms of number of parallel servers",,3701086916,1
|
||||
3403,"parallel_threads_per_cpu",3,"2","2","2","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","number of parallel execution threads per CPU",,1020981983,1
|
||||
4696,"pdb_file_name_convert",2,,,"NULL","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","PDB file name convert patterns and strings for create cdb/pdb",,2311016676,1
|
||||
4777,"pdb_lockdown",2,,,"NULL","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","pluggable database lockdown profile",,2811081377,1
|
||||
4695,"pdb_os_credential",2,,,"NULL","TRUE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","pluggable database OS credential to bind",,1858916307,1
|
||||
3103,"permit_92_wrap_format",1,"TRUE","TRUE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","allow 9.2 or older wrap format in PL/SQL",,3263158038,1
|
||||
254,"pga_aggregate_limit",6,"2147483648","2G","0","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","limit of aggregate PGA memory for the instance or PDB",,473987584,1
|
||||
3501,"pga_aggregate_target",6,"536870912","512M","0","FALSE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","TRUE","Target size for the aggregate PGA memory consumed by the instance",,2184567208,1
|
||||
3098,"plscope_settings",2,"IDENTIFIERS:NONE","IDENTIFIERS:NONE","IDENTIFIERS:NONE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","plscope_settings controls the compile time collection, cross reference, and storage of PL/SQL source code identifier and SQL statement data",,3026899342,1
|
||||
3096,"plsql_ccflags",2,,,"NONE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","PL/SQL ccflags",,2398569109,1
|
||||
3092,"plsql_code_type",2,"INTERPRETED","INTERPRETED","INTERPRETED","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","PL/SQL code-type",,2972627138,1
|
||||
3094,"plsql_debug",1,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","TRUE","FALSE","PL/SQL debug",,2795594338,1
|
||||
3095,"plsql_optimize_level",3,"2","2","2","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","PL/SQL optimize level",,818269884,1
|
||||
3089,"plsql_v2_compatibility",1,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","TRUE","FALSE","PL/SQL version 2.x compatibility flag",,3179637611,1
|
||||
3091,"plsql_warnings",2,"DISABLE:ALL","DISABLE:ALL","NONE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","PL/SQL compiler warnings settings","PL/SQL warnings at init.ora",1215950514,1
|
||||
153,"pre_page_sga",1,"TRUE","TRUE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","pre-page sga for process",,4157293338,1
|
||||
53,"processes",3,"320","320","0","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","user processes",,4162014761,1
|
||||
209,"processor_group_name",2,,,"NULL","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Name of the processor group that this instance should run in.",,3670365524,1
|
||||
3442,"query_rewrite_enabled",2,"TRUE","TRUE","true","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","allow rewrite of queries using materialized views if enabled",,3941771694,1
|
||||
3443,"query_rewrite_integrity",2,"enforced","enforced","enforced","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","perform rewrite using materialized views with desired integrity",,485484145,1
|
||||
2970,"rdbms_server_dn",2,,,"NONE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","RDBMS's Distinguished Name",,3271017715,1
|
||||
1864,"read_only_open_delayed",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","if TRUE delay opening of read only files until first access",,3134028732,1
|
||||
2015,"recovery_parallelism",3,"0","0","0","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","number of server processes to use for parallel recovery",,4261073806,1
|
||||
2565,"recyclebin",2,"on","on","on","TRUE","TRUE","DEFERRED","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","recyclebin processing",,4276141125,1
|
||||
1772,"redo_transport_user",2,,,"NONE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Data Guard transport user when using password file",,2619943614,1
|
||||
3085,"remote_dependencies_mode",2,"TIMESTAMP","TIMESTAMP","timestamp","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","remote-procedure-call dependencies mode parameter",,3590465749,1
|
||||
3046,"remote_listener",2,,,"NULL","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","TRUE","remote listener",,3804628476,1
|
||||
2982,"remote_login_passwordfile",2,"EXCLUSIVE","EXCLUSIVE","exclusive","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","password file usage parameter",,3127891494,1
|
||||
2973,"remote_os_authent",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","allow non-secure remote clients to use auto-logon accounts",,1794288875,1
|
||||
2974,"remote_os_roles",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","allow non-secure remote clients to use os roles",,1402234932,1
|
||||
4725,"remote_recovery_file_dest",2,,,"NONE","TRUE","FALSE","IMMEDIATE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","default remote database recovery file location for refresh/relocate",,3589523542,1
|
||||
2302,"replication_dependency_tracking",1,"TRUE","TRUE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","tracking dependency for Replication parallel propagation",,2475358177,1
|
||||
58,"resource_limit",1,"TRUE","TRUE","TRUE","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","master switch for resource limit",,19363908,1
|
||||
3273,"resource_manage_goldengate",1,"FALSE","FALSE","FALSE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","goldengate resource manager enabled",,1718176322,1
|
||||
408,"resource_manager_cpu_allocation",3,"4","4","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","TRUE","FALSE","Resource Manager CPU allocation",,2295969896,1
|
||||
410,"resource_manager_plan",2,,,"NULL","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","resource mgr top plan",,771115908,1
|
||||
3212,"result_cache_max_result",3,"5","5","5","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","maximum result size as percent of cache size",,4174962580,1
|
||||
3211,"result_cache_max_size",6,"8060928","7872K","1","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","maximum amount of memory to be used by the cache",,4221019766,1
|
||||
3125,"result_cache_mode",2,"MANUAL","MANUAL","MANUAL","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","result cache operator usage mode",,866827446,1
|
||||
3213,"result_cache_remote_expiration",3,"0","0","0","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","maximum life time (min) for any result using a remote object",,2062733047,1
|
||||
2355,"resumable_timeout",3,"0","0","0","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","set resumable_timeout",,3544280463,1
|
||||
2333,"rollback_segments",2,,,"NULL","TRUE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","undo segment list",,1884290623,1
|
||||
2976,"sec_case_sensitive_logon",1,"TRUE","TRUE","TRUE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","TRUE","FALSE","case sensitive password enabled for logon",,1474075370,1
|
||||
4099,"sec_max_failed_login_attempts",3,"3","3","3","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","maximum number of failed login attempts on a connection",,121837060,1
|
||||
4097,"sec_protocol_error_further_action",2,"(DROP,3)","(DROP,3)","(DROP,3)","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","TTC protocol error continue action",,3049131826,1
|
||||
4096,"sec_protocol_error_trace_action",2,"TRACE","TRACE","TRACE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","TTC protocol error action",,1358668447,1
|
||||
4100,"sec_return_server_release_banner",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","whether the server retruns the complete version information",,3794764196,1
|
||||
2959,"serial_reuse",2,"disable","disable","disable","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","reuse the frame segments",,319631122,1
|
||||
774,"service_names",2,"ORCLCDB","ORCLCDB","NULL","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","service names supported by the instance",,715667293,1
|
||||
3073,"session_cached_cursors",3,"50","50","50","TRUE","TRUE","DEFERRED","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Number of cursors to cache in a session.",,766615249,1
|
||||
3280,"session_max_open_files",3,"10","10","10","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","maximum number of open files allowed per session",,3334892241,1
|
||||
54,"sessions",3,"504","504","4294967295","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","TRUE","user and system sessions",,3194028855,1
|
||||
141,"sga_max_size",6,"1610612736","1536M","0","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","max total SGA size","internally adjusted",3640569645,1
|
||||
238,"sga_min_size",6,"0","0","0","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Minimum, guaranteed size of PDB's SGA",,1499658341,1
|
||||
1373,"sga_target",6,"1610612736","1536M","0","FALSE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","TRUE","Target size of SGA",,3134551790,1
|
||||
3249,"shadow_core_dump",2,"partial","partial","partial","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Core Size for Shadow Processes",,89911312,1
|
||||
154,"shared_memory_address",3,"0","0","0","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","SGA starting address (low order 32-bits on 64-bit platforms)",,1147088340,1
|
||||
248,"shared_pool_reserved_size",6,"16777216","16M","0","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","size in bytes of reserved area of shared pool",,3099794371,1
|
||||
240,"shared_pool_size",6,"0","0","134217728","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","size in bytes of shared pool",,1378805370,1
|
||||
3044,"shared_server_sessions",3,,,"4294967295","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","max number of shared server sessions",,3395071916,1
|
||||
3040,"shared_servers",3,"1","1","4294967294","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","TRUE","number of shared servers to start up",,3176325557,1
|
||||
4782,"shrd_dupl_table_refresh_rate",3,"60","60","60","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","duplicated table refresh rate (in seconds)",,1277469149,1
|
||||
3597,"skip_unusable_indexes",1,"TRUE","TRUE","TRUE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","skip unusable indexes if set to TRUE",,3916780315,1
|
||||
3087,"smtp_out_server",2,,,"NULL","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","utl_smtp server and port configuration parameter",,3248157648,1
|
||||
3302,"sort_area_retained_size",3,"0","0","0","TRUE","TRUE","DEFERRED","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","size of in-memory sort work area retained between fetch calls",,3312265650,1
|
||||
3301,"sort_area_size",3,"65536","65536","65536","TRUE","TRUE","DEFERRED","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","size of in-memory sort work area",,2099108347,1
|
||||
4615,"spatial_vector_acceleration",1,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","enable spatial vector acceleration",,1203174869,1
|
||||
276,"spfile",2,"/opt/oracle/product/12.2.0.1/dbhome_1/dbs/spfileORCLCDB.ora","/opt/oracle/product/12.2.0.1/dbhome_1/dbs/spfileORCLCDB.ora","NONE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","server parameter file",,3653611964,1
|
||||
3338,"sql92_security",1,"TRUE","TRUE","TRUE","TRUE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","require select privilege for searched update/delete",,2745708589,1
|
||||
3330,"sql_trace",1,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","TRUE","FALSE","enable SQL trace",,750089050,1
|
||||
4545,"sqltune_category",2,"DEFAULT","DEFAULT","DEFAULT","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","Category qualifier for applying hintsets",,161860720,1
|
||||
1730,"standby_archive_dest",2,"?#/dbs/arch","?#/dbs/arch","?#/dbs/arch","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","TRUE","FALSE","standby database archivelog destination text string",,323222115,1
|
||||
90,"standby_db_preserve_states",2,"NONE","NONE","NONE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Preserve state cross standby role transition",,1862199831,1
|
||||
1876,"standby_file_management",2,"MANUAL","MANUAL","MANUAL","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","if auto then files are created/dropped automatically on standby",,3958066716,1
|
||||
3348,"star_transformation_enabled",2,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","TRUE","enable the use of star transformation",,1860374294,1
|
||||
3559,"statistics_level",2,"TYPICAL","TYPICAL","TYPICAL","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","statistics level",,3696230136,1
|
||||
246,"streams_pool_size",6,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","size in bytes of the streams pool",,4113905875,1
|
||||
348,"tape_asynch_io",1,"TRUE","TRUE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Use asynch I/O requests for tape devices",,4219463829,1
|
||||
4710,"target_pdbs",3,"3","3","1","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Parameter is a hint to adjust certain attributes of the CDB",,256241361,1
|
||||
2323,"temp_undo_enabled",1,"FALSE","FALSE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","is temporary undo enabled",,2961108249,1
|
||||
1979,"thread",3,"0","0","0","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Redo thread to mount",,2684606808,1
|
||||
787,"threaded_execution",1,"FALSE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Threaded Execution Mode",,606669933,1
|
||||
57,"timed_os_statistics",3,"0","0","0","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","internal os statistic gathering interval in seconds",,2425331770,1
|
||||
56,"timed_statistics",1,"TRUE","TRUE","FALSE","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","maintain internal timing statistics",,2224114877,1
|
||||
4669,"trace_enabled",1,"TRUE","TRUE","TRUE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","enable in memory tracing",,1583875908,1
|
||||
4653,"tracefile_identifier",2,,,"NULL","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","trace file custom identifier",,978134115,1
|
||||
2311,"transactions",3,"554","554","4294967295","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","max. number of concurrent active transactions",,812710636,1
|
||||
2312,"transactions_per_rollback_segment",3,"5","5","5","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","number of active transactions per rollback segment",,2728085332,1
|
||||
2335,"undo_management",2,"AUTO","AUTO","AUTO","TRUE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","instance runs in SMU mode if TRUE, else in RBU mode",,1401409411,1
|
||||
2348,"undo_retention",3,"900","900","900","TRUE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","undo retention in seconds",,3327480172,1
|
||||
2339,"undo_tablespace",2,"UNDOTBS1","UNDOTBS1","NONE","FALSE","FALSE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","TRUE","use/switch undo tablespace",,2692150816,1
|
||||
3015,"unified_audit_sga_queue_size",3,"1048576","1048576","1048576","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","TRUE","FALSE","Size of Unified audit SGA Queue",,3223615522,1
|
||||
291,"uniform_log_timestamp_format",1,"TRUE","TRUE","TRUE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","use uniform timestamp formats vs pre-12.2 formats",,4010398416,1
|
||||
3066,"use_dedicated_broker",1,"FALSE","FALSE","TRUE","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","FALSE","FALSE","Use dedicated connection broker",,3036393081,1
|
||||
148,"use_large_pages",2,"TRUE","TRUE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","FALSE","Use large pages if available (TRUE/FALSE/ONLY)",,3303635063,1
|
||||
3252,"user_dump_dest",2,"/opt/oracle/product/12.2.0.1/dbhome_1/rdbms/log","/opt/oracle/product/12.2.0.1/dbhome_1/rdbms/log","$ORACLE_BASE/admin/@/udump","TRUE","FALSE","IMMEDIATE","FALSE","TRUE","FALSE","FALSE","TRUE","FALSE","User process dump directory",,2332088509,1
|
||||
3086,"utl_file_dir",2,,,"NULL","TRUE","FALSE","FALSE","TRUE","FALSE","FALSE","FALSE","TRUE","FALSE","utl_file accessible directories list",,379739569,1
|
||||
3504,"workarea_size_policy",2,"AUTO","AUTO","AUTO","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","policy used to size SQL working areas (MANUAL/AUTO)",,4004437305,1
|
||||
4214,"xml_db_events",2,"enable","enable","enable","TRUE","TRUE","IMMEDIATE","TRUE","TRUE","FALSE","FALSE","FALSE","FALSE","are XML DB events enabled",,2688671432,1
|
|
|
@ -57,7 +57,8 @@ def create_settings(metric_data, dbms):
|
|||
|
||||
if vartype in (2, 3): # Numeric (integer/real)
|
||||
if 'average' in name or name.endswith('current') or \
|
||||
name.startswith('sysstat.session pga memory'):
|
||||
name.startswith('sysstat.session pga memory') or \
|
||||
name.startswith('sysstat.session uga memory'):
|
||||
mettype = 3 # Statistic
|
||||
else:
|
||||
mettype = 1 # Counter - most common type of numeric metric
|
||||
|
@ -81,7 +82,8 @@ def create_settings(metric_data, dbms):
|
|||
return metrics
|
||||
|
||||
|
||||
VERSIONS = (121, 19)
|
||||
# Versions 12.1c, 12.2c, and 19c
|
||||
VERSIONS = (121, 12, 19)
|
||||
|
||||
|
||||
def usage():
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -11853,7 +11853,7 @@
|
|||
"vartype": 2,
|
||||
"summary": "sysstat.session uga memory: 34149048",
|
||||
"scope": "global",
|
||||
"metric_type": 1
|
||||
"metric_type": 3
|
||||
},
|
||||
"model": "website.MetricCatalog"
|
||||
},
|
||||
|
@ -11864,7 +11864,7 @@
|
|||
"vartype": 2,
|
||||
"summary": "sysstat.session uga memory max: 146768992",
|
||||
"scope": "global",
|
||||
"metric_type": 1
|
||||
"metric_type": 3
|
||||
},
|
||||
"model": "website.MetricCatalog"
|
||||
},
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -20455,7 +20455,7 @@
|
|||
"vartype": 2,
|
||||
"summary": "sysstat.session uga memory: 50184056",
|
||||
"scope": "global",
|
||||
"metric_type": 1
|
||||
"metric_type": 3
|
||||
},
|
||||
"model": "website.MetricCatalog"
|
||||
},
|
||||
|
@ -20466,7 +20466,7 @@
|
|||
"vartype": 2,
|
||||
"summary": "sysstat.session uga memory max: 168308472",
|
||||
"scope": "global",
|
||||
"metric_type": 1
|
||||
"metric_type": 3
|
||||
},
|
||||
"model": "website.MetricCatalog"
|
||||
},
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue