| Oracle8i Server and Tools Administrator's Guide Release 3 (8.1.7) for Alpha OpenVMS Part Number A86712-01 |
|
This chapter assumes that you have installed Oracle8i and have created a database and started an instance. This chapter describes how to set up Oracle8i users, as well as how to set up certain application development tools. Only those tools having special requirements are described.
The following topics are presented:
When the Oracle8i Enterprise Edition is installed with the Group option, all Oracle8i users must belong to the same group that includes the Oracle8i account. Otherwise, the Oracle8i Enterprise Edition can be accessed by users in any UIC group.
To grant users access to Oracle8i, complete the following steps:
$ @<device>:[<directory>]ORAUSER_<dbname> <sid> -<setup_node>
For example:
$ @DISK$MIS:[ORACLE.V8.DB_MIS]ORAUSER_MIS MKT1 HARPO
Instead of completing step 1, you can define a symbol in the system-wide login procedure (typically, SYLOGIN.COM) that executes a particular ORAUSER_<dbname>.COM file. This method might be more useful if users access multiple instances, and therefore need to execute a database-specific ORAUSER file with the proper parameters.
For example:
$ HARPO == -
"@DISK$MIS:[ORACLE.V8.DB_MIS]ORAUSER_MIS MKT1 HARPO"
For more information about account quotas, see the "Setting Up the Oracle Accounts" chapter of the Oracle8i for Alpha OpenVMS Installation Guide.
On Alpha OpenVMS, you do not create a password file as part of the Oracle8i installation procedure. Instead, you must use the Oracle password utility.
With the password utility, you still need an OpenVMS account for each OSOPER and OSDBA Oracle8i account, but with version 7.1 and later, OpenVMS passwords are no longer used for connections.
To use the password utility, use the following steps:
$ ORAPWD FILE=<file> PASSWORD=<password> ENTRIES=<users>
where
$ DEFINE/SYSTEM/EXEC ORA_<sid>_PWFILE <location>:<name>
|
Note:
Define the logical name in the startup script for each instance of the database, and not in |
Refer to the Oracle8i Server Administrator's Guide for information on how to define the passwords for the OSDBA and OSOPER accounts.
All non-secure local or remote connections will now use the passwords for the OSDBA and OSOPER accounts as defined in the ORACLE password file. For more information, refer to the Oracle8i Server Administrator's Guide.
You can end a user's Oracle8i session as follows:
|
|
![]() Copyright © 2000 Oracle Corporation. All Rights Reserved. |
|