|
|
|
Procedure Error
|
|||
|---|---|---|---|
|
#18+
Hi everybody If you can Colud you explain to me what does this error mean in SQL*Plus First I created procedure in PL/SQL Developer create or replace procedure change_salary(v_emp_id in number, v_new_salary in number) is begin update s_emp set salary = v_new_salary where id = v_emp_id; commit; end change_salary; It gave the message: Compiled successfully Then in SQL*Plus, I tried the next: SQL> exec change_salary; begin change_salary; end; ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'CHANGE_SALARY' ORA-06550: line 1, column 7: PL/SQL: Statement ignored SQL> ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 24.05.2005, 15:53:25 |
|
||
|
|

start [/forum/topic.php?fid=25&fpage=244&tid=1490609]: |
0ms |
get settings: |
11ms |
get forum list: |
20ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
67ms |
get topic data: |
9ms |
get forum data: |
2ms |
get page messages: |
36ms |
get tp. blocked users: |
2ms |
| others: | 228ms |
| total: | 383ms |

| 0 / 0 |
