Error
Error Code:
ORA-16855
Oracle ORA-16855: Transport Lag Exceeded
Description
This error indicates that the redo transport lag between the primary and standby database has exceeded the configured threshold. This usually occurs due to network issues or performance bottlenecks affecting redo log transfer.
Error Message
ORA-16855: transport lag has exceeded specified threshold
Known Causes
4 known causesNetwork Latency
High network latency between the primary and standby databases slows down redo log transfer, leading to lag.🌐
Network Disconnection
A complete network outage prevents redo logs from being transferred, quickly exceeding the transport lag threshold.💻
Insufficient Bandwidth
Limited bandwidth on the network connection can bottleneck redo log transfer, resulting in a significant lag.⚙
Standby Database Bottleneck
The standby database may be unable to keep up with applying the redo logs, contributing to increased transport lag.⚙
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service