본문 바로가기

DB/Oracle

프로시저 실행

variable msg varchar2(1000);

variable code number;

EXEC sp_sh_log(106135,1312,'http://shable.kr','ip', 'askdklj2kalsi2', :msg, :code);

print msg;

print code;



variable msg varchar2(1000);

variable code number;

EXEC sp_sh_ac_log(106135,0, 'blog','ip', 'askdklj2kalsi2','askdklj2ka', :msg, :code);

print msg;

print code;