Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: UTL_FILE - Print Novell Network

Re: UTL_FILE - Print Novell Network

From: <SUSOTT_at_amnutrition.com>
Date: Fri, 15 Feb 2002 17:17:12 -0700
Message-ID: <u6r987ga7ecq58@corp.supernews.com>

"steve" <E_at_E.COM> wrote in message news:1f7onhn.gj9ytn1s4b0lcN%E_at_E.COM...
>
> oracle on one machine cannot access the paths on a novell server, as
> oracle is using the i/o kernel to directly access your local servers
> devices.
> also setting utl_file_dir = '*' is a real big mistake and a real big
> security hole, as it bypasses any server side security and gives access
> directly to root programs (you can write/read absolutly ANY file on the
> server), on the machine that the oracle resides on.
>
>
> also writing to lpt1 is a little different that dumping a file directly
> into the printer Queue on the novell server, as output directed to lpt1
> goes through a printer driver( converts the output to printer specific
> codes) and security that informs the server that a job is ready, it
> would depend on how the print queue is implemented at the novell end and
> its security.
>
> you might try a java module on the client or server, that is called by
> the oracle, as java is a bit more printer friendly than oracle and would
> give you cleaner code that is easier to maintain and implement.
>
> steve
>

{snip}

Thanks for the information, as I now try to learn java, any tips in which areas I should concentrait in? Received on Fri Feb 15 2002 - 18:17:12 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US