Starting from 23ai, DB supports native Boolean, but, if you are using the older versions and want to enable the old behavior of boolean treated as VARCHAR(1) then use oracle.jdbc.sendBooleanAsNativeBoolean=false. #JavaOracleDB#23ai
Posting Late: 21.21 January Quarterly Update is available on OTN (https://t.co/0VawEB5pLp) and on Central Maven(https://t.co/m91LHX3p23). #JavaOracleDB#21c
Posting Late: 19.30 January Quarterly Update is available on OTN (https://t.co/0VawEB5pLp) and on Central Maven(https://t.co/m91LHX3p23). Refer to https://t.co/y4jEmMsY5d for the bugs fixed. #JavaOracleDB#19c
Database 26ai Release 23.26.1.0.0 is available on OTN (https://t.co/0VawEB5pLp) and on Central Maven (https://t.co/jxqN7LLDcd). Check out https://t.co/Mkh4LLiWtk for the bugs fixed in this update. #JavaOracleDB#26ai
Check out the new documentation, https://t.co/4C0JlqO9cM for learning about the features and capabilities of the Oracle Database Navigator IntelliJ Plugin v3.7.0 ((https://t.co/Sht6mWukjX).
New Database Navigator IntelliJ Plugin v3.7.0 (https://t.co/Sht6mWukjX) has been enriched with AI features such as Vector toolbox and DB Assistant that uses LLMs to interact with the database and many more. #JavaOracleDB#VectorToolbox#DBAssistant#DBN
Starting from 23.26 release, you can specify a minimum TLS version using TLS_VERSION=TLSv1.1+ in the connection string. Refer to https://t.co/tNREdtjj1F for more details. #JavaOracleDB, #26ai
19.29 October Quarterly Update is available on OTN (https://t.co/0VawEB5pLp) and on Central Maven(https://t.co/m91LHX3p23). Refer to https://t.co/y4jEmMsY5d for the bugs fixed. #JavaOracleDB#19c
23.26.0.0.0 release is available on OTN (https://t.co/0VawEB5pLp) and on Central Maven (https://t.co/jxqN7LLDcd). Check out https://t.co/fx58gEq2Ka for the bugs fixed in this update. #JavaOracleDB#26ai
Announcing the new release of the Oracle Database Vector Store Connector (Java) for Microsoft’s Semantic Kernel AI Framework (Preview). https://t.co/Q7rxzTpHTS #JavaOracleDB#SemanticKernel#OracleVS
Using JKS for mTLS: (1) set SSL_CLIENT_AUTHENTICATION = TRUE on the server side (sqlnet.ora and listener.ora), (2) set both truststore and keystore properties, (3) Use TCPS and ssl_server_dn_match=yes in the URL. #JavaOracleDB#mTLS
Using JKS for one-way TLS: (1) set SSL_CLIENT_AUTHENTICATION = FALSE on the server side (sqlnet.ora) (2) set https://t.co/t4Tascy0pY.ssl.trustStore and https://t.co/t4Tascy0pY.ssl.trustStorePassword properties (3) Use TCPS and ssl_server_dn_match=yes in the URL. #JavaOracleDB
Oracle AI World 2025: Attend the most popular sessions from our team on Multi-Cloud, DB Operator, and AI Assisted App development on Oct 15 and 16th at Las Vegas. https://t.co/kcB3AcoMMU #JavaOracleDB#OracleAIWorld2025
Using Oracle Wallets for TLS connections in 23ai. (1) Specify the Oracle wallets location using WALLET_LOCATION=(SOURCE=(METHOD=FILE)(METHOD_DATA=(DIRECTORY=/path/))) or https://t.co/fyaZ5sPL2Y.wallet_location property. (2) Add oraclepki.jar to the class path. #JavaOracleDB#23ai
JDBC Tip: TLS connections provide authentication, encryption, and data integrity. Refer to this Javadoc https://t.co/hAmCg9V5JY for a list of TLS connection properties to enable one-way TLS, two-way TLS and other features. #JavaOracleDB#23ai ,
Set up UCP as the connection pool in SpringBoot by following this blog (https://t.co/6RhcPpznU0). Explore the various UCP properties to set at https://t.co/C3nVU91OnR #JavaOracleDB#UCP#SpringBoot
JDBC Tip: If you want to check any Oracle DB or JDBC error code and its description, you can use this link to search https://t.co/gw3YQgfISx #JavaOracleDB