1z0-051 Sample Exams

Hello:
Can any one recommend me to buy sample exam for Oracle Database 11g: SQL Fundamentals I
Oracle used to recommend Oracle Practice Exam for 1Z0-051 DBCert.
On the market there are many sample exam to prepare for the certification
What do you recommend sample exam to prepare for final?
Please help
Ali

user12965814 wrote:
Hi Sir, I need your opinion about some books, I'm planning to prepare both OCA and OCP 11g which require to pass the following exams Exam 1Z0-051 , Exam 1Z0-052 and 1Z0-053
I found three books which I think good for the prep
Livre N° 1)
OCP Oracle Database 11g Administration II Exam Guide (Administration II Exam Guide (Exam 1Z0-053))
Link : http://www.mhprofessional.com/product.php?cat=112&isbn=0071597093&cat=112
Livre N° 2)
OCA Oracle Database 11g Administration I Exam Guide (Exam 1Z0-052) Administration I Exam Guide (Exam 1Z0-052)
Link : http://www.mhprofessional.com/product.php?cat=112&isbn=0071591028&cat=112
Livre N° 3 ) (celui là je l'ai !)
OCA Oracle Database 11g SQL Fundamentals I Exam Guide SQL Fundamentals I Exam Guide (Exam 1Z0-051)
Link:http://www.mhprofessional.com/product.php?cat=112&isbn=0071597867&cat=112
Please what do you think ?I dont know what your background is, but you would probably need to organise some training and background as well.
You also need to to attend and get verified Oracle approved training to achieve DBA OCP
.... One step at a time though, and OCA Oracle Database 11g SQL Fundamentals I Exam Guide SQL Fundamentals I Exam Guide (Exam 1Z0-051) is good value for low investment. But you may need to checkout other training.
The training link mentioned in an earlier post link may or may not be effective, however I do not believe it covers the oracle verified training pre-req to achieve DBA OCP.
Worth checking https://workforce.oracle.com/pls/wdp/new_home.main to see if there is cheap (not always best quality) training available near you.
Refs:
http://certification.oracle.com (Particularly preparation).
http://blogs.oracle.com/certification/2010/07/0332.html
http://blogs.oracle.com/certification/2008/10/question_of_the_day_how_to_pre.html
http://blogs.oracle.com/certification/2009/04/are_you_getting_your_training.html

Similar Messages

  • Are there any 1z0-051 Sample Exams?

    I am a person working in Java but I am planning to give 1Z0-051 exam in march. Have been studying from SQL Fundamentals I Exam Guide - Watson. But reading through threads and seeing people having bad experience with his book questions not matching with exam, I am re-thinking what to do? Can anyone please take me out of this ambiguity and guiding me..Please !!
    Thanks
    Prachi

    Prachi wrote:
    I am a person working in Java but I am planning to give 1Z0-051 exam in march. Have been studying from SQL Fundamentals I Exam Guide - Watson. But reading through threads and seeing people having bad experience with his book questions not matching with exam, I am re-thinking what to do? Can anyone please take me out of this ambiguity and guiding me..Please !!
    Thanks
    PrachiMy personal opinio n is if you know SQL well enough, and use the study guide to sharpen the edge of ones understanding, then one should be okay.
    So IMHO the candidate who:
    1) Learns SQL independently of the study guide
    2) Makes own notes and
    3) Downloads study guide errata
    4) Uses the study guide to fine tune knowledge up to exam standard.
    5) Refer to Oracle documentation and practice to resolve any uncertainties, practice this learned, or areas found difficult.
    6) Perform gap analysis against latest published topics
    7) Never take a practice test after revising that day.
    8) Only then does end of chapter questions .. and spend times investigating any wrong answers. ( Yes sometime these books can be wrong/ambiguous).
    Stands a good chance of doing well ... provided they are able to understand the questions (ie poor english / japanese might be unhelpful; and an inability to rad a question carefully, exactly and properly will be a problem).
    ( If all else fails read the question ...... as an ex techer of mine used to drum into us week in an week out ).
    However if a candidate:
    - studies only by using a study book.
    - immediately does questions and repeatedly does same questions.
    There is a real danger on overly relying on the questions given rather than being able to answer any question on the given topic and having gaining real practice and understanding of the things being learnt.
    If you really need additonal practice questions you can pay your money for these official one:
    These are available from the certification website at http://certificaton.oracle.com - preparation - practice tests ..... (and linked to by announcements posts in this forum)... so I guess Oracle would hope Candidates would find them.
    ... (NB: only buy one of hte Kaplan offerings ... )
    At an extreme case if a person had does question 6 fives days in a week by the 5th day the person may know the answer is A,B,D without even knowing the answer!
    7) Then takes the sample exams on the CDROM (One at a time).

  • 1z0-051 Sample Question Query

    I saw this question at http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=303&p_certName=SQ1Z0_051
    3. Examine the structure of the EMP table:
      EMP      
    Name  Null?  Type  
    EMPNO
    ENAME
    SALARY
    COMM_PCT
    NOT NULL  NUMBER(3)
    VARCHAR2(25)
    NUMBER(10,2)
    NUMBER(4,2)
    You want to generate a report that fulfills the following requirements:
    1. Displays employees' names and commission amounts
    2. Excludes employees who do not have a commission
    3. Displays a zero for employees whose SALARY does not have a value
    You issue the following SQL statement:
    SQL>SELECT ename, NVL(salary * comm_pct, 0)
    FROM emp
    WHERE comm_pct <> NULL;
    What is the outcome?
    It generates an error
    It executes successfully but displays no result
    It executes successfully but displays results that fulfill only requirements 1 and 3
    It executes successfully and displays results that fulfill all the requirementsWhen I tried answering this question, I felt this SQL statement is syntactically correct and it does the job what it is required to do.
    But then, when I checked the answers given below, I saw that the answer is It executes successfully but displays no result
    Without seeing or knowing the rows in table emp, how can I conclude that this query will display no result? Please advice.
    Edited by: TuX4EvA on Sep 29, 2009 2:19 AM

    TuX4EvA wrote:
    SQL>SELECT ename, NVL(salary * comm_pct, 0)
    FROM emp
    WHERE comm_pct &lt;&gt; NULL;
    Without seeing or knowing the rows in table emp, how can I conclude that this query will display no result? Please advice.Because nothing is equal or not equal to NULL. You can only have something that IS or IS NOT NULL...

  • 1z0-051: SQL Fundamentals objective inquiry

    Hi,
    first of all I wish if this is the right way/ forum to ask. If not, please accept my apologies, in advance.
    I'm preparing for 1z0-051 Oracle Database 11g SQL Fundamentals 1 exam. My main refrence is :
    OCA Oracle Database 11g SQL Fundamentals I Exam Guide (Exam 1Z0-051) Complete Exam Preparation-John Watson and Roopesh Ramklass , from Oracle Press.
    I could find in the book a reference for the objective of the Using DDL Statements to Create and Manage Tables:
    Describe how schema objects work.
    Any help with that objective, please???
    Thank you

    Hell AHS, I just answered your question in the other topic you opened. The info provided in the link Markus Waldorf gave you is too detailed. You don't need to know about CLUSTER, DIMENSION, EXTERNAL PROCEDURES, etc etc.
    I passed the exam not so long ago and the book is enough (along with 5 years using Oracle almost everyday in my case).
    Cheers,

  • What is another schema name in oracle 1z0-051 exam ?

    hi all
    i want to prepare oracle 1z0-051 , i study SQL tutorial (HR schema) , and i have seen some  questions. but some of tables is like (sales , customers ,promotion ...ets)
    What are the schemas in this exam ? by the way all samples schema install in my database
    and thx advace

    In the exam you will get the snippet of the code that includes table structure and may be data in some tables in some questions. But every time they are different. so my advice is that you need to understand how to read a table definition and interpret. dont just mug up the things. Go to oracle documentation and read and try get the concept right.
    I followed the book 'Oracle 11g- SQL Fundamental Exam Guide (Exam 1Z0-051)' it nearly covered all the topics and have good examples at the end of the chapter. happy studying.
    You cane refer to 'http://www.oracle.com/technetwork/articles/sql/11g-schemamanagement-089869.html'
    and 'Managing Schema Objects'

  • Exam Guide: Exam 1Z0-051 (Oracle Press).

    Hi, I am planning to appear in the 1Z0-051 test. and got the book (OCA Oracle Database 11g SQL Fundamentals I Exam Guide: Exam 1Z0-051 (Oracle Press). this is an old copy, and does not have the CD with the sample exam.
    Are the questions on the exam CD same as at the end of the book, or are those different than those in the book. I don't want to buy the book, if I don't have to.

    Saying that you do not want to buy a book does not endear you to the auhors
    Nore that I am only a part author of that one, my colleague Roopesh was an equal (or greater) contributor.
    I have not gone through the material on the CD, but I was under the impression that it was the same as the printed content. Certainly what I have seen of all the illegal copies that criminals put up on web sites for thieves to download suggests that. THere are other sets of a few hundred questions on the McGraw-Hill website, I think if you can demonstrate that your copy is legal you will have access to them.
    Overall, I would make two suggestions. First, do not rely on dummy questions. They are not the real thing (which would be illegal) and all they do is lt you confirm that you have studied the relevant material. There is absolutely no point in repeating them unil you get all right, which is what some people do. Second, do not do that exam at all, it is out of date. Do the 1z0-061 exam insead. Roopesh's book http://www.amazon.com/gp/product/0071820280 is excellent.

  • Online exam about 1Z0-051

    Hi,
    After preparing for 3 weeks, I would like to take an exam in 1Z0-051.
    I prepared through 1Z0-051 exam guide. Is it enough to study for an exam or anyother oracle guide may need to take exam?
    I need some practice tests also. So, please suggest me, for practice tests.
    What are the procedures to take exam 1Z0-051 in home?
    Thanks in advance.

    Hi,
    The exam guide comes with a practice test that you can do. There is also a 10 question sample on the exam page (http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=303&p_certName=SQ1Z0_051). Assuming you score highly (80%~) on both of those at the first attempt (doesn't count when you already know the answer) then I'd say you're ok to take it.
    You can book the exam from Pearson Vue's website: http://www.pearsonvue.com/oracle/
    If you're taking it from home then you specify "non-proctored" and go through the steps from there.
    Mike

  • 1Z0-051 SQL Fundamentals 1 Exam Guide Problem with loading HR schema

    Hi,
    I’m new to Oracle Databases and have started studying with Oracle Press 11g SQL Fundamentals 1 Exam Guide 1Z0-051.
    The book is good except the problem I have is the HR schema they talk about is made up off seven tables (Countries, Departments, Employees, Job_History, Jobs, Locations and Regions).
    But the HR schema that I get is only made up off 4 tables (Bonus, Dept, Emp, Salgrade).
    Can anyone who has used this book please advise what I’m doing wrong and how I can get the correct Schema please.

    Hi,
    Well I haven't used that book but with whatever little I know , I shall try to attempt the question.
    There was an ancient schema for Human Resource, SCOTT which is haivng 4 tables only. Since 9i, there were an introduction of new schemas like HR ( Human Resource), OE( Order Entry) and so on. So the book is referring to that.
    Now when you create the database using Database Configuration Assistant, there comes an option with a check box, that do you want to create sample schemas or not? If you select that option, you get all these schemas in your db. If not, you only get the old SCOTT schema.
    If you have missed creating these schemas( which I belive is the case) than you need to manually create them. Here is the description for how to create them manually.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28328/installation.htm#sthref20
    HTH
    Aman....

  • 1Z0-051 exercises for preparing the exam

    Hello, I'm preparing for the 1Z0-051 exam and It could be useful for me some link o similar with exercises about SQL.
    Thanks in advance.
    Regards.

    What you are asking for and what the original poster was is 'guided practice'.  The only thing that really fits that description is lab exercises. Generally these are only created as part of a class.  I don't know of anyone that creates labs and puts them online.
    I always encourage candidates to load Oracle XE on their computer and practice with the topics covered on certification exams, If you have any certification book for 1Z0-051, it will have some SQL examples inside it.  They probably won't be labs which tell you exactly what to do in a step-by-step fashion. However, you can execute the same SQL on your machine if you have an Oracle instance.  The Oracle sample schemas are available online.  My study guides have a sample schema that can be downloaded from my website.  I believe the Oracle Press 051 book likewise has a schema (or possibly it uses the sample schemas).  Just typing in the examples straight from the book is a start.  You can then play with those examples -- varying them to see what works and what does not.  For example -- if an example shows a multi-table select the INNER JOIN syntax, take that SQL and modify it to the USING syntax or the NATURAL JOIN syntax.
    The 1Z0-051 exam is all about the capabilities and syntax of SQL... basically what can and cannot be done. Much of this is really memorization of the syntax and certain facts -- like what clauses a subquery can appear in. Executing working SQL and then modifying it to see what works and what does not can help to cement those facts in your memory.

  • Taking OCA exam ... need help to find books for 1Z0-052 and 1Z0-051

    Hi All,
    Am new to oracle but intend to take up the oracle 11g OCA exam.
    Any recommanded URL from official oracle site to help me prepare the exam paper
    1) Oracle-Oracle Database 11g: Administration I - 1Z0-052
    2) Oracle Database 11g-SQL Fundamentals-I - 1Z0-051
    Please don't guide me to site like amazon.
    I trying to find online books that does not require me to pay. I tried searching on oracle documentation but i can't seems to find any related books for preparing the exam.
    Regards

    Any recommanded URL from official oracle site to help me prepare the exam paper
    1) Oracle-Oracle Database 11g: Administration I - 1Z0-052
    2) Oracle Database 11g-SQL Fundamentals-I - 1Z0-051
    Please don't guide me to site like amazon. Oracle Database 11g Release 1
    http://www.oracle.com/technology/documentation/database.html
    Database Administration (For 1Z0-052, read Concepts Guide, Administrator's Guides. For 1Z0-051, read SQL Language Reference)
    http://www.oracle.com/pls/db111/portal.portal_db?selected=4&frame=
    I trying to find online books that does not require me to pay.I believe sharing soft copies of such documents/books is illegal.

  • How to pass 1Z0-051 exam

    I prepared to this exam well by reading and implementing the book topics of "OCA Oracle Database 11g:SQL Fundamentals I Exam Guide (Exam 1Z0-051)" + plus articles reads from Oracle website itself; but unfortunately i failed twice, the reason isn't that i did not digest the SQL material or found hard topics to understand, but it is more about the timing of the exam which it limit my thinking process and make me confuse to select the right answer; as you have 70 questions to read, understand, deduce and then answer, as in average time for each question is one minutes and twenty seconds.
    I admitted that sometimes i have problem in calculation, but i believe if time is aloud more to me i would easily figure out the question.
    I need some advice and instruction here if that possible.
    Thanks in advance
    Edited by: user12108967 on Feb 15, 2010 1:56 PM
    Edited by: user12108967 on Feb 15, 2010 2:02 PM

    user12108967 wrote:
    I prepared to this exam well by reading and implementing the book topics of "OCA Oracle Database 11g:SQL Fundamentals I Exam Guide (Exam 1Z0-051)" + plus articles reads from Oracle website itself; but unfortunately i failed twice, the reason isn't that i did not digest the SQL material or found hard topics to understand, but it is more about the timing of the exam which it limit my thinking process and make me confuse to select the right answer; as you have 70 questions to read, understand, deduce and then answer, as in average time for each question is one minutes and twenty seconds.
    I admitted that sometimes i have problem in calculation, but i believe if time is aloud more to me i would easily figure out the question.
    I need some advice and instruction here if that possible.
    Thanks in advance
    Edited by: user12108967 on Feb 15, 2010 1:56 PM
    Edited by: user12108967 on Feb 15, 2010 2:02 PMI guess first check this: [http://blogs.oracle.com/certification/2008/10/question_of_the_day_how_to_pre.html]
    and this [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=179]
    You don't mention if you took this test online .... for various reason my personal opinion is people may be under more time pressure taking it online. I have read somewhere also that if you retake an exam within 5 days you are statisitically almost highly likely to fail it again.
    The time element is obviously one part of these exams. 1z0-051 can be done within the time with a little to spare.
    Not all questions will take the same amount of time.
    In a proctored exam you have the following aids available to you:-
    - A timer indicating time left
    - The ablility to mark a question for review later.
    - The ability to leave a question blank.
    - The ability to make notes on wipe board.
    Decide a strategy of how you are going to approach questions. For instance i may choose to:
    - If I know the answer to a question straight away, mark it, double check then move to next question.
    - If I am unsure mark the question, make best possilble answer, note on my wiprepad any certaily wrong answers.
    - If I think I am going to take too long on a question (more than 2 mins) make notes of where I'm at, mrk it for review and move on.
    Basically you should be able to get through some questions fairly quickly. Others may take longer.
    You may also be resented with exhibits and things ..... its very easy to take too much time looking at all the information and getting overwhelmed.
    Read the question, elminate wrong answers and move on as quickly as possilbe.
    The should already have been practice exams on the CDROM with the book you have bought. These are less useful the more you use them, as you remember the answers.
    Additional practice tests can be purchased from [http://www.oracle.com/global/us/education/certification/sts.html] (Either buy transcender or SelftestSoftware, not both).
    You may be able to speed up your calculations with time, however if you are having trouble with them permanently then perhaps this is not the career for you, as you may have trouble if you get a job also.
    However you may find with practice it all comes into place and you speed up.
    Rgds - bigdelboy

  • Contents of 1z0-051 exam in all-in-one book?

    Hello everyone,
    I am new at this community and I am thinking off doing de OCA exam. For this reason I have recently bought the "oca/ocp oracle database 11g all-in-one exam guide" but I don't know which part refers to de SQL Fundamentals (1z0-051). It is possble to know what chapters refers to each exam 1Z0-051, 1Z0-052, 1Z0-053 ? Maybe it is a foolish question but I have been looking for the answer unsuccessfully for hours.
    Thank you very much in advance,
    Ferran

    978037 wrote:
    Hello everyone,
    I am new at this community and I am thinking off doing de OCA exam. For this reason I have recently bought the "oca/ocp oracle database 11g all-in-one exam guide" but I don't know which part refers to de SQL Fundamentals (1z0-051). It is possble to know what chapters refers to each exam 1Z0-051, 1Z0-052, 1Z0-053 ? Maybe it is a foolish question but I have been looking for the answer unsuccessfully for hours.
    Thank you very much in advance,
    FerranWelcome.
    It is really important to find the authorative source for the exam topics:
    Goto:
    http://certification.oracle.com
    .... and look up those exams and their associated topics there. Exam topics can sometimes change after books are published, so it is important to double check on Oracle's Website.
    I've not looked at that combined guide myself, but the first part will realate to the SQL topics of 1z0-051. The switch to the database archecture of part 2 should be obvious. The chapters tend to align well with the topics on the exam website.
    Edited by: bigdelboy on 20-Dec-2012 06:42 re: but the first part will realate to the SQL topics of 1z0-051 .... okay I can see from Matthews answer below it doesn't ... well teaches me not to guess!

  • 1Z0-051 exam tips

    Hi everybody
    My name is Jon Toshmatov and I am preparing for 1Z0-051 exam and I would like to ask you a few questions.
    First, a little my background, I work for IBM in mainframe storage team and prior to IBM I have a few years of DBA experience.
    Within 3 months I want to pass the 1Z0-051 exam and next 3 months 1Z0-052 exam and obtain OCA certification within total 6 months. Is this doable?
    I am using this book "OCA Oracle Database 11g SQL Fundamentals I Exam Guide: Exam 1Z0-051 (Osborne ORACLE Press Series) " and Oracle manuals from Oracle website. Any other textbooks you would recommend?
    Please share some tips and hints with me so I can build my preparation strategy.
    appreciate your help
    sincerely,
    Jon Toshmatov
    www.toshmatov.us
    Dubuque, Iowa

    htoshmatov wrote:
    Hi everybody
    My name is Jon Toshmatov and I am preparing for 1Z0-051 exam and I would like to ask you a few questions.
    First, a little my background, I work for IBM in mainframe storage team and prior to IBM I have a few years of DBA experience.
    Within 3 months I want to pass the 1Z0-051 exam and next 3 months 1Z0-052 exam and obtain OCA certification within total 6 months. Is this doable?
    I am using this book "OCA Oracle Database 11g SQL Fundamentals I Exam Guide: Exam 1Z0-051 (Osborne ORACLE Press Series) " and Oracle manuals from Oracle website. Any other textbooks you would recommend?
    Please share some tips and hints with me so I can build my preparation strategy.
    appreciate your help
    sincerely,
    Jon Toshmatov
    Dubuque, IowaSee:
    http://blogs.oracle.com/certification/2010/07/0264.html
    http://blogs.oracle.com/certification/2009/05/the_route_you_choose.html
    http://blogs.oracle.com/certification/2008/10/question_of_the_day_how_to_pre.html
    Preparation time depends on the individual and how much time they have. Do not be surprised if your preparation time for 1z0-051is shorter than that for 1z0-052. Also be aware if you want to move to DBA OCP you need mandatory training at some point

  • Is the Oracle Database Express Edition 11g Release 2 enough for preparing for the 1Z0-051 and 1Z0-144 Exams?

    I am planning on getting certified as an OCA PL\SQL developer. I will be teaching myself and I have all the material needed to prepare.
    Except, I don't have a database that I can solve exercises on and practice commands.
    The two exams I will be taking are the :
    1Z0-051 exam: Oracle Database 11g: SQL Fundamentals I
    1Z0-144 exam: Oracle Database 11g: Program with PL/SQL
    So is the Oracle Database Express Edition 11g Release 2 is enough ?
    If it is not what other options do I have (I am running Windows 8.1) ?

    Yes -- 11gXE should be sufficient for practicing the vast majority of the skills required for those two exams.  I *think* that PARALLEL is not enabled in XE, so you could not test the functionality referred to in the "Use NOCOPY hint, PARALLEL ENABLE hint and DETERMINISTIC clause" topic of 1Z0-144.  I don't consider that to be a significant problem, however.  The material from the manual should suffice for the questions you'll see.
    As for what other options you have, you could download and install VirtualBox (free from Oracle).  You could then make a virtual machine on your Windows 8.1 machine and install Oracle Linux (free from Oracle).  You could then download and install Oracle Enterprise for Linux and install it on your virtual machine (allowable under the licensing when used for learning purposes only).  I have a similar setup on my Windows 7 laptop that I use when I absolutely have to test some feature that requires Oracle Enterprise.  Mind you, when I have the VM running on my system... it is ssssslllllloooooowwwwww because of the memory requirements.  I talk about using virtual machines as a certification aid in the following article:
    There is virtually no excuse to lack hands-on experience - CertMag

  • Do I get any certificate hardcopy for completing 1Z0-051 Exam?

    Do I get any certificate hardcopy for completing 1Z0-051 Exam? If Yes, anybody you already got it please let me know, what does it include.

    user5108636 wrote:
    Do I get any certificate hardcopy for completing 1Z0-051 Exam? If Yes, anybody you already got it please let me know, what does it include.No you will not get. It's just prerequisite of OCA exam
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=198&p_org_id=&lang=

Maybe you are looking for

  • MacBook Air and Harmony Remote

    I recently purchased a Harmony 900 remote and am trying to configure it on my MacBook air. Harmony admits that there are communication problems with their remotes and Snow Leopard Mac. Their work around is to go to network settings and specifically c

  • Exporting Very Slow from PPro CC to AME CC

    Hi, I am trying to export multiple sequences from Premiere CC to AME CC. On a different computer I was able to drag and drop all of the sequences into AME and they would be ready to compress in seconds... On the computer I am using now, I export via

  • =20= bit?

    Not sure if this is the correct forum, but here goes. I recently received an email with a photo except that there was only some sort of code and no image. The email gave me the following information and said it was a =20= bit; Content-Type: text/plai

  • Issues with jbdc logging on solaris and windows enviroment

    Hi All, I tried to enable JDBC logging on my app server (tried on Solaris and Windows)and i am facing issues. It would be great if someone can share their experiences. SOLARIS ISSUE: <Mar 12, 2003 8:09:36 PM PST> <Notice> <Management> <Mar 12, 2003 8

  • HT1351 cannot get album artwork when synching with new 160gb ipod

    I have recently bought a 160gb classic ipod and cannot synch my album artwork. Driving me crazy, can anyone help?