TEXT_IO Problem [message #79265] |
Mon, 20 May 2002 17:09 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
gie
Messages: 3 Registered: May 2002
|
Junior Member |
|
|
i ha d 2 applications, one is reading a file and the other is writing. on a client/sever environment the 2 apps works perfectly, but when i deploy it on the web ive got an error message on my first apps(reading file) that says ora-302000. the 2nd apps(writing file) produces no errors but the file that i have created or written to were lost. Please help me on this.
|
|
|
Re: TEXT_IO Problem [message #79292 is a reply to message #79265] |
Wed, 22 May 2002 01:21 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
pratap kumar tripathy
Messages: 660 Registered: January 2002
|
Senior Member |
|
|
first of all it is not a good idea to use it in web. secondly, u can write into only server by text_io in web not client as form is running on server.
there is a bug in form server, if u start form server as service then it will give u this error
so stop the form service and start it from command line
ifsrv60 -listen port=9000
it may also caused ,if you are specifying a file name
greater than the maximum file name length imposed by the operating system.
also specify the path explictly
cheers
pratap
|
|
|