check what is COMPATIBLE parameter set for your instance

SQL> show parameter COMPATIBLE

and if it is not 8.1.6.0.0 or greater the set it

shutdown database
change init.ora

add or edit

COMPATIBLE = 8.1.6.0.0

restart the database

HTH

Sameer