|
Oracle DBMS_PIPE - why you should abandon it |
|
A classical method of getting Oracle-based processes communicating with the outside world is by using the DBMS_PIPE package: Typically, we write to a pipe from an Oracle PL/SQL-based process, and then we continuously run an asynchronous Oracle PL/SQL process which reads the pipe and processes what it reads. A common use of DBMS_PIPE is for debugging, logging and launching external processes. |
|
Read more...
|
|
|
<< Start < Prev 1 2 3 4 5 6 Next > End >>
|
| Results 21 - 21 of 21 |