Thread: Database connection problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    Quote Originally Posted by kandas.soft View Post
    If am trying to connect the database from my collegue system with my login credentials. It is connecting Successfully. Only from my system i am not able to connect to database.
    So your app can connect to the DB from another PC but not from your PC?

    Copy his TSNNames.ora file. Compare it to yours with a utility like BeyondCompare (has free trial) and ensure they are EXACTLY the same.

    If they are then get your IT Operations to check your PC/account has the same permissions / priveliges as your collegue's PC/account.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

  2. #2
    Registered User
    Join Date
    Jul 2011
    Posts
    10
    It was not because of access rights. I had admin rights in my system.
    Finally the problem is solved.

    Actually in my system there were 2 installations one was oracle 8 and other was oracle 10g. Since my program needs only oracle 8. I uninstalled oracle 10g.
    Now my program is able to connect with database.

    Many thanks to all of u.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. create connection to database in C
    By gmalachi in forum C Programming
    Replies: 2
    Last Post: 12-29-2010, 05:33 AM
  2. Connection problem
    By Tommo in forum Tech Board
    Replies: 9
    Last Post: 10-03-2007, 12:45 PM
  3. Database connection...
    By MipZhaP in forum Windows Programming
    Replies: 3
    Last Post: 09-11-2004, 08:36 AM
  4. oracle database connection
    By blue8173 in forum C Programming
    Replies: 1
    Last Post: 03-16-2004, 04:30 PM
  5. connection to database through c++
    By teja22 in forum C++ Programming
    Replies: 1
    Last Post: 10-15-2001, 04:10 AM