DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: connect

  1. #1
    Join Date
    Oct 2000
    Posts
    90

    Post

    I have 2 users in my DB.
    User A has user has DBA role
    while User B has connect, resource role.

    If I use user A's account/password, I'm able to connect
    to the sever from my client.

    If I use user B's account/password, I'm not able to connect
    to the sever from my client.

    The listerner is up and the TNSNAMES seem to be fine.

  2. #2
    Join Date
    Feb 2001
    Location
    Bangalore, India
    Posts
    109
    Are you able to connect as User B on the server itself?

  3. #3
    Join Date
    Oct 2000
    Posts
    90
    Both users have no user_id on the box itself.

  4. #4
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    What error message are you getting?
    Jeff Hunter

  5. #5
    Join Date
    Oct 2000
    Posts
    90
    This is the error message that I get:

    invalid username/password

    but the username and passwords are connect directly to the database when I telnet to the server.

  6. #6
    Join Date
    Jul 2000
    Location
    Amsterdam
    Posts
    234
    Hi

    Can you alter the password for user B and try again?

    (Just for a test to be sure)

    Hope t hear from you.

    Tycho

  7. #7
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Do


    alter user user_name identified by password;

    Then try again. It looks like the problem in the login password.

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


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