Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: extracting selective information
"K. JOTHISH" wrote:
>
> Hi All,
> We are developing a kind of reporting tool which wud connect to another
> database and present the data from that database in a format so that it is
> easily analysable for the end-user.
> Now the intented approach is to have a database for the reporting
> module and to periodically refresh only the recent modifications from that
> database.Now one solution to that was to create snapshots and refresh
> periodically but then , this is possible only if both these databases are
> oracle.How can we do this if say we have to do it from any other
> database like SQL Server into a oracle database.
> TIA,
> Jothish
>
Jotish,
Snapshots are of course proprietary but nothing prevents you from using the same mechanism as 'snapshot refresh' - having a log which holds the primary key and enough information to reconstruct the insert, update or delete statement, and triggers to fill it. It's exactly the way that the Sybase replication agent for Oracle works - the log is then processed by a replication server.
-- Regards, Stephane Faroult Oriole Corporation Voice: +44 (0) 7050-696-269 Fax: +44 (0) 7050-696-449 Performance Tools & Free Scripts -------------------------------------------------------------- http://www.oriole.com, designed by Oracle DBAs for Oracle DBAs -------------------------------------------------------------- -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Stephane Faroult INET: sfaroult_at_oriole.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Jun 13 2001 - 14:20:40 CDT