Stream Troubleshooting

# Is the Capture Process Enabled?

SELECT CAPTURE_NAME, STATUS_CHANGE_TIME, ERROR_NUMBER, ERROR_MESSAGE
FROM DBA_CAPTURE;

select capture_name,queue_name,status,captured_scn,applied_scn from dba_capture;

select apply_name,apply_captured,status,error_number,error_message from dba_apply;

ORA-26687
resolution:

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License