Eric Coleman wrote: > When the RT build process (make initialize-database) reaches the create > schema step I’m receiving an Oracle 4043 error when the Users tables is > populated. The schema objects (tables, indexes and sequences) are being > generated successfully so I’m confident that DBI is making the > connection to the Oracle DB. I’ve verified that the Users table exists > and via the rt_user user as well as via the system (via alter session > similar to the build process) account, both of which are able to > successfully access this table. > > ORACLE dependencies: > > DBD::Oracle...found > I wrote a post last week to rt-devel/rt-user about this. My guess is that you're upto date on DBD::Oracle (1.23), in that case install 1.22 and do a make dropdb followed by a make initdb. Things will go right this time. Seems like a bug has crept into DBD::Oracle in 1.23
Regards, Joop _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [email protected] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
