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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How i can create .txt file in oracle, In my local machine?

Ankit8051Sep 4 2014 — edited Sep 9 2014

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 7 2014
Added on Sep 4 2014
8 comments
2,675 views