oddgen / bitemp

Code generator to switch between non-temporal, uni-temporal and bi-temporal models while preserving data.
Apache License 2.0
4 stars 1 forks source link

how to uninstall? #3

Closed MikeKutz closed 8 years ago

MikeKutz commented 8 years ago

This may be an SQL_Developer question. (sql_dev is 4.1.1.19 on Win 7 64bit)

I installed bitemp to check it out. Unfortunately, I'm not on 12c.

I attempted to uninstall the generator by going into: Tools -> Features... -> Installed Updates Click on "Bitemp" and then "uninstall"

After restart (and a few reboots of my laptop), the generator still appears in the Generator list. (left side of image) However, it doesn't appear in the "Manage Features and Updates" window. (right side of image).

image

Any help would be appreciated.

Thanks,

MK

PhilippSalvisberg commented 8 years ago

Looks like something went wrong during uninstall. I could not reproduce this in my 64bit environments (macOS 10.12 and Windows 10 with SQL Developer 4.0.3, 4.1.1, 4.1.3, 4.1.5).

However, to fix your problem I suggest

  1. to close SQL Developer and
  2. manually delete the org.oddgen.bitemp.sqldev.jar in your %SQLDEV_HOME%\sqldeveloper\extensions directory (e.g. C:\Program Files\sqldeveloper\sqldeveloper\extensions\org.oddgen.bitemp.sqldev.jar).

After restarting SQL Developer oddgen won't find the Bitemp Remodeler anymore.

MikeKutz commented 8 years ago

That worked.

Thanks.

MK