

Sample Deployment: Install CA Business Intelligence on UNIX Using Oracle › Oracle 10g › Create a Database › Create a User
Create a User
After installing Oracle and the Oracle Client, you must create a database user and provide credentials.
To create a user
- Log in to the new Oracle database through SQLPLUS using "system" as the user and a password that you provided when creating the database.
- Create a user.
For example, create the user cabi.
For SQL, create user cabi (identified by cabi).
- Grant permission to the user for dba and sysdba.
For example, for SQL, grant dba,sysdba to cabi.
Copyright © 2010 CA.
All rights reserved.
 
|
|