الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How Can i trace oracle with application?

Featured Replies

بتاريخ:

i want ask how can i trace the oracle statement is sql Plus with appliction uses these db

i want explain more about my problem

we have Db Oracle about factory and appliction connect with it using C# and appear some Error message that execute procudure i want trace sql statment throw Sql plus and see all statments done before this Message
and thanx For All

  • بعد 1 شهر...
بتاريخ:

you can enable sql tracing for the session you want
use the following script to get the SID,and serial# for the session you want to trace

SELECT S.sid, S.serial#, S.username, S.osuser,
TO_CHAR(S.logon_time, 'MM/DD/YY HH24:MI:SS') AS "logon_time",
S.status, Lpad(P.spid, 13) AS "spid"
FROM v$session S, v$process P
WHERE S.paddr = + P.addr
ORDER by TO_CHAR(S.logon_time, 'MM/DD/YY HH24:MI:SS')

then execute the following:
execute dbms_system.set_sql_trace_in_session(sid, serial#, TRUE)

after that you can format the output trace file using tkprof

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.