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

Thread: User Identified Externally

  1. #1
    Join Date
    Jan 2001
    Location
    St. Louis. MO
    Posts
    151
    How do you login using SQL plus when you are IDENTIFIED EXTERNALLY

  2. #2
    Join Date
    Apr 2000
    Location
    Baltimore, MD
    Posts
    759
    I believe it's: sqlplus / (on the server side). Somebody plz confirm.

  3. #3
    Join Date
    Feb 2001
    Posts
    389
    Login as the OS user for which u have created OPS$ account ( externally identified) and do
    sqlplus / , if on server.


    If u want to do it from client:

    1) enable remote_os_authent (confirm parameter name) in init.ora.

    2) login as OS user (say gpsingh corrsponding to ops$gpsingh) .

    Take Care
    GP

  4. #4
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Originally posted by gpsingh
    If u want to do it from client:
    sqlplus /@tnsalias

    will get you in (if configured as above)
    Jeff Hunter

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