oracle db connection

Class library usage, coding and language questions.
totadan
Posts: 1
Joined: Mon May 13, 2013 7:17 am

oracle db connection

Post by totadan » Mon May 13, 2013 7:31 am

i m trying to connect to oracle db connection, and in tnsnames.ora --->
life151 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.3.151)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = orcl)
)
)



like this is there and through command prompt i am able to connect but using this tool m not able to connect and
Provider=MSDAORA;Data Source=life151;User ID=xxx;Password=xxx,

but when i try to test connection, it is giving the error like :ORA:12546: TNS permission denied...
please help in this

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: oracle db connection

Post by Support Team » Tue May 14, 2013 1:01 pm

Hi,

How have you tried to connect to the db, with our SQL Connector?

Are you sure this has something to do with Ranorex? Maybe one of the following links could be of help: link1, link2.

Regards,
Markus