ricky
04-24-2003, 10:03 AM
What command do I use to view the source of a stored procedure?
Thanks.
Thanks.
|
Click to See Complete Forum and Search --> : Stored Procedure source? ricky 04-24-2003, 10:03 AM What command do I use to view the source of a stored procedure? Thanks. Imanuel Greenfeld 04-24-2003, 10:15 AM You can use: select text from USER_SOURCE where name = upper('your proc'); Cheers, Imanuel. "ricky" <rforde48@hotmail.com> wrote: > >What command do I use to view the source of a stored procedure? > >Thanks. Reddy 04-28-2003, 09:04 AM "ricky" <rforde48@hotmail.com> wrote: You can query the following table user_source Eg: desc user_source select * from user_source where Condition<> Regards Reddy > >What command do I use to view the source of a stored procedure? > >Thanks. devx.com
Copyright Internet.com Inc. All Rights Reserved |