Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create directory on client side....

Pradhyumn (PS)Sep 3 2011 — edited Sep 3 2011
Dear all,
I created a directory on client system for user who can save files in that directory and can load data by user interface in database table. But the directory created on Server side. and an error occurred that Directory not found on SYS.ORACLE_LOADER.
Please solve the problem? I want create directory only on client side and problem should not occur.

CREATE OR REPLACE DIRECTORY PRAD_DIR AS 'C:\abc'; -----It create on server side

Thanx.
This post has been answered by Hemant K Chitale on Sep 3 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 1 2011
Added on Sep 3 2011
3 comments
1,346 views