BC remote Oracle DBA - Call (800) 766-1884
Free Oracle Tips

Oracle Consulting Oracle Training Development

Remote DBA

 

Remote DBA Plans
Remote DBA Service

 
Remote DBA Oracle Home
Remote DBA Oracle Training
Remote DBA SQL Tuning Consulting
Remote DBA Oracle Tuning Consulting
Remote DBA Data Warehouse Consulting
Remote DBA Oracle Project Management
Remote DBA Oracle Security Assessment
Remote DBA Unix Consulting
Burleson Books
Burleson Articles
Burleson Web Courses
Burleson Qualifications
Oracle Internals Magazine
Oracle Links
Remote DBA Oracle Monitoring
Remote DBA Support Benefits
Remote DBA Plans & Prices
Our Automation Strategy
What We Monitor
Oracle Apps Support
Print Our Brochure
Contact Us (e-mail)
Oracle Job Opportunities
Oracle Consulting Prices





   

 

 

   
  Oracle Tips by Burleson

Administration of Users

In order to access your database, an account must be created in the Oracle database for the user. The exceptions to this are the SYS and SYSTEM users, which are created by Oracle when the database is created. Users can be created, altered, and dropped. 

Creating Users 

Before you can create a user, you must have the CREATE USER privilege. You can

create users with the Oracle Enterprise Manager GUI, at the command line in SQL*Plus, or in Oracle Server Manager versions prior to 9i. The command syntax for creating a user is:

For example:

See Code Depot    

You need to assign each new user a password or indicate that operating system authentication will be used. Passwords are stored in the database in encrypted format and cannot be read by any user. The use of operating system authentication means that once your user has logged in at the operating system level, no user name or password will be required when logging in to the Oracle database. Users not assigned an Oracle password are designated as IDENTIFIED EXTERNALLY. Oracle depends upon the operating system for authentication of the user. In order to use external authentication, you must set the OS_AUTHENT_PREFIX in the database parameter file.     

Password security features were added to Oracle in versions 8 and 8i. In the example, the user’s password has been set to expired. This will require the user to reenter a different password on first login. By using a PROFILE with password security features enabled, we can force users to change passwords on a frequent basis and limit password reuse and password complexity.      

When you create a user, you can designate a specific tablespace as the DEFAULT tablespace for that user. The designation of a default tablespace means that all the objects created by that user will be placed in that tablespace unless the user specifically indicates that the database object be placed in another tablespace. If no default tablespace is indicated for a user, the SYSTEM tablespace will be the default for that user.


www.oracle-script.com

Remote DBA Service
 

Oracle Tuning Book

Free Oracle dictionary reference poster

BC Oracle support

Oracle books by Rampant

Oracle monitoring software

North Carolina Oracle Users Group

 

 Arabian horse breeder

Seeing eye horses

 

 

Burleson is the American Team

American Flag

 

 

BC Remote Oracle Support
P.O. Box 511 • Kittrell, NC, 27544

Remote DBA

Remote DBA Services

 

Copyright © 1996 -  2011 by Burleson Enterprises. All rights reserved.

Oracle® is the registered trademark of Oracle Corporation.