Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Stored Procedures and DEFAULT values for parameters
> > *g* ... ok - so defaults work.
> >
> > However, the Oracle documentation doesn't mention them in CREATE
> PROCEDURE:
> > CREATE [ OR REPLACE ] PROCEDURE [ schema. ]procedure
> > [ (argument [ IN | OUT | IN OUT ]
> > [ NOCOPY ]
> > datatype
> > [, argument [ IN | OUT | IN OUT ]
> > [ NOCOPY ]
> > datatype
> > ]...
> > )
> > ]
> > [ invoker_rights_clause ]
> > { IS | AS }
> > { pl/sql_subprogram_body | call_spec }
> >
> > Where exactly would they fit in?
> >
> > After "datatype"?
>
>
>
>
>
>
Indeed. Guess where I looked :-)
>
http://download-west.oracle.com/docs/cd/B12037_01/server.101/b10759/statements_6009.htm#sthref5190
Thanks.
-- With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server. Upscene Productions http://www.upscene.comReceived on Mon Nov 01 2004 - 15:50:06 CST
![]() |
![]() |