Networkimg Error [message #172716] |
Wed, 17 May 2006 13:32 |
Khaled Ba Abdullah
Messages: 16 Registered: October 2003
|
Junior Member |
|
|
I hope to help me
I've successfully installed Oracle Database Release 2 and Oracle Application Server on one server (All in one server)
running on Windows server 2003 Enterprise but when I try to run my project it gives me an error
FRM-92102: A network error has occured.
the forms client has atempted to reestablishits connection to the server without success.
Please check the network connection and try again later.
Please tell me how to fix this problem
Thanks
|
|
|
Re: Networkimg Error [message #182225 is a reply to message #172716] |
Thu, 13 July 2006 19:54 |
nmacdannald
Messages: 460 Registered: July 2005 Location: Stockton, California - US...
|
Senior Member |
|
|
In your forms, how are you identifing the database(sid)? It needs to use the service name in your tnsnames.ora (something like orcl) and connect to the correct port (usually 1521).
The listener must be up and properly configured. Use onca (Oracle Network Connection Assistant) if possible. After configuration, start the listener using the dos prompt
>lsnrctl start
Or use em to start the listener and database.
|
|
|