Home » RDBMS Server » Server Administration » How can I take a source of pakage from oracke
How can I take a source of pakage from oracke [message #57791] Tue, 08 July 2003 05:32 Go to next message
Karri
Messages: 33
Registered: May 2001
Member
Hi

I have a package and I know that error is in line 14 (errormessage says so). What is format of comman l?
I try everything (ex. l 1 20 package_api.. But I don't remember the right format.

Help me, BR Karri
Re: How can I take a source of pakage from oracke [message #57792 is a reply to message #57791] Tue, 08 July 2003 05:54 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10708
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
select line,text from user_source where name='MYPROCEDURE'
Re: How can I take a source of pakage from oracke [message #57822 is a reply to message #57791] Wed, 09 July 2003 08:28 Go to previous message
Michel Bartov
Messages: 35
Registered: February 2003
Member
SELECT text
from DBA_SOURCE
where type='PACKAGE BODY'
and owner='SYS'
and name='DBMS_STATS'
order
by line;

Also I posted an integrated set of GUI tools to manage, monitor and tune the Oracle database. One of the many functions is to display object information including source of procedures, packages etc for a selected schema. The link is http://www.barsoft.net
Previous Topic: interesting error
Next Topic: Rebuild Index fails -933
Goto Forum:
  


Current Time: Thu Jan 02 10:15:24 CST 2025