Re: How to find routinename associated with a package??

Re: How to find routinename associated with a package??

 

  


Hi Praveen ,

Select ROUTINENAME, SPECIFICNAME, FUNC_PATH, IMPLEMENTATION,
NEWSAVEPOINTLEVEL from SYSCAT.ROUTINES WHERE
ROUTINESCHEMA =' <<schema name>> '

Thanks

Thirumaran

----- Original Message -----
From: "Praveenkumar"
<db2udbdba-ezmlmshield-x97701656.[Email address protected]
To: "LazyDBA Discussion" <[Email address protected]
Sent: Monday, January 31, 2005 2:43 PM
Subject: How to find routinename associated with a package??


> Hello all,
> Db2 Version 8.2
>
> Can any body help me out in finding the routine name associated with a
> particular package??
> I have some package names which are invalid. I wanted to know the
> routines associated with packages.
>
> Till db2V8.1 we could do it using following query
>
> select distinct routinename from syscat.packages p,syscat.routines r
> where substr(implementation,1,length(pkgname)) = 'P6310382'
>
> Thanx in advance...
>
> Warm regards,
>
> Praveen Pandey
>
> i-flex Solutions Ltd.
>
>
> DISCLAIMER:
> This message contains privileged and confidential information and is
intended only for the individual named.If you are not the intended recipient
you should not disseminate,distribute,store,print, copy or deliver this
message.Please notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.E-mail
transmission cannot be guaranteed to be secure or error-free as information
could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or
contain viruses.The sender therefore does not accept liability for any
errors or omissions in the contents of this message which arise as a result
of e-mail transmission. If verification is required please request a
hard-copy version.
>
>
> ---------------------------------------------------------------------
> PLEASE CLICK REPLY-ALL TO SEND A REPLY TO EVERYONE
> website: http://www.LazyDBA.com
> To unsubscribe: http://www.lazydba.com/unsubscribe.html
>
>



DB2 & UDB email list listserv db2-l LazyDBA home page