Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hi,

I am creating a cross platform database application using Mono. It uses oracle database as back end. I used ODBC drive to connecting database. I can connect to database using this following connection string in my windows machine

Driver={Oracle in OraDb11g_home1};Server=localhost;Uid=system;Pwd=manager   


For Linux I uses Linux Oracle OS for Database server. I installed oracle client in my fedora OS. and cofigure the client using net cofiguration assistant tool with oracle client. client connection working OK. Then I try to connect with my mono application using the followig connction string

C#
Driver={Oracle ODBC Drive};Server=orcl;Uid=system;Pwd=manager



but the above connection string not worked

please help me....
I am using Oracle 11g version
Posted
Updated 6-Aug-12 16:22pm
v2
Comments
Pablo Aliskevicius 6-Aug-12 2:02am    
Did you try posting this question at the Oracle Technology Network?
Try starting here:
https://forums.oracle.com/forums/search.jspa?threadID=&q=.net+mono&objID=c84&dateRange=last90days&userID=&numResults=15
Arun Kumar K S 6-Aug-12 3:04am    
thanks. I psoted my question in there

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900