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: Where is the sql stored for a stored procedure?

RE: Where is the sql stored for a stored procedure?

From: Bob Metelsky <bmetelsky_at_cps92.com>
Date: Thu, 20 Feb 2003 06:53:41 -0800
Message-ID: <F001.00552E52.20030220065341@fatcity.com>


Thanks for all the replies...

A summary

{user|all|dba}_source

LOCDB SQL> desc dba_source;
 Name


 OWNER                          
 NAME                           
 TYPE                           
 LINE                           
 TEXT                           

LOCDB SQL> select distinct type from dba_source ; TYPE



FUNCTION
PACKAGE
PACKAGE BODY
PROCEDURE
TYPE SELECT TEXT FROM DBA_SOURCE WHERE NAME = 'object_name'

bob

> Im mucking about in the user_ views...
>
> Im seeing dba_objects type = 'procedure'; but need to find the sql
>
> Thanks
> bob
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Bob Metelsky
  INET: bmetelsky_at_cps92.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Feb 20 2003 - 08:53:41 CST

Original text of this message

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