There is an Oracle Certified Trainer program?

Hi all,
Can anyone tell me if there is an Oracle Certified Trainer program, in the same way as the Microsoft MCT (Microsoft Certified Trainer)? If the answer is yes, how to achieve  it? I´m already OCP (Java Programmer I/II). Can an OCP teaches
Who can get access the official PDF materials for the trainings (Instructor-Led Courses)? Can the trainer download it or the Learning Partner Center only?
An Certified Professional (OCP) can minister Official Oracle Training or is there any special requirement?
Thanks in advance!

compile-single:
run-single:
java.lang.NullPointerException
at java.awt.Container.addImpl(Container.java:621)
at java.awt.Container.add(Container.java:307)
at calculator1.calculator1.<init>(calculator1.java:31)
at calculator1.calculator1.main(calculator1.java:48)
Exception in thread "main"
Java Result: 1
BUILD SUCCESSFUL (total time: 7 seconds)
package calculator;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class calculator1 extends JFrame {
JLabel welcome;
JLabel value1;
JTextField value1text;
JLabel value2;
JTextField value2text;
JTextField result;
JButton addition;
JButton subtract;
JButton multiply;
JButton divide;
JLabel operation;
JLabel equals;
public calculator1() {
super("Calculator");
setSize(600, 400);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
FlowLayout flow = new FlowLayout(FlowLayout.CENTER);
getContentPane().setLayout(flow);
getContentPane().add(value1);
getContentPane().add(value1text);
getContentPane().add(operation);
getContentPane().add(value2);
getContentPane().add(value2text);
setVisible(true);
public static void main(String args[]) {
try {
UIManager.setLookAndFeel(
UIManager.getSystemLookAndFeelClassName());
} catch (Exception e) { }
new calculator1();
calculator1 window = new calculator1();
window.setTitle("Input Two Values Calculator");
window.pack();
window.show();
}

Similar Messages

  • How to be Oracle Certified trainer

    Hi guys,
    I am an oracle certified professional (OCP on 10g)
    and I wanted to be an oracle certified trainer, and if possible I want to start a business to be oracle agent for training.
    I am in Ethiopia, East Africa. and there already is one agent.
    so I would appreciate any guidance on this
    thank you so much.

    user3049042 wrote:
    Do you mean my use of u or ur as I33t speak, if so I will not use that anymore because I don't want the trail to keep on
    but if that is so, you yourself have have used ur??Just friendly advice from a business owner to someone who wants to start a business.
    As a professional trainer and public speaker, I'll use a variety of different techniques to get my point across.
    >
    but now I realize that setting the business - requires a list of requirements by oracle university. I just can not setup an
    office in the corner and go for bids saying I am oracle certified trainer (as that is the trend for other training in the country).
    But I believe I will setup an acceptable office by oracle and will be an outstanding trainer.Just remember to learn different training and presentation techniques. Look at the CTT+ very very seriously.
    >
    but what you did not answer me is this,
    for example for OCA in database administration - you need to study oracle administration I, and register for OCA exam at
    prometric pass the exam and be OCA. the same way for OCP or OCM, except that you have to take instructor lead
    training for OCP and OCM at oracle certified trainer.
    so what course like Oracle Database Administration
    so to be a certified trainer by oracle in database administration and PL/SQL, what is the course (do I need to take instructor
    lead course)?Again you miss the point.
    If Oracle University believes you have what it takes based on experience, you do not even need your OCA. But you better have very very very good credentials in lieu of the certificate.
    If and when you become a trainer, the normal process - for each course you teach - is to
    - attend the course as a student (you pay to learn the material)
    - attend the course a second time (for no pay) as an observer (to learn the emphasis on material)
    - teach the course (for no pay) as a supervised trainer (a qualified trainer will observe and provide feedback)
    - then teach the course
    There are exceptions.

  • Oracle certified courses in shillong

    Can anyone please help me whether there is any oracle certified institute in shillong,india. Need to do oracle certified courses but dont know how i can do being in shillong...

    hi check oracle.com/education for details

  • Oracle 11g training in India

    Hi,
    I would like know if there is any training programs available for the Oracle 11g new features?
    Regards
    Rajeev

    Hi,
    This is vidya from Oracle University, Bangalore. I take care of the Oracle training for the pool of customers across south India on Tech, Apps and also on fusion middleware.
    I have gone through your request. I wanted some more information on the requirement which i believe can be shared over a telephonic conversation. Thus, request you to share with me your number or to call me back on my number so that we can discuss.
    My number : 9900744622
    E-Mail ID: [email protected]
    Thanks and Regards,
    Vidya

  • How can I book an employee for a training program from PD?

    HI One and All,
    Hope all of you Doing well...
    I configured Personal Development and Training Event Management.
    When I go for Profile Match-up, I found that One employee is lack-off some skills. I have a training program to fill those skills. How can I book that employee for training program from Pofile match-up screen?
    Or is there any other way to book an employee for a training program from PD?
    Thnaks,
    Potru,

    Hi Priya,
    Thanks for your response, I check the option Generate training Praposals before running the profile match-up. I have created one training Event type (D) and i assigned qualification through A-028 relation.
    Here one employee is lack of MS Office excellent skills for Assistant Manager position, I created Training Event (D) called MS Office training and assigned the qualification for this training program.
    when I run profile match-up I got an Icon Training praposal (Tree symbol).
    and also I have a column called Training , but it is blank.
    I want to book that employee for that training progam (MS offcie training program), from Profile match-up screen.
    I have selected the employee and I click on the Icon called Further Training. But the message is like Choose a valid line.
    How can I send employee for MS Office training from profile match-up screen?
    Please guide me...
    Thanks,
    Potru.

  • Do you recommend me "Learning Oracle 11g Training DVD - Tutorial Video"?

    Hi
    I found on Amazon "Learning Oracle 11g Training DVD - Tutorial Video by InfiniteSkills". Is it worth it? There are no Amazon reviews :-(
    Do you use other video training? What do you recommend me?

    I don't know if the video is any good, but Lewis Cunningham is a reasonably well-known authority on Oracle. He talks about the release of the video in his blog, gives a table of contents and a link to some samples:
    http://it.toolbox.com/blogs/oracle-guide/new-dvd-training-learning-oracle-11g-50929

  • How to increment GL Period using Oracle Application concurrent program scheduler

    Hi All,
    In R12, I came to know that we can increment GL Period also using Oracle Application Concurrent Program scheduler.
    We have a requirement to schedule 'Account Analysis Report' for different legal entities. We would need to increment GL Periof for each department.
    In 11i, we can not increment GL Period.
    Is there a way, to increment GL Period to schedule 'Account Analysis Report'
    Please advise.
    Appreciate your time and help.
    Oracle Application Version: R12.1.2
    thanks in advance,
    Ganesh

    Hi,
    could you please help me?
    thanks.

  • Requirements to become an Oracle certified Java application

    Hi everyone,
    I want to know any information on how to become an Oracle certified Java application for the company I work for.
    Technologies involved are Java and Eclipse.
    any information or contact you can provide will be highly appreciated.
    Best regards,
    Sebastian

    My suggestion is:
    Consider First:
    1) The exam 1z0-051 which should demonstrate your SQL skills.
    2) The exam 1z0-047 which should earn an SQL Certified Expert Certificate.
    Beyond that you will need to become more familiar with PL/SQL and go towards a PL/SQL developer OCA then OCP
    I believe the following thread is relevant 1Z0-146
    Read the blogs/FAW at the top of the forum, and become familair with the oracle education certification pages.
    You may also seek out some the the '2-day' training as well.
    Hoep this helps.

  • Function Module for book Training Program for an employee

    Hi All,
    As we are having the Standard function module "HR_INFOTYPE_OPERATION" for PA infotypes.
    So is there any function module by using that function module in program we can Book,Cancel, Rebook , Prebook a training program for an employee as we can Book,Cancel, Rebook , Prebook through transaction code PSV1 in Training Module .
    And i want to know the table names where the data insert / update when we book a training program for an employee through transaction code PSV1 in Training & event Module.
    can anyone help...?
    Regards,
    Priya.

    Hi,
    use FM 'RH_PARTICIPATION_INSERT' for Book attendance .

  • Oracle Spatial Training

    I am looking for Oracle spatial training anywhere in the US. Has any one ever taken this training woth Oracle before? What was your experience? Is there anyone other than Oracle that offers this training?
    null

    I have been investigating this for our group. Training for Oracle Spatial is not offered through Oracle University, what is offered is a consulting service known as "Spatial Quick Start". If you contact Justin Winter ([email protected]) he can send you the information. Good Luck...

  • No show of attendee for a training program (Training & Evnt Mgt)

    Hi All,
    I have firmly booked the Business Event with 10 attendees and the it has been  conducted. But there were few absentees (say out of 10, 4 were absent for the training program)
    I am able to go to Business Event and cancel. But I want to maintain records of these employees that they were scheduled and did not attend. Could anybody suggest me as to where to maintain that (remarks).
    Thanks!

    Hi
    In the screen cancel attendance PV04. there is column called cancellation reason , here you can maintain remarks as reason.
    Or you can add extra field  column for remarks with the help of ABAP person, - Z development.
    You create cancellation reasons in Customizing for Training and Event Management under Day-To-Day Activities -> Canceling -> Reasons for Attendance Cancellation. In this step, you specify whether cancellation may be free of charge for a given reason or what percentage of the event price is to be proposed as a cancellation fee per cancellation reason.
    You have standard report available S_PH9_46000424, (Cancellations per Business Event). Here u will have data for each employee who has been cancelled along with reasons.
    Check out these it will solve ypur problem.
    Thanks & Regards
    Pallavi

  • Oracle HRMS Training in Hyderabad,India

    Can any one give me details of ORacle HRMS training institutes in Hyderabad,India?
    raghu
    [email protected]

    Hi,
    This is Pavan from KANNA TECHNOLOGIES, Hyderabad. (WWW.KANNATECHNOLOGIES.COM)
    We offer the most advanced, professional and corporate level training in Oracle 9i,10g DBA and Oracle Apps DBA. The trainers are certified, widely experienced and have experience of handling many mission critical projects.
    We provide exclusive material and LAB Facility. We concentrate specially on REAL-TIME Scenarios and Issues. We also provide exposure to all the third tools and different operating systems like Linux AS 4, Windows, IBM AIX and HP-UX etc
    We also provide Online and Corporate Trainings in Oracle DBA and Oracle Apps DBA.
    For more details and Course contents you can visit WWW.KANNATECHNOLOGIES.COM
    Thanks and Regards,
    Pavan,
    Kanna Technologies,
    [email protected]

  • Oracle Apps Training in kolkata?

    Could ne one let me know is there any Oracle Apps(functional/Techincal) training centre in kolkata?

    Check the following link:
    Oracle Authorized Training Centers in India
    http://www.oracle.com/global/in/education/maps/index.html

  • Best Final Cut Express Training Program

    I'm looking for a good final cut express training program. Preferably a video or maybe a video/book package. Anybody know which ones are the best? Thanks

    Many people find one of these books (whichever is appropriate for your version of FCE/FCP) to be the next best thing to personal tuition. The books have lessons with media for them stored on a DVD.
    There is also an FCE DVD Tutorial.
    http://www.fcpbook.com/Home.html
    The author is the main contributor to this forum, so you can always ask him to explain anything that may not be clear to you!

  • [b]Oracle APEX Training in Utrecht, The Netherlands[/b]

    Hello,
    Just a quick note to say that Apex Evangelists is hosting it's next Oracle APEX Training in Utrecht, The Netherlands from 2nd-4th September.
    You can find more details here - http://eurotraining.apex-evangelists.com
    Thanks,
    John.
    http://jes.blogs.shellprompt.net
    http://apex-evangelists.com

    Hi Tony,
    Australia would be great... have always liked to go there, but it's a very very long flight for me.
    Maybe AE needs to really consider a world tour now.
    John, it's not really that you need to convince me, but my family ;-)
    Regards,
    Dimitri
    -- http://dgielis.blogspot.com/
    -- http://apex-evangelists.com/
    -- http://apexblogs.info/

Maybe you are looking for

  • How to check whether java.sql.Connection has been dropped or not

    Hi, How can i check whether the connection is dropped from the database or not by using java.sql.Connection API. Thanks

  • Managing a custom property through the console

    I'd like to create a boolean property that I mange through the console. It is basically a timing mechanism that I need to be able to turn on and off without recompiling or restarting the WLS server. I've done some looking at the documentation, but I

  • Shapes get random jagged edges

    Hello, I am working on a freelance logo and the client kept mentioning that my sample PDF's seem to have "smudge" on part of it, I never saw it and then I asked them to actaully SEND me the file while I was not at my primary computer so I can look at

  • Adobe vs Alternatives

    Hi im a graphic design student with 6 months till i get my BFA. Ive used adobe for 10 years now and it really is all ive used. I dont own software for graphic design yet... As such I am a blank slate and willing to look into any good professional sof

  • I have a vertical red line on my screen - what's causing this?

    I have a vertical red line on my screen - what's causing this?