dbTalk Databases Forums  

Oracle package params selection

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss Oracle package params selection in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
slafs
 
Posts: n/a

Default Oracle package params selection - 08-17-2009 , 09:10 AM






Hi!

I was wondering if I can select somehow parameters of a function,
procedure (inside a package or standalone) other than parsing the
dba_source view?

Thanks in advance.
Regards.

Reply With Quote
  #2  
Old   
slafs
 
Posts: n/a

Default Re: Oracle package params selection - 08-17-2009 , 09:27 AM






Ok. Got it. user_arguments http://www.psoug.org/reference/packages.html

On 17 Sie, 16:10, slafs <slaf... (AT) gmail (DOT) com> wrote:
Quote:
Hi!

I was wondering if I can select somehow parameters of a function,
procedure (inside a package or standalone) other than parsing the
dba_source view?

Thanks in advance.
Regards.

Reply With Quote
  #3  
Old   
Mark D Powell
 
Posts: n/a

Default Re: Oracle package params selection - 08-17-2009 , 11:13 AM



On Aug 17, 10:27*am, slafs <slaf... (AT) gmail (DOT) com> wrote:
Quote:
Ok. Got it. user_argumentshttp://www.psoug.org/reference/packages.html

On 17 Sie, 16:10, slafs <slaf... (AT) gmail (DOT) com> wrote:



Hi!

I was wondering if I can select somehow parameters of a function,
procedure (inside a package or standalone) other than parsing the
dba_source view?

Thanks in advance.
Regards.- Hide quoted text -

- Show quoted text -
You can also use describe in SQLPlus to see procedure parameters lists
as well as packaged procedure parameter lists when you just need a
quick reminder.

HTH -- Mark D Powell --

Reply With Quote
  #4  
Old   
slafs
 
Posts: n/a

Default Re: Oracle package params selection - 08-18-2009 , 03:43 AM



On 17 Sie, 18:13, Mark D Powell <Mark.Pow... (AT) eds (DOT) com> wrote:
Quote:
On Aug 17, 10:27*am, slafs <slaf... (AT) gmail (DOT) com> wrote:



Ok. Got it. user_argumentshttp://www.psoug.org/reference/packages.html

On 17 Sie, 16:10, slafs <slaf... (AT) gmail (DOT) com> wrote:

Hi!
I was wondering if I can select somehow parameters of a function,
procedure (inside a package or standalone) other than parsing the
dba_source view?

Thanks in advance.
Regards.- Hide quoted text -

- Show quoted text -

You can also use describe in SQLPlus to see procedure parameters lists
as well as packaged procedure parameter lists when you just need a
quick reminder.

HTH -- Mark D Powell --
Thanks,

But I can't manipulate the desc results by select or something like
that, can I? This only (as You said) a quick reminder.

Regards

Reply With Quote
  #5  
Old   
Mark D Powell
 
Posts: n/a

Default Re: Oracle package params selection - 08-18-2009 , 08:52 AM



On Aug 18, 4:43*am, slafs <slaf... (AT) gmail (DOT) com> wrote:
Quote:
On 17 Sie, 18:13, Mark D Powell <Mark.Pow... (AT) eds (DOT) com> wrote:





On Aug 17, 10:27*am, slafs <slaf... (AT) gmail (DOT) com> wrote:

Ok. Got it. user_argumentshttp://www.psoug.org/reference/packages.html

On 17 Sie, 16:10, slafs <slaf... (AT) gmail (DOT) com> wrote:

Hi!
I was wondering if I can select somehow parameters of a function,
procedure (inside a package or standalone) other than parsing the
dba_source view?

Thanks in advance.
Regards.- Hide quoted text -

- Show quoted text -

You can also use describe in SQLPlus to see procedure parameters lists
as well as packaged procedure parameter lists when you just need a
quick reminder.

HTH -- Mark D Powell --

Thanks,

But I can't manipulate the desc results by select or something like
that, can I? This only (as You said) a quick reminder.

Regards- Hide quoted text -

- Show quoted text -
The SQLPlus describe command as in desc procedure would be useful say
when you are typing code in one window and need to verify the order or
spelling of the procedure parameters.

The all_arguments view can also be used by isn't as fast when you just
want to see the parameter list. It is however more useful for
creating listings of procedures with parameters and for use in
generating dynamic code.

HTH -- Mark D Powell --

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.