which software? [message #357996] |
Fri, 07 November 2008 11:08 |
monicca
Messages: 12 Registered: November 2008
|
Junior Member |
|
|
Hi All
i am new in programming field, so wanted to know that in companies which s/w they use for plsql programming, so that i can practice on the same.
Thanks
|
|
|
Re: which software? [message #357999 is a reply to message #357996] |
Fri, 07 November 2008 11:27 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
SQL*Plus
When you are new, definitely start with that one.
And a basic text editor once you start with more complicated queries to copy/paste from and into SQL*Plus.
If, after a few weeks of practice, you know what is really going on on the SQL level, then you can look for something that takes care of some of the more mundane tasks. Like dragging and dropping table and column names into the script and such niceties.
For example, every tool has it's own somewhat different connect dialog. Once you know hot you connect with SQL*Plus, all of them make sense. If you only know how to connect with one specific tool you have much less chances of figuring out the connect dialog of another tool.
|
|
|
|
|
|
|
|
|
|
Re: which software? [message #358066 is a reply to message #358043] |
Sat, 08 November 2008 03:09 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Another option might be, for example, the fact that this company chose Oracle Reports Developer as its main reporting tool and expects potential employees to master this tool. Now, not in 2 months. In that case, general knowledge of (PL/)SQL wouldn't be enough.
|
|
|