Problem with 10g Forms Database Access [message #158049] |
Wed, 08 February 2006 04:30 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
nirmalnarayan
Messages: 261 Registered: April 2005 Location: India
|
Senior Member |
|
|
Hi,
I have installed 10g Developer suite, and 10g Database, i configured the TSNNAMES.ORA and is able to connect to the 10g Database through the SQL Plus utility in the Developer suite, but not able to connect the Forms to the DB, What settings i have to configure in order to connect the Forms with Database.
While trying to connect it is taking a long time and after some time it Forms application shows 'Not Responding' in the Taskmanager.
What may be the issue ?
Anyone have any idea how to configure please reply.
Thanks and Regards,
Nirmal Narayanan
|
|
|
|
Re: Problem with 10g Forms Database Access [message #158204 is a reply to message #158167] |
Thu, 09 February 2006 00:38 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
nirmalnarayan
Messages: 261 Registered: April 2005 Location: India
|
Senior Member |
|
|
It's working perfect, but the form running in the web layout is displaying the watermark 'Oracle AS Forms services' and in the menu bar created by me the word 'Oracle' is displaying. How to get rid of these two?
Thanks and Regards,
Nirmal
|
|
|
Re: Problem with 10g Forms Database Access [message #158318 is a reply to message #158204] |
Thu, 09 February 2006 21:55 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
To clear the watermark, go to formsweb.cfg and in the area associated with your application set 'Logo=no'. Search this forum for 'logo' for some examples.
Would you please post a SMALL part of the screen that contains the menu bar 'Oracle' please.
David
Upd: Okay, the logo refers to the Oracle in the corner not the watermark. Learn something every day.
[Updated on: Thu, 09 February 2006 23:19] Report message to a moderator
|
|
|
|
|
|
Re: Problem with 10g Forms Database Access [message #158330 is a reply to message #158327] |
Thu, 09 February 2006 23:22 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Please search this forum for 'formsweb.cfg'. There are fuller explanations in those threads for the following options.
separateFrame=True
form=myform.fmx
userid=usrid/@mydb.world
width=850
height=650
colorScheme=Titanium
align=baseline
#splashScreen=logo_frame.gif
webformsTitle="My Own Personal 9i"
Logo=no
#serverApp=/regico/registry
Background=NO
There is also documentation on the Oracle website.
David
|
|
|