Results 1 to 8 of 8

Thread: How to connect to Oracle 10g XE

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2003
    Posts
    784

    Question 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

  2. #2
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: How to connect to Oracle 10g XE


  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2003
    Posts
    784

    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

  4. #4
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: How to connect to Oracle 10g XE

    oh, sorry

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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?

  6. #6
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    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

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2003
    Posts
    784

    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

  8. #8
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    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
  •  



Click Here to Expand Forum to Full Width