Preparing To Use PL/SQL Utilities
A few things you need to know about running the utilities:
• Any time that you are passing a string value as a parameter, the value must be contained within single quotes. For example: 'text'
Also, the PL/SQL utilities have functions that need to be executed from within a PL/SQL session, so set up your environment before you begin to use the utilities.
To prepare your SQL environment
1. Start the sqlplus session. If any error messages appear, resolve these errors before you continue:
• If your database server is on a Linux system, login as the Linux user aptare.
• If your database is on a Windows system, login as a user who is a member of the ORA_DBA group and open a command prompt window.
sqlplus portal/<portal_password> |
2. Enable server output in PL/SQL: