User Passwords; Configuration Tasks To Perform As The System User - Oracle ORACLE9I B10508-01 Installation Manual

Oracle audio technologies computer accessories user manual
Hide thumbs Also See for ORACLE9I B10508-01:
Table of Contents

Advertisement

User Passwords

User Passwords
Oracle Corporation recommends that you change the password for user names
immediately after installation.
To change a password:
1.
2.
3.

Configuration Tasks to Perform as the System User

Log in as the system user and perform the following tasks:
Create Additional OpenVMS Accounts
If necessary, create additional OpenVMS accounts with the AUTHORIZE utility
Each DBA user on the system must be granted the ORA_DBA or ORA_<sid>_DBA
Rights Identifier.
Query the data dictionary view using SQL*Plus to list the accounts in the default
database
Oracle Universal Installer.
SQL> SELECT username from dba_users;
You should delete accounts that you do not need.
5-12 Oracle9i Installation Guide Release 2 (9.2.0.2) for HP Alpha OpenVMS
Start SQL*Plus by using the following command:
$ sqlplus
Connect with the user name and password that you want to change by using
the following command:
Enter user-name: username/password
Change the password by using the following command:
SQL> ALTER USER USERNAME IDENTIFIED BY PASSWORD;
Create Additional OpenVMS Accounts
Automate Database Startup and Shutdown (Optional)
Set Initialization Parameters
.
Accounts in the database are based upon the products chosen in the
.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ORACLE9I B10508-01 and is the answer not in the manual?

Questions and answers

Table of Contents