Home > Add new tag, Blogroll, certification, sql, sqlplus > Oracle Certified SQL Expert

Oracle Certified SQL Expert

July 10th, 2007

Oracle Certification Program: Exam Details

I immediately registered for this exam and will do it next week, I just cannot wait for this one…

Add new tag, Blogroll, certification, sql, sqlplus

  1. July 10th, 2007 at 12:06 | #1

    Hi Laurent,

    >> I just cannot wait for this one…

    You love taking tests, don’t you!

    What do you think about people who have zero real-world experience, running about claiming that they are “Oracle Certified Experts”?

    What happens when an Oracle Certified Expert crashes a mission-critical database? Is Oracle at-fault for “expertizing” them?

    Tests are fine and tests are fun, but passing a test, any test, doesn’t make someone a true expert, IMHO.

    This wil be interesting. I’ve seen lots of Oracle certified idiots . . . Hopefully, this test will be rigorous enough to be meaningful . . .

  2. July 10th, 2007 at 14:41 | #2

    Even non-experts could attend this test, for sure, and the experts should have no problem list[ing] the capabilities of SQL SELECT statements and Execut[ing] a basic SELECT statement :lol:

    Let’s hope there are some creative questions in the test !

  3. Eriks
    July 10th, 2007 at 15:14 | #3

    they should put this into exam

    Q: can oracle divide by zero?

    A: no

    Q: are you absolutely sure?

    A: yes

    Q: then why does this work?
    select 1 from dual where exists (select 1/0 from dual)

    A: ???? :-)

  4. July 10th, 2007 at 15:19 | #4

    Let me guess - A two day guide again

    ;-)

  5. July 10th, 2007 at 16:24 | #5

    select 1d/0 from dual;
     1D/0
    -----
      Inf

    Marco, I will rather read the 10gR2 SQL Reference this time, but not the DBA staff (like tablespace, management, audit). Well, I have no idea what version I should use to do the exam, probably the 10gR1, but I think 10gR2 is old enough…

  6. July 10th, 2007 at 18:24 | #6

    Laurent,

    Best of Luck…

    waiting for the part ;)

    Sidhu

  7. July 10th, 2007 at 18:25 | #7

    party* :D

  8. July 10th, 2007 at 20:19 | #8

    thanks :-D

  9. July 11th, 2007 at 00:05 | #9

    I noticed you started a book, congratulations! Book authoring is superior certification:-)

  10. Vit Spinka
    July 11th, 2007 at 09:46 | #10

    Well, I also read about the SQL OCE exam… Yes, the RAC and Linux OCE exams are fine (I attended the RAC beta, btw.), but I don’t see much point at the SQL exam, at least for people on this level of expertise (OCM, …).

    But definitely, I’m looking forward for your comments regarding the diffculty of the exam etc.

  11. July 11th, 2007 at 11:28 | #11

    I hope I will have less mistakes than the documentation…

    The last I found :
    Some valid user-defined function expressions are:
    hr.employees.comm_pct(dependents, empno)@remote

    Instead of
    hr.employees.comm_pct@remote(dependents, empno)

  12. July 12th, 2007 at 21:20 | #12

    “I hope I will have less mistakes than the documentation…”

    Thats humour :-)

    Have fun on the test Laurent.

  13. July 13th, 2007 at 14:26 | #13

    Hi Laurent

    You prepare yourself to render “SQL Expert” with the manual

    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/toc.htm

    only?

    Regards
    Hector Gabriel Ulloa Ligarius
    http://ligarius.wordpress.com

  14. July 13th, 2007 at 15:26 | #14

    yes, actually, I am a bit worried about external table access drivers so I read that too :
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/part_et.htm

  15. July 18th, 2007 at 00:02 | #15

    Thank you for reply

    You would like to travel to Chile and to dictate some class of oracle? :D

    It is necessary to dream….. ;)

    See you Laurent

    Regards
    Hector Gabriel Ulloa Ligarius
    http://ligarius.wordpress.com

  16. August 21st, 2007 at 08:57 | #16

    Hi,

    The question posted by Erik’s is really cool. I am gonna discuss it on my blog.

    Why does this work?
    select 1 from dual where exists (select 1/0 from dual)

    Regards

  17. August 21st, 2007 at 10:30 | #17

    this is because it is optimized ;)

    select 1 from dual where exists (select expression from dual)

    expression is never evaluated

  18. January 16th, 2008 at 18:53 | #18

    the result on 2test.com is updated. I passed

  19. January 22nd, 2008 at 17:17 | #19

    Congratulations! Welcome to the OCE world.

  20. January 28th, 2008 at 23:27 | #20

    thanks! I received my test report.

    90%. You may want to review the following objectives :
    - Add Constraints
    - Drop columns and set columns unused
    - User the following types of multitable inserts (nothing follows…)
    - Regular Expression Functions
    - Updates rows in a table
    - Control Transaction

    Well, when trying a add constraint or drop column, I quite frequently looks in the doc for some advanced syntax. The multitable inserts were quite confuse. Update rows in a table? well, what’s that? Control Transaction? Did I miss something with savepoint or so?

    But I must comment about regexp. The questions were miserable. Out of five questions, only one was correctly asked. The question authors would probably get something like 26% if I were asking the questions (this is only 1% more than pure random). I wrote the comments but it apparently did not help.

    Anyway, this is the risk with beta exam :evil:

  1. September 13th, 2007 at 14:09 | #1