Semantik modeli sorgulayabilmeniz için kaynak sahibi onayı ile bir Java Veritabanı Bağlantısı (JDBC) bağlantısı kullanarak Oracle Analitik Bulut'a bağlanın.
bijdbc.properties
dosyası oluşturun.
bijdbc.properties
dosyanız için şu formatı kullanın:
idcsEndpointUrl=https://<IDCS_hostname> idcsClientId=<ID string> idcsClientScope=<ID string> idcsClientSecret=<secret> user=<firstname.lastname@example.com> password=<password>
Örneğin:
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
Devreye alınan bir ana bağlanma | Oluşturma tarihi |
---|---|
Oracle Bulut Altyapısı (Gen 2) |
Herhangi Biri |
Oracle Bulut Altyapısı |
12 Mayıs 2020 veya daha ileri |
Bu URL formatını OAuth
ile kullanın:
jdbc:oraclebi:https://<host>:<port>/api/jdbc?BIJDBC_PROPERTIES_FILE=<fully qualified location and name of properties file>
Örneğin:
jdbc:oraclebi:https://<host>:443/api/jdbc?BIJDBC_PROPERTIES_FILE=D:\\Workspace\\bijdbc\\bijdbc.properties
Devreye alınan bir ana bağlanma | Oluşturma tarihi |
---|---|
Oracle Bulut Altyapısı |
12 Mayıs 2020 öncesinde |
Bu URL formatını OAuth
ile kullanın:
jdbc:oraclebi:https://<host>:<port>/bimodeler/api/jdbc?BIJDBC_PROPERTIES_FILE=<fully qualified location and name of properties file>
Örneğin:
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