Read and Write File using Oracle Form 6i [message #531512] |
Wed, 16 November 2011 06:53 |
|
m3nhaq
Messages: 20 Registered: September 2011 Location: Pakistan
|
Junior Member |
|
|
Hi,
I have a file studnet.txt in following order
JAMs|1231|PHYSICS
SAM|1232|PHYSICS
ALI|1233|CHEMISTRY
I want to read and write data from a file in | seprated mode. Kindly help me to do so. Please give me any link of Tutorial about file READ and WRITE using Oracle Forms6i.
I have a knowledge of file handling in C++ but not use it in Oracel Form before this.
Please Guide me.
THanks.
|
|
|
|
Re: Read and Write File using Oracle Form 6i [message #531596 is a reply to message #531567] |
Wed, 16 November 2011 23:36 |
|
m3nhaq
Messages: 20 Registered: September 2011 Location: Pakistan
|
Junior Member |
|
|
Actually I have to import that file in to my system using Oracle Form Interface.
I try to use SQL*Loader but not able to succeed. I found that SQL*Loader is considered as Server Side Utility, so best it to run from server not from Client side.
Please share any tutorial link to study FILE input/output and SQL*Loader.
Please help
[Updated on: Thu, 17 November 2011 01:37] Report message to a moderator
|
|
|
|
|
Re: Read and Write File using Oracle Form 6i [message #531616 is a reply to message #531614] |
Thu, 17 November 2011 01:59 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
It appears that you don't have SQL*Loader installed, do you? If you do have it, then the PATH system variable doesn't contain its directory and the system is unable to find the executable, but that most probably means that installation didn't end up correctly.
SQL*Loader can be installed from the Client CD (i.e. Developer Suite installation doesn't contain it), or is installed along with the database installation. If SQL*Loader is all you need, run the universal installer, go to custom installation and choose that utility only. Software can be downloaded, as usually, from the Oracle Technology Network.
[Updated on: Thu, 17 November 2011 01:59] Report message to a moderator
|
|
|