|
-
Jul 14th, 2008, 11:28 PM
#1
Thread Starter
Fanatic Member
How to connect to Oracle 10g XE
Dear All,
How to connect to Oracle 10g XE ? .. I didnot find correct connectionstring..
please help
TIA
Winanjaya
-
Jul 15th, 2008, 01:59 AM
#2
Re: How to connect to Oracle 10g XE
-
Jul 15th, 2008, 02:14 AM
#3
Thread Starter
Fanatic Member
Re: How to connect to Oracle 10g XE
yes, I also have visited there and I followed the connectionstrings from that site.. but it doesnot work.. ;<(
regards
-
Jul 15th, 2008, 02:16 AM
#4
Re: How to connect to Oracle 10g XE
oh, sorry
-
Jul 15th, 2008, 09:26 AM
#5
Re: How to connect to Oracle 10g XE
Moved to Database Development
What is the code/connection string that you are using?
When you say it didn't work, what does that mean? Did you get an error? If so, what was it?
-
Jul 15th, 2008, 09:34 AM
#6
Re: How to connect to Oracle 10g XE
Is the database on the same machine as the code? Is there a TNSNames entry for the database? Is there a listener running on the machine the database is on?
What is doesn't work? Is there an error? If there is what is the error message?
Can you connect to the database using SQL*Plus?
Sometimes the Programmer
Sometimes the DBA
Mazz1
-
Jul 15th, 2008, 09:22 PM
#7
Thread Starter
Fanatic Member
Re: How to connect to Oracle 10g XE
Just want to share..
it solved already by using connectionstring below..
mConnStr = "Provider=MSDAORA.1;User ID=myuser;Password=myuserpasswd;Data Source=10.0.0.10;Persist Security Info=False"
any way.. thanks for any reply..
Regards
Winanjaya
-
Jul 16th, 2008, 07:28 AM
#8
Re: How to connect to Oracle 10g XE
I would shift from the MS Oracle driver to the Oracle supplied one. It has a few more fetaures for Oracle
Sometimes the Programmer
Sometimes the DBA
Mazz1
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|