Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
Modifier and Type | Method | Description |
---|---|---|
static OracleConnection.DatabaseStartupMode |
OracleConnection.DatabaseStartupMode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OracleConnection.DatabaseStartupMode[] |
OracleConnection.DatabaseStartupMode.values() |
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
OracleConnection.startup(OracleConnection.DatabaseStartupMode mode) |
Starts the database server up.
|
void |
OracleConnection.startup(OracleConnection.DatabaseStartupMode mode, String pfileName) |
Starts the database server up.
|
void |
OracleConnectionWrapper.startup(OracleConnection.DatabaseStartupMode mode) |
|
void |
OracleConnectionWrapper.startup(OracleConnection.DatabaseStartupMode mode, String pfileName) |