Oracle standard edition - Stream apply getting stuck after 432 tables
Is there any limitation on number of stream apply process by executing the following commands in oracle standard edition
- EXEC DBMS_APPLY_ADM.START_APPLY('sync_name');
Reason behind to ask this question is that -
1. We have successfully created the queues in source and target schema
2. When we start the stream apply, stream apply is not working/getting errors after 432 tables.
3. Is there any magic number for stream apply ?