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: SHOW ERRORS not working

Re: SHOW ERRORS not working

From: Pete Finnigan <oracle_list_at_peterfinnigan.demon.co.uk>
Date: Tue, 22 Jul 2003 09:45:36 +0100
Message-Id: <25988.338867@fatcity.com>


Hi Dave

I have had the same issue before but i don't remember the answer but I think i found it with either trace or SQL*Net trace.

I think show is a keyword implemented in SQL*Plus that simply translates into some SQL. Set trace on your session and on your users session and use tkprof with SYS = yes to collect all SQL including ddl and see if a difference is shown between your session and his, you in theory should have the same SQL as him but it could indicate where the difference lies. Or an alternative is to use SQL*Net trace at SUPPORT level and you should see the SQL used in the packet contents.

hope this helps

kind regards

Pete

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Tue Jul 22 2003 - 03:45:36 CDT

Original text of this message

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