Interface | Description |
---|---|
JDBCDataSource |
Provides information about a
DataSource |
JDBCDataSources |
Provides information about the available
JDBCDataSource s (database pools) |
Enum | Description |
---|---|
ConnectionNotAvailableReason |
Categorizes the reason a database connection could not be created
|
Exception | Description |
---|---|
ConnectionNotAvailableException |
Exception raised when a connection to a database or database schema cannot be made
|
DatabaseNotAvailableException |
Exception raised an attempt is made to connect to a database that is not available
|
SchemaNotAvailableException |
Raised when an attempt is made to access a schema that is not ORDS enabled, or has been dropped
|