Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Need API to read Oracle Redo Logs
Hi,
Oracle8i provides the following supplied packages which will achieve the functionality you are looking for :
DBMS_LOGMNR
DBMS_LOGMNR_D
Please refer to Oracle8i Supplied Packages Reference "Part No. A68001-01" for complete quid through the required steps to utilize this 8i built-in feature.
"The Views expressed here are my own and not necessarily those of Oracle Corporation"
"Eric Fish" <efish_at_ggsoftware.com> wrote in message
news:8Gng4.22$T61.867_at_nnrp2-w.snfc21.pbi.net...
> I am looking for an API for reading the Oracle redo logs. Does Oracle
> itself provide one (some DB vendors do). This is for the purpose of
> efficiently reading the latest insert, update, and deletes which occur on
> Oracle tables. I don't want to use triggers to do this.
>
> I am also interested in tools which extract Oracle data close to
real-time,
> reading the logs, if they exist.
>
> Thanks
>
>
Received on Sun Jan 16 2000 - 12:24:17 CST
![]() |
![]() |