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

Thread: JDBC thin client - osuser always 'oracle'

  1. #1
    Join Date
    Dec 2001
    Location
    Keene, NH
    Posts
    510
    9i, rel 2 - Solaris
    When query v$session the osuser is always 'oracle'

    Bug # 1326191 was supposedly fixed in Rel 2 but the problem still exists when selecting osuser from v$session. The bug document does not sound convincing that it is fixed.

    Has anyone been able to fix this?


    Connection conn = DriverManager.getConnection("jdbcracle:thin:@1.2.3.4:1521:wmsp1", "wms_owner", "PROD-PASS");



    Don't blame me, I'm from Red Sox Nation.

  2. #2
    Join Date
    Sep 2001
    Location
    NJ, USA
    Posts
    1,287
    Two question about this "bug".
    1) What version of JDBC thin driver u are using? From 9i Rel2 or not.
    2) Do u use connection pool or u are using single connection only.

    This problen was in 8.1.7, 8.1.7 (i don't sure about 9.0.1) and not
    fixed for connection thru connecttion pool.

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