Please Help----ORACLE 10g Training

Hello All,
I have got a chance to work in Oracle 10g in the firm where i work.
This is the first time i am working directly Oracle stuff,even though i have experience in a other Database query language fully internally developed.
***I intend to study and clear the OCP and I am in need of guidance as to which course I should take.So need your advise that how much time does it usually take to master the features we have in Oracle 10g.I know its very huge.
***Also,could you please suggest some good training institutes for ORACLE 10g who don't charge much(I am sorry ...but I cant afford much.) .I stay in BANASWADI area,bangalore.
I am looking for a place in this same area so that i can attend weekend classes because weekdays i am whole day out of home.
MP

***I intend to study and clear the OCP and I am in need of guidance as to which course I should take.So
need your advise that how much time does it usually take to master the features we have in Oracle 10g.I know its very huge.Oracle Database 10g Administrator Certified Professional
http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=151
Oracle Certification Program Oracle Certifications – All
http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=141
Oracle Certification Program
http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=39
***Also,could you please suggest some good training institutes for ORACLE 10g who don't charge much(I am
sorry ...but I cant afford much.) .I stay in BANASWADI area,bangalore.http://www.oracle.com/global/in/education/maps/oracle_edu_centers.html
http://www.oracle.com/global/in/education/maps/sql_star_international.html
http://www.oracle.com/global/in/education/maps/contact_us_india.html

Similar Messages

  • Help Oracle 10g+PHP and Bengali language support !!!!

    Hi All:
    i have a emp having a column names namewhich is of nvarchar2 datatype. What I want is to insert a value from a html from which will insert Bengali language as my input to the name filed in my database and show me the same on the browser when required.
    Here am attaching a sample code which am using to connect/insert and show my table. This is working perfectly fine.
    Please help me as am unable to insert data in local language. Please guide me the steps how to configure the NLS_LANG and how to do it.
    ht.html
    =====
    <form action="insert.php" method="post">
    <p> Your ID : <input type="number" name="id" /></p>
    <p> Your NAME: <input type="text" name="name" /></p>
    <p><input type="submit" /></p>
    insert.php
    =======
    <?php
    # if ($REQUEST_METHOD=="POST")
    // Before running, create the table:
    // CREATE TABLE MYTABLE (mid NUMBER, myd VARCHAR2(20));
    $dbuser = "bob";
    $dbpass = "bob";
    #$dbtsn = "orcl"
    $dbconn = oci_connect($dbuser, $dbpass);
    echo "The Oracle Database established";
    $query = "INSERT INTO demo
         (id,name)
    VALUES('".$_POST['id']."','".$_POST['name']."')";
    $resultSet = oci_parse($dbconn,$query);
    if (oci_execute($resultSet))
    echo ("<BR> Record inserted");
    else
    echo ("<BR> error!!!!!!");
    ?>
    showv.php
    ========
    <?php
    $conn = oci_connect('bob', 'bob', 'orcl');
    if (!$conn) {
    $e = oci_error();
    print htmlentities($e['message']);
    exit;
    $query = 'SELECT * FROM demo';
    $stid = oci_parse($conn, $query);
    if (!$stid) {
    $e = oci_error($conn);
    print htmlentities($e['message']);
    exit;
    $r = oci_execute($stid, OCI_DEFAULT);
    if (!$r) {
    $e = oci_error($stid);
    echo htmlentities($e['message']);
    exit;
    print '<table border="2">';
    while ($row = oci_fetch_array($stid, OCI_RETURN_NULLS)) {
    print '<tr>';
    foreach ($row as $item) {
    print '<td>'.($item?htmlentities($item):' ').'</td>';
    print '</tr>';
    print '</table>';
    oci_close($conn);
    ?>
    I am using RedHat Enterprise linux 4 update 1 and Oracle 10g.
    Regards,
    Pradyumna

    Right... I found out how you can solve this, well not through the web interface... but oh well it is possible though...
    the error I was getting was: ORA-01704:     string literal too long.
    the keyword/phrase is "bind variables"... Did a little more searching and found this site:
    http://www.akadia.com/services/ora_bind_variables.html
    So basically you use bind variables to insert data which fills more than 4000 bytes...
    Since the data I will be inserting will be inserted via Java/.NET application I found the section called "Bind Variables in VB, Java and other applications" the most interesting... During my testing and I had neglected to use PreparedStatements in Java, and according to the site, using PreparedStatement provided an easier solution as the API does most of the work for you. My solution was to create a small program which read the large amounts of data from a file then feed this to a PreparedStatement, setObject or setASCIIStream/setCharacterStream, then execute it.
    Well I hope this helps other people who get the same error code.

  • Please help, oracle 8i on windows xp?

    Can oracle 8i run on windows xp?
    When I tried to run setup, it did abolutely nothing. I can't find any information on oracle's web site about this and the only relevant forum post that I found was by someone that was having the exact same problem, but no one answered him.
    Thanks in advance,
    Joey

    Hi all,
    I'm trying to install Oracle 8i on Windows-xp
    Professional. it gets installed but runs only once.
    that means its fails to run once I shut down the
    system and restart & shows the message-"oracle not
    found" or "tns server is not found". Can anybody
    please help me? Thanks in advance.When attempting to install obsolete software on modern operating systems, one must expect problems. I've found that Oracle tends to survive well when installed on a supported platform which is upgraded, but there are usually issues when attempting a fresh install on a newer platform.
    Your problem states "Oracle Not Found". Therefore your OS services know that they should be attempting to connect to an Oracle database but the database is 'not found'. Further, it says that the TNS Server is not found. TNS is Oracle's term for 'on the network'.
    Is there a business reason that requires you to run obsolete software? If the database software MUST be obsolete, what is the logic behind upgrading the operating system? (In other words - why only upgrade one?)
    You need to check the following things:
    1) You have a static IP address and host name, and are NOT using DHCP;
    (look at or post the result of command line "ipconfig /all")
    2) Check whether the Oracle database service and the listener service are running;
    (Under "Start > Settings > Control Panel > Administration Tools > Service" or command line services.msc)
    3) Tell us how well the listener is running;
    (Command line "lsnrctl status")

  • Need HELP :: Oracle 10g for Windows 7 Professional 64bit

    I am trying to install Oracle 10g for my Laptop (Windows 7 64bit)and i am getting error message: ERROR Starting Database Control.
    Here are last few lines from emconfig.log file ---
    Jan 4, 2012 2:47:59 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Enter Enterprise Manager Root Password :
    ******** **** Certificate was added to keystore
    Certificate reply was installed in keystore
    Jan 4, 2012 2:47:59 PM oracle.sysman.emcp.util.FileUtil printFileToLog
    CONFIG: Printing file(After Secure DBConsole): C:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_NCI-01874908-L.nci.nih.gov_ORA10G\config\http-web-site.xml
    <?xml version = '1.0' standalone = 'yes'?>
    <!DOCTYPE web-site PUBLIC "OracleAS XML Web-site" "http://xmlns.oracle.com/ias/dtds/web-site-9_04.dtd">
    <web-site port="1158" display-name="OC4J Java HTTP Web Site" secure="TRUE">
    <!-- The default web-app for this site, bound to the root -->
    <default-web-app application="default" name="defaultWebApp"/>
    <web-app application="default" name="dms0" root="/dms0"/>
    <web-app application="default" name="dms" root="/dmsoc4j"/>
    <web-app application="em" name="em" load-on-startup="true" root="/em" shared="true" />
    <!-- Access Log, where requests are logged to -->
    <access-log path="../log/http-web-access.log"/>
    <!-- Uncomment this if you want to use ODL logging capabilities
    <odl-access-log path="../log/http-web-access" max-file-size="1000" max-directory-size="10000"/>
    -->
    <ssl-config needs-client-auth="false" keystore="C:\oracle\product\10.2.0\db_1/oc4j/j2ee/OC4J_DBConsole_NCI-01874908-L.nci.nih.gov_ORA10G/config/server/keystore.test" keystore-password="FE7337F1A5D238357C9C6819AFC4F812" />
    </web-site>
    Jan 4, 2012 2:47:59 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Database Control secured successfully.
    Jan 4, 2012 2:47:59 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration
    CONFIG: Securing Database Control completed successfully .
    Jan 4, 2012 2:47:59 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 4, 2012 2:47:59 PM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Jan 4, 2012 2:47:59 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 0
    Jan 4, 2012 2:47:59 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Starting Windows service...OracleDBConsoleORA10G
    Jan 4, 2012 2:47:59 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:48:09 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:48:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:48:29 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:48:39 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:48:49 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:48:59 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:49:09 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:49:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:49:29 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:49:39 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:49:49 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:49:59 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:50:09 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:50:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:50:29 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:50:39 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:50:49 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:50:59 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:51:09 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:51:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:51:29 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:51:39 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:51:49 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:51:59 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:52:09 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:52:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:52:29 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:52:39 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:52:49 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:52:59 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:53:09 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:53:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:53:29 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:53:39 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:53:49 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:53:59 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:54:09 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:54:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:54:29 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:54:39 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:54:49 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:54:59 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:55:09 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:55:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:55:29 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:55:39 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:55:49 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:55:59 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:56:09 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:56:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleORA10G' to fully start
    Jan 4, 2012 2:56:19 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Initialization failure for service during start
    Jan 4, 2012 2:56:19 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at C:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\ORA10G\emConfig.log for more details.
    Jan 4, 2012 2:56:19 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
    at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:646)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:224)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:193)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:184)
    at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:436)
    at java.lang.Thread.run(Thread.java:595)

    Pl identify which exact version of 10g is being installed.
    Only 10.2.0.5 is supported/certified. The install steps are here - http://docs.oracle.com/cd/B19306_01/relnotes.102/b15680/toc.htm#BABEBBJF
    MOS Doc 1222603.1 (Enterprise Manager Database Control Configuration - Recovering From Errors Due to CA Expiry on Oracle Database 10.2.0.4 or 10.2.0.5 [Video]) may be relevant
    HTH
    Srini

  • Please help - Oracle Apps related

    Hello,
    First of all I’m really sorry if I’ve posted this question on wrong thread. I am unable to get any category related to Oracle Apps.
    If there is any particular thread concerned to Oracle Apps then please let me know.
    My senior has asked me few question related to oracle application:-
    Q1 – What happens when we connect Oracle Apps through URL . How the URL connects it to apps. What are all background process to do so . Names with their workings. (Start level from the first login page)
    Q2 – What are JSP, APACHE & HTML in Oracle. How do jsp, apache and html pages related to oracle apps connection. How do they work.
    Q3 – What happens if the oracle apps page is not connecting, hangs or shows blank screen. How will you solve the same.
    Q4 – what are in folder 10.1.2 and 10.1.3. What are they meant for and how do they work.
    Q5 – What is the difference between Oracle home for 10g RDBMS / oAS 10.1.2 ORACLE HOME / oAS 10.1.3 ORACLE HOME and their contents.
    Q6 – What are in Instance top and their uses.
    Q7 – Complete Oracle apps architecture and its complete descriptions with workings.
    I will be very grateful for any help in this case.
    Regards

    Hi;
    Q1 – What happens when we connect Oracle Apps through URL . How the URL connects it to apps. What are all background process to do so . Names with their workings. (Start level from the first login page)Check below threads:
    Full cycle ...
    Re: Full cycle ...
    Q2 – What are JSP, APACHE & HTML in Oracle. How do jsp, apache and html pages related to oracle apps connection. How do they work.You need to read concept guide:
    tüm notlar2
    For r12.1.1:
    http://download.oracle.com/docs/cd/B53825_01/current/html/docset.html
    For r12:
    http://download.oracle.com/docs/cd/B40089_10/current/html/docset.html
    For r11:
    http://download.oracle.com/docs/cd/A60725_05/r11_doc.htm
    Q3 – What happens if the oracle apps page is not connecting, hangs or shows blank screen. How will you solve the same.You need to check apache log file or you should check apache and other service up &running. If not you need to check apache log files
    Q4 – what are in folder 10.1.2 and 10.1.3. What are they meant for and how do they work.Check concept guide
    Q5 – What is the difference between Oracle home for 10g RDBMS / oAS 10.1.2 ORACLE HOME / oAS 10.1.3 ORACLE HOME and their contents.There are 3 homes in EBS. Check concept guide :)
    Q6 – What are in Instance top and their uses.Check concept guide :)
    Q7 – Complete Oracle apps architecture and its complete descriptions with workings.Check concept guide :)
    As you can see You need to start to read concept guide. All your question answer is there. I can answer your question but it will not help you. If you inerested to become app dba you must know concept, component of ebs and their relation. Those topic cover in concept guide
    Read first. If you have still question than update thread ;)
    Regard
    Helios

  • Please help (oracle Financial logon problem)

    any body help me to logon in oracle financial application rel 11 .when i enter username password in his interface he gave me erro INVALID APPLICATION USERNAME .please give its proper solution
    please send me mail or give answer
    thanks

    Hi Shahbaz,
    If you are trying to logon to Applications GUI and system gives you an error 'Invalid Username/Password' that means the Username and Password does not match. Create (In case User Name does not exist)/Reset the password for user you are trying to logon with.
    Else if you are using oracle back end username password to populate some interface tables you need to find out password for "apps" or any other oracle user that you DBA might have created.
    Hope that helps..
    Serbjeet
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by shahbaz kasuri ([email protected]):
    any body help me to logon in oracle financial application rel 11 .when i enter username password in his interface he gave me erro INVALID APPLICATION USERNAME .please give its proper solution
    please send me mail or give answer
    thanks<HR></BLOCKQUOTE>
    null

  • Oracle 10g training

    hi this is sunil from bangalore. I have been working as QA for 3 years, now i want to change my domain to Oracle/ database oriented domain. Can anybody help me in findind the best oracle product to switch into. I have MS in computer science degree from Manipal university.
    sunil,
    [email protected]

    Besides courses offered by Oracle University you can also try training offered by Oracle training partner. It's usually cheaper than OU.
    http://www.oracle.com/education/partners/partners.html
    The courses offered by your local community college are cheapest you can get, sometime they are not as good. Depends.

  • Oracle 10g training needed !

    I am looking for advice to get oracle 10 g training.
    Would like to get an idea of what courses/training I need to take to
    be considered an Oracle DBA.
    Also what resources: schools, on-line, etc.
    I am an experienced data modeler and metadata admiistrator.
    Any help is greatly appreciated.

    Depending on your country you may need to be nothing more than a liar.
    In the US anyone that can put the letters "DBA" on their resume is one if some company is fool enough to hire them.
    There are few places, if any, where any specific training or skill set is mandated.
    Generally speaking though DBAs should have a minimum of three years of hands-on development experience with SQL and PL/SQL and be competent with all topics covered in this document:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14196/toc.htm
    with the possible exception of RAC.

  • Please help  oracle sql counts question

    Hi,
    I am trying to get some counts on a client list where l count those clients who are getting the program
    2353335 ONLY (which may be none of the cases in the example below but this is an obviously smaller subset of these data).
    How can I count all the client ids where program = 2353335 but not where program = 2340845 or program =2353340?
    Thanks in advance
    Client_id     Program
    260     2340845
    260     2353340
    510     2353340
    510     2353335
    510     2340845
    520     2340845
    520     2353340
    525     2340845
    525     2353335
    765     2353340
    1260     2340845
    1260     2353335
    1595     2353340
    1595     2340845
    1615     2340845
    1835     2353340
    1840     2353340
    1840     2353335
    1840     2340845
    1845     2353335
    1845     2340845

    Hi,
    if you want to select clients that only have program 2353335 and no other, the query below would help:
    select client_id
    from mytab m
    where program = 2353335
    and not exists (select 1 from mytab where client_id = m.client_id and program != 2353335);Just replace select client_id with select count(*) if you want just to count rows.
    Best regards,
    Nikolay
    Edited by: Nikolay Savvinov on Jan 26, 2012 11:24 PM

  • Oracle 10g Rel2(10.2.0.3) on Vista ultimate driving me crazy, Please HELP

    Hello Folks and Expert,
    I am Certified Ora DBA and am stuck, thats a shame
    I am going to install and Test Oracle 10g on Vista as my future client will use Just Vista and no othr OS, so there is no OTHER OS options,
    I ready all the documentaiotn and release notes and also read that Oracle 10g(10.2.0.3) is certified on Vita Ultimate.
    I downloaded the DB which is frm the below link:
    Oracle Database 10g Release 2 (10.2.0.3/10.2.0.4) for Microsoft Windows Vista and Windows 2008
    *** It installs but it justdoesn't work properly, PLEASE HEEEEEEELP I am running out of time.
    steps I have done:
    1. Installed loppback and tested and it works when I ping, both ping computer and ping computer.domain with no error.
    - whic means under windows>system32>driver> etc>host I added the 10.10.10.10 and cmputer name.
    2. Under MMC I added cmputer local policy for local computer
    3. Also Under "Local security setting" under "Local Policies" Under "User right Assignment" Under "Log on as a Batch job" I added the User name which was created when weload the Vista for the first time which is the Computer Admin, ALSO REALOADED THE COMPUTER WITH TH FACTORY SETTING AND AFTER THE FIST BOOT, UNLOCKED THE "ADMINISTRATOR" USER OF THE OS AND TESTED WITH THE ADMIN USER AS WELL WHICH WAS ADDED TO THIS lOG ON AS A BATCH JOB.
    4. Restarted the Computer on all the step that I had to
    5. Downloaded the DB and installed the DB, it installled without any Error
    ******************My Questions are as belooooowww ******************
    When Oracle installd he prduct, usually under the
    Start menu> All programs we should have 4 folders (Application Development, Configuration and Migration, Integrated management tools, Oralce installlation products) and DATABASE CONTROL - ORCL
    a - when installation finishesh it JSUT DOESN't CREATE ------> DATABASE CONTROL - ORCL Whyyyyy ? (It is driving me crazy, I have another xp machine and it has also I had EVEN Vista Home premium and I was able to install on it before to test)
    b - I can loging to the database after i type the adress I remembered manually in the browser, it logs in without any errror, but
    When I want to shutdown the database It passes the host crendential once and I wait and it does nothing and a little windown pops up and says
    *"Enterprise manager stopped working"*
    C - To test and stop Listener also it just doesn't stop it and doest the samething,
    I just wannna CRYYY, it is getting me Crazy,
    PLEASE HELP ME with all THREE QUESTONS A,B,C PLEASE HELLLLLLPPPPP
    Rgrds,

    Hello Folks and Expert,
    I am Certified Ora DBA and am stuck, thats a shame
    I am going to install and Test Oracle 10g on Vista as my future client will use Just Vista and no othr OS, so there is no OTHER OS options,
    I ready all the documentaiotn and release notes and also read that Oracle 10g(10.2.0.3) is certified on Vita Ultimate.
    I downloaded the DB which is frm the below link:
    Oracle Database 10g Release 2 (10.2.0.3/10.2.0.4) for Microsoft Windows Vista and Windows 2008
    *** It installs but it justdoesn't work properly, PLEASE HEEEEEEELP I am running out of time.
    steps I have done:
    1. Installed loppback and tested and it works when I ping, both ping computer and ping computer.domain with no error.
    - whic means under windows>system32>driver> etc>host I added the 10.10.10.10 and cmputer name.
    2. Under MMC I added cmputer local policy for local computer
    3. Also Under "Local security setting" under "Local Policies" Under "User right Assignment" Under "Log on as a Batch job" I added the User name which was created when weload the Vista for the first time which is the Computer Admin, ALSO REALOADED THE COMPUTER WITH TH FACTORY SETTING AND AFTER THE FIST BOOT, UNLOCKED THE "ADMINISTRATOR" USER OF THE OS AND TESTED WITH THE ADMIN USER AS WELL WHICH WAS ADDED TO THIS lOG ON AS A BATCH JOB.
    4. Restarted the Computer on all the step that I had to
    5. Downloaded the DB and installed the DB, it installled without any Error
    ******************My Questions are as belooooowww ******************
    When Oracle installd he prduct, usually under the
    Start menu> All programs we should have 4 folders (Application Development, Configuration and Migration, Integrated management tools, Oralce installlation products) and DATABASE CONTROL - ORCL
    a - when installation finishesh it JSUT DOESN't CREATE ------> DATABASE CONTROL - ORCL Whyyyyy ? (It is driving me crazy, I have another xp machine and it has also I had EVEN Vista Home premium and I was able to install on it before to test)
    b - I can loging to the database after i type the adress I remembered manually in the browser, it logs in without any errror, but
    When I want to shutdown the database It passes the host crendential once and I wait and it does nothing and a little windown pops up and says
    *"Enterprise manager stopped working"*
    C - To test and stop Listener also it just doesn't stop it and doest the samething,
    I just wannna CRYYY, it is getting me Crazy,
    PLEASE HELP ME with all THREE QUESTONS A,B,C PLEASE HELLLLLLPPPPP
    Rgrds,

  • Oracle 10G R2 AS: Not starting up; please help

    i got a server with oracle 10g app server installed on it. i opened the console at http://localhost:1811/emd/console and created a new OC4J instance but did not deploy the EAR file. When i tried to open the console the next day the page did not open. actually the server did not start at the startup. i tried to start the server from the Services but it did not start. please help me to rectify the problem.

    If your application server is in windows,then open command promt. and then type cd $ORACLE_HOME\bin
    and then emctl.bat start iasconsole
    If your application server is in unix/linux,then open console. and then type cd $ORACLE_HOME/bin
    and then emctl start iasconsole
    It will start your OEM. then through ur OEM u can monitor ur server configuration.

  • Oracle 10g Application Hang Issue ...... Please need Urgent Help

    Hello All,
    We have Linux server with Oracle Application 10g and Oracle 11g database.
    We have developed an application with JSP/Servlet. We are facing an wired issue with this application.
    When we start using system with 4-3 users at a time, after few mins or few hours, that application slow down or hang.
    and then after we are not even able to get a simple HTML page. It also affect the other applications as well, which are deployed on that server.
    We have tried our best but not able to find what the exact problem is. Even we have used visualVM and Jconsole to monitor the application.
    When application hang, we had found that there were 6,959 Loaded Classes, 200MB heap size, CPU usage 20%.
    We have set the heap size to 2GB.
    Another thing is, some procedures take 20sec to 2min to execute. But does this affect the application such a way that it goes hang?
    Please help to found out the problem.
    Thanks,
    Ankur Raiyani

    Hello,
    I have a simple question.
    If any procedure takes 40 - 45 sec to execute then will that affect the Oracle Application server and make all the deployed instance slow?
    Please help me out
    Thanks in advance ......
    Ankur Raiyani

  • Migration Oracle 9iR2 - Oracle Database 10g Express Edition, please, help

    Good day!
    Now I study examples from tutorial book "Oracle 9iR2 Data Warehousing"
    (translated to Russian) written by Lilian Hobbs, Susan Hilson, Shilpa Lawande. However my Oracle is "Oracle Database 10g Express Edition" and ( as I thought ) for this reason I can't perform these examples.
    Please, help me, if it no hard.
    First example founded on using "Oracle Database Configuration Assistant"
    and "Oracle Enterprise Manager Console". However, I not found them at
    "Oracle Database 10g Express Edition".
    Now I use only "Oracle Application Express" ( and SQL ). Please, tell me,
    if "Application Express" has enough functionality with comparision to
    "Oracle Database Configuration Assistant" and "Oracle Enterprise Manager Console"
    and how I need to do ? (It must, because 10 > 9)
    Second example founded on using SQL. First 80% SQL-commanfs of this executed succesfully. But command "CREATE TABLE easydw.purchases" has error message
    "PARTITIONing is not available." Really, in "2 Day Developer Guide"
    (SQL Reserved Words ) PARTITION is not exist.
    Can I CREATE TABLE easydw.purchases by "Oracle Database 10g Express Edition"
    (with PARTITIONing by other means of SQL )?
    There is full text of this SQL-Command:
    CREATE TABLE easydw.purchases
    (product_id varchar2(8)
    constraint not_null_product_id NOT NULL
    constraint fk_product_id
    REFERENCES product(product_id),
    time_key date
    constraint not_null_time NOT NULL
    constraint fk_time
    REFERENCES time(time_key),
    customer_id varchar2(10)
    constraint not_null_customer_id NOT NULL
    constraint fk_customer_id
    REFERENCES customer(customer_id),
    purchase_date date,
    purchase_time number(4,0),
    purchase_price number(6,2),
    shipping_charge number (5,2),
    today_special_offer varchar2(1)
    constraint special_offer
    CHECK (today_special_offer IN ('Y','N')) )
    PARTITION by RANGE (time_key )
    partition purchases_jan2002
    values less than (TO_DATE('01-02-2002', 'DD-MM-YYYY'))
    pctfree 0 pctused 99
    storage (initial 64k next 16k pctincrease 0)
    tablespace purchases_jan2002,
    partition purchases_feb2002
    values less than (TO_DATE('01-03-2002', 'DD-MM-YYYY'))
    pctfree 0 pctused 99
    storage (initial 64k next 16k pctincrease 0)
    tablespace purchases_feb2002,
    partition purchases_mar2002
    values less than (TO_DATE('01-04-2002', 'DD-MM-YYYY'))
    pctfree 0 pctused 99
    storage (initial 64k next 16k pctincrease 0)
    tablespace purchasee_mar2002 );
    Naturally, I also shall continue try find solution.
    Winni.

    Winni,
    Partitioning is only available with Oracle Enterprise Edition.
    Here is a list of features by edition:
    http://www.oracle.com/database/product_editions.html
    DBCA is not needed with Express edition because you can only have one XE database per server, and all options are pre-configured.
    Enterprise Manager Console is not included with XE - only with the other editions.
    You can get most of the functionality through SQL, Application Express and SQL Developer.

  • Please Help me with Oracle Reports (10G)

    Hi ,
    I have created a report in Oracle 10G and save it as .JSP file, while i tried to open
    that .jsp file through edit plus i observed that reportbuilder have generated a code for what i have done in Layout but all the code is commented, why was it happened so , Do it effect the functionality of my report.
    Please help me with this
    Thanks and Regards
    Kalyan Chitti

    Hello Chris90909,
    switch width an height properties as Inol mentioned.
    http://nycapex.blogspot.com/2010/03/landscape.html
    If you have any question about the issue, let us know.
    Don't forget to mark Correct or Helpful accordingly.

  • Help? Please.. I got OracleAS 10g Installed but I can't get Discoverer

    I installed OracleAS 10g and I got things running but I can't get Discoverer Server to go to the database and get reports.
    I get the ORA-12154 could not resolve service name.
    I put in my login and password and database connection string when I get the discoverer plus screen but I don't get to go any farther.
    Do I need to add to the Tnsnames.ora and listener.ora? I tried copying the tnsnames.ora from the database server to the apps server and that didn't work. I changed everythig back to the way it was with all the orginal install tnsnames.ora
    Help Please.
    Thanks,..

    what about 9i database and 10g developer suite on the same box? I get the "cant resolve service name" error when trying to connect to SQLPlus.
    I am trying to create a development environment on my laptop.
    can anybody help me out?...!
    thanks...

Maybe you are looking for

  • Error when trying to execute ODI Interface

    Hello, I receive the following error when I try to execute an ODI interface. The interface contains two models trying to load a .csv file into an Oracle table. The models seem to be working and I can right click on the source file and "View Data". I

  • Won't recognize css as css, mac os 10.6, cs4

    Dreamweaver will not recognize css sheets as css.  When I look at files in the finder, they show up with the css icon; however, looking at the same files in the files panel in Dreamweaver shows them with a different icon, similar to html pages.  When

  • OPP JAVA HEAP Out of memory

    hi all ebs:11.5.10.2 db:9i AIX 5 64-bit we have 5 target process and 4 actual process all the actual process are struck and one one is active and log file of one process out 3 struck is (other 2 logs are same) [6/20/11 9:12:44 PM] [15905:RT2458306] S

  • How to jump to homepage in Safari?

    Is there a way to jump to my homepage using Safari?  New Mac user here.... Thanks

  • Kernel SSL (KSSL) Proxy isn't listening on port 443

    Hello I'm having some trouble with Solaris 10 KSSL. The SMF says it's configured and online but netstat shows nothing listening on 443. The configuration I'm using is below so you can try it if you like. Thanks for any insight. J --- config commands