Class: Aws::Types::OracleSettings
- Inherits:
-
Object
- Object
- Aws::Types::OracleSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_alternate_directly ⇒ Boolean
Returns the value of attribute access_alternate_directly.
-
#add_supplemental_logging ⇒ Boolean
Returns the value of attribute add_supplemental_logging.
-
#additional_archived_log_dest_id ⇒ ::Integer
Returns the value of attribute additional_archived_log_dest_id.
-
#allow_select_nested_tables ⇒ Boolean
Returns the value of attribute allow_select_nested_tables.
-
#archived_log_dest_id ⇒ ::Integer
Returns the value of attribute archived_log_dest_id.
-
#archived_logs_only ⇒ Boolean
Returns the value of attribute archived_logs_only.
-
#asm_password ⇒ ::String
Returns the value of attribute asm_password.
-
#asm_server ⇒ ::String
Returns the value of attribute asm_server.
-
#asm_user ⇒ ::String
Returns the value of attribute asm_user.
-
#authentication_method ⇒ "password", "kerberos"
Returns the value of attribute authentication_method.
-
#char_length_semantics ⇒ "default", ...
Returns the value of attribute char_length_semantics.
-
#convert_timestamp_with_zone_to_utc ⇒ Boolean
Returns the value of attribute convert_timestamp_with_zone_to_utc.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#direct_path_no_log ⇒ Boolean
Returns the value of attribute direct_path_no_log.
-
#direct_path_parallel_load ⇒ Boolean
Returns the value of attribute direct_path_parallel_load.
-
#enable_homogenous_tablespace ⇒ Boolean
Returns the value of attribute enable_homogenous_tablespace.
-
#extra_archived_log_dest_ids ⇒ ::Array[::Integer]
Returns the value of attribute extra_archived_log_dest_ids.
-
#fail_tasks_on_lob_truncation ⇒ Boolean
Returns the value of attribute fail_tasks_on_lob_truncation.
-
#number_datatype_scale ⇒ ::Integer
Returns the value of attribute number_datatype_scale.
-
#open_transaction_window ⇒ ::Integer
Returns the value of attribute open_transaction_window.
-
#oracle_path_prefix ⇒ ::String
Returns the value of attribute oracle_path_prefix.
-
#parallel_asm_read_threads ⇒ ::Integer
Returns the value of attribute parallel_asm_read_threads.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#read_ahead_blocks ⇒ ::Integer
Returns the value of attribute read_ahead_blocks.
-
#read_table_space_name ⇒ Boolean
Returns the value of attribute read_table_space_name.
-
#replace_path_prefix ⇒ Boolean
Returns the value of attribute replace_path_prefix.
-
#retry_interval ⇒ ::Integer
Returns the value of attribute retry_interval.
-
#secrets_manager_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_access_role_arn.
-
#secrets_manager_oracle_asm_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_oracle_asm_access_role_arn.
-
#secrets_manager_oracle_asm_secret_id ⇒ ::String
Returns the value of attribute secrets_manager_oracle_asm_secret_id.
-
#secrets_manager_secret_id ⇒ ::String
Returns the value of attribute secrets_manager_secret_id.
-
#security_db_encryption ⇒ ::String
Returns the value of attribute security_db_encryption.
-
#security_db_encryption_name ⇒ ::String
Returns the value of attribute security_db_encryption_name.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
-
#spatial_data_option_to_geo_json_function_name ⇒ ::String
Returns the value of attribute spatial_data_option_to_geo_json_function_name.
-
#standby_delay_time ⇒ ::Integer
Returns the value of attribute standby_delay_time.
-
#trim_space_in_char ⇒ Boolean
Returns the value of attribute trim_space_in_char.
-
#use_alternate_folder_for_online ⇒ Boolean
Returns the value of attribute use_alternate_folder_for_online.
-
#use_b_file ⇒ Boolean
Returns the value of attribute use_b_file.
-
#use_direct_path_full_load ⇒ Boolean
Returns the value of attribute use_direct_path_full_load.
-
#use_logminer_reader ⇒ Boolean
Returns the value of attribute use_logminer_reader.
-
#use_path_prefix ⇒ ::String
Returns the value of attribute use_path_prefix.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#access_alternate_directly ⇒ Boolean
Returns the value of attribute access_alternate_directly.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def access_alternate_directly @access_alternate_directly end |
#add_supplemental_logging ⇒ Boolean
Returns the value of attribute add_supplemental_logging.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def add_supplemental_logging @add_supplemental_logging end |
#additional_archived_log_dest_id ⇒ ::Integer
Returns the value of attribute additional_archived_log_dest_id.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def additional_archived_log_dest_id @additional_archived_log_dest_id end |
#allow_select_nested_tables ⇒ Boolean
Returns the value of attribute allow_select_nested_tables.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def allow_select_nested_tables @allow_select_nested_tables end |
#archived_log_dest_id ⇒ ::Integer
Returns the value of attribute archived_log_dest_id.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def archived_log_dest_id @archived_log_dest_id end |
#archived_logs_only ⇒ Boolean
Returns the value of attribute archived_logs_only.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def archived_logs_only @archived_logs_only end |
#asm_password ⇒ ::String
Returns the value of attribute asm_password.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def asm_password @asm_password end |
#asm_server ⇒ ::String
Returns the value of attribute asm_server.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def asm_server @asm_server end |
#asm_user ⇒ ::String
Returns the value of attribute asm_user.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def asm_user @asm_user end |
#authentication_method ⇒ "password", "kerberos"
Returns the value of attribute authentication_method.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def authentication_method @authentication_method end |
#char_length_semantics ⇒ "default", ...
Returns the value of attribute char_length_semantics.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def char_length_semantics @char_length_semantics end |
#convert_timestamp_with_zone_to_utc ⇒ Boolean
Returns the value of attribute convert_timestamp_with_zone_to_utc.
2181 2182 2183 |
# File 'sig/types.rbs', line 2181 def @convert_timestamp_with_zone_to_utc end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def database_name @database_name end |
#direct_path_no_log ⇒ Boolean
Returns the value of attribute direct_path_no_log.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def direct_path_no_log @direct_path_no_log end |
#direct_path_parallel_load ⇒ Boolean
Returns the value of attribute direct_path_parallel_load.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def direct_path_parallel_load @direct_path_parallel_load end |
#enable_homogenous_tablespace ⇒ Boolean
Returns the value of attribute enable_homogenous_tablespace.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def enable_homogenous_tablespace @enable_homogenous_tablespace end |
#extra_archived_log_dest_ids ⇒ ::Array[::Integer]
Returns the value of attribute extra_archived_log_dest_ids.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def extra_archived_log_dest_ids @extra_archived_log_dest_ids end |
#fail_tasks_on_lob_truncation ⇒ Boolean
Returns the value of attribute fail_tasks_on_lob_truncation.
2161 2162 2163 |
# File 'sig/types.rbs', line 2161 def fail_tasks_on_lob_truncation @fail_tasks_on_lob_truncation end |
#number_datatype_scale ⇒ ::Integer
Returns the value of attribute number_datatype_scale.
2162 2163 2164 |
# File 'sig/types.rbs', line 2162 def number_datatype_scale @number_datatype_scale end |
#open_transaction_window ⇒ ::Integer
Returns the value of attribute open_transaction_window.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def open_transaction_window @open_transaction_window end |
#oracle_path_prefix ⇒ ::String
Returns the value of attribute oracle_path_prefix.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def oracle_path_prefix @oracle_path_prefix end |
#parallel_asm_read_threads ⇒ ::Integer
Returns the value of attribute parallel_asm_read_threads.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def parallel_asm_read_threads @parallel_asm_read_threads end |
#password ⇒ ::String
Returns the value of attribute password.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def password @password end |
#port ⇒ ::Integer
Returns the value of attribute port.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def port @port end |
#read_ahead_blocks ⇒ ::Integer
Returns the value of attribute read_ahead_blocks.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def read_ahead_blocks @read_ahead_blocks end |
#read_table_space_name ⇒ Boolean
Returns the value of attribute read_table_space_name.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def read_table_space_name @read_table_space_name end |
#replace_path_prefix ⇒ Boolean
Returns the value of attribute replace_path_prefix.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def replace_path_prefix @replace_path_prefix end |
#retry_interval ⇒ ::Integer
Returns the value of attribute retry_interval.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def retry_interval @retry_interval end |
#secrets_manager_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_access_role_arn.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def secrets_manager_access_role_arn @secrets_manager_access_role_arn end |
#secrets_manager_oracle_asm_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_oracle_asm_access_role_arn.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def secrets_manager_oracle_asm_access_role_arn @secrets_manager_oracle_asm_access_role_arn end |
#secrets_manager_oracle_asm_secret_id ⇒ ::String
Returns the value of attribute secrets_manager_oracle_asm_secret_id.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def secrets_manager_oracle_asm_secret_id @secrets_manager_oracle_asm_secret_id end |
#secrets_manager_secret_id ⇒ ::String
Returns the value of attribute secrets_manager_secret_id.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def secrets_manager_secret_id @secrets_manager_secret_id end |
#security_db_encryption ⇒ ::String
Returns the value of attribute security_db_encryption.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def security_db_encryption @security_db_encryption end |
#security_db_encryption_name ⇒ ::String
Returns the value of attribute security_db_encryption_name.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def security_db_encryption_name @security_db_encryption_name end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def server_name @server_name end |
#spatial_data_option_to_geo_json_function_name ⇒ ::String
Returns the value of attribute spatial_data_option_to_geo_json_function_name.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def spatial_data_option_to_geo_json_function_name @spatial_data_option_to_geo_json_function_name end |
#standby_delay_time ⇒ ::Integer
Returns the value of attribute standby_delay_time.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def standby_delay_time @standby_delay_time end |
#trim_space_in_char ⇒ Boolean
Returns the value of attribute trim_space_in_char.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def trim_space_in_char @trim_space_in_char end |
#use_alternate_folder_for_online ⇒ Boolean
Returns the value of attribute use_alternate_folder_for_online.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def use_alternate_folder_for_online @use_alternate_folder_for_online end |
#use_b_file ⇒ Boolean
Returns the value of attribute use_b_file.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def use_b_file @use_b_file end |
#use_direct_path_full_load ⇒ Boolean
Returns the value of attribute use_direct_path_full_load.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def use_direct_path_full_load @use_direct_path_full_load end |
#use_logminer_reader ⇒ Boolean
Returns the value of attribute use_logminer_reader.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def use_logminer_reader @use_logminer_reader end |
#use_path_prefix ⇒ ::String
Returns the value of attribute use_path_prefix.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def use_path_prefix @use_path_prefix end |
#username ⇒ ::String
Returns the value of attribute username.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def username @username end |