Grant Privileges to the SYSTEM User
Manual Oracle Database Configuration > Manual Oracle Database Configuration Overview > Creating the Database Structure for Oracle and Loading Application Data > Creating the P6 Professional Database Structure
Complete the following steps to grant privileges to the SYSTEM or another DBA user:
- Go to \database\scripts\install\PPM_<release_level> and open manual_script_before_install.sql in a text editor.
This script grants sys.DBMS_REPUTIL, sys.DBA_VIEWS, sys.DBMS_LOB, sys.DBMS_SQL, sys.DBMS_JOB, sys.DBMS_RANDOM, sys.DBA_EXTENTS privileges to the SYSTEM user (or another DBA user), which will be validated during database installation.
- Modify all schema user references to match your actual schema user name.
- If you use another DBA account for database install, update the references to SYSTEM with the actual DBA account you will use for the install.
- From the command line, run
sqlplus sys/@<DBNAME> as sysdba
and enter the password when prompted.where <DBNAME> is the Net Service Name for your database, which can be found in your $ORACLE_HOME\NETWORK\ADMIN\TNSNAMES.ORA file.
- Go to \database\scripts\install\PPM_<release level> and run manual_script_before_install.sql.
For example, at the SQL prompt, enter
@C:\P6_Professional_Database\database\scripts\install\PPM_15_01_00\manual_script_before_install.sql
.
Related Topics
Creating the P6 Professional Database Structure
Copying the Script Files to a Local Drive
Creating the Database Tablespaces
Installing Sample Data and Creating Your P6 Professional Admin Superuser Password
Creating Remaining P6 Professional Database Objects
Last Published Monday, November 4, 2024