Hi, In order to connect to Oracle, you need to write the full connect description to the database server location. for example: (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = 25.1.1.161) (PORT = 1541)) (CONNECT_DATA = (SID = PROD)) ) (The connect descriptor can be found in the tnsnames.ora file....