Oracle 10g express GUI client? [closed]
Are there any free Oracle 10g express GUI clients? I'd be looking for开发者_JAVA技巧 an app that has similar functionality to phpMyAdmin.
Have you looked at sqldeveloper ?
I quite like DbVisualiser ( http://www.dbvis.com/ ), which is a JDBC based tool and seems to work well with most databases I've worked with. It may serve your needs, though it seems they have now changed to a business model based on a free crippled version and a licensed personal edition which has all the features.
TOra is available for Linux, Windows, and Mac OS X. It is open source under the GPL.
Also, Oracle (I believe XE as well) comes with their Enterprise Manager; have you tried http://database-hostname:1158/em ? edit: Apparently XE does not come with the Enterprise Manager, but if this is for development, you may be able to use the full Oracle software under their developer license, then you can use the Enterprise Manager.
精彩评论