Menu

#12 1 more install bug and strange Ora errs

Closed-UnableToReproduce
None
[other - please specify]
8
Medium
[unknown]
2013-10-20
2002-10-09
Alex Sokol
No

The following excerpt from ut_assertion.tab script
causes unique constraint violation:
INSERT INTO ut_assertion
(id, NAME,
description)
VALUES (15, 'EVALUATE',
'General evaluation of specified expression');

/* START username:STUDIOUS Date:01/11/2002
Task_id:42690
Description: Checking whether object exists */

INSERT INTO ut_assertion
(id, NAME,
description)
VALUES (15, 'OBJEXISTS',
'Confirm that specified Object exists');

Also, install is trying to add an existing column to the
tables and generate an Ora error:

ALTER TABLE ut_config ADD fileextension
VARCHAR2 (200) DEFAULT '.UTF'
*
ERROR at line 1:
ORA-01430: column being added already exists in table

SP2-0734: unknown command beginning "studious:0..." -
rest of line ignored.
SP2-0042: unknown command " /" - rest of line ignored.

--- and

ALTER table ut_argument ADD assertion_id INTEGER
*
ERROR at line 1:
ORA-01430: column being added already exists in table

I couldn't find anything wrong with the scripts, except
the first problem.

Installation was performed on Sun Ultra 2 running Oracle
8.1.6 release 3.

I also would like to add that right before the described
above installation i was able to execute the full install in
a brand new database on Windows 2000 running 8.1.7

Alex

Discussion

  • Paul Walker

    Paul Walker - 2013-10-12
    • Status: open --> Open
    • Priority: 5 --> Medium
     
  • Paul Walker

    Paul Walker - 2013-10-12
    • Fixed in version: --> [none]
     
  • Paul Walker

    Paul Walker - 2013-10-20

    I have installed the current version (2.2) numerous times and not encountered this. From looking at the current code, it looks like these issues have been addressed in the interim.

     
  • Paul Walker

    Paul Walker - 2013-10-20
    • status: Open --> Closed-UnableToReproduce
    • assigned_to: Paul Walker
    • Seen in version: --> [other - please specify]
    • Oracle version: --> 8
    • Fixed in version: [none] --> [unknown]
     

Log in to post a comment.