Oracle Gui Tool For Mac
- Gui Tools For Windows
- Oracle Gui Tool
- Oracle Gui Client Windows
- Oracle Gui Tool
- Oracle Gui Client
- Oracle Database Gui Sql Tools
Like Microsoft SQL Server Management Studio for MSSQL?
HaoestPowerful database management & design tool for Win, macOS & Linux. With intuitive GUI, user manages MySQL, PostgreSQL, MongoDB, MariaDB, SQL Server, Oracle & SQLite DB easily.
The Oracle database query tool features provided by RazorSQL include a custom Oracle database browser tailored to Oracle, a PL/SQL SQL editor with Oracle and PL/SQL specific features and syntax highlighting, Oracle import and export tools, custom Oracle GUI and visual tools, and Oracle specific database administration tools. Listed below are. MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more.
HaoestGui Tools For Windows
closed as off-topic by Jon Heller, jball, Mark Hildreth, DwB, GravitonJul 12 '13 at 2:50
This question appears to be off-topic. The users who voted to close gave this specific reason:
- 'Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.' – jball, Mark Hildreth, DwB, Graviton
9 Answers
Yes, there is Oracle SQL Developer, which is maintained by Oracle.
Oracle SQL Developer is a free graphical tool for database development. With SQL Developer, you can browse database objects, run SQL statements and SQL scripts, and edit and debug PL/SQL statements. You can also run any number of provided reports, as well as create and save your own. SQL Developer enhances productivity and simplifies your database development tasks.
SQL Developer can connect to any Oracle Database version 10g and later and runs on Windows, Linux and Mac OSX.
Mac App Store With the completely. Software Downloads. Get the latest releases of Xcode, macOS, iOS, watchOS, tvOS, and more. Download Resources. Developer Program. Become a member to access the resources for distribution on Apple platforms. View Developer Program. Software development tool for mac. Intel® Software Development Tools Code Builds Advance performance, power efficiency, and reliability for system and IoT device applications with an all-in-one, cross-platform tool suite. Mac App Store. The reimagined Mac App Store arrives with a new look and new editorial content that inspires and informs. Organized around the specific things customers love to do on Mac, along with insightful stories, curated collections, and videos, the all-new Mac App Store beautifully showcases your apps and makes them even easier to find. WaveMaker is a leading Rapid Application Development software platform to quickly build enterprise-grade multi-device apps. It allows developers and business users to work with standard enterprise-grade technologies to immediately create apps that can be easily extended or customized.
RedFilterRedFilterThere are a few options:
- Database.net is a windows GUI to connect to many different types of databases, oracle included.
- Oracle SQL Developer is a free tool from Oracle.
- SQuirreL SQL is a java based client that can connect to any database that uses JDBC drivers.
I'm sure there are others out there that you could use too..
Bryan RehbeinBryan Rehbeinyou can always use the web based management tool that comes with oracle express db. have tried using it? you can access it through http://host:port/apex if i remember correctly..
Alternative solutions are Oracle SQL Developer, TOAD etc..
Abdel RaoofAbdel RaoofSQLTools is an almost fully functional and free Oracle GUI:
rustyxrustyxYou could try this: it's a very good tool, very fast and effective.
michaelb958Try this : https://code.google.com/p/oracle-gui/
Haven't used it yet, but looks good though.
Oracle Gui Tool
Try odbTools at http://odbtools.software.informer.com - it is free.
odbTools is set of integrated GUI tools to manage, administer, monitor and tune the Oracle database.
Florian GreinacherVSQL++ for Oracle is a simplify database management for oracle.
Not the answer you're looking for? Browse other questions tagged oracle or ask your own question.
Which is the best Open Source free client for querying an Oracle database? It may additionally support other databases (MySQL, Postgres etc), since our development environment often requires switching between different databases.
closed as not constructive by KevSep 26 '12 at 10:15
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. If this question can be reworded to fit the rules in the help center, please edit the question.
7 Answers
I have been using the Oracle SQL Developer (because it's free) and at first hated every minute spent with it. I am still having weird problems with graphics, as it's running on Vista and there seems to be some sort of graphics driver problem (luckily, no-one can get it to run properly on Vista, so I am not alone in this), which makes its use quite cumbersome.
Nevertheless I had to learn how to cope with it and now I must admit it's a neat and very useful tool (NOT ONLY) for querying an Oracle database. I suppose you could query other DBs from it as well, for instance I have used it to query some legacy MS Access DBs, and so I believe you could query SQL Server as well.
You can do data migrations, imports/exports, see OWA output, and allegedly also DEBUG (step through, set breakpoints, etc..) PL/SQL code, but I haven't tried this. I have been fine with sqlplus command-line so far :) Do give it a try, and don't let the Vista-related graphics problems give you a wrong impression :)
Peter PerháčPeter PerháčIf by open-source you really mean free, then Oracle SQL Developer is free. However it is not open-source. It is fully supported though, we use it where I work all the time.
If you're interested you can go here for a good starting reference on its features.
Ryan ThamesRyan ThamesOracle Gui Client Windows
SQLTools is free and clean light weight client.www.sqltools.net
pencilslatepencilslateWhat kind of 'client' do you mean? Do you mean the actual drivers, or just an application you can get SQL results from? eg, SQuirrel SQL
Mark ByersOracle Gui Tool
Oracle Gui Client
Matthew WatsonWell Oracle provide SQL Developer for free, which is basically an Oracle IDE - lets you browse tables, code editor for PLSQL, SQL query window etc ..
If you use a mac, You can try macsequel - a native mac client for oracle.
One answer (for any platform and database) is just use ODBC. E.g. on POSIX, unixODBC. Oracle of course supports the standard with their own drivers.
Use Finder keyboard shortcuts to display windows, copy and move files, and launch applications. Mac OS X Finder Keyboard Shortcuts The Mac OS X Lion Finder helps you access and organize most of the important Mac OS X functions while you work.
Matthew Flaschen