Read file on local machine [message #558946] |
Wed, 27 June 2012 12:15  |
 |
Charly2012
Messages: 2 Registered: June 2012 Location: bcn
|
Junior Member |
|
|
Hello
A basic question:
From a script how I can read a local file (where I have the sql client)?
I explain more:
I have an Oracle database on a server, and I connect from another machine with SQL Developer.
I want to read a text file on my local machine ( where I run my script) to use the data in the script.
I never want to read or write on the server.
Reading on internet i read about UTF_FILE package
But what is not clear to me is, this is on the server or client ?
Also some people says UTF_FILE can work both on client side and server side. If this is correct, how do you distinguish?
Also I read about package text_io, but I think it is only for forms.
Anybody can answer me this ?
thanks
( sorry for my english )
|
|
|
|
|
|
|
|