JDBC Thick requires an Oracle Client to be installed, hence you have OCI and therefore TAF.
JDBC Thin does not require an Oracle Client to be installed (just the appropriate JAR files) and is not based on OCI, hence NO TAF.
You need to install the Oracle instant client first.
Below is a client-side TAF setup
tnsnames.ora
SQL*Plus with TAF
SQLcl with TAF
SQL Developer with TAF
Change connection type to Advanced and then put this in Custom JDBC URL
Below is a server-side TAF setup
Add and review TAF service
tnsnames.ora
SQL*Plus with TAF
SQLcl with TAF
SQL Developer with TAF
Change connection type to Advanced and then put this in Custom JDBC URL
To verify the connection is actually using TAF
No comments:
Post a Comment