Bugzilla 4.4rc2 Install Issue: DROP TYPE T_GROUP_CONCAT Failed While Installing To Oracle 11g
If, while attempting to install Bugzilla release candidate 4.4rc2, you run into the following:
|
1 2 3 4 5 6 7 8 9 |
Checking for DBD-Oracle (v1.19) ok: found v1.56 Use of uninitialized value in subroutine entry at Bugzilla/DB/Oracle.pm line 61, <DATA> line 635. Checking for Oracle (v10.02.0) ok: found v11.02.0000 Use of uninitialized value in subroutine entry at Bugzilla/DB/Oracle.pm line 61, <DATA> line 635. Use of uninitialized value in subroutine entry at Bugzilla/DB/Oracle.pm line 61, <DATA> line 635. DBD::Oracle::db do failed: ORA-04043: object T_GROUP_CONCAT does not exist (DBD ERROR: OCIStmtExecute) [for Statement "DROP TYPE T_GROUP_CONCAT"] at Bugzilla/DB/Oracle.pm line 385 Bugzilla::DB::Oracle::do(undef, 'DROP TYPE T_GROUP_CONCAT') called at Bugzilla/DB/Oracle.pm line 532 Bugzilla::DB::Oracle::bz_setup_database('Bugzilla::DB::Oracle=HASH(0x58d6298)') called at ./checksetup.pl line 118 |
Use the solution at: Bill Hamilton’s personal website
Read more »