Oracle SQL Developer not responsive when trying to view tables (or suggest an Oracle Mac client) - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T16:03:44Zhttp://stackoverflow.com/feeds/question/12877http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/12877/oracle-sql-developer-not-responsive-when-trying-to-view-tables-or-suggest-an-ora0Oracle SQL Developer not responsive when trying to view tables (or suggest an Oracle Mac client)Tim Trueman2008-08-15T23:15:27Z2009-12-11T05:06:46Z
<p>I just get the beach ball all day long (it's been doing nothing for hours). It's not taking CPU, not reading from disk, not using the network.</p>
<p>I'm using Java 1.6 on Mac OS X 10.5.4. It worked once, now even restarts of the computer won't help. Activity Monitor says it's "(Not Responding)". Only thing that I can do is kill -9 that sucker.</p>
<p>When I sample the process I see this:</p>
<pre><code> mach_msg_trap 16620
read 831
semaphore_wait_trap 831
</code></pre>
<p>An acceptable answer that doesn't fix this would include a url for a decent free Oracle client for the Mac.</p>
<p>Edit:
@Mark Harrison sadly this happens every time I start it up, it's not an old connection. I'll like to avoid running Windows on my laptop. I'm giving some plugins for my IDE a whirl, but still no solution for me.
@Matthew Schinckel Navicat seems to only have a non-commercial Oracle product...I need a commercial friendly one (even if it costs money).</p>
http://stackoverflow.com/questions/12877/oracle-sql-developer-not-responsive-when-trying-to-view-tables-or-suggest-an-ora/12943#129430Answer by Matthew Schinckel for Oracle SQL Developer not responsive when trying to view tables (or suggest an Oracle Mac client)Matthew Schinckel2008-08-16T01:09:24Z2008-08-16T01:09:24Z<p>The company <a href="http://www.navicat.com/" rel="nofollow" title="Araxis Merge">Navicat</a> has released an Oracle client for Mac (and they do a Windows version too).</p>
<p>It's not free, but I think you can get a 30 day demo.</p>
http://stackoverflow.com/questions/12877/oracle-sql-developer-not-responsive-when-trying-to-view-tables-or-suggest-an-ora/12959#129590Answer by Mark Harrison for Oracle SQL Developer not responsive when trying to view tables (or suggest an Oracle Mac client)Mark Harrison2008-08-16T02:10:30Z2008-08-16T02:10:30Z<p>I get the same problem after there's been an active connection sitting idle for a while. I solve it by restarting sql developer every once in a while.</p>
<p>I also have Toad for Oracle running on a vmware XP session, and it works great. If you don't mind the money, try that.</p>
http://stackoverflow.com/questions/12877/oracle-sql-developer-not-responsive-when-trying-to-view-tables-or-suggest-an-ora/17714#177140Answer by serg10 for Oracle SQL Developer not responsive when trying to view tables (or suggest an Oracle Mac client)serg102008-08-20T10:37:59Z2008-08-20T10:37:59Z<p><a href="http://www.squirrelsql.org/" rel="nofollow">Squirrel</a> is a nice database agonstic application development client. No Oracle specific features, but runs well on the mac</p>
http://stackoverflow.com/questions/12877/oracle-sql-developer-not-responsive-when-trying-to-view-tables-or-suggest-an-ora/27692#276920Answer by stevechol for Oracle SQL Developer not responsive when trying to view tables (or suggest an Oracle Mac client)stevechol2008-08-26T10:16:58Z2008-08-26T10:16:58Z<p>The latest version of SQL Developer is very good and I have experienced no problems with it on my Mac Pro. DB Solo 3 is also quite good.</p>
http://stackoverflow.com/questions/12877/oracle-sql-developer-not-responsive-when-trying-to-view-tables-or-suggest-an-ora/215760#2157600Answer by terson for Oracle SQL Developer not responsive when trying to view tables (or suggest an Oracle Mac client)terson2008-10-19T00:09:08Z2008-10-19T00:09:08Z<p>I use SQLDeveloper on the Mac and have had problems where it becomes unresponsive. Usually, I can fix this by going into the Activity Monitor and killing the process. However, this doesn't always work to end the process. When that happens, I go to the Terminal and find the process id and send it a SIGKILL and then the next time it will work correctly.</p>
<p>However, more importantly I evaluated <a href="http://www.sqlgrinder.com/" rel="nofollow">SQLGrinder</a> at one point. I didn't end up buying the software, largely because I have a Mac laptop and a windows desktop. Therefore, I more often use Toad on the windows desktop and it wasn't worth purchasing SQLGrinder for me.</p>
http://stackoverflow.com/questions/12877/oracle-sql-developer-not-responsive-when-trying-to-view-tables-or-suggest-an-ora/1395000#13950000Answer by greg in nashville for Oracle SQL Developer not responsive when trying to view tables (or suggest an Oracle Mac client)greg in nashville2009-09-08T16:42:26Z2009-09-08T16:42:26Z<p>Have you looked at <a href="http://www.aquafold.com/" rel="nofollow">http://www.aquafold.com/</a>? They have a very JDBC/java Mac-friendly utility, Aqua Data Studio (ADS) that you can try for I think 30 days. It's not free, but... </p>
<p>Excellent support via Yahoo groups. VERY responsive re bugs or enhancement requests.</p>
<p>No affiliation with them - just a fan.</p>
http://stackoverflow.com/questions/12877/oracle-sql-developer-not-responsive-when-trying-to-view-tables-or-suggest-an-ora/1395272#13952720Answer by David Mann for Oracle SQL Developer not responsive when trying to view tables (or suggest an Oracle Mac client)David Mann2009-09-08T17:37:09Z2009-09-08T17:37:09Z<p>Any luck at the official Oracle SQL Developer Forum? Here is the link ->
<a href="http://forums.oracle.com/forums/forum.jspa?forumID=260" rel="nofollow">here</a></p>
http://stackoverflow.com/questions/12877/oracle-sql-developer-not-responsive-when-trying-to-view-tables-or-suggest-an-ora/1885890#18858900Answer by Steve Bower for Oracle SQL Developer not responsive when trying to view tables (or suggest an Oracle Mac client)Steve Bower2009-12-11T05:06:46Z2009-12-11T05:06:46Z<p>Use <a href="http://www.razorsql.com/" rel="nofollow">RazorSQL</a>. Do yourself a favor and spend the 60 bucks. It will pay for itself in the first hour or two of use. You may even be able to get 60 days for free out of it.</p>