Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can I remove features from oracle database installation ?

james1982Nov 30 2017 — edited Dec 2 2017

Hi ,

I would like to know if there is an option to deinstall oracle features from enterprise installation ( like partitioning for example ) ?

And also from 11g I don't think there is any option to chose features during installation , am I correct ?

Thanks a lot !

Comments

if you look at examples you'll see following statement before getConnectionon...

java.lang.Class.forName ("oracle.jdbc.OracleDriver");

Philip

Gell�rt-Oracle

That line was missing from the second example. However my problem is infrastructure related:

java.lang.Class.forName ("oracle.jdbc.OracleDriver"); --->Wrapped java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver

I used Data Modeler 4.0.0.825. This could be related to the custom java home used by my installation.

The same code works with version "3.3.0.747 jre included"

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 30 2017
Added on Nov 30 2017
4 comments
741 views