Remote oracle Database connection

kerek2

Member
Joined
Jan 18, 2009
Messages
9
Programming Experience
Beginner
Hi aLL,

I'm really newbie in vb.net... actually i need to connect to oracle database server via network . How to do that?

My server details:-

IP : 172.19.20.2
Database name : owndb
user : own
Password : ownnn

Plz help me...10q:eek:
 
Please post your questions in the most appropriate forum for the topic. The General forum is only for questions that relate to other forums. Moved.

You will use classes from the System.Data.OracleClient namespace, e.g. OracleConnection. You should read any ADO.NET tutorial as the structure of the code is the same no matter the data source. Only the details change. Go to ConnectionStrings.com for the appropriate connection string format.
 
I'd love to spend an hour typing something helpful but "How to connect to an oracle database" is really newbie stuff that has been covered a million times before on the web..
 
As cjard implies, you really should be making use of a search engine for something that really is standard functionality and is bound to have been covered in numerous places by numerous people.

connect oracle vb.net - Google Search
 
Back
Top