Hi All,
I am trying to connect to an Oracle database using the EZCONNECT method. We were given advice to use the servername setting like this
sqlca.dbms="ORA Oracle"
sqlca.userid=""
sqlca.dbpass=""
sqlca.logid=asv_login
sqlca.logpass=asv_password
sqlca.database=""
sqlca.dbparm=""
sqlca.servername=[//]host[:port][/service_name]
However it is failing to recognize the setting as being valid. Is there a working solution/example that illustrates how to employ Oracle's EZCONNECT for database connections?
Thanks,
Kyle