Creating a database user on UNIX
This procedure describes how to create a database user on UNIX.
To create a database user on UNIX:
- Log in as the Agent user.
- Navigate to the following location:
<agent_home_dir>/ctm/cm/OAP/
- Change the data directory permission by entering the following at the command prompt:
chmod 777 data
- Navigate to the data directory and run the following script:
./create_bmc_user.sh <system password> <tnsnames name (ORACLE_SID)> <apps
password> <BMC user name> <BMC user password>
Do not run the script from a different directory.
- Specify the appropriate values for all parameters. Messages like the following example are displayed.
Creating user <BMC user name>. This may take several hours. Please wait…
Done.
- Change the data directory permission back to the original setting by entering the following at the command prompt:
chmod 755 data