Call form taking a lot of time to call the form: [message #254781] |
Sat, 28 July 2007 03:27 |
srinivas.k2005
Messages: 404 Registered: August 2006
|
Senior Member |
|
|
Hi,
I am moving the forms6i code to forms10g code.
In forms 6i i used call_form('Frm_name') to call the form it was opening fast,
But now when i moved to 10gr2.
I am using the same built in, call_form('Frm_Name'),
Its taking a lot of time to open the form.
At present i am not passing any parameters in call_form,
Please suggest any solution.
Thanks,
Srinivas.
|
|
|
Re: Call form taking a lot of time to call the form: [message #255181 is a reply to message #254781] |
Mon, 30 July 2007 23:41 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
What work does the form do on 'open'? Does it do an 'execute_query' of some type? If so, are the new forms connected to a new database? Have you copied all the data over to the new database but, as yet, have no indexes?
David
|
|
|