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: syncrone update of Paradox db file from Oracle server.

Re: syncrone update of Paradox db file from Oracle server.

From: Mladen Gogala <mgogala_at_earthlink.net>
Date: Sat, 24 Nov 2001 19:44:50 GMT
Message-ID: <pan.2001.11.24.14.44.42.572.1224@earthlink.net>


In article <Z9zL7.126$Yj6.7093_at_news.get2net.dk>, "Jimmy Nielsen" <j_ni_at_get2net.dk> wrote:

> Is there a way of doing this perhabs by a trigger initiating a select
> statement, calling an external program tahat loads an ASCII file,
> converts it into an Paradox db file .
>
> Anyone ?
>
> regards
> Jimmy

That sort of stuff is why external PL/SQL routines were invented for. You can write a shared library and call the functions in it as PL/SQL routines. It is all in the PL/SQL manual.

-- 
Mladen Gogala
Received on Sat Nov 24 2001 - 13:44:50 CST

Original text of this message

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