Menu

#41 Compilation error in ut_config.pkb

Verified
nobody
None
2.3.0
[Unknown]
Medium
[none]
2015-02-15
2014-10-24
No

During installation of version 2.2.3, package ut_config.pkb has a compilation error at line 680 :
&start_ge_8_1 COMMIT; & start_ge_8_1

It turns out there is an extra space between "&" and "start_ge_8_1". Removing it solves the compilation error.

Discussion

  • Paul Walker

    Paul Walker - 2015-02-15

    Ticket moved from /p/utplsql/feature-requests/10/

     
  • Paul Walker

    Paul Walker - 2015-02-15

    Just looking quickly, I think it should probably be an "end" tag. The line is currently:

    &start_ge_8_1 COMMIT; & start_ge_8_1
    

    I suspect it should actually be:

    &start_ge_8_1 COMMIT; &end_ge_8_1
    

    This needs to checked more carefully though

     
  • Paul Walker

    Paul Walker - 2015-02-15
    • Seen in version: --> 2.3.0
    • Oracle version: --> [Unknown]
     
  • Paul Walker

    Paul Walker - 2015-02-15
    • status: Open --> Verified
     

Log in to post a comment.