Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
This section provides information on granting privileges on Oracle.
Grant these two default roles and their corresponding default privileges to each of the users that you created:
To grant WebSphere Portal Express users the appropriate privileges, perform the following steps:
$ sqlplus user-name: username/password@dbname
where username is an existing administrative user in the database. For example, system/manager@release will log the administrative user system with a password of manager into the release database.
SQL> connect user-name: username/password@dbname
where username is an existing administrative user in the database. For example, system/manager@wpsdb will log you in to the wpsdb database.
SQL> grant select on dba_pending_transactions to dbdomain.dbusr; SQL> grant connect, resource to dbdomain.dbusr;
SQL> connect user-name: username/password@dbname
where username is an existing administrative user in the database. For example, system/manager@jcrdb will log you into the Oracle database.
SQL> GRANT create session, alter session, create table, create view, create procedure, create trigger, create library, create tablespace, alter tablespace, drop tablespace, execute any procedure, unlimited tablespace, create public synonym, drop public synonym, create sequence to icmadmin;
SQL> grant select on dba_pending_transactions to icmadmin; SQL> grant connect, resource to icmadmin; SQL> grant insert any table to icmadmin;Note: The insert privilege is required only to import the database during WebSphere Portal Express configuration. After configuring WebSphere Portal Express, this privilege can be revoked, if required.
SQL> connect user-name: username/password@dbname
where username is an existing administrative user in the database. For example, system/manager@fdbkdb will log you in to the fdbkdb database.
SQL> grant select on dba_pending_transactions to feedback; SQL> grant connect, resource, create session to feedback;
SQL> connect user-name: username/password@dbname
where username is an existing administrative user in the database. For example, system/manager@lmdb will log you into the lmdb database.
SQL> grant select on dba_pending_transactions to lmdbusr; SQL> grant connect, resource, create session to lmdbusr; SQL> grant insert any table to lmdbusr;Note: The insert privilege is required only to import the database during WebSphere Portal Express configuration. After configuring WebSphere Portal Express, this privilege can be revoked, if desired.