OPSG PKG Installation
Many scripts can be run without any installation providing that the user has access to V$ views. However, a few require specialized views and that the OPSG_PKG be installed. To install the package:
1. Open a command prompt within the "install" directory
2. execute either install_opsg.bat (Windows) or install_opsg.sh (Linux/Unix)
3. Respond to the prompts
Here is an example session:
C:\tmp\opsg\install>install_opsg
C:\tmp\opsg\install>sqlplus /nolog @install_opsg
SQL*Plus: Release 11.1.0.7.0 - Production on Thu Sep 10 10:55:02 2009
Copyright (c) 1982, 2008, Oracle. All rights reserved.
Enter password for the (new) OPSG user:opsg
Enter SYS password:
Enter TNSNAMES entry:g11r2ga
The script creates a user OPSG which has privileges to run all of the scripts and which has appropriate permissions. You can modify the script if you want to install a different user. You do need the SYS password to install the user.
No comments:
Post a Comment