Getting error while Executing Package

后端 未结 3 429
孤独总比滥情好
孤独总比滥情好 2020-12-21 08:27

Table Structure:

Name       Null Type         
---------- ---- ------------ 
DPT_NO          NUMBER       
SALARY          NUMBER(10)   
PERIOD          VARC         


        
3条回答
  •  伪装坚强ぢ
    2020-12-21 08:38

    You neeed to create a package specifications and then only you can create a package body.

    You need to execute the package i.e you execute the stored procedures,functions etc in the package.

提交回复
热议问题