File handling using java stored procedures [message #91334] |
Tue, 16 July 2002 20:29 |
Omar Khan
Messages: 1 Registered: July 2002
|
Junior Member |
|
|
I have a java procedure that writes/reads files from the OS. The java code was working fine when run standalone, but when loaded into the database using loadjava, it accesses only the files located on the server. I want it to access files on the client machine. Is is anyhow possible, please help
|
|
|
Re: File handling using java stored procedures [message #91396 is a reply to message #91334] |
Thu, 08 August 2002 11:56 |
Damien Michalosky
Messages: 2 Registered: August 2002
|
Junior Member |
|
|
Hi,
I am having the same problem. I would like to define it by saying files (File object) can only be accessed locally only when loaded and run through Oracle:
"C:\temp" but not "\\oraserver\temp" where temp is the name of the share on machine oraserver. When running the java files locally, network shares can be accessed. Please note that mapping \oraservertemp to S: drive did not help the issue.
Any help would be appreciated.
Damien
|
|
|
Re: File handling using java stored procedures [message #91398 is a reply to message #91334] |
Fri, 09 August 2002 07:22 |
Damien Michalosky
Messages: 2 Registered: August 2002
|
Junior Member |
|
|
Hi,
I am having the same problem. I would like to define it by saying files (File object) can only be accessed locally only when loaded and run through Oracle:
"C:\temp" but not "\\oraserver\temp" where temp is the name of the share on machine oraserver. When running the java files locally, network shares can be accessed. Please note that mapping \oraservertemp to S: drive did not help the issue.
Any help would be appreciated.
Damien
|
|
|
|
|
|
|
|
|