LogMiner fatal trouble (BLOB) [message #170461] |
Wed, 03 May 2006 23:23 |
hofline
Messages: 2 Registered: August 2005
|
Junior Member |
|
|
Hi..
I'm try to get DML from oracle archivelog, when I insert an image that contain about 2k bytes of information the DML for this is:
insert into T (image) value (EMPTY_LOB());
update T set image = HEXTORAW('.........');
This is a trouble. This is a large DML that exceed the 4000 bytes and when I try to execute this I get the PL/SQL: ORA-01704: string literal too long error.
Any suggestion please???
|
|
|