Oracle 23ai与Oracle 19c相比,有几个显著的亮点:1. AI Vector Search:Oracle 23ai引入了AI Vector Search,这是一种强大的新技术,允许您使用新一代AI模型来生成和存储向量。这些向量可以是文档、图像、视频、声音等的多维表示。通过将这些对象编码为向量,您可以使用数学计算来寻找它们之间的相似性。2. AI for Data:Oracle 23ai的目标是两方面的:一是使应用开发者更容易地将AI功能添加到他们的数据驱动应用中;二是将GenAI能力整合到我们的产品中,使所有Oracle数据库的用户,从数据分析师到应用开发者和DBA,都能更高效地工作。3. 开发者友好的新特性:Oracle 23ai还为开发者提供了新的特性,使构建下一代应用变得更简单,这些应用可以使用JSON或关系型开发方法,或者两者交替使用。4. 数据库功能优化:Oracle 23ai还利用AI优化了许多关键的数据库功能,以便更准确地估计时间和资源成本。5. SQL改进:在SQL方面,Oracle 23ai引入了一些改进,例如添加了两种新的数据类型“Boolean”和“Vector”,增加了“Data Usecase Domains”以丰富表定义中使用的数据类型的含义,简化了简单SQL语句中“from dual”的需求,以提高可读性,使得在“interval”数据类型上聚合变得更容易,引入了表值构造器,以便在insert select或merge语句中轻松指定多行。这些亮点展示了Oracle 23ai如何将AI集成到数据库中,为开发者和企业提供了更多的可能性和便利。 那么相比oracle 19C,oracle 23ai新增了哪些数据库参数呢?请看详细参数列表:
NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ allow_legacy_reco_protocol boolean TRUE allow_weak_crypto boolean TRUE blockchain_table_retention_threshold integer 16 client_prefetch_rows integer 0 db_flashback_log_dest string db_flashback_log_dest_size big integer 0 db_recovery_auto_rekey string ON dbnest_enable string NONE dbnest_pdb_fs_conf string default_credential string diagnostics_control string IGNORE drcp_connection_limit integer 0 enable_per_pdb_drcp boolean FALSE enabled_PDBs_on_standby string * error_message_details string ON file_mapping boolean FALSE fileio_network_adapters string group_by_position_enabled boolean FALSE heartbeat_batch_size integer 5 hybrid_read_only boolean FALSE identity_provider_config string identity_provider_type string NONE inmemory_deep_vectorization boolean TRUE inmemory_graph_algorithm_execution string DEFAULT inmemory_optimized_date string DISABLE inmemory_query string ENABLE iorm_limit_policy string RM_PLAN ipddb_enable boolean FALSE json_behavior string json_expression_check string off kafka_config_file string large_pool_size big integer 0 ldap_directory_access string NONE ldap_directory_sysauth string no load_without_compile string none lockfree_reservation string ON main_workload_type string OLTP mandatory_user_profile string max_columns string STANDARD max_saga_duration integer 86400 memoptimize_write_area_size big integer 0 memoptimize_writes string HINT memory_max_size big integer 0 memory_size big integer 0 mle_prog_languages string all native_blockchain_features string optimizer_capture_sql_quarantine boolean FALSE optimizer_cross_shard_resiliency boolean FALSE optimizer_use_sql_quarantine boolean TRUE paranoid_concurrency_mode boolean FALSE pdb_lockdown_error string RAISE pdc_file_size big integer 2052K pkcs11_library_location string plsql_implicit_conversion_bool boolean FALSE plsql_warnings string DISABLE:ALL pmem_filestore string priority_txns_high_wait_target integer 2147483647 priority_txns_medium_wait_target integer 2147483647 priority_txns_mode string ROLLBACK read_only boolean FALSE resource_manager_cpu_scope string INSTANCE_ONLY result_cache_auto_blocklist string ON result_cache_execution_threshold integer 2 result_cache_integrity string TRUSTED result_cache_max_temp_result integer 5 result_cache_max_temp_size big integer 79360K rman_restore_file_storage_metadata boolean FALSE run_addm_for_awr_report string NONE saga_hist_retention integer 43200 sec_protocol_error_further_action string (DROP,3) sec_protocol_error_trace_action string TRACE session_exit_on_package_state_error boolean FALSE shard_apply_max_memory_size integer 0 shard_enable_raft_follower_read boolean FALSE shard_queries_restricted_by_key boolean FALSE shard_raft_logfile_size big integer 1G soda_behavior string sql_error_mitigation string on sql_history_enabled boolean FALSE sql_error_mitigation string on sql_history_enabled boolean FALSE sql_transpiler string OFF statement_redirect_service string statistics_level string TYPICAL sysdate_at_dbtimezone boolean FALSE tablespace_encryption string MANUAL_ENABLE tablespace_encryption_default_algorithm string AES256 tablespace_encryption_default_cipher_mode string XTS tde_key_cache boolean FALSE time_at_dbtimezone string off timezone_version_upgrade_integrity string enforced timezone_version_upgrade_online boolean FALSE tracefile_content_classification string DEFAULT transaction_recovery string ENABLED true_cache boolean FALSE txn_auto_rollback_high_priority_wait_target integer 2147483647 txn_auto_rollback_medium_priority_wait_target integer 2147483647 txn_auto_rollback_mode string ROLLBACK txn_priority string HIGH vector_index_neighbor_graph_reload string OFF vector_memory_size big integer 0 vector_query_capture string ON wallet_root string /opt/oracle/product/23ai/dbhomeFree/admin
至于这些参数分别代表什么含义,我们下期再讨论!
