I have installed the program several times. But each time I get the error message "compilation error in ut_config". When I try to run test code some other errors appear.
Creating utPLSQL package body ut_config
Warning: Package body created with compilation errors
&start_ge_8_1 PRAGMA AUTONOMOUS_TRANSACTION; &end_ge_8_1
There are lines like this, compiler doesnt understand these. it says eencountered symbol & when expecting other
Last edit: ali arslan 2016-01-22
How have you done the install? The install script should replace the "start" and "end" tags, depending on which version of Oracle you have. To run the install, from a sqlplus prompt, run:
Yes I use that command to install within the plsql developer, installation completes with compilation errors in "ut_config" and "ut_pipe". when I try to run a test using exec command, an error in ut_config appears so I cannot see the result
Just out of interest, would you mind running the install from a standard sqlplus command line? It's possible an IDE might skip over some of sqlplus logic/commands during the install.
Thank you, I did it. I used cmd to install utplsql and now it works well