Menu

#7 Error in ut_config during installation

Open
nobody
None
2.3.0
[Unknown]
2016-01-26
2016-01-22
ali arslan
No

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

Discussion

  • ali arslan

    ali arslan - 2016-01-22

    &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
  • Paul Walker

    Paul Walker - 2016-01-25

    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:

    SQL> @ut_i_do install
    
     
  • ali arslan

    ali arslan - 2016-01-25

    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

     
  • Paul Walker

    Paul Walker - 2016-01-25

    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.

     
  • ali arslan

    ali arslan - 2016-01-26

    Thank you, I did it. I used cmd to install utplsql and now it works well

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.