Quote Originally Posted by PaulH View Post
I found my problem. What happen is that I created the sysaux tablespace
in my 9i version of the database. When I ran the script utlu102i.sql it told me
I needed that tablespace.

I figured out that this tablespace had to be created in 10g instead of 9i.

Once created in 10g my error seem to go away.
As far as you create SYSAUX as ...

EXTENT MANAGEMENT LOCAL
SEGMENT SPACE MANAGEMENT AUTO

... it don't matter if you create it on Ora9i or Ora10g.