Re: Accessing an Oracle database with vb.net
- From: "Mark Brown" <mbrown@xxxxxxxxxxxxxxxx>
- Date: Tue, 27 Feb 2007 08:47:39 -0600
"Patrick Steele" <patrick@xxxxxxxx> wrote in message
news:MPG.204d568125fcf102989721@xxxxxxxxxxxxxxxxxxxxxxx
In article <e#hQ7JfWHHA.1208@xxxxxxxxxxxxxxxxxxxx>, mbrown@xxxxxxxx
spam.org says...
I'm trying to access an Oracle database vb.net. I found several
examples.
I tried following each one, but I get the same error no matter what I
try.
I don't really understand what the error means (I've never tried
accessing
an Oracle database before). The error I get is:
ORA-12514: TNS:listener does not currently know of service requested in
connect descriptor
I installed the oracle dll and added it as reference (I get the same
error
if I use the Oracle reference that came with VS2003.) I figure it's
hitting
the database ok since if I change the name of the database it's
connecting
to, I get an error that it couldn't resove the name.
It's been a few years since I had to deal with Oracle, but I'll give it
a shot.
First, when you say you "installed the oracle dll", does that mean you
actually installed the oracle client? If not, I would install the
oracle client and include SQL plus during the installation. SQL Plus is
a kind of isql/w (if you're familiar with SQL Server).
Once the client is installed, make sure you tnsnames.ora file is
configured correctly. This, I can't help you with since I don't
remember what is necessary, but I do recall that was a source for
frequent frustration.
Third, make sure the Oracle listener service is running on the oracle
server.
Good luck!
Thanks for the reply. I do have the client installed and I can access the
database using Query Builder. But in my application, when it tries to
connect, I get that error, which from what I've been able to find out means
that I contacted the server, but not registered with the listener. But no
one ever seems to mention how to do that.
Mark
.
- References:
- Accessing an Oracle database with vb.net
- From: Mark Brown
- Re: Accessing an Oracle database with vb.net
- From: Patrick Steele
- Accessing an Oracle database with vb.net
- Prev by Date: Re: Using Word.Application with Option Strick On
- Next by Date: Who is the code sherriff around here?
- Previous by thread: Re: Accessing an Oracle database with vb.net
- Next by thread: any simple and fast way to check if file is open (locked) other than T/C/F ?
- Index(es):
Relevant Pages
|