Bestem, hvilken JDBC-URL der skal bruges til at oprette forbindelse til din Oracle Analytics Cloud-instans, og test forbindelsen.
bijdbc.properties
-fil til OAuth
-autentificering og -autorisation, og tilføj oplysninger for din Oracle Analytics Cloud-instans.
bijdbc.properties
-fil for at oprette forbindelse ved hjælp af Ressourceejer-assertion:
idcsEndpointUrl=https://<IDCS_hostname> idcsClientId=<ID string> idcsClientScope=<ID string> idcsClientSecret=<secret> user=<firstname.lastname@example.com> password=<password>
Eksempel:
idcsEndpointUrl=https://idcs-1a2bc345678901d2e34fgh56789j0ke.identity.c9abc1.oc9def.com
idcsClientId=12a000dc9ef345678000ghij2kl8a34
idcsClientScope=https://<host>.com:443urn:opc:resource:consumer::all
idcsClientSecret=xyz
user=myuser@office.com
password=yourpassword
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
For at oprette forbindelse til en instans ibrugtaget på | Oprettelsesdato |
---|---|
Oracle Cloud Infrastructure (Gen 2) |
Enhver |
Oracle Cloud Infrastructure |
12. maj 2020 eller senere |
Brug dette URL-format med OAuth
:
jdbc:oraclebi:https://<host>:<port>/api/jdbc?BIJDBC_PROPERTIES_FILE=<fully qualified location and name of properties file>
Eksempel:
jdbc:oraclebi:https://<host>:443/api/jdbc?BIJDBC_PROPERTIES_FILE=D:\\Workspace\\bijdbc\\bijdbc.properties
For at oprette forbindelse til en instans ibrugtaget på | Oprettelsesdato |
---|---|
Oracle Cloud Infrastructure |
Før 12. maj 2020 |
Brug dette URL-format med OAuth
:
jdbc:oraclebi:https://<host>:<port>/bimodeler/api/jdbc?BIJDBC_PROPERTIES_FILE=<fully qualified location and name of properties file>
Eksempel:
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