Skip to Main Content

Oracle Developer Tools for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

FAILOVER_TYPE=SELECT Not Supported Error

Kevin WhiteAug 1 2024

After a recent round of VS Code extension updates I now get the following message when connecting to any oracle db. The connections are all defined in my TSNAMES.ora file.

Error opening connection
Details: TAF mode of FAILOVER_TYPE=SELECT configured on the DB service is not supported.

Database: Oracle 19c

Extension version: 23.4.0

TSNAMES entry with sensitive details redacted

BIPR =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST =xxxx.xxxx.xxxx)(PORT = xxxx))
)
(CONNECT_DATA =
(SERVICE_NAME = xxxxxx)
)
)

This post has been answered by Christian.Shay -Oracle on Aug 29 2024
Jump to Answer

Comments

Arnoschots-Oracle Apr 22 2020 — edited on Apr 22 2020

Hi,

The "sudo al-config -s" doesn't work on my Autonomous Linux instance.

Command output:

[opc@opsserver ~]$ sudo al-config -s

/sbin/al-config: illegal option -- s

Configure OCI notification service topic OCID:

  Usage:

    al-config -T [topic OCID]

  Options:

    -T [topic OCID] OCI notification service topic OCID

Configure OCI CLI profile:

  Usage:

    al-config -u [user OCID] -t [tenancy OCID] -k [key file]

  Options:

    -u [user OCID] OCI User OCID

    -t [tenancy OCID] OCI Tenancy OCID

    -k [key file] from which we obtaion the API private key

    -p [key passphrase file] from which we obtain API key passphrase. Provide

       this if API private key is encrypted. If not provided, user will be

       prompted to enter passphrase.

1 - 1

Post Details

Added on Aug 1 2024
9 comments
1,383 views