473,395 Members | 2,079 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Oracle 9i Qs: URL contains extra characters and how to maximize servelet

Q1. Whenever I run my form, it starts MSIE OK, but puts the characters
http://%%20" in front of the URL, like this:

http://%%20"http://W18670:8888/forms90/f90servlet?form=C:\ANPR\Source_v2\Forms\Frmmain&us erid=user/password@database&buffer_records=NO&debug_messages =NO&array=YES&query_only=NO&quiet=NO&RENDER=YES"

Every time I run the form, I have to delete these 12 characters from
the front of the URL and hit enter and it runs fine. Why? I have
checked all the set up options I can find, and I have searched the
registry and in every Oracle file on the system for 'http:/' and I
can't find it anywhere.

Can anybody suggest some things to try?

Q2. When the Java servelet runs, there is a grey bar across the top of
the applet with the Oracle logo on the right hand side. Some of my
forms are bigger than the applet window, in which case I get scroll
bars. Does anybody know whether I can maximize the applet to take up
the full web browser screen? Alternatively, can I run the servlet not
using MSIE but just in a window?

I have been trying to find some good books on Forms 9i or information
on the net. Can anybody recommend some resources? I have the Oracle
Press Oracle 9i Complete Reference, but it only covers SQL and PL/SQL
which is not so much use to me. There doesn't seem to be much around
eg. on Amazon about Forms 9i.

Thank you very much for any help you can give.
Jul 19 '05 #1
4 5155
go****@m-streeter.demon.co.uk (Michael) wrote in message news:<a8*************************@posting.google.c om>...
Q1. Whenever I run my form, it starts MSIE OK, but puts the characters
http://%%20" in front of the URL, like this:

http://%%20"http://W18670:8888/forms90/f90servlet?form=C:\ANPR\Source_v2\Forms\Frmmain&us erid=user/password@database&buffer_records=NO&debug_messages =NO&array=YES&query_only=NO&quiet=NO&RENDER=YES"

Every time I run the form, I have to delete these 12 characters from
the front of the URL and hit enter and it runs fine. Why? I have
checked all the set up options I can find, and I have searched the
registry and in every Oracle file on the system for 'http:/' and I
can't find it anywhere.

Can anybody suggest some things to try?


I should add to what I have put above that I have the form open in
Oracle Forms Builder to begin with. I am pressing F5 (or click on
Programs, Run Form) in order to run it, and that is how MSIE gets
started.

Thanks for any help.
Jul 19 '05 #2
Q1: unknown

Q2: Try the following

in formsweb.cfg file in /OraHome1/Form90/server Directory.
-width is 720
-height is 700
adapt these parameter & bounce Apache (start & stop)

Regards,
Cedric Vonck
go****@m-streeter.demon.co.uk (Michael) wrote in message news:<a8*************************@posting.google.c om>...
Q1. Whenever I run my form, it starts MSIE OK, but puts the characters
http://%%20" in front of the URL, like this:

http://%%20"http://W18670:8888/forms90/f90servlet?form=C:\ANPR\Source_v2\Forms\Frmmain&us erid=user/password@database&buffer_records=NO&debug_messages =NO&array=YES&query_only=NO&quiet=NO&RENDER=YES"

Every time I run the form, I have to delete these 12 characters from
the front of the URL and hit enter and it runs fine. Why? I have
checked all the set up options I can find, and I have searched the
registry and in every Oracle file on the system for 'http:/' and I
can't find it anywhere.

Can anybody suggest some things to try?

Q2. When the Java servelet runs, there is a grey bar across the top of
the applet with the Oracle logo on the right hand side. Some of my
forms are bigger than the applet window, in which case I get scroll
bars. Does anybody know whether I can maximize the applet to take up
the full web browser screen? Alternatively, can I run the servlet not
using MSIE but just in a window?

I have been trying to find some good books on Forms 9i or information
on the net. Can anybody recommend some resources? I have the Oracle
Press Oracle 9i Complete Reference, but it only covers SQL and PL/SQL
which is not so much use to me. There doesn't seem to be much around
eg. on Amazon about Forms 9i.

Thank you very much for any help you can give.

Jul 19 '05 #3
va**********@ping.be (Cedric Vonck) wrote in message news:<71**************************@posting.google. com>...
Q1: unknown
<snip>
Regards,
Cedric Vonck
Thanks very much, Cedric, your solution works perfectly.


go****@m-streeter.demon.co.uk (Michael) wrote in message news:<a8*************************@posting.google.c om>...
Q1. Whenever I run my form, it starts MSIE OK, but puts the characters
http://%%20" in front of the URL, like this:


OK, I have the answer to that one:
In Oracle Forms, click on Edit, Preferences.
Click on the Runtime tab and completely specify
the Application Server URL (e.g. http://W18670:8888/forms90.f90servlet)
and the Web Browser Location (e.g. C:\Program Files\Internet Explorer\IEXPLORE.EXE).
Jul 19 '05 #4
No problemo mate! :-)
Btw, I looked this up at Metalink.
Unfortunately I cannot distributed my login // pwd or my company could
loose his oracle support.

If you have any questions, don't hesitate to post them!.

I have thought a bit about Q1:
I think that is related to IE.
Login as Administrator
goto the dos prompt
cd "Documents and settings"
cd "<user>"
cd "Local Settings"

delete "History" & Temporary Internet Folder

and reboot.

You have also be carefull with the directory you put your forms in!!
Make sure that there are NO spaces tabs or other control characters
in..
Otherwise you will bump into another 9000 error.

And thirdly, if you wish to use the forms in another language, like
me, in Dutch.

Go to the register,
Go the Oracle Home of Forms
Add or adapt the NLS_LANGUAGE parameter
Reboot is prefferred.

Fourthly,
To work convienently with menus, you have to set the correct path
to your forms directory:

Register
Oracle Home of forms
Add or adapt the following parameter: forms_path
edit the key and reboot (always be on the safe side)

forms_path => c:\oracle.....\;c:\my_forms_directory

go****@m-streeter.demon.co.uk (Michael) wrote in message news:<a8**************************@posting.google. com>...
va**********@ping.be (Cedric Vonck) wrote in message news:<71**************************@posting.google. com>...
Q1: unknown

<snip>

Regards,
Cedric Vonck


Thanks very much, Cedric, your solution works perfectly.


go****@m-streeter.demon.co.uk (Michael) wrote in message news:<a8*************************@posting.google.c om>...
Q1. Whenever I run my form, it starts MSIE OK, but puts the characters
http://%%20" in front of the URL, like this:


OK, I have the answer to that one:
In Oracle Forms, click on Edit, Preferences.
Click on the Runtime tab and completely specify
the Application Server URL (e.g. http://W18670:8888/forms90.f90servlet)
and the Web Browser Location (e.g. C:\Program Files\Internet Explorer\IEXPLORE.EXE).

Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Dylan Nicholson | last post by:
Seems that Oracle 9.2 (using MS ODBC driver) requires extra parentheses when adding multiple columns to a table: ALTER TABLE MyTable ADD (MyColumn1 VARCHAR(255), MyColumn2 VARCHAR(255)) vs ...
3
by: Michael | last post by:
Hello, I need to search in a number column for particular "subnumbers". For example I have a column with 3453454 in it an I like to searh for the number "53" in it. I know I could use select...
1
by: Andrew Arace | last post by:
I scoured the groups for some hands on code to perform the menial task of exporting table data from an Access 2000 database to Oracle database (in this case, it was oracle 8i but i'm assuming this...
0
by: RobertoP | last post by:
Hello, I am trying to create a simple Oracle application that queries some data from Oracle. The problem is that it randomly returns trailing \0s instead of the characters of a string. ...
0
by: RobertoP | last post by:
Hello, I am trying to create a simple Oracle application that queries some data from Oracle. The problem is that it randomly returns trailing \0s instead of the characters of a string. ...
0
by: zellipa | last post by:
I am trying to imbed crystal in oracle. I got the following steps from the web. when i try to run the created from , iget the error frm-41344. Any suggestions. Regards, Zellipa STEPS TO...
0
by: Daniel Roy | last post by:
If you want to maximize your chances, first get certified in 8i, then write the delta exam to get certified in 9i also (it's only one more exam). You can become certified easily without buying any...
5
by: Ana C. Dent | last post by:
PF wrote: A couple of months ago I found a Note: on MetaLink which detailed how to use OID to serve DB names. I was going from TNSNAMES.ORA files to OID, but it did work. However I never...
3
by: Michael | last post by:
Q1. Whenever I run my form, it starts MSIE OK, but puts the characters http://%%20" in front of the URL, like this: ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.