Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> DBMS_SYSTEM.KSDWRT question
Hi all,
on our 8161 database, I want to capture all the DDLs issued by non SYS users
(believe me, some developers still do). As production locking is away by few
weeks, I wrote a database level trigger to capture all the DDL statements.
But on 8161 it fails due to a bug when a distribution transaction is taking
place (as the trigger uses autonomous transaction).
Alternatively I am thinking of using DBMS_SYSTEM.KSDWRT ... does it have any such side effects? Basically, does it affect current transaction at all? Is it transaction independent?
Also on the similar lines, does anyone know what these procedures do? I tried running them on a test database, but couldn't see anything ... in the session or in the alert log.
dbms_system.KSDIND; dbms_system.KCFRMS; dbms_system.KSDDDT; dbms_system.KSDFLS;
Thanks in advance
Raj
QOTD: Any clod can have facts, but having an opinion is an art!
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jamadagni, Rajendra INET: Rajendra.Jamadagni_at_espn.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-LReceived on Thu Jun 20 2002 - 10:33:40 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
- text/plain attachment: InterScan_Disclaimer.txt
![]() |
![]() |