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

Thread: How to access user Created by OS externally

  1. #1
    Join Date
    Nov 2005
    Posts
    1

    Arrow How to access user Created by OS externally

    I am able to

    SQL> create user ops$deskuser identified externally;

    while deskuser is one of my OS user.

    I believe it is a very easy question, however I just do not know how to access this user from sqlplus., please help

    Thanks in advance

  2. #2
    Join Date
    Nov 2003
    Posts
    1
    as long as you are logged in and deskuser from os level you can simply issue command:

    sqlplus /

    that should connect you to database with ops$deskuser.

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