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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: anyway to trace a DDL statement?

RE: anyway to trace a DDL statement?

From: Yasin Baskan <yasin.baskan_at_yapikredi.com.tr>
Date: Thu, 1 Nov 2007 16:41:08 +0200
Message-ID: <083667B535F3464CA0DD0D1DAFA4E3760ED3F788@camexc1.kfs.local>

In what version of the database, which level of 10046 and for which command?

I get the following in 10G for a simple create table statement with 10046 level 12. It shows lots of recursive sqls.

OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS call count cpu elapsed disk query current rows
------- ------ -------- ---------- ---------- ---------- ----------



Parse 21 0.06 0.07 0 0 6 0
Execute 177 0.19 0.21 3 15 44 6
Fetch 257 0.03 0.04 3 570 0 762
------- ------ -------- ---------- ---------- ---------- ----------


total 455 0.28 0.33 6 585 50 768

Misses in library cache during parse: 21 Misses in library cache during execute: 21

Elapsed times include waiting on following events:

  Event waited on                             Times   Max. Wait  Total
Waited

    2 user SQL statements in session.
  177 internal SQL statements in session.   179 SQL statements in session.

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of ryan_gaffuri_at_comcast.net
Sent: Thursday, November 01, 2007 3:32 PM To: oracle-l_at_freelists.org
Subject: anyway to trace a DDL statement?

If I run a 10046 trace on a DDL statement, I do not get the recursive SQL that oracle runs underneath the DDL. Is there another form of trace that will show me what oracle is doing?
--

http://www.freelists.org/webpage/oracle-l

Bu mesaj ve onunla iletilen tum ekler gonderildigi kisi ya da kuruma ozel ve Bankalar Kanunu geregince, gizlilik yukumlulugu tasiyor olabilir. Bu mesaj, hicbir sekilde, herhangi bir amac icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz; mesajin yetkili alicisi veya alicisina iletmekten sorumlu kisi degilseniz, mesaj icerigini ya da eklerini kopyalamayiniz, yayinlamayiniz, baska kisilere yonlendirmeyiniz ve mesaji gonderen kisiyi derhal uyararak bu mesaji siliniz. Bu mesajin iceriginde ya da eklerinde yer alan bilgilerin dogrulugu, butunlugu ve guncelligi Bankamiz tarafindan garanti edilmemektedir ve bilinen viruslere karsi kontrolleri yapilmis olarak yollanan mesajin sisteminizde yaratabilecegi zararlardan Bankamiz sorumlu tutulamaz.

This message and the files attached to it are under the privacy liability in accordance with the Banking Law and confidential to the use of the individual or entity to whom they are addressed. This message cannot be copied, disclosed or sold monetary consideration for any purpose. If you are not the intended recipient of this message, you should not copy, distribute, disclose or forward the information that exists in the content and in the attachments of this message; please notify the sender immediately and delete all copies of this message. Our Bank does not warrant the accuracy, integrity and currency of the information transmitted with this message. This message has been detected for all known computer viruses thence our Bank is not liable for the occurrence of any system corruption caused by this message
--

http://www.freelists.org/webpage/oracle-l Received on Thu Nov 01 2007 - 09:41:08 CDT

Original text of this message

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