Verbinden Sie Ihre Oracle Analytics Cloud-Instanz mit einem Remotedatenmodell.
bijdbc.properties
-Datei für die OAuth
-Authentifizierung und -Autorisierung, und fügen Sie Zugangsdaten für Ihre Oracle Analytics Cloud-Instanz hinzu.
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
Zur Verbindung mit einer Instanz, die bereitgestellt ist auf: | Erstellungsdatum |
---|---|
Oracle Cloud Infrastructure (2. Generation) |
Beliebig |
Oracle Cloud Infrastructure |
12. Mai 2020 oder später |
Verwenden Sie folgendes URL-Format mit OAuth
:
jdbc:oraclebi:https://<host>:<port>/api/jdbc?BIJDBC_PROPERTIES_FILE=<fully qualified location and name of properties file>
Beispiel:
jdbc:oraclebi:https://<host>:443/api/jdbc?BIJDBC_PROPERTIES_FILE=D:\\Workspace\\bijdbc\\bijdbc.properties
Zur Verbindung mit einer Instanz, die bereitgestellt ist auf: | Erstellungsdatum |
---|---|
Oracle Cloud Infrastructure |
Vor dem 12. Mai 2020 |
Verwenden Sie folgendes URL-Format mit OAuth
:
jdbc:oraclebi:https://<host>:<port>/bimodeler/api/jdbc?BIJDBC_PROPERTIES_FILE=<fully qualified location and name of properties file>
Beispiel:
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