Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: External table novelties
> Jared,
>
> I have not thoroughly tested this, but the basic premise does work and =
> is
> valid. Create an external table that's defined on a named pipe, rather
> than a file. I was half expecting an ORA-600 ora ORA-7445, but
Oracle=20
> (9.2.0.5 on Solaris 8) seems ok with it. I just did basic testing.
>
> select * from my_pipe;
> will immediately return any data in the pipe, or block waiting on data.
> If you send multiple lines of output to the pipe, all the lines will=20
> be outputted in Oracle.
Very cool Mark, hadn't thought of that one.
Jared
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Aug 26 2004 - 12:12:42 CDT
![]() |
![]() |