Skip to Main Content

Infrastructure Software

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error while following instructions to install SQL Developer on Ubuntu 11.10

Dwilson-OracleNov 29 2011 — edited Nov 30 2011
Hi-

I've successfully installed Oracle 11gR2 XE on Ubuntu 11.10 and am now following the post on installing SQL Developer (2304774

I'm on the last step, which instructs to run the following statement
"sudo update-desktop-database"

which, when I do, I receive the following error message:

Error in file "/usr/share/applications/oraclexe-startdb.desktop": "Application/database" is an invalid MIME type ("Application" is an unregistered media type)

Any thoughts on what to do to correct this?

Many thanks to Dude for the instructions on installing both the database and SQL Developer on Ubuntu 11.10!!

Thanks
Darin

Comments

Dude!
The following should correct the issue:

Edit /usr/share/applications/oraclexe-startdb.desktop

change: MimeType=Application/database
to: MimeType=application/database

It seems some of the recent Ubuntu updates have introduced a case issue resulting in the described error. There might even be more problems with these old .desktop files in the future. But for now this should fix the problem. Anyway, this applies to the 11gR2 Express Edition, not SQL Developer.

What 11gR2 XE installation instructions did you follow?

Kind regards.
Dwilson-Oracle
Thanks Dude. That resolved the issue.

I installed 11gR2 XE db from your post on this for Ubuntu 11.10.

Thanks for sharing your great knowledge.

Darin
Dude!
I have updated the instructions with a couple of improvements and also fixed a silly typo missing a 0 and hence would create a small 2 GB instead of a 20 GB partition for the Oracle XE installation.

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

Post Details

Locked on Dec 28 2011
Added on Nov 29 2011
3 comments
1,464 views