Reg: Fees Concession for writing ocp exam

Hi
I am planning to write a ocp ecam , I heard that Oracle
gives concession upto 35% .
What is the procedure to avail 35% discount on the ocp exam.
Please guide me.
Thanks
Santosh kumar

Please follow the steps below to retrieve the OCP exam discount information:
Log in to the OTN web site at http://otn.oracle.com/index.html .
Click on the "Training & Certification" link in the left navigation bar.
In the body of the Training page select the "Oracle Certified
Professional", select the "Register Today and Save" link within the
first bullet called "Online Starter Kit".
Fill out the brief survey, and click on "continue".
You will find the OCP exam Promotional Code located under "OCP Kit
Contents - OTN Discounts:".
Supply the Promotional Code online at http://2test.com or to a
Prometric Representative on the phone at the time of your
exam registration to receive a 20% exam discount.
Visit the OCP Exam Registration web page at
http://www.oracle.com/education/certification/testreg.html for details
on how to schedule your exam online or by telephone.
For additional OCP questions, please e-mail [email protected]
Regards, OTN Team

Similar Messages

  • IZo-045 Oracle Database 10g DBA New Features for Oracle8i OCPs exam

    I am preparing for IZO-045 Oracle Database 10g DBA New Features for Oracle8i OCPs exam, wanted to know in order to pass the exam,
    Is it enough to read the exam topics mentioned on the following webpage.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_045
    I really apreciate if someone who already passed this test like to share his/her experience.
    Regards
    Muhammad Ali

    muhammadali wrote:
    I am preparing for IZO-045 Oracle Database 10g DBA New Features for Oracle8i OCPs exam, wanted to know in order to pass the exam,
    Is it enough to read the exam topics mentioned on the following webpage.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_045
    I really apreciate if someone who already passed this test like to share his/her experience.
    Regards
    Muhammad AliOkay I've haven't done 1z0-045 ... but I at one point I was considering 1z0-050 so I'm willing to share my views on an upgrade exam and exams in general.
    Remember Oracle are trying to ensure that a DBA who was tested at 8i DBA OCP has nw
    It depends on your definition of read the topics. If you mean literally just read the topics then that will result in a failure. If you mean study research practice and fully understand the topics that should lead to a pass.
    Bear in mind that Oracle would expect a competent 8i DBA attending the 5 day training course Oracle Database 10g: New Features for Oracle8i DBAs [http://education.oracle.com/web_prod-plq-dad/plsql/show_desc.redirect?dc=D17389GC10&p_org_id=&lang=&source_call=] to be able pass the exam with perhaps 2 to 4 weeks further study, revision and practice.
    Interestingly this particular exam has a relatively high pass mark (73%) ... one implication of that is that it is prudent to be comfortable with all topics.
    Generally an upgrade exam will cover topics beyond that of the straight OCA/OCP exams. The questions will obviously be at OCP level.
    It is possilble the Sybex book Oracle 10g New Features for Administrators Study Guide (Certification Study Guide) ISBN-13: 978-0782143553 which although for 1z0-040 may have some relevance for some of your topics. If you choose to purchase it that is your choice. (It seems to have good amazon reviews ... though all of these books can contain errors, it may or may not be updated for 10gR2, and some Sybex Oracle books are sometimes OTT in some areas IMHO, but that wouldn't stop me using one).

  • Can you please provide the information for writing ocp

    Hi,
    Iam planning to write OCP exam, can you please provide the information for it.
    what are the courses i need to take.where can i get the study material for it.
    Looking forward for your reply

    The 9i OCP track is 2 plus 2 exams plus a hands-on course. Follow the links you got above.
    The best study material, if you really want to study and get to know the stuff, is available here on OTN. Download and practice the Database together with reading the Concepts, SQL Reference, Admin and Performance tuning guides from 10g or 9i libraries.
    Use the Search to lookup concepts, syntax etc.

  • Possibility of writing OCP exams without OCA exams

    Can you write OCP exams without writing OCA exams

    I think you can take a ocp level exam, but you will not recieve certification until passing all required oca and ocp level exams.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=43

  • OCP Exam 1Z0-040: Installation Performance

    OCP People,
    I'm looking at topic areas for the OCP Exam 1Z0-040.
    I'm curious about this topic:
    "Installation Performance Enhancements"
    What should I know about it?
    Do many Oracle DBAs think that Oracle 8i,9i installation is too slow?
    Perhaps 10g installation is faster?
    When I see the term "Performance Enhancements", assuming I'm not reading a spam,
    I expect a discussion about speed.
    Perhaps there is more to it?
    Maybe aside from duration, the 10g install is less likely to error out
    or provide a better installation experience?
    This could actually be a broad topic. I'm not sure what parts of it
    the author of OCP Exam 1Z0-040 wants me to focus upon.
    Thoughts anyone?
    -Owen

    There are improvements with the OUI installation process. Can you list these? Do you know what is different between the 9i and 10g install screens? Have you looked at the New Features manual?

  • Oracle ocp exams guide ?

    i am learning on purhcasing hotcerts.com $85 package for my ocp exams . anyone knows how good are ocp exams of hotcerts ? . please do let me know.

    According above line selftestsoftware is better than testking. in my experience.I have had come across many comments that selftestsoftware gives you more accademic question, and and below 10% question may come in the exam. Whereas, testking, gives around 90% of guarantee.
    Jaffar

  • OCP Exam documentation

    Dear all,
    I'm not sure whether this question is supposed to be published here. Please correct me if I am wrong in this question. I was reading the Oracle OCP SQL exam guide, when I faced a wrong "question" and surprisingly an "answer".
    Page 139 question number
    6: You develop the following SQL statement containing a group expression. Which line in the following select statement, when removed from the statement will correct the error:
    SELECT DEPTNO, AVG(SAL) FROM EMP GROUP BY EMPNO;
    A.select deptno, avg(sal).
    B.from EMP.
    C. group by EMPNO
    D. There are no errors in this statement, therfore no clauses should be removed.
    What is intersting in this question is that the answer is explained descriptive.
    (according to ORacle 9 SQL exam Guide the correct answer is C!
    Do you think it's right?
    First of all can some one tell me what the correct answer is? Since I'm preparing myself for the OCP exam I would want to share this with you guys. Or if someone would know where is the best place to publish things that concerning exam doc mistakes?
    Thanks

    this question is not valid. just forget it...
    The line which generates the error is the line A.
    SQL>  SELECT  DEPTNO, AVG(SAL)
    FROM EMP
    GROUP BY EMPNO;
    SELECT  DEPTNO, AVG(SAL)
    ERROR at line 1:ORA-00979: not a GROUP BY expressionBut the question is not "what does generate the error", but which line would "correct" the statement when removed.
    In which case, there is no valid answer.
    SQL> SELECT DEPTNO, AVG(SAL)
      2  FROM EMP;
    SELECT DEPTNO, AVG(SAL)
    ERROR at line 1:
    ORA-00937: not a single-group group function
    SQL> SELECT DEPTNO, AVG(SAL)
      2  GROUP BY EMPNO;
    GROUP BY EMPNO
    ERROR at line 2:
    ORA-00923: FROM keyword not found where expected
    SQL> FROM EMP
      2 GROUP BY EMPNO
    FROM EMP
    ERROR at line 1:
    ORA-00900: invalid SQL statementHTH
    Laurent

  • 9i OCP exams

    Hi,
    Does Oracle's website have any practice exam questions for 9i OCP exams?
    Thanks.

    No, you need to buy them from a reputable vendor.

  • OCA/OCP exam details reg

    Dear sir,
    I am planning to appear for OCA/OCP 9i certification,if anyone can provide me with full details such as
    1> OCA/OCP exam paper code
    2> Exam fee for each OCA and OCP
    3> if i do not qualify then after how many month i can able to appear for the same
    4> How to register for this exam
    its an urgent kindly help me
    Regards
    Laxman

    user12044036 wrote:
    Dear sir,
    I am planning to appear for OCA/OCP 9i certification,if anyone can provide me with full details such as Full information is available on [http://www.oracle.com/education/certification]
    >
    1> OCA/OCP exam paper codeThe are about 60 different OCA and OCP certifications: Choose from [http://www.oracle.com/education/certification] - Certifications - View all Certifications and drill down.
    2> Exam fee for each OCA and OCPThere is no fee for a certification but there is a fee for the exams that are required for a cerification. Visit [http://www.oracle.com/education/certification] - Exams - List of exams and drill down on the exam.
    3> if i do not qualify then after how many month i can able to appear for the sameFrom memory generally 14 days - though for some exams that may be taken non proctored you cna retake immediately.
    4> How to register for this exam[http://www.oracle.com/education/certification] - Support - FAQs. (You should find links to Pearson VUE here).
    its an urgent kindly help me
    Regards
    Laxman

  • Do i need to register for OCP Exam or Can i direclty attend OCP Exams ?

    As i am very interested in taking the Oracle 10g Certification Program , I would like to know the procedure to attend the OCP exams .
    Here are my few queries.
    1)What is Oracle Registration ?
    2)Is it possible to attend OCP exams without being registered to ?
    3) Do i need to attend training center for OCP exams in order to attend exams ?
    I would be very grateful , if somebody answer my above queries.

    Sunny kichloo wrote:
    Things stated by you is already stated above by matthew in his thread.
    I just replied back to it.
    I admit i have to be little most descriptive than what i have written.
    Most important is that instead of mentioning something about nation like India you should directly talk to me in a technical way.
    There are time in this forum when such mistake happens but it should be solved technically.Nothing wrong in accepting critics of something you have done wrong.
    ( I have nothing against India, the problem occurs elsewhere as well).I saw that but better not start the discussion in that way :-)The problem is that when talking about unqualified 'OCP' or 'OCA' there is a big possibility of mixing up certification and exam entities.
    A certification is a certification and an exam is an exam (or perhaps a pseudo-exam like a course verification).
    In addition there is not just one 'OCP' certification ... there are many OCP certifications ... MySQL, Solaris, PL/SQL, Java although generally by default when omitted the context is for a DBA certification.
    It is also important to note typically exams can be taken in any order, however certifications will not be issued until prerequisites are met.
    ( Possible exception on some special cases : OCM exams and those involving Java written assigments where there may be some form of order).
    So when I come to the statement:
    As mentioned above for OCP you have to give OCA.
    I judge that to be incorrect.
    .... and I judge that because I have read it as "Before you give the OCP (1z0-043/053) exam you give the OCA exam (1z0-042/1z0-052) ... which is not true.
    However ... given the OP has mentioned he in on DBA track .. and if I read it as 'To gain the (DBA) OCP certification one must have the (DBA) OCA certification as a pre-requisite' there is no problem with the statement .... as the graphic in your earlier post shows.
    Without further analysis ... which may help my case or dig me into a whole on this occasion .... i had simply better apologise as I certainly did not appreciate full context when composing my answer ... I thought I had but I review I had not.
    In simple terms for original poster targeting 10g DBA exams .... best practice is to study and take 1z0-042 first and also be aware and plan how you will get your required DBA Training if you are looking to get OCP certification.

  • Hi. I am preparing for CA Bar Exam. I am considering buying MacBook Pro for exam writing. One is 13 inch 1499 dollar 2.5 GHz 8GB, the other is 15 inch MacBook Pro 2.7 GHz 2799 dollar 16 GB. Both are retina. Which one is better for me?

    Hi. I am preparing for CA Bar Exam. I am considering buying MacBook Pro for exam writing. One is 13 inch 1499 dollar 2.5 GHz 8GB, the other is 15 inch MacBook Pro 2.7 GHz 2799 dollar 16 GB. Both are retina. Which one is better for me?
    I will use Barclays Card for 18 month free interest.
    I wil ask Apple clerk to avoid LG monitor.
    I will buy those in Apple store.
    Which one will you recommend?

    Tha's something you need to decide for yourself.
    Do you think you need 16GB of memory or 8 will be enough?
    Do you need to carry your macbook around with you more often? if so just get the 13" it's easier to carry.
    Or maybe you enjoy watching media on a bigger screen?
    As for word processing it shouldn't be a problem on both notebooks.
    Also can you afford buying the 15"?
    And what about the hard drive capacity?
    So my advice is to consider these aspects, make a list of pros and cons and see what you come up with

  • Preparation for Oracle 10g OCA and OCP exams

    Hi all,
    I am studying for my first Oracle 10g OCA exam. Thus far, I have the Transcender exam prep software and book from Oracle Press for the OCA/OCP exams with Oracle 10g. With a test Oracle 10g database to practice on while I study, am I on the right path?
    Thanks

    Use the http://education.oracle.com OR http://otn.oracle.com as your portal - you'll see the Certification link on either one. From the Certification page you will be able to drill down to the objectives and requirements of the exam. I suggest you use that as a checklist, as the various books and sample exams have been known to include mistakes or miss items.
    In addition, you should be familiar with the first few chapters of the Oracle Concepts manual and also, preferably, the first few chapters of the DB Admin Guide - both available from http://tahiti.oracle.com
    A great motto while learning is "trust no one - verify everything"

  • How to get Question Dump for OCP Exam

    Hi All,
    Please help to find out Ouestions Dump for OCP Exam.
    Regards
    Saugata

    can you help me in finding similar kind of stuff for this exam
    11i E-Business Suite Essentials for Implementers (1Z0-200)
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_200

  • Reg. OCP Exam

    Hi,
    Is there any alternative for ILT(online or class-in training) as its too expensive to attend the OCP exam and mandatory to take training from authorized centre.
    Pls suggest me.
    Regards
    Phani Kumar

    Phani  wrote:
    Hi,
    Is there any alternative for ILT(online or class-in training) as its too expensive to attend the OCP exam and mandatory to take training from authorized centre.
    Pls suggest me.
    Regards
    Phani KumarDear Phani kumar,
    without training(self preparation) you can do OCA certification.
    but for OCP, any one course listed by oracle eduction is mandatory.
    if you do not have enough money, you can join only Workshop-2 only or any track eg: Performance tuning, some authorized institution admits for individual tracks.
    i have done oracle course in CDAC NOIDA(indian government).it is very cheaper that others. check for CDAC oracle courses in google. it is an oracle authorized institute. in 2007 only 6000 rs for each track. total 24,000 for DBA track. but i dont know? is they are taking oracle training now?
    note:- please double check everything before joining in any institute. also check about the institute with previous students. more than money we are spending our valueable time with them.

  • OCP Exam Question

    Hi Folks,
    My employer had sent me for the Oracle 10g DBA workshop in 2009.
    Now, I have some time on my hands and I am planing on writing my OCA and OCP exams.
    My question is, since I had attended the 10g workshop, do I qualify to write the 10g OCP exam ? or can I write the 11g exam (based on the 10g training)?
    Thanks in advance.
    rogers42

    rogers42 wrote:
    Hi,
    As an after thought, will I qualify to write the 11g OCP exam based on 10g Admin I workshop ? is Oracle very particular about the exam and workshop versions a student has attended ?
    Thanks
    rogers42Oracle is particular about what hands on courses are valid.
    A wide range of courses are often available, but what is generally not allowed is using a hands on course at version 'X' to meet a certification requirement for version 'X+1'.
    (Sometimes hands on courses for version 'X+1' are allowed for version 'X' certiifcations.
    So if I recall correctly you have attended a hands on course eligible for '10g DBA OCP' but which is not eliglble for '11g DBA OCP'. Unless you wish to attend a further course your path would be to attain 10g DBA OCP and them upgrade your certification to 11g DBA OCP (the upgrade does not require a mandatory hands on course attendance

Maybe you are looking for

  • Add number of week ...

    .. to the small calendar that can be opened in every date field would be just a small change. Business worlds - at least ours - is always talking in week numbers. Thanks Franz

  • Read only access

    our risk team need to do a review of how our exchange 2010 environment is configured, but our change control team are concerned any queries they run across the system could affect or even change things. To mitigate this, is there any way to give the

  • InDesign panel: Mouse events dispatched twice on some computers

    We've got a InDesign panel built with the Flex-based SDK and it's running in CS 5.0, 5.5 and 6.0 with no problems in a fair amout of installations (100+ different machines in all parts of the world). However, recently two customers reported a very st

  • IWeb '09 and WordPress blogging

    As a volunteer, I currently have two web-sites for separate annual public events published by iWeb and hosted by GoDaddy. Each event is autonomous from the other. One event is for a history-based reunion in the summer, the other for a winter festival

  • Anonymous class instantiation expression with interface implementation??

    Is it possible to create an inline anonymous class instatiation expression that can implements an interface? For example: Frame myFrame = new Frame() implements WindowListner {      public void WindowOpened(WindowEvent  e) {}          +other interfac