Hello,
After a HADR failure, we are attempting to recover the data at one customer. Unfortunately, only the standby database is accessible (thanks to DB2_HADR_ROS). We found a limitation in reading CLOBs and BLOBs from standby DBs.
SQL1773N, Reason Code 3, which states:
An attempt was made to execute a query against a read-enabled HADR standby database and there is one of the following problems with the query:
- The query attempted to use a data types which cannot be used in queries against a read-enabled HADR standby database.
- The query attempted to use a LOB or XML value that is not stored as inline data in the database table.
The user action is:
Change the query so that it does not use any data types that cannot be read on an HADR standby database, and does not query for XML and LOB values that are not inline.
Have you ever been in this situation? Is it possible to solve it somehow and export data from this column, or are these data lost?
Thank you
Regards
------------------------------
Ondřej
------------------------------