keyvault - oracle jdbc connection string

Boulbellout, Fouad 21 Reputation points
2021-10-04T16:20:11.143+00:00

hi all,
i trying to access oracle DB from Purview with SQL Authentication.
Oracle JDBC Connection string should be defined in Azure keyvault.
Anyone successfully configure Azure Secret key vault to access oracle DB over JDBC ? if yes could you please share JDBC url sample ?
thank you
regards,
Fouad

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,115 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
932 questions
0 comments No comments
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 77,081 Reputation points Microsoft Employee
    2021-10-07T06:43:35.277+00:00

    Hello @Boulbellout, Fouad ,

    Thanks for the question and using MS Q&A platform.

    This can either be:

    A host name used by JDBC to connect to the database server. For for example, MyDatabaseServer.com or

    • IP address. For for example,192.169.1.2 or
    • Its fully qualified JDBC connection string. For for example,
    • jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST=oracleserver1)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=oracleserver2)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=oracleserver3)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))

    For more details, refer to Register an Oracle source and a video on how to Register and scan Oracle database in Azure Purview.

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

0 additional answers

Sort by: Most helpful