new plugin: utPLSQL

Dont Work,
Error when i click Run Test:
_________________________
ORA06550-Line 2 column 11:
PLS-003012:component 'RUN' must be declared
ORA06550-Line 2 column 3:
PL/SQL: Statement ignored
_________________________
 
Strange. Can you check the following:

- utPLSQL version is 2.1.1
- on the user your testing: do you have access to package utPLSQL and rights to execute it?
- open a SQL-window in PLSQL-Developer and try

Code:
begin
  utplsql.run('UT_YourPackageName');
end;
does this work?

HTH,
Uli
 
Back
Top