BASIS CERTIFICATION -Oracle

Hello,
          As per sap site for certfication  C_TADM51_70
http://www36.sap.com/services/education/certtraining/certificationtest.epx?context=[[c_tadm51_70|]]|
We can see the primary study material TADM 10 and TADM 12 , does both TADM are sufficent to pass teh exam or does we need to study the TADM51 guide also.
How many questions/weightage would be covered up by TADM51.
Please advice.
Regards

Hi Indian Tiger,
It seems Otto is purely correct.. You have 105 posts and no points and even if you ask something and if you feel satisfied with the answer... you get one point to mark the answer...
Well... answer your question is below...
There are few certifications in SAP for Basis as per the database you choose you would like to develop expertise...
1) C_TADM51_70 >> SAP Certified Technology Associate - System Admin (Oracle DB) with SAP NW 7.0  - Database questions would be specifc to Oracle in this
2) C_TADM53_70 >> SAP Certified Technology Associate - System Administration (MS SQL DB) with SAP NetWeaver 7.0- Specific to MS-SQL
3) C_TADM56_70 >> SAP Certified Technology Associate - System Administration (DB2) with SAP NetWeaver 7.0 - Specifc to DB2
4) C_TADM50_70 >> SAP Certified Technology Associate - System Administration (MAX DB) with SAP NetWeaver 7.0 - Specific to MAXDB
You can expect around 30-40% questions from Database whatever you choose to write....
Anything you would like to know about SAP Certifications...? Open the [link|http://www.sap.com/services/education/certification/certroles/technology.epx]

Similar Messages

  • Sap Basis certification

    Dear Experts ,
    iam working in one good mnc and i have completed 4 years in sap basis (in oracle db and aix platforms )
    now i want get certification on above but i dont have any knoledge on this certification, please give me details
    i) give me types of certifications and suggest which is sutiable for me
    ii) how can i apply for this in india and what about price details
    iii) how can i get syllabus for exam
    Regards

    dummy form

  • Basis certification test

    Hi All:
           I have already learned ADM100 and ADM200,also trained oracle.So I want to test the basis certification exam,does anyone have the simulated examination paper or something like that?Pls give me some help

    http://www.sap.com/services/education/certification/certificationtest.epx?context=%5b%5bC_TADM51_70%7cG%5d%5d%7c
    above link have the sample question

  • Netweaver (Basis) Certification

    Hi,
    Planning for Basis Certification. What is the diff betwn. C_TADM51_70 (90 questions) & C_TADM51_04 (120 questions) certification? Which is preferred? Is the study material same for both?
    How is the pattern & passing % of certification? Any negative marking....
    How to prepare for this certification?
    Regards,
    S Madhavan

    Hi Madhu,
    As the course description, C_TADM51_04 is for SAP Consultant Certification, Technology Consultant SAP NetWeaveru201804 while,
    C_TADM51_70  is for SAP Certified Technology Associate - System Administration (Oracle DB) with SAP NetWeaver 7.0
    No doubt, C_TADM51_70 is the latest offering from SAP Eduction, but does not cover in depth of the application and database areas.
    I passed C_TADM51_04 about a year back, this covered ABAP, JAVA WAS and Oracle database technology. These exams are online and very tight on timelines, it was in 2 parts, the first covers SAP WAS (ABAP + JAVA) and the 2nd was for Oracle database. If I remember right, the passing for both sets is over 70% each. the questions are tricky and you need to have hands on practice on the systems and SAP study material covering all the topics listed.
    All the best.
    Cheers,
    Nisch

  • How we create new data base in oracle 10g express edition

    hello every body.. i student of B tech n new user of oracle so please help me how we creat new data base in oracle 10g express edition

    Hello, Oracle XE can not create more than one instance, the other editions yes, but like other editions XE allows you to create database schemas, schemas logically grouped objects like tables, views, indexes created by a user. By creating an Oracle user is associated with a schema of the same name.
    Using SYS or system accounts for creating user accounts.
    Syntax to create a user:
    create user Your_user
    IDENTIFIED BY password
    default tablespace users;
    grant connect, resources to your_user;
    Edited by: rober584812 on Jun 25, 2010 9:03 PM

  • Basis Certification

    Hi,
    I want to take SAP BASIS CERTIFICATION, i want to know about course contents as well as book code. Can any one helpme out..
    Thanks in advance...

    Hi,
    Try:
    http://www.amazon.com/s/ref=nb_ss_gw/103-6826608-2100629?url=search-alias%3Daps&field-keywords=sap+certification&Go.x=0&Go.y=0&Go=Go
    Hope this will solve your problem.
    Please reward points.
    Best regards,
    Roger Vier

  • Table Partition on daily basis in oracle 10g

    I Want to create partition based on sysdate on daily basis.
    There will be 8 partitions. Every day data's will be get loaded into this table and everyday 8th day old data ill be get truncated.
    CREATE TABLE CUST_WALLET_BALANCE_7DAYS
    ( ID  VARCHAR2(250),
       A_DATE  VARCHAR2(11),
       LAST_PROCESS_DATE DATE,
      DD_OF_PROCESS_DATE  NUMBER(2),
      CONSTRAINT CUST_WALLET_BALANCE_7DAYS_PK PRIMARY KEY (ID,A_DATE))
      PARTITION BY RANGE (DD_OF_PROCESS_DATE)
      ( PARTITION DAY1 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE)),'DD')),
        PARTITION DAY2 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE-1)),'DD')),
        PARTITION DAY3 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE-2)),'DD')),
        PARTITION DAY4 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE-3)),'DD')),
        PARTITION DAY5 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE-4)),'DD')),
        PARTITION DAY6 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE-5)),'DD')),
        PARTITION DAY7 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE-6)),'DD')),
        PARTITION DAY8 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE-7)),'DD'))
    THIS WONT WORKS OUT. SO PLEASE SUGGEST ME WITH BETTER SOLUTION.

    Original thread here: Table Partition on daily basis in oracle 10g
    Please do not start duplicate questions for the same topic.
    Locking this thread

  • Open sybase data base in oracle form

    How can I Open sybase data base in oracle form ?

    Its not possible to do it directly but you can do it by installing a Transparent Gateway in your Oracle database. You would then connect to the Oracle database and it would route the table references to the Sybase DB with the help of the gateway. You wouldn't be able to utilize all the functionality of the Sybase DB, only the ones exposed by the gateway.

  • Is it necessary to have a SAP(BASIS) certification

    HI. This is Nashith
                   I done SAP(BASIS) with the help of brother in law who is a senior sap consultant
                   Is it necessary to have a SAP(BASIS) certification to start a career.

    Hi Nashith,
    please ubderstand the difference between a certification and real time exposure, when you will go to prepare or take any certifications, there only objective type of questiones are asked, it is meant for knowledge, but while working you will get many problems that might not be in certification subject lines.
    So, certification only serve to boost your resume that you have knowledge regarding it, but if you will work sincerely on it you will get hands on experience, just telling you a short story.
    There was a farmer, he has sended his son to study , after some years he came back and one day he saw that his father's well got dried and the level of water get reduced in the well, that time he remember the story of Crow , who puts concrete in a bucket when he was thirsty to elevate the level of water from bucket.
    So he order each person to put stones and concrete in well, when everyone starts putting stones and concrete in the well, the well becomes full of concrete and the water level never get elevated.
    This shows that rather than taking knowledge , we have to learn how to use it, so it needs hands on experience, and thats why experienced person are more considered thatn a certified proffesional.
    So, according to me take hands on experience as far as practicable, it will be more considerable than being a certified professional, taking a certifications never ever ends your job hunt.

  • Migration point base to Oracle

    can any one suggest steps to migrate point base to oracle database.

    This is a DB forum question.
    Neverthless, a intelligent Gentleman has written a utility for this.
    http://linux-bsd-central.com/index.php/content/view/243/
    Thanks
    Vishnu

  • XI Basis Certification: Sample Questions

    Hi All.
    Is there any sample questions for the SAP XI Basis certification, couldnt find anything yet in this forum.
    Kindly let me know if any of you have it.
    regards
    Nisar Khan

    hi,
    Tuhin is right
    everyone who will post a "real sample questions" will be breaking
    the copyright and this cannot happen on this forum
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Basis Certification Simulator

    Ok, let me be honest: I do have too much time...
    So I've made this Online Exam Simulator for SAP BASIS CERTIFICATION.
    [http://www.klausutech.com/fun/sap_exam.htm|http://www.klausutech.com/fun/sap_exam.htm]
    If you want to pass the certification exam, give it a try.
    Remember: It's not deadly serious, but I had great fun in making it.
    Please, tell me your suggestions about it!
    Regards,
    Klaus

    Klaus Utech;
    Nice job there! I have shared your Online Exam Simulator in my blog with a link below.
    http://ryanericsongcanlas.wordpress.com/2009/05/15/online-exam-simulator-sap-basis-certification/
    I am sure that alot of people out there interested in taking up an SAP BASIS CERTIFICATION will find a great use for your work. Keep it up!
    Regards,
    RYAN ERICSON G. CANLAS
    SAP Practice Manager - SAP COE
    International SAP BASIS Consultant
    Philippines

  • Basis Certification guidance

    Hello,
    I am preparing for the Basis certification exam C_TADM51_04,by referring the material TADM10,TADM12&TADM51 which is of year 2005.Is this material is enough to get thru the Exam?
    Basis gurus please share some experience.
    Thanks.

    Hi Nadeem,
    Please check this [Thread|SAP TechEd - 2008; which I have posted.
    This will give you a link thru from which you can find details for all the courses and the rquired / reference materials etc.
    I hope these details will be sufficient and will match to your requirement.
    Regards,
    Srihari

  • Basis Certification path Fee structure

    Dear Certi.
    Can u tell me Sap Basis Certification Path and Document availability for expirenced guy.
    Thnx in advance
    Surendra

    Hi Surendra,
    You might want to check the [SAP Education technology certification page|http://www.sap.com/services/education/certification/index.epx], and select 'SAP NetWeaver' + 'Technology' + 'Technology Consultant' to retrieve the list of SAP certifications.
    You can then pick your specific area of expertise (i.e. Basis, database vendor).
    Hope this helps.
    Best Regards,
    Joseph

  • Basis Certification procedure

    Hi frens,
    This is Srinivasa Raghavan. I attended my basis certification training from SAP last year. I am planning to take the certification exam this year. Can someone let me know the procedure please? what are all the things to be taken care of?

    Hi,
    which Certification do you want to Complete?
    Can you specify your questions?
    I got 2 basis certifications and the process is pretty similar.
    Multiple choise  etc. there are a lot informations about this in this forum.
    Creating a mindmap helped me learning the stuff pretty good. Also its a lot of reading.
    kind regards
    Peter

Maybe you are looking for

  • One solution to iTunes 8.1 upgrade problems.

    Okay, so I got an error message earlier and a bunch of time seeing if I could fix it but I read something in another thread and I’ll be damned if it didn’t work. Earlier, I wrote: +I updated to iTunes 8.1 earlier today if only... if only I had seen t

  • Navigate to BI Content in OBIEE 11.1.1.5 is not working

    Hi All, We have migrated some of our Dashboards from 11.1.1.3 to 11.1.1.5. After Migrating we have found that for some of the Dashboards the Navigate to BI Content is not working properly (Navigate to BI content is not passing the Period value). It i

  • ITunes not syncing all pictures

    My iTunes will not sync all of my pictures from iPhoto. After every try I go and delete the iPod photo cache, but it still doesn't work.  I'm trying to sink my MacBook with my iPhone 5 and my ipad mini, but neither work..

  • Can anyone please tell me how the attribute node in LABVIEW ( ver 5) in builtin INSTRUMENT I/O exampe file

    Can anyone please tell me how the attribute node in LABVIEW ( ver 5) in builtin INSTRUMENT I/O exampe file works and how it is being made.............

  • Tracing Oracle Forms Sessions  10g (10.1.2)

    hi we are using application server 10g r2 (10.1.2) on windows 2003 server and run application developed using oracle forms 10g (10.1.2 ) i am trying to trace user session. i did the following in windows 2003 server 1- change the local security policy