Well personal now is in the following condition:
I installed the oracle on a machine with Windows Server 2003 (192.168.0.3) that is served as our server for development, in the machine itself as server I I can connect locally via SQLPlus and also to another Oracle bank via network.
When connecting to the production server everything works OK, but when I will connect to the development server it gives an error that calls some unsecured debug on the PC or generates those error reports.
And if I use the application in Forms it only closes.
any light?
If I give a tnsping as follows:
Select all
TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 07-MAI-2010 11:00:15
Copyright (c) 1997, 2005, Oracle. All rights reserved.
Arquivos de parÔmetros usados:
C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
Usado o adaptador TNSNAMES para resolver o apelido
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.3)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = XE
)))
OK (60 ms)
Note : Here in the company runs a system done in forms and I came to migrate it from forms to php but for now I need to fix some things in the forms so still need to be opening connection between the client machine and the servant machine.
Sincerely,