ora-06508 error while using client_text_io.fopen() [message #431151] |
Sun, 15 November 2009 23:18 |
mandark
Messages: 23 Registered: October 2009
|
Junior Member |
|
|
Hi,
I am using dev suite 10g workng in client-server environment.
In one of the forms file is created and data is being uploaded in that file. When i am using text_io package it is working fine for server side file creation, but now i want to create same file on client side m/c for that i changed text_io to client_text_io and also included webutil.pll.
But the problem is that during execution of
client_text_io.fopen(filename, 'w') statement it is giving error ora-06508. please suggest solution for this problem urgently.
Thanks in advance
|
|
|
|
|
|