Additional User Configuration for Oracle Database Instances
Perform the following configuration for the user specified by user:
- Authorizations
 - 
                     
                     
Ensure that user has the following authorizations assigned:
- 
                           
                           
solaris.sstore.update.res - 
                           
                           
solaris.sstore.write 
The following example shows how to add these authorizations for user:
# usermod -A +solaris.sstore.update.res,solaris.sstore.write user - 
                           
                           
 - 
                        
                     
SYSDBA - 
                     
                     
Ensure that user has the
SYSDBAconnect privilege for the specified sid database instance. - 
                        
                     
ORACLE_HOME - 
                     
                     
The shell startup script for user must specify
ORACLE_HOME, or specifyORACLE_HOMEin the service as shown in the following example:# svccfg -s application/stats/oracle-database-stats:sid \ setenv ORACLE_HOME /u01/app/oracle/product/19.0.0.0/dbhome_1
 - Oracle Wallet
 - 
                     
                     
The
sqlnet.oraparameter file must specify the Oracle Wallet location for user.The
tnsnames.orafile must specify the Oracle Walletdb_connect_stringalias for the sid database instance.By default, both
sqlnet.oraandtnsnames.oraare located in the$ORACLE_HOME/network/admindirectory.Follow the instructions in “Managing the Secure External Password Store for Password Credentials” in the database security guide to configure the user’s Oracle Wallet. For example, see Oracle Database Security Guide 20c .