 |




  |
 | Generate schema level statistics |
 | Create custom roles (i.e. data_owner) |
Network Configuration
- Verify sqlnet.ora, tnsnames.ora and listener.ora configuration files
exist (or their links) in $ORACLE_HOME/network/admin
- Verify parameters and log file locations
- Configure each database explicitly in the listener.ora file
(recommended)
- Password protect the listener (recommended)
- Configure IPC local database connections (optional)
- Move sqlnet.ora and tnsnames.ora files to $ORACLE_BASE/admin/snet/admin
directory and create links in each $ORACLE_HOME/network/admin directory
Utility Setup
- Create
$ORACLE_BASE/local directory and create "log" and "script"
subdirectories
- Set up dbcontrol and orasetup utilities
- Set up dbora utility and follow script directions to install in /etc/init.d
- Optionally add:
 | Backup utility (e.g. bkctrl) |
 | logdelete utility |
 | chkdberr utility |
 | SYSMON utility |
 | SPACEMON utility |
Create crontab entries for any installed utilities
|