ConnectionUrlType interface
The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
Properties
apex |
Oracle Application Express (APEX) URL. |
database |
The URL of the Database Transforms for the Autonomous Database. |
graph |
The URL of the Graph Studio for the Autonomous Database. |
machine |
The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database. |
mongo |
The URL of the MongoDB API for the Autonomous Database. |
ords |
The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database. |
sql |
Oracle SQL Developer Web URL. |
Property Details
apexUrl
Oracle Application Express (APEX) URL.
apexUrl?: string
Property Value
string
databaseTransformsUrl
The URL of the Database Transforms for the Autonomous Database.
databaseTransformsUrl?: string
Property Value
string
graphStudioUrl
The URL of the Graph Studio for the Autonomous Database.
graphStudioUrl?: string
Property Value
string
machineLearningNotebookUrl
The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
machineLearningNotebookUrl?: string
Property Value
string
mongoDbUrl
The URL of the MongoDB API for the Autonomous Database.
mongoDbUrl?: string
Property Value
string
ordsUrl
The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
ordsUrl?: string
Property Value
string
sqlDevWebUrl
Oracle SQL Developer Web URL.
sqlDevWebUrl?: string
Property Value
string