Hi Schwertner,
thanks for the reply. As an addendum do you know if it is possible to extract the DML from the redo logs without using Log Miner?
Many thanks
chedgey
Main Topics
Browse All TopicsHi guys,
This is not really my area so I was wondering if any of you guys had ever heard of this. One of the chaps in the office says he remembers hearing about extracting DDL statements directly from the redo log stream without using LogMiner. Is this possible?
My situation is that we have a real-time 24x7 operation supported buy an Oracle database (soon to be upgraded to 10g) on AIX. This supports very fast read actions as it is attached to a series of mail sorting machines at a mail centre which require query response in 100milliseconds. I need to extract large amounts of data from this database for a highly configurable transport to a data warehouse that will most likely be SQL Server 2005 based (unless Oracle decide to upgrade their BI offerings and package them free with the database).
Obviously I can do this with DataGuard (or even Oracle Streams) as we use that successfully already in some of our non real-time applications but that would entail creating a secondary AIX based database that would then send the data over to SQL Server. If I could extract the DDL directly from the redo stream then I could pass that directly to be interpreted by SQL Server but I can find no reference to doing it without the use of LogMiner.
NOTE: I cannot run extraction directly on the Oracle database as it is a third party application and we are not allowed to touch it else it invalidates all their SLAs and gives them a "get out of gaol free card" should their application fail. We are, however, allowed to use it's redo stream, hence the peculiarity of my scenario.
Many thanks in advance.
Regards
chedgey
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: schwertnerPosted on 2007-02-08 at 05:17:59ID: 18493261
I am afraid only LogMiner can help you.
major changes like creating Tablespaces and Datafiles are logged in
alert log, but minor DDL like CREATE TABLE, DROP TABLE are logged only
in the redo logs.