Determine la URL de JDBC necesaria para conectarse a la instancia de Oracle Analytics Cloud y probar la conexión.
bijdbc.properties
para la autenticación y la autorización OAuth
y agregue las credenciales de su instancia de Oracle Analytics Cloud.
bijdbc.properties
:
idcsEndpointUrl=https://<IDCS_hostname> idcsClientId=<ID string> idcsClientScope=<ID string> idcsClientSecret=<secret> user=<[email protected]> password=<password>
Por ejemplo:
idcsEndpointUrl=https://idcs-1a2bc345678901d2e34fgh56789j0ke.identity.c9abc1.oc9def.com idcsClientId=12a000dc9ef345678000ghij2kl8a34 idcsClientScope=https://<host>.com:443urn:opc:resource:consumer::all idcsClientSecret=xyz [email protected] password=yourpassword
user=<[email protected]> idcsEndpointUrl=https://<IDCS_hostname> idcsClientId=<ID string> idcsClientScope=<ID string> certificateFile=<location>\jdbc\\bijdbcclient.cert privateKeyFile=<location>\jdbc\\bijdbcclient.pem
Para conectarse a una instancia desplegada el | Fecha de creación |
---|---|
Oracle Cloud Infrastructure (Gen 2) |
Cualquiera |
Oracle Cloud Infrastructure |
12 de mayo de 2020 o después |
Utilice este formato de URL con OAuth
:
jdbc:oraclebi:https://<host>:<port>/api/jdbc?BIJDBC_PROPERTIES_FILE=<fully qualified location and name of properties file>
Por ejemplo:
jdbc:oraclebi:https://<host>:443/api/jdbc?BIJDBC_PROPERTIES_FILE=D:\\Workspace\\bijdbc\\bijdbc.properties
Para conectarse a una instancia desplegada el | Fecha de creación |
---|---|
Oracle Cloud Infrastructure |
Antes del 12 de mayo de 2020 |
Utilice este formato de URL con OAuth
:
jdbc:oraclebi:https://<host>:<port>/bimodeler/api/jdbc?BIJDBC_PROPERTIES_FILE=<fully qualified location and name of properties file>
Por ejemplo:
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