Oracle Certification Program
   HOME

TheInfoList



OR:

The Oracle Certification Program certifies candidates on skills and knowledge related to Oracle products and technologies. Credentials are granted based on a combination of passing exams, training and performance-based assignments, depending on the level of certification. Oracle certifications are tangible benchmarks of experience and expertise that Oracle claims to help a participant stand out in a crowd among employers. There are 6 levels of Oracle Certification credentials: Oracle Certified Junior Associate (OCJA), Oracle Certified Associate (OCA), Oracle Certified Professional (OCP), Oracle Certified Master (OCM), Oracle Certified Expert (OCE) and Oracle Certified Specialist (OCS). These credentials are spread across 9 technology pillars and further broken down into product family and product groupings. Certifications are also defined by job role on the Oracle Certification website. # The Oracle Certified Junior Associate (OJA) credential is a novice-level certification focused on students in secondary schools, two-year colleges and four year colleges and universities and faculty members who teach foundational Java and computer science classes. # The Oracle Certified Associate (OCA) credential is the first step toward achieving an Oracle Certified Professional certification. The OCA credential ensures a candidate is equipped with fundamental skills, providing a strong foundation for supporting Oracle products. # The Oracle Certified Professional (OCP) credential builds upon the fundamental skills demonstrated by the OCA. The Oracle Certified Professional has a command of a specific area of Oracle technology and demonstrates a high level of knowledge and skills. IT managers often use the OCP credential to evaluate the qualifications of employees and job candidates. # The Oracle Certified Master (OCM) credential recognizes the highest level of demonstrated skills, knowledge and proven abilities. OCMs are equipped to answer the most difficult questions and solve the most complex problems. The Oracle Certified Master certification validates a candidate's abilities through passing rigorous performance-based exams. The certification typically builds upon the fundamental skills of the OCA and the more advanced skills of the OCP. # The Oracle Certified Expert (OCE) credentials recognize competency in specific, niche oriented technologies, architectures or domains. Credentials are independent of the traditional OCA, OCP, OCM hierarchy, but often build upon skills proven as an OCA or OCP. Competencies falling under the umbrella of the Expert program range from foundational skills to mastery of advanced technologies. # The Oracle Certified Specialist (OCS) credentials are typically implementation-oriented certifications targeting employees of current Oracle partners, though the certifications are available to all candidates, partner or not. These certifications are built on very focused products or skillsets and provide a solid measure of a candidate's level of expertise in a particular area.


Java Certification list

The following list of Java exams are currently available in Oracle certification and path.


Requirements

Oracle University offers different certifications for different Oracle products and services. A candidate chooses a certain certification that he/she wishes to earn and then follow the requirements for that particular certification. Requirements may include passing an exam offered by Pearson VUE, earning a prerequisite certification, completing training, or submitting a course verification form. Prior to taking an Oracle Certification exam, a candidate must register for a VUE account and authenticate their CertView account as well. An exam voucher can be purchased from Oracle University or the candidate can register for and pay for the exam directly on the Pearson VUE website without a voucher. Vouchers can also be purchase from an authorized Oracle Partner. The candidate should bring two valid forms of identification; both must contain your signature, one should contain a photo, one should be government-issued. A purchased exam voucher should be used within 6 months or it will be forfeited without any refund. A candidate can prepare for the exam by attending
training Training is teaching, or developing in oneself or others, any skills and knowledge or fitness that relate to specific useful competencies. Training has specific goals of improving one's capability, capacity, productivity and performance. I ...
and prep seminars, offered by Oracle University and practice tests from Kaplan and Transcender. These are optional and not required to have a certification. If the candidate failed the exam, a 5-day waiting period should pass before retaking the exam. The 2nd exam attempt must be paid in full. If the candidate fails to show up on the scheduled testing time and date, the exam will be voided and no refund shall be given. There are restrictions for candidates who are coming from
Cuba Cuba ( , ), officially the Republic of Cuba ( es, República de Cuba, links=no ), is an island country comprising the island of Cuba, as well as Isla de la Juventud and several minor archipelagos. Cuba is located where the northern Caribbea ...
,
Iran Iran, officially the Islamic Republic of Iran, and also called Persia, is a country located in Western Asia. It is bordered by Iraq and Turkey to the west, by Azerbaijan and Armenia to the northwest, by the Caspian Sea and Turkmeni ...
,
North Korea North Korea, officially the Democratic People's Republic of Korea (DPRK), is a country in East Asia. It constitutes the northern half of the Korean Peninsula and shares borders with China and Russia to the north, at the Yalu (Amnok) and T ...
, Sudan, and Syria. A candidate who is minor should have a consent from his/her parent or guardian. Typically, one exam is associated with a certification. However, some certifications require two. Aside from a passed exam, some certifications requires the candidate to attend training at Oracle University. For
Java EE Jakarta EE, formerly Java Platform, Enterprise Edition (Java EE) and Java 2 Platform, Enterprise Edition (J2EE), is a set of specifications, extending Java SE with specifications for enterprise features such as distributed computing and web ser ...
Master certification, the exams are not multiple choice, instead an assignment which should be finished and an essay exam as well. Both the Assignment and the Essay must be completed within 6 months of purchasing the Assignment. Failed Assignments must be resubmitted within 30 days. Some certification levels build on each other; for example, an Associate certification is required for Professional, while a Professional certification is required for Master. The Expert and Specialist certification does not have any prerequisite certification like Associate. Oracle has recently introduced Junior Associate certifications (e.g., "Java Foundations Junior Associate 1Z0-811" exam) that targets school and college students.


Oracle Certified Associate Java SE Programmer I (formerly the Sun Certified Java Programmer)

The Oracle Certified Associate Java SE 8 Programmer tests the candidate's knowledge of the
Java programming language Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. It is a general-purpose programming language intended to let programmers ''write once, run anywh ...
and is a prerequisite to being an Oracle Certified Programmer. While most advanced certifications focus on the candidate's knowledge of the API, this entry-level exam focuses on variables, class and interface definitions, arrays, exception handling, encapsulation, polymorphism, and flow control. The candidate must also demonstrate how to use strings and array lists. The version 8 of the test was made available as a final release since December 2014. It tested the candidate's knowledge of lambdas, boxing (auto-wrapping), and the new date and time API. There will no longer be an OCA credential awarded for Java SE 11.


Oracle Certified Professional Java SE Programmer (also formerly the Sun Certified Java Programmer)

Oracle's Certified Professional
Java SE Java Platform, Standard Edition (Java SE) is a computing platform for development and deployment of portable code for desktop and server environments. Java SE was formerly known as Java 2 Platform, Standard Edition (J2SE). The platform uses Ja ...
Programmer (OCPJP) exam is the fundamental exam required to demonstrate solid understanding of Java and some of its SE APIs and is a prerequisite to a number of the other Java certificates. It is designed as a fairly detailed test of knowledge of the core features and constructs of the Java programming language. It tests a wide range of Java's
API An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how ...
s and core features, starting from basics such as looping constructs and variables, to more complex topics such as Threads,
Collections Collection or Collections may refer to: * Cash collection, the function of an accounts receivable department * Collection (church), money donated by the congregation during a church service * Collection agency, agency to collect cash * Collection ...
and Generics. It does not cover specific technology domains such as
GUI The GUI ( "UI" by itself is still usually pronounced . or ), graphical user interface, is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, inste ...
creation, Web or network programming, though it does cover part of the APIs included in the standard library. The exam tests how well a programmer has understood the language constructs and mechanisms. However it's not a goal of the exam to test the programmer's ability to produce purposeful or efficient programs. It does not test the programmer's ability to write efficient algorithms, for example, though it does test knowledge of which collections should be selected in order to implement efficient algorithms without re-inventing the wheel. It is assessed through an automatically administered multiple-choice test system and consists of 60 questions which the candidate has 150 minutes to answer.Kathy Sierra and Bert Bates, "Sun Certified Programmer for Java 6: Study Guide (Exam 310-065)", 2008, At least 37 questions are needed to be correct to pass (around 61%). To take the test a candidate must buy a
voucher A voucher is a bond of the redeemable transaction type which is worth a certain monetary value and which may be spent only for specific reasons or on specific goods. Examples include housing, travel, and food vouchers. The term voucher is also ...
from Oracle (approximately US$300 in the US, £150 (excluding VAT) in the UK, AUD 316 plus tax in Australia, Rs. 8000 plus taxes in India) and book the test at least a week in advance. The test consists of multiple choice questions. In June 2011, Oracle moved from
Prometric Prometric, also known as Prometric Testing, is a U.S.-based company in the test administration industry. Its corporate headquarters is located in Canton (Baltimore, Maryland) in the United States. Prometric operates a test center network composed ...
to
Pearson VUE Pearson plc is a British multinational corporation, multinational publishing and education company headquartered in London, England. It was founded as a construction business in the 1840s but switched to publishing in the 1920s.J. A. Spende ...
as their test provider.Harold Green:
Java Certification Exams and Their Move to Pearson VU
, Oracle Certification blog, 17 June 2011.


References


External links


IT Training and Certification for Oracle Technology , Oracle University

Oracle Testing with Pearson VUE

CertView Login

Oracle Certification Program: Steps

Oracle Certification Program: Overview

Oracle Certification Program: Exam Listing
{{Sun Microsystems Oracle Corporation Information technology qualifications Professional titles and certifications Sun Microsystems