![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to call a stored procedure via sqlplus, and keep getting a "wrong number of types or arguments in call" error. I've been up and down this call, and the thing matches the information I've been given, but I'm not certain that what I've been given is accurate. Is there any way to see the description of a stored procedure (essentially what parameters it takes and returns is all I need) ? Thanks. - chess hazlett |
#3
| |||
| |||
|
|
Check out user|all|dba_arguments |
#4
| |||
| |||
|
|
On Tue, 08 Jul 2003 18:46:08 GMT, chess hazlett puneyrf_f_unmyrgg (AT) enlgurba (DOT) pbz> wrote: I'm trying to call a stored procedure via sqlplus, and keep getting a "wrong number of types or arguments in call" error. I've been up and down this call, and the thing matches the information I've been given, but I'm not certain that what I've been given is accurate. Is there any way to see the description of a stored procedure (essentially what parameters it takes and returns is all I need) ? Thanks. - chess hazlett Check out user|all|dba_arguments Sybrand Bakker, Senior Oracle DBA To reply remove -verwijderdit from my e-mail address |
#5
| |||
| |||
|
|
Chess, in SQLPLus, you can also just describe a procedure to see the argument list: UT1> desc trace_sql |

![]() |
| Thread Tools | |
| Display Modes | |
| |