1700: Could not connect with username/password 'apps/apps@acp' ('ORA-12541: TNS:no listener ').

Error Code : 1700

Comments : 1700: Could not connect with username/password 'apps/apps@acp' ('ORA-12541: TNS:no listener
').

Reason : TNS Entry

Solution :

Step 1 : Go to C:\OraHome_1\network\ADMIN\tnsnames.ora
Step 2 : Create tnsnames.ora  

Sample Code :

TESTDB=
        (DESCRIPTION=
                (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.160.10)(PORT=1766))
            (CONNECT_DATA=
                (SID=PROD)
            )
        )

Comments

Popular posts from this blog

Oracle Shipping Network SQL Query

Oracle Ar Invoice Numbering Sequence alter to avoid missing in between by cache

Advance Supply Chaining Scripts - ASCP Full Pegging Concept Script