Verbind uw Oracle Analytics Cloud instance met een extern gegevensmodel.
bijdbc.properties
voor verificatie en autorisatie via OAuth
en voeg referenties toe voor uw Oracle Analytics Cloud instance.
bijdbc.properties
:user=<firstname.lastname@example.com> idcsEndpointUrl=https://<IDCS_hostname> idcsClientId=<ID string> idcsClientScope=<ID string> certificateFile=<location>\jdbc\\bijdbcclient.cert privateKeyFile=<location>\jdbc\\bijdbcclient.pem
Om verbinding te maken met een instance die is geïmplementeerd op | Gemaakt op |
---|---|
Oracle Cloud Infrastructure (Gen 2) |
Willekeurig |
Oracle Cloud Infrastructure |
12 mei 2020 of later |
Gebruik deze URL-indeling met OAuth
:
jdbc:oraclebi:https://<host>:<port>/api/jdbc?BIJDBC_PROPERTIES_FILE=<fully qualified location and name of properties file>
Bijvoorbeeld:
jdbc:oraclebi:https://<host>:443/api/jdbc?BIJDBC_PROPERTIES_FILE=D:\\Workspace\\bijdbc\\bijdbc.properties
Om verbinding te maken met een instance die is geïmplementeerd op | Gemaakt op |
---|---|
Oracle Cloud Infrastructure |
Voor 12 mei 2020 |
Gebruik deze URL-indeling met OAuth
:
jdbc:oraclebi:https://<host>:<port>/bimodeler/api/jdbc?BIJDBC_PROPERTIES_FILE=<fully qualified location and name of properties file>
Bijvoorbeeld:
jdbc:oraclebi:https://abcdefghi123-jklmnopqrs4t-je.analytics.ocp.oraclecloud.com:443/bimodeler/api/jdbc?BIJDBC_PROPERTIES_FILE=D:\\Workspace\\bijdbc\\bijdbc.properties
jdbc:oraclebi:https://abcdefghi123-jklmnopqrs4t-je.analytics.ocp.oraclecloud.com:443/api/jdbc?BIJDBC_PROPERTIES_FILE=D:\\Workspace\\bijdbc\\bijdbc.properties