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;
'DB > Oracle' 카테고리의 다른 글
[error]ORA-48140 the specified ADR Base directory does not exist~~ (0) | 2016.03.25 |
---|---|
오라클 핫백업 (0) | 2015.12.10 |
procedure(프로시저)와 function(함수)의 차이 (0) | 2015.11.23 |
오라클 DBMS_CRYPTO 암호화 (0) | 2015.11.19 |
Oracle Sequence (오라클 시퀀스) (0) | 2015.09.23 |