의미 모델을 질의할 수 있도록 리소스 소유자 검증과 함께 JDBC 접속을 사용하여 Oracle Analytics Cloud에 접속합니다.
bijdbc.properties
파일을 생성합니다.
bijdbc.properties
파일에 대해 다음 형식을 사용합니다.
idcsEndpointUrl=https://<IDCS_hostname> idcsClientId=<ID string> idcsClientScope=<ID string> idcsClientSecret=<secret> user=<firstname.lastname@example.com> password=<password>
예를 들어, 다음과 같습니다.
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
접속할 인스턴스가 배치된 제품 | 생성 날짜 |
---|---|
Oracle Cloud Infrastructure(2세대) |
모두 |
Oracle Cloud Infrastructure |
2020년 5월 12일 이후 |
OAuth
에서 다음 URL 형식을 사용합니다.
jdbc:oraclebi:https://<host>:<port>/api/jdbc?BIJDBC_PROPERTIES_FILE=<fully qualified location and name of properties file>
예를 들어, 다음과 같습니다.
jdbc:oraclebi:https://<host>:443/api/jdbc?BIJDBC_PROPERTIES_FILE=D:\\Workspace\\bijdbc\\bijdbc.properties
접속할 인스턴스가 배치된 제품 | 생성 날짜 |
---|---|
Oracle Cloud Infrastructure |
2020년 5월 12일 이전 |
OAuth
에서 다음 URL 형식을 사용합니다.
jdbc:oraclebi:https://<host>:<port>/bimodeler/api/jdbc?BIJDBC_PROPERTIES_FILE=<fully qualified location and name of properties file>
예를 들어, 다음과 같습니다.
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