Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: PROCEDURE arguments & defaults (data dictionary views)

Re: PROCEDURE arguments & defaults (data dictionary views)

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Tue, 28 Dec 2004 18:22:16 +0100
Message-ID: <41d1964d$0$16425$626a14ce@news.free.fr>

"Martijn Tonies" <m.tonies_at_upscene-removethis.nospam.com> a écrit dans le message de news:10t2hkoacjbi8ce_at_corp.supernews.com...
| Hi all,
|
| According to the documentation, ALL_ARGUMENTS holds the
| available parameters for procedures.
|
| It has two columns for DEFAULTs - but they are "reserved for
| future use".
|
| However, the DEFAULT clause is supported when creating a
| procedure.
|
| Where does this information get stored, besides ALL_SOURCE?
|
| --
| With regards,
|
| Martijn Tonies
| Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
| Server
| Upscene Productions
| http://www.upscene.com
|

The first time i heard this question it was in 1993. The answer is still the same for every Oracle version from 7 to 10g: to get the default values parse the source.

Regards
Michel Cadot Received on Tue Dec 28 2004 - 11:22:16 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US