lrd_initialize_db
Example: lrd_initialize_db | Oracle 8.0 Functions |
Initializes the database process environment. (Oracle 8.0 and later)
LRDRET lrd_initialize_db( unsigned int muiDBType, long mliMode,
int miDBErrorSeverity );
muiDBType | The target database type. |
mliMode | The mode of operation. |
miDBErrorSeverity | The Error Severity Levels of a failure in a database routine. |
The lrd_initialize_db function initializes the database process environment. Note that memory callback functions are not supported.
For more details refer to the Function Header File lrd.h in the include directory.
Return Values
See LRD Return Values.
Parameterization
You cannot use standard parameterization for any arguments in this function.