Creating a database user on UNIX

This procedure describes how to create a database user on UNIX.

To create a database user on UNIX:

  1. Log in as the Agent user.
  2. Navigate to the following location:

    <agent_home_dir>/ctm/cm/OAP/

  3. Change the data directory permission by entering the following at the command prompt:

    chmod 777 data

  4. 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.

  5. 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.

  6. Change the data directory permission back to the original setting by entering the following at the command prompt:

    chmod 755 data

Parent Topic

Database users