Put your tips and tricks online - Share your knowledge! Login | Register
 
 
  Search     Advanced search
 

Home | Ask Question | Add tip | Questions | My tips | Recent tips & tricks | Suggest a category | FAQ | Forums

 
 
 
 Category : Home > Databases > Oracle > Security     

How to create externally identified user


This is an example how to create externally identified user in Oracle; i.e. if you want the os
oracle user to connect to database without supplying password run the following statement from
sqlplus:

SQL> create user OPS$ORACLE identified externally
     default tablespace users
     temporary tablespace temp;

SQL> grant dba to OPS$ORACLE

Note: it is recommended to set REMOTE_OS_AUTHENT to FALSE, otherwise you are opening a
security hole


  Options
 
   del.icio.us  |  newsvine  |  digg  |  furl  |  google  |  yahoo  |  Ma.gnolia  |  vigillar  |  reddit  |  technorati  |  icerocket  |  pubsub

     (Average: 3.22 / Votes: 9)   Rate this tip:    

Start discussion or add comment to this tip

  Details
Tip reference : #75
views : 7859
Added on : 02/07/06
Submited by : h8dk97
 
Send a message Send a message Printer friendly output Printer friendly output
Display this member's tips Display this member's tips (202)
 
 
<< Previous Next >>
 Most viewed tips 
  Databases > Oracle > Security : How to unlock Oracle user account  
  Databases > Oracle > Performance Tuning : How to enable trace in Oracle  
  Operating Systems > Unix : How to kill Unix user session  
  Databases > Oracle : Kill user session  
   
  All categories
Databases | Programming | Hardware | Operating Systems | Networking | Internet | ERP / CRM | Games & Multimedia | Graphics & Design | Miscellaneous | Mobile Phones / Tablets | Office Software
 
 

Home |  FAQ |  Terms of Use |  Privacy Policy

© 2005 tiplib.com