Regarding OCA certification

Hi ,
I have completed OCA certfication in Oracle 10g administration. I gave the test in prometric centre.
I was told that certification would be sent to the given mailing address. But I did not receive the certificate.
could you pls let me know whom to contact to get my OCA certificate?
Thanks!

From the certification FAQ:
I have not received my certification success kit. What do I do?
If you do not receive your Oracle certification success kit within 4-6 weeks of receiving verification that your Hands On Course Requirement Form has been successfully graded, please send an email to [email protected] and provide your name, Oracle Certification Program credential earned, Prometric ID number, current mailing address, and daytime phone number.

Similar Messages

  • Regarding 10g OCA Certificated Exam

    Hi,
    I would like to do Oracle Certificate Exam OCA, I am getting confused, Is Oracle 10g ,1Z0-001 Introduction to Oracle: SQL and PL/SQL (retired) - It is expired or not.
    Thanks In Advance.

    user9505918 wrote:
    Then, What OCA Certificate Exam should I take upWhere if you define your certificate first from:
    [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=141]
    The exams are available from
    [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=42]
    There are several different OCA certifications; if you tell us the one you want the choices get clearer; though in general one hopes the OCA candidate has some degree of ability to work it out for themselves; though a bit of confirmation is sometimes understandable as there is a lot of investment involved by some people.

  • OCA certification and remainder function

    Hello, I'm studying for the OCA certification and need help to understand how the remainder function works.
    I read that (http://www.techonthenet.com/oracle/functions/remainder.php) the remainder(m,n) is calculated as: m - (n * X) where X is the integer nearest m / n.
    I ask: why remainder(12.5,5)=2.5 ?
    According to me the result should be >>> remainder(12.5,5)=12.5-(5*[the integer nearest 12.5/5])=12.5-(5*3)=-2.5.
    Thanks for your replies. Regards.

    odie_63 wrote:
    Hi,
    I read that (http://www.techonthenet.com/oracle/functions/remainder.php) the remainder(m,n) is calculated as: m - (n * X) where X is the integer nearest m / n.
    Actually X = [m/n] = floor(m / n), i.e. the integer nearest m/n rounded down.
    So remainder(12.5, 5) = 12.5 - 5*2 = 2.5You sure about that?
    SQL> select 12.6/5, floor(12.6/5) from dual;
        12.6/5 FLOOR(12.6/5)
          2.52             2
    SQL> select 12.6-(5*2) from dual;
    12.6-(5*2)
           2.6
    SQL> select remainder(12.6,5) from dual;
    REMAINDER(12.6,5)
                 -2.4
    SQL>Looks like the rounding is a little odd. Typically rounding goes upwards when it get's to .5 of a number, but remainder takes .5 downwards and anything above that upwards...
    SQL> select remainder(12.50000000000001,5) from dual;
    REMAINDER(12.50000000000001,5)
                              -2.5
    SQL>It does seem a little odd behaviour.
    Me, I just prefer using MOD(m,n), cos then I know what I'm getting. ;)

  • OCA certification in Oracle 10g

    Hi ,
    I would like to take OCA certification in Oracle 10g.I am very much new to this.
    please tell me all the details about this including :
    1)Names of exams I have to take one by one and how many exams .
    2)Where do i get good Course syllabus/Material.
    3)When and Where the examination is conducted.
    Thanks in advance.

    user3900497 wrote:
    Hi ,
    I would like to take OCA certification in Oracle 10g.I am very much new to this.
    please tell me all the details about this including :
    1)Names of exams I have to take one by one and how many exams .
    2)Where do i get good Course syllabus/Material.
    3)When and Where the examination is conducted.
    Thanks in advance.- I assume you mean the 10g DBA OCA. You eed one of he SQL exams and 1z0-042 for this.
    - Read forum annoucement posts and FAQs
    - Visit [http://www.oracle.com/education/certification]
    - Visit [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=151] and drill down from there.
    ---- The exam course page also gives recomended oracle training.
    ---- See [http://blogs.oracle.com/certification/2009/05/the_route_you_choose.html]
    - [http://www.pearsonvue.com/Oracle/locate/]
    You should also evaluate why you are chooses 10g DBA OCA rather than 11g DBA OCA. There can be good reasons for this.
    Please note that if you continue with the next DBA certiifcation on that route (10g DBA OCP ) you will need to have an approved attended a hands on course (for that certification) from an approved institution (Oracle University is the safest bet).

  • Oracle 11g OCA certification

    I am newbie .I would like to know a good book for Oracle 11g OCA certification ,1Z0-051 and 1Z0-052(with lesser number of mistakes).Appreciate a response.

    I can tell you from personal experience that it is extraordinarily difficult to write a technical book with zero defects. Spell-checkers and grammar checkers produce huge numbers of false positives when looking for standard (i.e. non technical) errors. Technical errors are easy to introduce -- forget to add a 'Not' in a sentence, or something similar -- and hard to detect afterward. When I read through my study guides looking for errors, I tend to see what I meant to write.
    That said, such defects are normally a tiny fraction of the information contained within certification manuals. A couple of reviews on the Oracle Press 1Z0-052 book written by John Watson mention a couple of errors and then imply the book is filled with more. I've read the book and it is very informative. It contains hundreds of pieces of information and contains about ten errors -- all mentioned in the errata on the McGraw Hill site. The books is good preparation for the text and for learning the basics of being an Oracle DBA.
    As Aman indicated, using more than one source is a good way to help to detect inaccuracies. I believe in always using multiple sources and the documentation is generally a good option for that.

  • OCA Certification

    i recently enrolled for the OCA Certification for which i was to sit for 1ZO-051 exam and 1ZO-052 exams. I have already sat for the first exam( 1ZO-051) and am yet to sit for the second exam. Recently i checked on thew oracle website; they had written something to the effect the OCA Certification has been discontinued and that nearest certfication is OCP. please advise as am abit confused

    The OCA is unlikely to go away any time soon.  If for some strange reason OU decided to do away with it, they would have to give lots of advance notice.
    Recently i checked on thew oracle website; they had written something to the effect the OCA Certification has been discontinued and that nearest certfication is OCP.
    Please provide a link and/or quote the relevant text from the web page that you refer to in your post.

  • 1Z0-051 without OCA certification

    Hi everyone.
    I am currently a university student with a great interest in SQL. As a result, I intend to take the SQL Fundamentals qualifications (1Z0-051). I believe passing this exam alone is not sufficient to get an OCA certification, but I am not really interested in becoming a DBA later, I can see myself as a developer instead. I know that there is a SQL Expert qualification too, but I believe I do not have the neccessary experience to pass that exam yet, so I am starting with 1Z0-051. My question is, even though it does not give me a certification, is there still a way it can be placed on my CV so that the employer can track it down/check its validity? Do I get an ID or some sort of code after passing the exam, which can be used for others to look my results up online?
    Thank you,
    All the best,
    D

    ... I am not really interested in becoming a DBA later, I can see myself as a developer instead.
    Just a SQL developer?  If you take (and pass) the exam 1Z0-144 after 1Z0-051, you will become an OCA PL/SQL developer.  That will be a verifiable Oracle certification.
    ...is there still a way it can be placed on my CV so that the employer can track it down/check its validity? Do I get an ID or some sort of code after passing the exam, which can be used for others to look my results up online?
    You can certainly put on your CV that you passed the Oracle SQL Fundamentals exam.  You will get a PDF of the test results that you can show to an employer if they ask.  However, the only options in CertView on publishing credentials to third parties is for certifications, not test results.

  • OCA Certification Book  for 1Z0-147

    Can anyone suggest me book for "EXAM Program with PL/SQL 1Z0-147" OCA certification
    Thanks
    Prav

    Click Here

  • OCA Certification Inquiry

    Hi,
    I am preparing to give OCA certification.
    And this may sound to be a stupid question but I have a doubt.
    OCA certification as a whole consists of two parts right
    1Z0-051 - SQL Fundamentals I
    1Z0-052 - Oracle DBA Fundamentals I
    Are the above two separate certifications?Is it that passing these above certifications only will grant me OCA certification.
    If yes then do we have to give them at the same time or there can be gap between them(If gap then how much it would be).
    Also could you please let me know the cost of the above two certifications.
    Thanks you,
    Anshul

    OCA certification as a whole consists of two parts rightRight.
    Are the above two separate certifications?No. They are separate tests. The two tests together will grant you the Oracle Database 11g Administrator Certified Associate certification.
    If yes then do we have to give them at the same time or there can be gap between themThey can be taken at widely separated times. There is no time limit beyond the retirement of the exams. You might take 051 tomorrow and 052 three years from now.
    Also could you please let me know the cost of the above two certifications.1Z0-051: $125 US
    1Z0-052: $195 US

  • OCA certification after sql expert exam

    Dear all
    I have passed sql expert Exam in oracle 10g this week,now i want to go for OCA. should i take 1z0-042 exam? or i have one more query in my mind that i have qualified sql expert in oracle 10g ..can i switch over to oracle 11g and clear the paper at the same level required in OCA certification path in oracle 10g as sql expert exam code 1z0-047 is same in both 10g and 11g.please tell me the best book and material
    Thanks

    878927 wrote:
    Dear all
    I have passed sql expert Exam in oracle 10g this week,now i want to go for OCA. should i take 1z0-042 exam? or i have one more query in my mind that i have qualified sql expert in oracle 10g ..can i switch over to oracle 11g and clear the paper at the same level required in OCA certification path in oracle 10g as sql expert exam code 1z0-047 is same in both 10g and 11g.please tell me the best book and material
    ThanksIn terms of certification pre-reqs for DBA and PL/SQL OCA's you have an 1z0-147 which is one of the certification exams that satisfy that requirement.
    Afer passing 1z0-047 you need to consider whether you should take a developer track or DBA track
    From your posts you seem to consider 10g DBA OCA .... 11g DBA OCA would be better but if going down the DBA route your eventual goal should be DBA OCP ..... and that requires mandatory training and your may need to factor that in ... sometimes people may find workforce 10g DBA training is the more accessable to themselves.
    As for the books, both the Sybex and Oracle Press exam focused books have their advantages and disadvantages and faults. Oracle Documentation remains the authorative source.
    Visit and browse http://certification.oracle.com

  • Regarding OCP certification

    I have completed OCA certification. I gave 1Z0-147 (9i Program with PL/SQL) exam as the OCA Level-2 exam. I am now interested in giving the OCP certification. I wish to give *1Z0-146* (11g Advanced PL/SQL Developer) and wanted to know of any study material available for this exam. It will great if someone can help me.
    Thanks

    user11840713 wrote:
    I have completed OCA certification. I gave 1Z0-147 (9i Program with PL/SQL) exam as the OCA Level-2 exam. I am now interested in giving the OCP certification. I wish to give *1Z0-146* (11g Advanced PL/SQL Developer) and wanted to know of any study material available for this exam. It will great if someone can help me.
    ThanksSee if anything on this recent threads help:-
    1) !Z0-146
    2)[ http://forums.oracle.com/forums/thread.jspa?threadID=950651&tstart=0]
    There is also Oracle training on [http://education.oracle.com/pls/web_prod-plq-dad/show_desc.redirect?dc=D52601GC10]
    Rgds - bigdelboy.

  • When to take the OCA certification

    Hi! I am barely 6 months within the job in the Database Administration field (fresh graduate) and I believe I'm still learning the ropes, I would like to ask when is the best time to take an OCA certification and what are the preparations you suggest I can do.
    Oracle Newbie here :)

    ...and I believe I'm still learning the ropes, I know you still are. I've been working with Oracle for 17 years and I haven't stopped learning yet.
    I would like to ask when is the best time to take an OCA certificationThe best time to study for an Oracle certification is today, tomorrow, and whenever you have the time so long as you are working in the field. The best time to not be studying for a certification is when there is something that you need to learn that doesn't yet have an associated certification. Study until you learn that... then go back to studying for a certification.
    In the IT field, if you are not learning, then you are becoming obsolete.
    ...and what are the preparations you suggest I can do.Read the manuals. Read white papers. Check out the Oracle Learning Library. Links to a number of certification-specific study materials are available on oraclecertificationprep.com. You have also commented in the 1Z0-051 thread this evening. The available links for that exam are available at:
    http://www.oraclecertificationprep.com/apex/f?p=OCPSG:EXAM_DETAILS:0::NO::P2_EXAM:1Z0-051

  • Regarding BIW Certification information

    hi,
    This is srikanth from United Kingdom .Basically im living in UK since last two years. Recently I learned SAP-BIW in India and i came to UK for searching job in SAP-BIW .
    I am planning to write down the SAP-BIW Certification Exam .I am preparing my own so can any one please help me regarding BIW certification,I don't have BIW experience before.So with out experience which BIW certification I have to prepare . So I want Exam details ,Syllabus and any sample questions like that.I am in confusion which certification in BIW I have to prepare. I searched in this forum but i didn't get full information regarding certification.........
    I am new to this forum.so pls pls anyone help me in detail..............and my sap ..E-Mail id:[email protected]
    thanks
    srikanth
    london

    Hi Srikanth,
    You can check the certification link for more information:
    http://service.sap.com/certification
    Note the +++ signs for each topic and the legend at the end
    SAP Consultant Certification
    Solution Consultant SAP NetWeaver 2004s – Business Intelligence
    Software components: SAP NetWeaver 2004s Business Intelligence
    Certification exam is included in course TBW45 and is also in separat certification events at many locations.
    Certification ID (Booking code): C_TBW45_04S
    Certification duration: 3 hours
    Number of certification questions: 80
    Required certificates for participation in this certification test: None
    Consultant Academy courses for certification preparation: TBW10 (BI – Enterprise Data Warehousing), TBW20 (BI – Reporting & Query Design), TBW41
    (BI – Extraction with UDI & XI and APD), TBW42 (BI – Advanced Enterprise Data Warehousing & Reporting), TBW45 (BI – Integrated Planning)
    Alternative Project Team Training courses for certification preparation: BW310 (BI - Enterprise Data Warehousing), BW305 (BI - Enterprise Reporting, Query & Analysis (Part I)), BW350 (BI - Data Aquisition), BW360 (BI - Performance & Administration), BW365 (BI - User Management & Authorizations), BW330 (BI - Modeling & Implementation), BW306 (BI - Enterprise Reporting, Query & Analysis (Part II)), BW370 (BI - Integrated Planning)
    Please note that you are not allowed to use any reference materials during the certification test (no access to online documentation or to any SAP system).
    The certification test Solution Consultant SAP NetWeaver 2004s – Business Intelligence verifies the knowledge in the area of the SAP NetWeaver for the consultant profile Business Intelligence. This certificate proves that the candidate has a basic understanding within this consultant profile, and can implement this knowledge practically in projects.
    The certification test consists of questions from the areas specified below:
    Topic Areas
    Enterprise Reporting, Query and Analysis
    1. BEx Design Tools (++)
    Query Definition
    o Conceptual Query Design
    o Reporting Scenarios
    o InfoProviders
    Analytical Engine
    o Variables
    o Calculated and Restricted Key Figures
    o Navigation
    o Hierarchies
    o Exceptions and Conditions
    o Other features of the Analytical Engine
    o Report-Report Interface
    BEx Query Designer
    o Query Properties
    o Cell Editor
    o Other features of the Query Designer
    BEx Report Designer
    o Basic Concepts
    o Report Styles and Formatting
    o Report Layouts
    BEx Web Application Designer
    o Web Items
    o Context Menu
    o Structuring the Layout of Web Templates
    o Chart Designer
    o Command Wizard
    o Web Items
    o Chart Capabilities
    o Integration with the SAP NetWeaver Portal
    2. BEx Reporting Tools
    BEx Web Analyzer
    o Overview
    o Data Access
    o Data Analysis
    BEx Analyzer
    o Navigation Features
    o Excel Integration
    o Workbook Design
    3. General BEx Features and Information Broadcasting
    Printing and Export
    BEx Broadcaster
    o Overview
    o Functionality
    o Events, Time Points
    o BI Alerts and the Central Alert Framework (SAP Web Application Server)
    o Data Bursting
    Document Integration
    Business Planning and Analytical Services
    4. Planning Model Design and Planning Functions
    Planning Modeling
    Aggregation Levels
    Variable Wizard
    Concept of Locking
    Characteristic Relationships and Data Slices
    Planning Sequences
    Planning Functions
    5. Input Enabled Queries, Planning Applications and Miscellaneous topics in Business Planning
    Create an input ready query
    Filter in Planning Applications
    Web Application for Planning
    Implementation options for BI Integrated Planning
    Status & Tracking System
    Performance & Sizing
    6. Analysis Process Design
    Analysis Process Designer (APD) and Data Mining
    Enterprise Data Warehousing
    7. Modeling the Enterprise Data Warehouse (+++)
    Concepts in Enterprise Data Warehousing
    Data Modeling
    o Using Different InfoProvider Types
    o MultiProviders
    o Characteristics and Attributes
    o Navigation and Display Attributes
    o Tracking History
    o Star Schema in SAP NetWeaver BI
    InfoObjects
    o Definition
    o Texts, Attributes, Hierarchies
    o Compounded InfoObjects InfoProviders
    InfoProviders
    o InfoCubes
    o DataStore Objects
    o InfoSets
    o VirtualProviders
    Data Warehousing Workbench
    Meta Data Repository
    BI Content
    Remodeling Toolbox
    Source System
    (New) Data Sources
    Transformations
    (New) InfoSources
    Data Acquisition: SAP Source Systems
    o DataSources
    o Service API
    o Delta Management
    o Generic Extraction
    o Enhancing BI Content DataSources
    Data Acquisition:
    o Flat File
    o Web Service DataSources and SAP NetWeaver XI / SAP NetWeaver BI Integration
    o Database Connect
    o Universal Data Connect and Universal Data Integration
    8. Running the Enterprise Data Warehouse (++)
    Direct Access
    Real Time Data Acquisition
    Administrator Cockpit and BI Statistics
    Performance Optimization
    o BI Accelerator
    o Aggregates
    o Query Design
    Scheduling and Monitoring
    o InfoPackages
    o Data Transfer Processes
    o Process Chains
    o Monitor
    User Management
    9. Analysis Authorizations
    Analysis Authorizations in SAP NetWeaver BI
    Amount of questions by topic (as percentage of test):
    + = 1 - 10%
    ++ = 11 - 20%
    +++ = over 20%
    Assign points if it helps,
    Regards,
    Mani

  • I would like to write OCA certification

    Hi,
    Iam planning to write oracle 10g OCA certification. Please provide practice guide to prepare for certification.
    Please help.

    Anil,
    You must choose a path : http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=141
    Oracle issues certifications in varied products : Database Products , PeopleSoft , E-Business Suite , WebLogic etc ( also including erstwhile Sun certifications ...)
    Choose a Product and specify here . You will probably get more assistance .
    All the Best
    Edited by: Arul on Oct 26, 2011 8:17 PM

  • OCA certification(developer)

    Hi,
    I m new to Oracle
    But i know the concepts of it and m willing to write OCA certification.
    Can u please guide me in writing the exam like giving tips,etc

    Hello,
    if you want to get them legally you have to pay for it of course.
    To get the OCA certificate you need to learn and pass the exam.
    To get OCP you need to pass the exam, attend one of the approved courses and fill in an internet form.
    OCM - even more sophisticated, hehe, two courses and master exam.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=141
    We can't post you questions, 'cause it's forbidden - before the exam you sign a form on which there's written you won't tell the questions to anybody (you can loose certificate).
    You can also get a trial exams. For example for 10gOCP:
    http://www.transcender.com/product.aspx?product%5Fid=Cert%2D1Z0%2D043&
    http://www.selftestsoftware.com/product.aspx?product%5Fid=1Z0%2D043&
    You're lead there from oracle certifications site.
    Sybex books are very good, BTW.
    Cheers,
    A.

Maybe you are looking for

  • Print a pdf from within Safari.

    SORRY, will repost in safari for Mac Hi If I print pdf files from within Safari 4, the text does not print at all, only lines, tables and boxes. If i save the same pdf file to the hard drive and open it with Adobe Reader, it prints perfectly. Is ther

  • How do I find my downloaded guitar lessons?

    I recently downloaded some video guitar lessons that I had purchased from a website using firefox as my browser. Don't know what version it is but it was updated very recently. The computer i used is a toshiba satellite C655 with windows 7. The probl

  • Unable to start cs3 server on os x 10.6.3

    After starting from a shell server terminates with following error: Sun Jun  6 12:28:11 2010 INFO    [Server] Initialisierung Sun Jun  6 12:28:11 2010 INFO    [Server] Anwendung wird geladen Sun Jun  6 12:28:11 2010 INFO    [Server] Zusatzmodule werd

  • Can we develop a plugin to support Reader 8,9 ,10 versions as well as Acrobat 8,9 and 10 versions?

    Hi, Can we develop a plugin which can support Reader 8,9 and 10 as well as Acrobat 8,9 and 10?? I have developed a plugin using acrobat sdk 8, which works on both Acrobat 8 and 9. I have seen acrobat sdk 10, it has changes in the signature of the API

  • ORA-00312 problem, thank you very much!

    Hi, there, when I use OEM standalone to login the database, I found there is an error: ORA-00313:open failed for members of log group1 of thred 1 ORA-00312:online log 1 thread 1 "c:\oracle-database-server\oradata\redo01.log" then I can't open the dat