Quantcast
Channel: ITPUB论坛-专业的IT技术社区
Viewing all articles
Browse latest Browse all 18583

oracle中job执行的存储过程中包含dbms_output.put_line问题

$
0
0
oracle中job执行的存储过程中包含dbms_output.put_line,job定时执行后怎么看这个dbms_output.put_line的输出结果。 存储过程如下: create or replace procedure test is begin declare p varchar2(50); BEGIN p:='hello world'; ...

Viewing all articles
Browse latest Browse all 18583

Trending Articles