Connectez votre instance Oracle Analytics Cloud à un modèle de données distant.
bijdbc.properties
pour l'authentification et l'autorisation OAuth
, puis ajoutez des informations d'identification pour votre instance Oracle Analytics Cloud.
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
Pour vous connecter à une instance déployée sur | Date de création |
---|---|
Oracle Cloud Infrastructure (Gen 2) |
Indifférent |
Oracle Cloud Infrastructure |
12 mai 2020 ou date ultérieure |
Utilisez ce format d'URL avec OAuth
:
jdbc:oraclebi:https://<host>:<port>/api/jdbc?BIJDBC_PROPERTIES_FILE=<fully qualified location and name of properties file>
Par exemple :
jdbc:oraclebi:https://<host>:443/api/jdbc?BIJDBC_PROPERTIES_FILE=D:\\Workspace\\bijdbc\\bijdbc.properties
Pour vous connecter à une instance déployée sur | Date de création |
---|---|
Oracle Cloud Infrastructure |
Avant le 12 mai 2020 |
Utilisez ce format d'URL avec OAuth
:
jdbc:oraclebi:https://<host>:<port>/bimodeler/api/jdbc?BIJDBC_PROPERTIES_FILE=<fully qualified location and name of properties file>
Par exemple :
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