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

Home -> Community -> Usenet -> c.d.o.server -> Re: Is it possible to know the reason for invalid function

Re: Is it possible to know the reason for invalid function

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 12 Jan 2007 08:55:53 -0800
Message-ID: <1168620952.491839@bubbleator.drizzle.com>


Raghav wrote:

> Could you/or others give me a hint as to where can I start.
>
> regards
> raghav..

set serveroutput on

exec dbms_utility.get_dependency('<object_type>', '<schema_name>', 'object_name');

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Fri Jan 12 2007 - 10:55:53 CST

Original text of this message

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