Oracle database 11g certification for Java developer

Hello,
I'm Java developer, OCPJP 6 ( Oracle Certified Professional, Java Programmer +6+ ) and
I decided to pass exams: 1Z0-051 and 1Z0-052 to get OCA ( Oracle Database +11g+ Administrator Certified Associate ) certificate,
but I need some advice, maybe i should seek other certificate, that would be more valuable for Java developer, than OCA.
Thanks for advice.

The answer of whether a particular certification is valuable depends on you, not the tests themselves. The Oracle Certified Master for example is an extremely prestigious certification, and I have considered seeking it at some point in the future to improve my professional credentials. However, the same certification would have absolutely no value to my wife, because she's a homemaker with no interest or intent of ever working with Oracle.
Using an example a little closer to yours, only reversed --- I work as a DBA and PL/SQL developer. On several occasions I have dabbled with Java, and took a couple of classes when I worked for Oracle. I could code in Java if I had to, but wouldn't really be good without a lot of practice. However, I've never really had a sufficient need in my work to dig in and really practice enough to use it. I considered going for the Oracle Java certifications as a means of kick-starting that and getting to the point where it was really a viable option in my development. Ultimately I decided not to because I've been working with Oracle for better than fifteen years and there has never been an occasion where I really felt a need to know Java. If I were to spend a bunch of time improving my Java skills just for the certification, there's no guarantee I would ever use them after that.
Coming back to you -- if you already need SQL and DBA skills in your work, then those certifications should be of value to you immediately. If you think that you might work (or want to work) more with SQL and DBA-level skills in the future, then they should be of value to you in the future. If you won't use the skills now or ever, then the exams do nothing but add a line to your resume (which still has value, but you must determine how much).
Edited by: matthew_morris on Apr 30, 2012 1:56 PM

Similar Messages

  • 1Z1-514 Oracle Database 11g Essentials for Implementors

    Hi Guys
    What shall i study in order to prepare the exam 1Z1-514 Oracle Database 11g Essentials for Implementors that is in Beta?
    My manager have no budget to training courses.'
    Please help me...

    haggy_fleisch wrote:
    Hi Guys
    What shall i study in order to prepare the exam 1Z1-514 Oracle Database 11g Essentials for Implementors that is in Beta?
    My manager have no budget to training courses.'
    Please help me...The obvious answer is to study the exam topics on [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_514]
    Hmmm ..... there again looking at your biography I believe Pompey Lil can help you best .... ;-)
    More seriously have a go at the two day dba guide from [http://www.oracle.com/pls/db112/homepage] the have another gap analysis and see you you feel.
    Also view [http://blogs.oracle.com/certification/2008/10/question_of_the_day_how_to_pre.html]
    Rgds - bigdelboy.

  • Database access tool for Java Development

    Hi,
    A couple of days back, our SAP's database (MSSQL) was corrupted and downed the Java Stack.
              During the Java development, normally after a newly created table was deployed via Java Dictionary, Java developer will access the database via the MSSQL Enterprise Manager to view/delete/update data. Unlike the ABAP development, all database access was done via SE16 in SAPGUI. It was believed that the Java Development kind of direct access to the database via the MSSQL Enterprise Manager was causing some MSSQL tables to be corrupted, and thus downed the Java Stack.
    1. Is there any tool like SE16 to access database during the Java Development?
    2. If no, what kind of recommendation/tool to access database for Java Development?
    Any help would be much appreciated. Thanks.
    julius

    Julius,
    There are no industry recommended open source DB tools.
    Normally it depends upon the developer preferences that how he/she wants to see the tool usability.
    I can suggest you to go through the below link:
    http://sourceforge.net/search/?type_of_search=soft&words=SQL+Tools
    You can find many open source SQL tools, which you have to test and select one among them.
    I can suggest you to use:
    1) TOra
    2) Easy SQL
    3) SQuirrel
    "Choose a Tool which is easy to use and efficient, Dont worry about Look n Feel"
    Best of Luck

  • Oracle Database 11g R1 download - where ?

    Where can I download Oracle Database 11g R1 for Win32 ?
    Best regards,

    Are you sure ? Could you give me link ? I've started from this but there is only:
    Oracle Database 11g Release 2
    Standard Edition, Standard Edition One, and Enterprise Edition
    11/10/11: Patch Set 11.2.0.3 for Linux, Solaris, Windows, AIX and HP-UX Itanium is now available on support.oracle.com. Note: it is a full installation (you do not need to download 11.2.0.1 first). See the README for more info (login to My Oracle Support required).

  • Oca 11g database certification for application developer

    do i need oca 9i certification for getting 11g database certification for application developer not for DBA

    user9334987 wrote:
    some of my friend told me that i have to give 9i oca exams (one sql and one is for plsql) to appear for 11g oca. it means i will be eligible for 11g oca only after passing oca 9i is it true. i have seen your post given by you but it doesnot contain the answer of above question.Often I see people you say my friend say this .... my friends say that ... so often the friend is wrong. [http://www.oracle.com/education/certification] is authorative. Well usually.
    The problems start when people are imprecise about the certification they are seeking ... the list is here ....
    [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=141]
    If you notice there is no mention of '11g oca' or '9i oca' in the list.
    There is mention of:
    - Oracle 11g DBA OCA
    - Oracle9i DBA OCA
    - Oracle PL/SQL Developer OCA
    And one can drill down links to see the requirements for these certifcations:
    for example for a - Oracle PL/SQL Developer OCA a pass in one of (1z0-007 or 1z0-047 or 1z0-051 (or 1z0-001) ) plus a pass in one of (1z0-144 or 1z0-147) is required.
    There is a post from mediaguy (that goes to a blog that is currently unavailable at the time of this post ... but will proably be fixed in a day or two) that I feel has a chance of being relevant also (note i have not read it yet). {thread:id=1049842}

  • Issue in Oracle 11g Database Change Notification  for Java application

    Hi,
    I am trying to use Oracle's Database Change Notification in Java application.
    I followed the sample application (+DBChangeNotification.java+ , Example 29-2), provided in the following link:
    +[http://download.oracle.com/docs/cd/B28359_01/java.111/b31224/dbmgmnt.htm#CHDEJECF]+
    I am able to see that the Registration of the SQL query is successful.
    But, when I do changes to the table registered, notifications are not received in the Listener class (+DCNDemoListener.java+).
    Ideally, the method DCNDemoListener.onDatabaseChangeNotification() should be invoked on any insert/update to the registered table. But this method is not getting invoked.
    The execution has stopped in the following line of DBChangeNotification.java Class.
    this.wait();
    +==> The application was WAITing indefinitely in this line, as the NOTIFY() from DCNDemoListener.java was not executed.+
    I am using VPN to connect to Oracel server. Remote Oracle Server is protected my firewall. Is this the reason for not sending the notifications from Oracle server?
    The version of software used are given below:
    Oracle Client - Oracle 11.1.0
    JDK - 1.6
    Oracle JDBC Driver - ojdbc6.jar
    Can someone help me to resolve this issue?
    Thanks in Advance.
    Regards
    Sam
    Edited by: Ponsu on Apr 7, 2011 10:41 PM

    Hi,
    I am having similar issue. Where you able to resolve it.
    I am also using the same example you were using.
    I am using the following version.
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    Compatibility: 11.2.0.0.0
    I do not see any notification coming back from the DB.
    Appreciate your help.
    Thanks & regards,
    Ebe

  • Can i use "Oracle Database 12c: Performance Management and Tuning " training for getting certification on "Oracle Database 11g: Performance Tuning 1Z0-054"

    i have taken "Oracle Database 12c: Performance Management and Tuning new" training from oracle university. Now i would like to get certified on "Oracle Database 11g: Performance Tuning 1Z0-054" exam. Is it possible ?

    I essentially endorse and refer you to Matthews' and John's post above.
    I would differ with slightly with Matthew because my guess is you would often be able to use like for like 12c training for an 11g certification ( I believe there are precedents).  BEFORE ANYONE ASKS THE OTHER WAY DOESN'T HAPPEN.
    .... but totally concur with Matthew you would ill advised to procede on that basis without one of:
    - This being advertised as possible on the website : e.g. https://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=654&get_params=p_id:169 ... option 2 show courses.
    - Confirmation from Brandye
    - Confirmation from an Oracle Certification Support Web Ticket ( http://education.oracle.com/pls/eval-eddap-dcd/OU_SUPPORT_OCP.home?p_source=OCP )
    ... The more common (and in my opinion usually better) way would be get your 11g DBA OCP ( or higher first) and then take the 1z0-054.  I am almost certain they will accept your 12c course for the 11g DBA OCP.
    If you are choosing the route of not being a 11g (or 12c ) DBA OCP first but are on option 2 and relying on the course for certification then the issue is more in the balance and you are even more strongly advised to get confirmation before proceding (remember if the rules need to be changed for you only then any profit out of the exam is lost).
    In general my understanding is Oracle would prefer to encourage people to train on the latest version of product that is available for training  and will prefer to avoid restrictions which would cause you to train at a lower version.  ( This is simply my guess at Oracle University Policy ... personal opinion only).
    Having said all I have said I'd encourage you to go with the advice of the earlier two posts.

  • Oracle Database 11g Administrator or Oracle PL/SQL and Forms Developer?

    Hi,
    I am thinking about doing an Oracle certification course- Oracle Database 11g Administrator or Oracle PL/SQL and Forms Developer.
    Oracle Database 11g OCP and OCM certification requires 3 mandatory training courses to be completed that costs between $1900 and $3250/each. Oracle PL/SQL certication doesn't require any mandatory training course.
    Which one of these would be a good choice? Please advise.
    Thank you,
    Tracy

    Regardless of which path you want to take, in order to get the OCP certification in either the DBA or PL/SQL developer track, you must first obtain the respective OCA certification for that track. I'm assuming that since you are still undecided in which path to take that you haven't started working on either yet. If you look at the pages for the OCA DBA and OCA PL/SQL Developer certs and what is required for each, you'll see that the first block of tests for either certification (the SQL based exams) has the same options (1Z0-007, 1Z0-047, 1Z0-051) and passing one of those SQL based exams gives credit towards obtaining both OCA certifications. That might be a good place to start.
    Doing one of these tests first might give you some extra time to decide which track you want to pursue. But as Justin said, it really depends on what you do (or plan on doing) in your career as to which path might be more beneficial for you.
    As for the OCM level stuff, I wouldn't even think about it until you get the OCP. One step at a time... Same with OCP before OCA. That being said, my suggestions are just that, suggestions. You're free to take any exams/courses in any order, but you won't be able to obtain the certs until you have completed the requirements for each.

  • The course I did to gain OCP certification in Oracle Database 11g does not appear on the courses submission list on the website of pearson vue.

    The course I did to gain OCP certification in Oracle Database 11g does not appear on the courses submission list on the website of pearson vue, I sent an email to [email protected] from < email address deleted by moderator >, without an answer in 7 days since 01/28/2015, the email is below, the title of my course is in Portuguese.  What should I do in this case ?
    Dear Oracle.
    I am sending this email because recently I passed in the exam 1Z0-053 Oracle Database 11g: Administration II, which is the last examination necessary to acquire the OCP Certification. However, in the path to the certification I need to prove that I participated in an Oracle Official Training.
    Searching for the course on the pearson vue site, I have not found the course name on the list. So I am sending this email with the course information required for certification. I attended to the course in college FIAP (http://www.fiap.com.br/en/conheca-a-fiap/parcerias-estrategicas/), in the city of São Paulo, Brazil, from March/2010 to March/2011. Accessing the link above is possible to verify that the educational institution is an Oracle Partner. The title that I got was "Graduate in Oracle Database Management".
    In this email I attached a copy of the FIAP Certified Course (front.jpg certificate, certificate back.jpg). I’m also sending the data from my profile in the pearson vue site (Pearson VUE - My profile.pdf), and my scores in the exams for OCP certification (1Z0-051.pdf, 1Z0-052.pdf, 1Z0-053.pdf ).
    If you need any further information just let me know and I will provide.
    Please acknowledge this information and grant me the OCP certification (Oracle Database 11g Administrator Certified Professional).
    Regards.
    Italo Moisés dos Santos.
    Oracle Testing ID:  < deleted by moderator >

    Sorry, I expressed myself badly.
    When I access http://www.pearsonvue.com/oracle/course/ and start submission process  of the course, in the first step “Select the track for which you have completed a certification requirement” I selected the option “Oracle Database 11g Administrator OCP”, in the second step I selected “ILT = Instructor Led Training”,  but when I got on the third step “Which course or requirement did you complete?”  I have to choose the course name that I did, the course name that I did does not appears in that list, so I do not know which one to select, even having at the end of the form the option “Other ...(Course or requirement is not shown above. Please enter title below.)” the course name I did is in Portuguese/Brazil, the name is “MBA em gestão de banco de dados oracle” in Portuguese, which in English would look like "Graduate in Oracle Database Management".
    I sent an email to [email protected] containing the information that I found necessary to obtain certification.
    But if I have to do the process in the pearson vue site, should I put the course name in Portuguese or in English ?
    Only the email I sent is not enough ?
    Thanks for the help, and sorry for my english !

  • Dates for "Oracle Database 11g: Performance Tuning" exam

    Hi!
    Today Oracle posted info about the new Oracle Database 11g Performance Tuning exam needed for the new expert certification:
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_054#2
    It says that pre-registration for the beta exam starts today, however, it does not say when the beta phase starts and ends. Does anyone know?
    Thanks,
    Marcus

    Hello Hussein
    Yes true, I remember it for the OCE and Linux exams they rescheduled the end date several times. As far as I know it is related to the number of participants and the given feedback.
    I've also participated to several other exams, and I must admit that it is a long and hard process to get through. When I got the feedback 10 weeks after the beta period closure, I had to review nearly all the topics to get the exams passed the second time. But this it is a cheap and good exam preparation.
    What about you Hussein? Do you think that's trivial?
    Cheers,
    Hub

  • Beta Testing Continues for "Oracle Database 11g: Performance Tuning" Exam

    !http://blogs.oracle.com/certification/2009-0204-1123.gif!
    The beta period continues for the <strong>Oracle Database 11g: Performance Tuning certification exam (1Z1-054)</strong>, which is a single exam requirement for Oracle 11g DBA OCPs to earn the Oracle Database 11g Performance Tuning Certified Expert (OCE) certification. Read more on the <a href="http://bit.ly/UGJh4">Oracle Certification Blog</a>.</p>

    Hello Hussein
    Yes true, I remember it for the OCE and Linux exams they rescheduled the end date several times. As far as I know it is related to the number of participants and the given feedback.
    I've also participated to several other exams, and I must admit that it is a long and hard process to get through. When I got the feedback 10 weeks after the beta period closure, I had to review nearly all the topics to get the exams passed the second time. But this it is a cheap and good exam preparation.
    What about you Hussein? Do you think that's trivial?
    Cheers,
    Hub

  • Beta Testing Ends For "Oracle Database 11g: Performance Tuning" Exam

    !http://blogs.oracle.com/certification/2009-0204-1122.gif!
    <p>The beta period ended on Aug 31, 2009 for the <strong>Oracle Database 11g: Performance Tuning</strong> certification exam (1Z1-054), which is a single exam requirement for Oracle 11g DBA OCPs to earn the Oracle Database 11g Performance Tuning Certified Expert (OCE) certification.</p>
    <p align="justify">Full details are posted on the Oracle Certification Blog.</p>

    Hello Hussein
    Yes true, I remember it for the OCE and Linux exams they rescheduled the end date several times. As far as I know it is related to the number of participants and the given feedback.
    I've also participated to several other exams, and I must admit that it is a long and hard process to get through. When I got the feedback 10 weeks after the beta period closure, I had to review nearly all the topics to get the exams passed the second time. But this it is a cheap and good exam preparation.
    What about you Hussein? Do you think that's trivial?
    Cheers,
    Hub

  • Oracle Database 11g: Performance Tuning-Certification

    Dear All!
    I want to take exam 1z0-054 for
    "Oracle Database 11g: Performance Tuning".
    I've completed an Oracle authorized couse of "Oracle Database 11g: Performance Tuning DBA" in 2008,which is one of requirements to get that certificate.
    Please any info regarding to expiration of complilation of courses?
    If I pass 1z0-054 exam ,will the above mentioned couse considered?
    And the last one, Are there possibilities to see or load the info of the couses I've completed , to my Oracle site acount.
    Thanks in advance!
    Best regards

    Try posting this type of question in the Certification forum:
    Oracle Certification Program

  • Pro Oracle Spatial for Oracle Database 11g - Book now available

    Pro Oracle Spatial for Oracle Database 11g
    Pro Oracle Spatial for Oracle Database 11g shows how to take advantage of Oracle Databases built-in feature set for working with location-based data. A great deal of the information used in business today is associated with location in some way, and analysis of that data is becoming ever more important in todays mobile and highly connected world. In Pro Oracle Spatial for Oracle Database 11g, authors Ravi Kothuri and Albert Godfrind address
    * The special nature of spatial data and its role in professional and consumer applications
    * Issues in spatial data management such as modeling, storing, accessing, and analyzing spatial data
    * The Oracle Spatial solution and the integration of spatial data into enterprise databases
    * How spatial information is used to understand business and support decisions, to manage customer relations, and to better serve private and corporate users
    When you read Pro Oracle Spatial for Oracle Database 11g, you’re learning from the very best. Ravi Kothuri is a key member of Oracle’s Spatial development team. Albert Godfrind consults widely with Oracle clients on the implementation of Oracle Spatial, develops training courses, and presents frequently at conferences. Together they have crafted a technically sound and authoritative fountain of information on working with Spatial data in Oracle...
    Goto http://www.apress.com/book/view/1590598997 or Amazon.com

    Thank you very much.....got it.
    I know it isn't your gig, so I am not asking for a solution, just looking to know where I might have to go to get one. If buying SR's on meta link is going to solve this for me, then I am all for it, just let me know where the expertise can be found, I have been battling this overall set up now for too long, I need someone who really knows this stuff so I can get on with making use of it in industry....thanks....
    Can you steer me in the right direction to access some solid support on the installation issues I am having? See below;
    From oc4j on an attempted stand-alone install;
    07/11/22 20:23:39 INFO [oracle.lbs.mapserver.core.MapperConfig] using default config file: /opt/mv10131/mv10131_qs/oc4j/j2ee/home/applications/mapviewer/web/WEB-INF/conf/mapViewerConfig.xml
    07/11/22 20:23:39 WARN [oracle.lbs.mapserver.core.MapperPool] destroying ALL mapmaker instances.
    07/11/22 20:23:39 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    07/11/22 20:23:39 INFO [oracle.lbs.mapserver.core.MapperConfig] Map Recycling thread started.
    07/11/22 20:23:39 INFO [oracle.lbs.mapserver.oms] *** Oracle MapViewer started. ***
    07/11/22 20:23:40 INFO [oracle.lbs.mapcache.mcservlet] *** Oracle MapCacheServer started. ***
    07/11/22 20:23:40 Thu Nov 22 20:23:40 EST 2007 INFO [oracle.lbs.mapserver.core.MapRecycleThread, ,#Thread-19] cleansing old maps
    user induced ctl-c....program jams
    07/11/22 20:23:51 Shutting down OC4J...
    07/11/22 20:23:54 ERROR [oracle.lbs.mapcache.mcservlet] !!! Oracle MapCacheServer destroyed. !!!
    07/11/22 20:23:54 WARN [oracle.lbs.mapserver.core.MapperPool] destroying ALL mapmaker instances.
    07/11/22 20:23:54 WARN [oracle.lbs.mapserver.oms] Oracle MapViewer shut down
    From a full AppServer Install Attempt (10.1.3 from e-delivery pack) , despite proper TMP/TMPDIR variables, more than ample space via df -k /tmp (300G) and chmod a+rwx /tmp settings;
    [root@bluesky1 Disk1]# ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, redhat-3, redhat-4, SuSE-9 or UnitedLinux-1.0
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-11-22_07-58-50PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2007-11-22_07-58-50PM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    The people in the forums have been trying to help, and they have all been great, but noone seems able to solve....I am asking you because I am hoping you will know who the guru's are, and what I can do to access some of their wisdom to get up and running.?

  • Java certification & oracle database administrator certification

    Hello,
    On this page i can see all certification paths. But when i logged into my account, on pearsonvue.com, i issued 'Schedule an exam'. But there i can't find any java certification or oracle database administration certifications. So where can i find all the certifications for scheduling, shown on that page?
    Thanks

    Roger22 wrote:
    Hello,
    On this page i can see all certification paths. But when i logged into my account, on pearsonvue.com, i issued 'Schedule an exam'. But there i can't find any java certification or oracle database administration certifications. So where can i find all the certifications for scheduling, shown on that page?
    Thanks1) You need to drill down from that link to find individual exams ... eg 1z0-051, 1z0-052, etc ... for instance via:
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=198&p_org_id=&lang=
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_052
    2) You may need to register on Pearson VUE particularly for Oracle.
    (Prometric works much on on a one registration does all, Pearson VUe requires registration for each vendor, in general as far as I remember). But I was able to use my LPIC registered Pearson VUE for Oracle
    To begin with ensure you go via http://www.pearsonvue.com/oracle/
    3) Java exams, having come from Sun stewardship, are currently via Prometric.
    See the Sun Transition FAQ (which is now VERY hard to locate unless you know what you are looking for!)
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=82#6Q12C

Maybe you are looking for

  • Error when Splitting the Message in Synchronous Sender -BPM

    Hi ALL, I has the following Integration Process: Receiver-----Synchronous Sender-- Sender(async) When iam trying to Split the Message in Synchronous Sender where the receiver for Synchronous send message is a HTTP adapter iam getting the following Er

  • Document Type not defined-J1IS

    Hi, When i am doing J1IS Transaction, at the time saving the documest i am getting an error Document Type not defined, so please guide where to define and necessary Customizing for that! Thanks in advance,

  • How to restrict Production context in Development

    Hi, My question is how can anybody restrict or do away with the Production context while working in Development. Whenever we execute a scenario or interface we are faced with the option of executing in Dev or Production. I want to see that the user h

  • Replenishment Delivery and STO relation in SAP APO

    Dear SAP Gurus, I need to find a table (or function or BAPI) where I can relate the replenishment delivery with the STO (schedule line item) that generated the replenishment delivery. I know that this information is available in the table LIPS on the

  • ITunes 11 into my laptop win and I can not download pdf books on my Ipad.

    I just downloaded itunes 11 into my laptop windows 7 (64bits) and I can not download pdf books on my Ipad. Thanks for your help.