Hi,
I have oracle client install in my local machine. I want to create a .txt file in my local machine.
I tried by using
UTL_FILE.FOPEN('d:\\','utlfile.txt','w');
but it gives invalid path error.
can anyone any idea, how to we can create file on local machine(on client machine).
Thanks
Ankit Patel