Hi,
I have installed oracle 8.1.7 EE on the NT server. When I invoke sqlplus I get

Oracle 8I EE Release 8.1.7.0.0. - production
With the Partitioning option
Jserver Release 8.1.7.0.0- Production


However, I want to define a object type using
create type ......AS object.

It does not allow me to do so as I don't have the OBJECT option installed with sqlplus.

Is there any way just to install the object option on to the sqlplus with out making any changes to all the other files like (tnsnames etc);

Badrinath