[rt-users] RT 3.8.4 install on Oracle - "ORA-04043: object Users does not exist"

Joop van de Wege JoopvandeWege at mococo.nl
Mon Jun 22 13:20:11 EDT 2009


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



More information about the rt-users mailing list