HP-UX Workload Manager Toolkits User's Guide

HP-UX WLM Oracle Database Toolkit: Providing Database Metrics to WLM
Where do I get ODBTK?
Chapter 2 31
hp_wlmuser is not allowed to create any tables. To create the user and
role, connect to each instance with SQL*Plus to execute
create_hp_wlmuser.sql, as shown below.
NOTE Be sure to run create_hp_wlmuser.sql against each instance for which
you want to use hp_wlmuser, setting $ORACLE_HOME appropriately.
$ whoami
oracle
$ ORACLE_HOME=/oracle/app/oracle/product/8.1.5
$ ORACLE_SID=instance1
$ $ORACLE_HOME/bin/sqlplus system/manager
SQL*Plus: Release 8.1.5.0.0 - Production on Thu Feb 22 17:32:53 2001
(c) Copyright 1999 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
With the Partitioning and Java options
PL/SQL Release 8.1.5.0.0 - Production
SQL> @ /opt/wlm/toolkits/oracle/install/create_hp_wlmuser.sql
DOC> * @(#) HP WLMTK A.01.01 (2001_10_05_15_05_23) hpux_11.00
DOC> *
DOC> * (c) Copyright 2000, Hewlett-Packard Company, all rights reserved.
DOC> *
DOC> * $RCSfile: create_hp_wlmuser.sql,v $
DOC> * $Date: 2001/03/23 18:43:21 $
DOC> * $Revision: 1.4 $
DOC> */
Role created.
Grant succeeded.
Grant succeeded.
User created.