Newbie question: How long to learn Oracle? [message #505123] |
Fri, 29 April 2011 10:15 |
|
Batr
Messages: 7 Registered: April 2011
|
Junior Member |
|
|
My manager asked me if I can learn Oracle (developer suite) in one week. I don't know SQL too; however, I have some knowledge in creating databases using MS Access.
I know some, very,basic programming skills using C++.
Could you please tell me if it is possible to learn Oracle in 1 week? How much minimum time required to be a basic Oracle user?
My major is Mechanical Engineering. (just in case it will help)
Thanks in advance
[Updated on: Fri, 29 April 2011 10:16] Report message to a moderator
|
|
|
|
|
|
|
|
|
Re: Newbie question: How long to learn Oracle? [message #505168 is a reply to message #505123] |
Fri, 29 April 2011 14:21 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Batr wrote on Fri, 29 April 2011 17:15My manager asked me if I can learn Oracle (developer suite) in one week. I don't know SQL too
"Developer suite" is, generally speaking, considered to be Forms and Reports. If someone installs it for you and you can start using it, here's some good news: both tools have wizards that can help creating basic form or report in a matter of minutes.
However, that might be VERY misleading. As you don't know Oracle SQL, Reports might suffer because what you do (when creating a report) is to write a SQL code (SELECT statement) that returns result set you want to display in a fancy manner using Reports. But, if you can't (don't know how to) write a SELECT statement (which might be rather complicated), how can you expect to create a report (except a simple "select * from emp" kind)?
Forms, on the other hand, requires knowledge of PL/SQL which is a procedural extension to SQL. Forms' triggers are FULL of PL/SQL, all kinds of it - procedures, functions, packages - you name it. PL/SQL is used in Reports too (its triggers, procedures, ...).
Therefore, it is not "Developer suite" you have to know in a week, but (at least) SQL, PL/SQL, Forms and Reports. Can you do that? My opinion is that you can not. Not because you are "stupid", God forbid!, but the fact that it is just FAR TOO MUCH to learn in such a short time.
Finally: I have a feeling that it is your manager who, actually, doesn't know what his/her question means.
|
|
|
|