what's the best free oracle client tool? [message #419987] |
Wed, 26 August 2009 06:08 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
kang
Messages: 89 Registered: November 2007
|
Member |
|
|
what's the best free oracle client tool?
I want the feature of inplace-update like in pl/sql develper,
"select * from tab for update" -> unlock -> edit -> commit;
preferably I want the client tool prompt the object name when I type the object name like in pl/sql develper.
TIA.
|
|
|
|
Re: what's the best free oracle client tool? [message #420015 is a reply to message #419994] |
Wed, 26 August 2009 09:13 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
I myself use PL/SQL Developer, since I can think of better ways to spend my time other than typing out everything instead of using code-completion, macros, etc.
Also, since I am similar to 90% of the people, I find it easier to view query results in a nice GUI-grid then in some ascii version that does not fit my screen.
I heard Oracle's SQL Developer is getting better all the time; not sure though whether it supports in-place editing and code-completion. It is free to download, so give it a try.
|
|
|
|
|
Re: what's the best free oracle client tool? [message #420062 is a reply to message #420022] |
Wed, 26 August 2009 16:25 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
andrew again wrote on Wed, 26 August 2009 17:36 | sqlplus is great for concise test cases and can be relied to be available in just about any environment.
|
Totally true, and I do think that every developer should know how to work with sqlplus and be able to do anything he needs to do using sqlplus.
But once he knows how to do it in sqlplus, it is ok to step up to a GUI based tool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|