InterviewSolution
Saved Bookmarks
| 1. |
What Is Sys.anydata? |
|
Answer» SYS.AnyData is a QUEUE that can capture messages of TYPE AnyData. This is a STANDARD USED in the Streams replication for storing LCRs. The reason for using this queue is that messages are WRAPPED into type AnyData before queuing. SYS.AnyData is a queue that can capture messages of type AnyData. This is a standard used in the Streams replication for storing LCRs. The reason for using this queue is that messages are wrapped into type AnyData before queuing. |
|