Create directory on client side....
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.