Search found 4 matches

by pinkalsolanki
Thu Jan 31, 2008 7:39 am
Forum: Oracle Forms & Reports
Topic: How to import data into an Oracle from text file.
Replies: 1
Views: 2529

Its.. simple..

Use TEXT_IO Package in Forms 6i

<b>Sample:</b>
-------------------------------------------
declare
in_file Text_IO.File_Type;
linebuf VARCHAR2(80);
begin
in_file := Text_IO.Fopen('salary.txt', 'r');
Text_IO.Get_Line(in_file,linebuf);

Message(linebuf);

end ...
by pinkalsolanki
Thu Jan 31, 2008 7:34 am
Forum: Oracle Forms & Reports
Topic: help ...! Unable to Set virtual path on OAS10g
Replies: 0
Views: 1584

help ...! Unable to Set virtual path on OAS10g

Hi.. Guys ..
I have installed "Oracle Application Server Forms & Reports Services(10.1.2.)" Standalone on windows server 2003 SP1 machine.

I have created form module in Oracle Forms 10g.

i have successfully deployed forms on OAS10g ,also set different section in "formsweb.conf" file.
But i want to ...
by pinkalsolanki
Mon Jan 21, 2008 10:14 am
Forum: Oracle Forms & Reports
Topic: Want to configure forms10g demos on AS10g
Replies: 0
Views: 1125

Want to configure forms10g demos on AS10g

Hi... Guys

I have downloaded forms10gdemos(10.1.2) from oracle.
and its works fine on dev suite 10g,

the configuration described with demo is only for developer suite

but, i want to deploy that demos on oracle application server (form service) 10.1.2

i have also tried to edit " orion-web.xml ...
by pinkalsolanki
Thu Feb 15, 2007 9:09 am
Forum: Oracle Forms & Reports
Topic: How to Use "PRT" files in Reports
Replies: 1
Views: 1175

How to Use "PRT" files in Reports

Hi all.

I wants to Use PRT files in Report Builder to print the reports in character mode to the dot matrix printers.

i m using devleoper 6i in Winxp OS

I m unable to attach PRT files in report builder
plz send me sample report rdf file along with PRT sample file.

thanks