December 2010
Intermediate to advanced
451 pages
11h 16m
English
You've chosen the utPLSQL unit-testing framework for PL/SQL for your work, and you want to install it.
First, download the utPLSQL sources from http://utplsql.sourceforge.net/. Once you have obtained the sources, use the following steps to install the utPLSQL package into the database for which you wish to write unit tests, and make it available for all schemas.
Create a user to host the
utPLSQLtables, packages, and other objects. In this example, the user will be namedUTP, and the default permanent and temporary tablespaces will be used.
SQL> create user utp identified by abc123;
Grant privileges to the newly created
UTPuser using theGRANT privilege_name TO user_name ...
Read now
Unlock full access