| General Information |
| Library Note |
Morgan's Library Page Header
|
| Purpose |
Utility providing a single function used in apply process management |
| AUTHID |
DEFINER |
| Dependencies |
| DBMS_APPLY_ADM_INTERNAL |
DBMS_LOGREP_LIB |
|
|
| Documented |
No |
| Exceptions |
| Error Code |
Reason |
| ORA-26701 |
Streams process <process_name> does not exist |
|
| First Available |
Not known |
| Security Model |
Owned by SYS with no privileges granted |
| Source |
{ORACLE_HOME}/rdbms/admin/prvthapp.html |
| |
| GET_APPLY# |
| Returns the process number for the named apply process |
dbms_apply_process.get_apply#(apply_name IN VARCHAR2) RETURN BINARY_INTEGER; |
SELECT dbms_apply_process.get_apply#('UWAPPLY');
*
ORA-26701: XStreams process UWAPPLY does not exist |