Help: stored procedure in oracle# Database - 数据库
ak
1 楼
How could I excute stored procedure in Oracle under SQL*Plus?
For example: I have an sp_sel_test.sql
SQL> call sp_sel_test
but does not work. what command will work?
By the way, I wrote stored procedure under SQL*Plus, the use / to run.
For example: I have an sp_sel_test.sql
SQL> call sp_sel_test
but does not work. what command will work?
By the way, I wrote stored procedure under SQL*Plus, the use / to run.