About Oracle courses

I have taken the next courses and I have the certification Oracle Certified Associate
- Oracle 10g SQL
- Oracle 10g workshop I
- Oracle 10g workshop II
- Oracle Performance Tuning
In order to get the properly knowledge or continuing my education in Oracle, in what order can i take the next courses??
A) Oracle 10g Enterprise Grig Control
B) Oracle 10g Backup and recovery
C) Oracle 10g RAC
D) Oracle 10g Dataguard

richard1976 wrote:
In order to get the properly knowledge or continuing my education in Oracle, in what order can i take the next courses??It's good to see a desire for education.. but education can be petty meaningless without experience. A course can never substitute the knowledge and experience gained by getting your hands really dirty.
You can already get your hands dirty with RAC - using nothing but a PC and Vmware. Or DataGuard. Or create a database, grab the Backup manual and start playing with RMAN as you manually trash db files and create problems that needs to be dealt with by recovery. And while doing this type of thing, you will get to know Oracle a lot better and more intimately than in a lab environment.
Courses are good. But when I interview an applicant that have been on a PL/SQL course and have very little experience, versus one that has not been on a course, is self taught PL/SQL, and can actually provide meaning answers when asked about bulk processing for example.. I would tend to prefer the latter.
My suggestion is not to solely focus on courses and doing one after the other as quickly as possible... but use the knowledge provided by a course and turn that into experience.. It will last longer that way and improve your skills above those that attended the course with you and did not turned that into experience.

Similar Messages

  • To enquire about oracle courses

    Hi
    Could anybody please tell me about the best institutes that offer below courses in hyderabad India
    Oracle DBA 11g
    RAC
    Linux
    thanks in advance

    No institute AFAIK is authorized to teach 11g yet except OU. And given the fact that I travel too often to hyd, I would suggest that you talk to OU sales rep on 1800 425 8877 , +91 80 4108 4709 and check how can you get the best training experience.
    That said, this is not the right forum to discuss this matter. You should have asked the same over Certification forum.
    Aman....

  • Oracle course to learn more about BI functions

    Hi,
    Do you know if there is any Oracle course specific about BI functions?
    Aggregate Functions
    Running Aggregate Functions
    String Functions
    Math Functions
    Calendar Date/Time Functions
    Conversion Functions
    System Functions
    Operators
    Expressions
    Literals
    I know how to build simple reports, but when it comes to use the above functions, I find it difficult.
    Maybe somebody can suggest a good book too?
    Thanks and Regards
    G.

    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31770.pdf
    Page No 366 about Aggregated functions
    Running Aggregate Functions - 374
    String Functions - 378
    Math Functions - 384
    Calendar Date/Time Functions - 390
    Conversion Functions - 398
    System Functions - 402
    I Hope this works for you..

  • Feedback about official Oracle courses

    This is duplicate thread from Feedback about official Oracle courses
    I've become official Oracle [url http://gplivna.blogspot.com/2007/08/new-experience-ive-completed-my-first.html]course trainer recently. It was nice experence.
    However in my very first course as a trainer I've found at least one incorrectness I'd like to report. The question however is - whom to report?
    Obviously this public forum is not the right place.
    Unfortunately there wasn't any feedback address (except snail mail) on course materials and my course organizer also could not help. I'd prefer some faster (and easier to perform) communication methods than snail mail, for example, some e-mail address... :)
    Gints Plivna
    http://www.gplivna.eu

    Do you have access to OU Resource Center? If yes, check the Readiness Materials > OIG for general corrections that have been sent in already.
    In any case, contact me at fuzzy.greybeard at gmail.com - we have a small 'third party instructor' distribution list that I am trying to expand.
    /Hans

  • Pay for oracle courses on your own ?

    Hello,
    i wanted to ask you if anyone of you would pay for oracle training courses (which are about ~ 2.400 € here for ~ 5 days) on your own if your current employer refuses to pay for them and you would like to improve your chances on the job market.

    [...] if your current employer refuses to pay for them
    and you would like to improve your chances on the job market.I can see two sides to this situation...
    If you are about to implement a technology (something like Dataguard or RAC) that's new to you then your employer should be providing you with the opportunity to develop the skills you are going to need. Whether that is through a knowledge transfer from colleagues, self training (such as CBTs or books) or attending a training course really depends on the situation (time, budget, opportunity, etc). If your employer isn't willing to do anything then you aren't getting the support you need from them to do your job properly and you need to decide whether that means it's time to move on or not.
    Equally, your employer is not obliged to help you to 'improve your chances on the job market'. I've worked with people before who have been entirely unable to comprehend why our employer wouldn't send them on a week-long training course for a technology we not only didn't use but which we would almost certainly never use.
    As for your specific question - no, I can't say that I would pay for Oracle courses myself. For one thing, I can't afford it... but even if I could, I think that reading the manuals (and maybe a good book or two) whilst sitting at a test system is probably a better use of five days.
    Don't get me wrong - I've been on plenty of Oracle courses and think they are great. If my employer wants to spend £2k then I won't say no... but if I were paying myself I'd find it hard to balance up the cost with what I get out of it.

  • Problem about oracle

         Statement stmt = con.createStatement();
                        stmt.executeUpdate("DROP TABLE Students");
                        stmt.executeUpdate("CREATE TABLE Students" +
                         "(StdNumber NUMBER primary key, StdName VARCHAR2(20),StdSurname VARCHAR2(20),Courses VARCHAR2(15), Year VARCHAR2(15),Semester VARCHAR2(5), Grades REAL )" );
                      stmt.executeUpdate("INSERT INTO Students" +
                         "VALUES (1234,'Sezgin','Zeka','Kimya','2002-2003','I',4.00)" );
                      ResultSet rs = stmt.executeQuery("SELECT Courses FROM Students WHERE stdNumber = 1234");          
                        while(rs.next())
                         System.out.println(">>> " + rs.getString("Courses"));     
                     }catch(Exception ex) {
                        System.out.println("Error: " + ex); 
                     }Dear friend i have a problem about oracle. When i execute this code ( i have only written releated code part about my problem ) there is an error like this: Error: java.sql.SQLException: ORA-00928: missing SELECT keyword
    Thanks for your help

    Can you explain much more. Because i have no idea.
    ThanksYou know, if you did like every decent programmer does and instead of writing
    }catch(Exception ex) {
      System.out.println("Error: " + ex); 
    }wrote
    }catch(Exception ex) {
      ex.printStackTrace(); 
    }then you could see which statement is faulty.

  • About Oracle-xe and Oracle-xe-client

    Hi all,
    I prefer tell you I'm french and I may do mistakes... ^^
    I use Oracle database on my computer because I've a course about Oracle and PL/SQL. So I'm the single user of this database.
    I would like to know if I must install oracle-xe and oracle-xe-client or If oracle-xe is enough (whithout oracle-xe-client) to test my procedures/queries/etc... ?
    Thank you for your help. :D

    I would like to know if I must install oracle-xe and
    oracle-xe-client or If oracle-xe is enough (whithout
    oracle-xe-client) to test my procedures/queries/etc... ?Oracle-XE is enough for you to test your procedures/queries/etc...
    Check following link , for how to install
    http://st-curriculum.oracle.com/tutorial/DBXETutorial/html/module1/wininst.htm
    - Virag Sharma
    http://virag.sharma.googlepages.com
    http://viragsharma.blogspot.com/

  • ABOUT ORACLE TUTORIAL

    Am new to oracle.?can anyone please give me a brief idea about oracle.

    Can you please tell me the diffrence between
    "developer" and "Database Administration DBA"The biggest difference is probably:
    - The DBA has a database
    - The Developer uses a database
    Other differences:
    - The DBA is the person who carries backup tapes to the safe room.
    - The Developer never does that.
    - The DBA is the one who tells the Developer that he cannot have a login for the server OS
    - The Developer is the one who just wants to use server side utils, like tkprof
    - The DBA is the one who tells the Developer that synonyms are harmful
    - The Developer is the one who uses them to encapsulate remote objects
    - The DBA is the one who thinks roles are broken since all privs must be known at compile time
    - The Developer is the one who must give up on using roles, since he cannot create them
    - The DBA is the one who tells the Developer not to care about tablespaces while ordering him to use separate index tablespaces
    - The Developer couldn't care less and knows about the myths
    - The DBA is the one who complaints about full table scans
    - The Developer sometimes design for partition pruning
    - The DBA is the one who pokes around in a Toad gui when administering HIS database
    - The Developer develops scripts
    - The DBA reviews the Developers work, and tells him it's too complicated
    - The Developer develops more scripts (Equally complicated)
    - The DBA answers questions in General forum
    - The Developer answers questons in PL/SQL forum
    All out of memory, and of course more nonsense could be written.
    Maybe not funny, but I'm sure you get my point:
    Being qualified to handle a technology has nothing to do with job title.
    It has everything to do with level of education, experience, interest and care.
    Just passing through, trolling.
    Happy week-end ;)
    Peter

  • A question about Oracle 1g R2 Enterprise Edition license

    Dear all,
    I have a question about Oracle license and I would appreciate if you could kindly help me.
    I have installed an Oracle server (11g R2 Enterprise edition) on a linux virtual machine. The pc used for this purpose
    is my enterprise laptop (therefore a professional and not a personal Computer). However, I use the this Oracle Server
    only for learning purpose, that is, only for running the examples in my Oracle Press books (SQL, PL/SQL and some
    administration tasks) just for learning the stuff.
    There is absolutely no data related to my enterprise, stored or used on this server. Whenever I want to work with my
    enterprise data, I use the Oracle server of the enterprise which has of course the appropriate license. So as I said, I
    use this Enterprise server on the virtual machine only for running queries/programs in my Oracle Press books just for
    learning and I'm the sole person who uses this server (no remote connection for other users).
    The reason for which I needed to install this server on my PC was that our DBA couldn't provide a training environment
    for me with all required privileges and functionalities.
    Am I supposed to buy a license for this installed Enterprise server on my virtual machine?
    Thanks in advance,
    Dariyoosh

    drop.any wrote:
    From OTN license agreement:
    >
    LICENSE RIGHTS
    We grant you a nonexclusive, nontransferable limited license to use the programs only for the purpose of developing, testing, prototyping and demonstrating your application, and not for any other purpose. If you use the application you develop under this license for any internal data processing or for any commercial or production purposes, or you want to use the programs for any purpose other than as permitted under this agreement, you must obtain a production release version of the program by contacting us or an Oracle reseller to obtain the appropriate license. You acknowledge that we may not produce a production release version of the program and any development efforts undertaken by you are at your own risk. We may audit your use of the programs. Program documentation, if available, may accessed online at http://otn.oracle.com/docs.
    Ownership and Restrictions We retain all ownership and intellectual property rights in the programs. The programs may be installed on one computer only, and used by one person in the operating environment identified by us. You may make one copy of the programs for backup purposes.
    You may not:
    - use the programs for your own internal data processing or for any commercial or production purposes, or use the programs for any purpose except the development of your application;
    - use the application you develop with the programs for any internal data processing or commercial or production purposes without securing an appropriate license from us;
    - continue to develop your application after you have used it for any internal data processing, commercial or production purpose without securing an appropriate license from us, or an Oracle reseller;
    - remove or modify any program markings or any notice of our proprietary rights;
    - make the programs available in any manner to any third party;
    - use the programs to provide third party training;
    - assign this agreement or give or transfer the programs or an interest in them to another individual or entity; - cause or permit reverse engineering (unless required by law for interoperability), disassembly or decompilation of the programs;
    - disclose results of any program benchmark tests without our prior consent.
    >Hello again,
    Thank you both of you for your help. As it seems to me
    >
    We grant you a nonexclusive, nontransferable limited license to use the programs only for the purpose of developing, testing, prototyping and demonstrating your application, and not for any other purpose.
    >
    I think self training can be considered in this category, therefore I think there is no need to buy a license for that.
    Kind regards,
    Dariyoosh

  • Difference between upgrdae and migration about oracle database

    Difference between upgrdae and migration about oracle database
    please give the comments

    Well, the question is almost philosophic...<br>
    In 9i, there is a Migration Guide whereas in 10g there is a Upgrade Guide.<br>
    Furthermore, in 9i, there is the command line startup migrate whereas in 10g that's startup upgrade.
    Somebody think upgrade when go to new release, and migration when go to new version.<br>
    Others think upgrade when new version replace database in place, and migration when new version include a move of database.<br>
    Another point of view is : upgrade is for technical, and migration for application/data.<br>
    <br>
    Well, after these explanations, your upgrade/migratation notion will not be more clear, but I think that is not very important, only a terminology game. The most important is to know what you need : new version or new release.<br>
    <br>
    Nicolas.

  • Document about Oracle 10g New Features

    Hi all,
    I would like to share a document I wrote about Oracle 10g New Feature. I hope it would be useful.
    Currently, I am updating the document to include Release 2 features. Any comments or suggestion is appreciated.
    Download link:
    http://www.operflow.com/Oracle_10g_DB_Summary.pdf

    Hi Ahmed,
    Good Work !!!
    I just visit your blog it is very interesting about you and your country.
    Regards
    Taj

  • Not able to view Forms Server version in Help: About Oracle Applications after the forms upgrade 10.1.2.3.0

    Hi all,
    DB:11.2.0.3.0
    EBS:12.1.3
    O/S: Sun Solaris SPARC 64 bits
    I am not able to view Forms Server version in Help: About Oracle Applications after the forms upgrade 10.1.2.3.0 after the forms upgrade 10.1.2.3.0 as per note:Upgrading OracleAS 10g Forms and Reports to 10.1.2.3 (437878.1)
    Java/jre upgraded to 1.7.0.45 and JAR files regenerated(without force option). Able to opne forms without any issues.
    A)
    $ORACLE_HOME/bin/frmcmp help=y
    FRM-91500: Unable to start/complete the build.
    B)
    $ORACLE_HOME/bin/rwrun ?|grep Release
    Report Builder: Release 10.1.2.3.0 - Production on Thu Nov
    28 14:20:45 2013
    Is this an issue? Could anyone please share the fix if faced the similar issue earlier.
    Thank You for your time
    Regards,

    Hi Hussein,
    You mean reboot the solaris server and then start database and applications services. We have two databases running on this solaris server.
    DBWR Trace file shows:
    Read of datafile '+ASMDG002/test1/datafile/system.823.828585081' (fno 1) header failed with ORA-01206
    Rereading datafile 1 header failed with ORA-01206
    V10 STYLE FILE HEADER:
            Compatibility Vsn = 186646528=0xb200000
            Db ID=0=0x0, Db Name='TEST1'
            Activation ID=0=0x0
            Control Seq=31739=0x7bfb, File size=230400=0x38400
            File Number=1, Blksiz=8192, File Type=3 DATA
    Tablespace #0 - SYSTEM  rel_fn:1
    Creation   at   scn: 0x0000.00000004 04/27/2000 23:14:44
    Backup taken at scn: 0x0001.db8e5a1a 04/17/2010 04:16:14 thread:1
    reset logs count:0x316351ab scn: 0x0938.0b32c3b1
    prev reset logs count:0x31279a4c scn: 0x0938.08469022
    recovered at 11/28/2013 19:43:22
    status:0x2004 root dba:0x00c38235 chkpt cnt: 364108 ctl cnt:364107
    begin-hot-backup file size: 230400
    Checkpointed at scn:  0x0938.0cb9fe5a 11/28/2013 15:04:52
    thread:1 rba:(0x132.49a43.10)
    enabled  threads:  01000000 00000000 00000000 00000000 00000000 00000000
    Hot Backup end marker scn: 0x0000.00000000
    aux_file is NOT DEFINED
    Plugged readony: NO
    Plugin scnscn: 0x0000.00000000
    Plugin resetlogs scn/timescn: 0x0000.00000000 01/01/1988
    00:00:00
    Foreign creation scn/timescn: 0x0000.00000000 01/01/1988
    00:00:00
    Foreign checkpoint scn/timescn: 0x0000.00000000 01/01/1988
    00:00:00
    Online move state: 0
    DDE rules only execution for: ORA 1110
    ----- START Event Driven Actions Dump ----
    ---- END Event Driven Actions Dump ----
    ----- START DDE Actions Dump -----
    Executing SYNC actions
    ----- START DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (Async) -----
    Successfully dispatched
    ----- END DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK'
    (SUCCESS, 0 csec) -----
    Executing ASYNC actions
    ----- END DDE Actions Dump (total 0 csec) -----
    ORA-01186: file 1 failed verification tests
    ORA-01122: database file 1 failed verification check
    ORA-01110: data file 1:
    '+ASMDG002/test1/datafile/system.823.828585081'
    ORA-01206: file is not part of this database - wrong
    database id
    Thanks,

  • [ask] about oracle sql injection and escalation

    Hello,i'm student , i'm studying oracle,now i want to research about oracle sql injection,i had read some tuttorial such as *'Hacking Oracle From Web,Advanced SQL Injection In Oracle Databases,Oracle Hacker HandBook ...'* but when i try to demo on localserver (11.0.1.6) but not run,and this is my demo
    -- first,i created table users
    create table users (name nvarchar2(50),pass nvarchar2(50))
    -- then i created procedure with system user
    create or replace procedure system.adduser(u nvarchar2,p nvarchar2)
    as
    begin
      insert into users values(u,p);
    end;
    -- grant execute privilege to oc user
    grant execute on adduser to oc
    -- login with user oc and create a procedure
    create or replace procedure sqli
    as
    begin
      execute immediate 'grant dba to oc';
    end;
    -- and then,i run system's procedure
    declare
    begin
      system.adduser('admin','admin'' ; execute immediate  ''declare begin sqli() end;');
    end;
    i hope oracle master help me to i can understand and improving my knowledge
    Thanks

    The best forum for this is probably Forum Home » Java » SQLJ/JDBC
    Presumably you are refering to oracle.sql.TIMESTAMP. While this is intended to (and does) correspond to java.sql.Timestamp it can't be a subclass because it needs to be a subclass of oracle.sql.Datum.

  • Can we have everything about Oracle in one drive?

    Hello, everybody,
    We got a backup database server. Since it is just for backup, we don't want to spend too much $ on this one.
    My question is: can we have everything about Oracle installled in the same drive?
    It means that Archive, Redo Logs, Oracle system itself, the data, etc will be loaded into one single drive.
    Is that OK?
    Any input will be highly appreciated?
    thx.

    It means that Archive, Redo Logs, Oracle system itself, the data, etc will be loaded into one single drive.Here's a piece of advice though, partition it to look like your prod server... it will make life much easier when moving datafiles.
    ~Jer

  • Please suggest me the best way to start learning about Oracle Purchasing.

    Hi,
    I have started reading about Oracle Procurement. I have an over all idea of how ERP functions. Anyhow I am like a fresher to ORACLE APPS. Can you pleasesuggest me what is the best way to start learning about Oracle Purchasing.
    Is it is throuhg user guides or some thing else..... can you please specify the references also.......
    Thank you so much.

    If you have a sponsorship, I would recommend taking classes with Oracle University. The other resources are documentation, functional and technical depending on what your interests are.
    If you can load Vision database or access vision database (I think solutionbeacon offers a free account to login and play around), that will be another resource as well.
    As you learn, join as much user groups like this one, and review all questions and answers in the discussions to understand and learn more.
    Hope this helps.

Maybe you are looking for

  • Why does Acrobat tech support seem to know nothing about shared reviews?

    Venting, but also asking honestly why Adobe has to suck so bad in their support of Acrobat.... I was on the phone with Acrobat tech support today (outsourced team perhaps?) to ask about another issue I'm having with disappearing comments. I can't see

  • Combined Queries

    Hi I have a query regarding combined queries. I am using BO XI R2 Deski. When i create combined queries, i have observed that BO is processing theses queries in the order from right to left i.e it is executing the last two queries first and then then

  • Activation error upon installation

    E_ADEPT_CLIENT ActivationServiceInfo EXCEPTION Error%20#1009 RESP This is the message I received upon installation of Digital Editions 1.6. There's not even a message or step for me to activate the program. The program launches, then this message imm

  • Deciding on a new CPU for P6N Diamond

    Hi all, I'm looking at upgrading my cpu before moving to vista.  I'd like to get a nice extreme edition since this is my dream pc.  I'm pretty sure the QX6850 will work with it, but has anyone tried the QX9650?  I saw some of the other Yorkfield proc

  • LIST_AUTH

    Hi, What does following lines mean in mappings file LIST_AUTH *;*|* $[IMTA_LIBUTIL,imdlauth,$2+$1@$0] They are not there in default file ...but I have seen these entires in some servers?? This is not mentioned in admin guide... RGds