Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using logminer to retrive CLOB data

Status
Not open for further replies.

GERPAT

Programmer
Aug 15, 2002
30
0
0
IE
I need to undo a delete that was executed on a table that has field with a datatype CLOB. When I use logminer to retrieve the "undo" transaction it, logminer tells me that CLOBS are not supported. The insert statement looks like this:

insert into article (title,teaser,body,)
values ('Latest News','Visit out latest news section','Unsupported Type')

If logminer does not mine CLOB data how can I undo this transaction?
 
Hi,
If you have some old backup export file then try to retrive the same from it.

Regards
Himanshu
 
Thanks for getting back to me.

I do an export of the database every night, unfortunetly this transaction happened prior to the last export so the export contains the bad transaction.

As far as you know is it impossible to retrieve clob data from the archive logs.

Regards

Gerard
 
GERPAT,
What version of Oracle you are using?
I have found that LOB's are supported In logminer of Oracle 9.2.x.

Regards
Himanshu
 
I'm using an Oracle 8.1.7.0.0 database. There must be some way of retrieving CLOB data from an archive_redo_log, otherwise standby databases wouldn't work with CLOB data, which I find hard to believe.
 
forgot ot mention: the database is sitting on a Windows 2000 server.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top