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

Home -> Community -> Mailing Lists -> Oracle-L -> DBMS_SYSTEM.KSDWRT question

DBMS_SYSTEM.KSDWRT question

From: Jamadagni, Rajendra <Rajendra.Jamadagni_at_espn.com>
Date: Thu, 20 Jun 2002 07:33:40 -0800
Message-ID: <F001.00482B79.20020620073340@fatcity.com>


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



Rajendra Jamadagni MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot com
Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.

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-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 Thu Jun 20 2002 - 10:33:40 CDT

Original text of this message

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