Oracle: Call stored procedure inside the package

后端 未结 2 1243
难免孤独
难免孤独 2021-02-07 02:25

I\'m not much in Oracle. I use PL/SQL Developer.

I have the following package:

create or replace package PKG1
as
procedure INIT
(
  nRN                           


        
2条回答
  •  无人及你
    2021-02-07 03:01

    To those that are incline to use GUI:

    Click Right mouse button on procecdure name then select Test

    Then in new window you will see script generated just add the parameters and click on Start Debugger or F9

    Hope this saves you some time.

提交回复
热议问题