Granting privileges to the study user

Previous Topic

Next Topic

Book Contents

Granting privileges to the study user

  1. Open a Command Prompt window.
  2. Change to the <Installation_Directory>\Inform\bin\DBOra\Reporting folder, for example, e:\OracleHS\InForm\bin\DBOra\Reporting.
  3. Log on to SQL*Plus with /nolog.
  4. Connect to the study database as a user with the privilege to grant user database privileges.
  5. Type the following at the SQL*Plus prompt:

    @grant_user_privs.sql <study schema owner>

    Where:

    <study schema owner>—Database user name that holds the study schema.

    This script should run to completion without further prompts. The script produces a log called grant_user_privs.log. A size of 0 bytes indicates that the script was successful.

For more information, see grant_user_privs.sql.

Copyright © 2014, 2017 Oracle and/or its affiliates. All rights reserved.