Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to get SQL commands executed on Oracle database in certain period?

Re: How to get SQL commands executed on Oracle database in certain period?

From: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: 5 Oct 2006 07:58:46 -0700
Message-ID: <1160060326.285769.61290@m73g2000cwd.googlegroups.com>

Mark D Powell wrote:
> On Oct 5, 7:55 am, "hpuxrac" <johnbhur..._at_sbcglobal.net> wrote:
> > On unix/linux cron is provided which is a barebones type of scheduler.
> > Many unix/linux shops use other 3rd party schedulers.
> >
> > Windows also has a built in scheduling facility that's pretty basic.
> >
> > You do realize that the SQL commands used against oracle will not
> > probably match exactly SQL that other databases would require don't
> > you?
> >
> > It sounds like you will need to build something custom that will look
> > at the data changes in oracle and then extract and build somehow a flat
> > file that would contain the sql commands that you want executed on the
> > other database.
> >
> > Is that a little kludgy? Maybe but not unlike things that people have
> > put in place.
> >
> > Perhaps a better solution would be changes so that the applications
> > that run against the other database would access the relevant
> > information in oracle when they need that information.
>
> Oracle does not save all DML operations anywhere from which they could
> be readily fetched and then applied to another non-Oracle database.
> You would have to mine the archived redo logs for this information,
> capture it via table triggers, or perhaps capture it using advanced
> auditing features. Depending on the number of tables involved, data
> dependencies, and the activity level this could be a major
> undertaking.

That's why I noted that it would have to be custom work. Received on Thu Oct 05 2006 - 09:58:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US