Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: stored procedure


Message #1 by "yanti fitri eka zalti" <yanti_fitri@l...> on Fri, 24 Nov 2000 01:29:21 -0800
what is the syntax to get the stored procedure list from the database? i use oracle 8i thanks





Get FREE Email/Voicemail with 15MB at Lycos Communications at http://comm.lycos.com

Message #2 by dany.kattar@f... on Sat, 25 Nov 2000 18:26:45 -0000
Hi, is this what you're looking for ?



select * from all_objects where OBJECT_TYPE = 'PROCEDURE'



if not, please explain more .

Cheers,

Danny


  Return to Index