Oracle 11g  PL/SQL---- OCP exam

hai everyone,
i am preparing for an oracle exam 1z0-146,ORACLE PL/SQL Developer Professional(ocp)...the sylabus hasbeen explained at http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_146...but i am ignore about the study materials whch i have to follow to pass the exams(like sybex books or any of the valuable worth buying PL/SQL books related with the sylabus )...
so anybody knows about this exam and related matters please explain to me...
by,
john

Well, in the link you've provided i see a "Exam Topics" section.
If you're not interested in purchasing the study materials, you can take each topic and google it and learn that way (to some extent anyways).

Similar Messages

  • How to get Oracle 11g OCA, OCM, OCP certification?

    Hi,
    This is my first post! Please pardon my ignorance. I want to get Oracle 11g OCA, OCM, OCP certifications done. How do I go about it? How much does it cost to get these certifications? Could you please suggest a website/url where I can get more information about it.
    Thank you,
    Tracy

    The Oracle Certification Program site should answer your questions.
    Assuming you are trying to get certified on the DBA track (there are many different certification tracks, I'm assuming when you say 11g that you mean to indicate that you're interested in the DBA track), you can see the progression of the exams and the options you have on this page.
    Justin

  • How do I migrate views from MS SQL 2008 to Oracle 11g through SQL Developer

    Is there any way to migrate the views from MS SQL 2008 to Oracle 11g through SQL Developer? Please give me some detail steps. Thanks for your help.
    Kevin

    Hi Kevin,
    user13531850 wrote:
    Hi Turloch,
    When I use migrate to oracle, I got a problem, the migrate tool create a new schema for me in my case (AZTECA_KSMMS), it migrates all the stuffs under that schema (AZTECA_KSMMS). However my application need the all the Oracle data under schema AZTECA instead of AZTECA_KSMMS. Is there any way to specify specific schema (AZTECA) for target oracle database? Schema remapping is available:
    First Capture (separately) then during right click convert on the captured model there is a Specify the conversion options with a Object Naming tab where the schema (and other) name changes are editable.
    I have not used this recently.
    Also during the migration process, when I choose repository, there is a check box for truncate to reset repository to empty state, Do I need to check that truncate Check Box so the repository will be cleared from last migration?The repository can hold multple migration attempts. Check truncate to get rid of previous attempts information. This cleans up the repository - not the destination database.
    There are also online database and offline database options during the migration process, what are the difference between these two choices? After I migrated to Oracle, all my views has a red cross icon next to it. Does that mean the view migration is failed or not? Please give me your comments. Thanks for your help.offline: for big (amount of data) databases with simple data types,
    uses bcp + files + scripts + sqlldr.
    online: for small (amount of data) databases (easier),
    uses (Java) jdbc.
    The view is likely to be broken - recompiling it may help.
    The Oracle schema is created using a .sql file - see under generated in the directory you gave originally in the wizard. There is a .out file that contains the result of running this script including any errors. During conversion there are also likely to be warnings displayed on the UI.
    There may be a single issue that is causing multiple issues - if viewa depends on functionb, and functionb is broken, viewa will also fail.
    >
    Kevin-Turloch
    SQLDeveloper Team

  • DB2 8.1 to Oracle 11g with SQL Developer 3.0

    Hi,
    I started migrating my DB2 8.1 to Oracle 11g, with SQL Developer 3.0
    Basically, I need to migrate TABLES.
    I followed these steps:
    1) I created a new Oracle database, tablespaces, users, etc.
    2) Then, I created both (DB2 and Oracle) connections into SQL Developer 3.0. All works fine.
    3) I start capturing one table with the "Copy to Oracle" feature. Done with no errors.
    But when I compare the table structure, I see the following problems in Oracle:
    a) All fields are NULLABLE = YES. SQL Developer show this field property correctly in DB2: NULLABLE = NO, but not migrated the same!
    SOLUTION: All I want is that SQL Developer simply migrating the same value who I have in the DB2. But how?
    b) In DB2 I have one field property called COLUM DEFAULT. In Oracle this property is called DATA_DEFAULT. The SQL Developer show this field property correctly for the DB2 tables (for example: 0.0, ' ', etc), but don't migrated the same value! All fields are configured to DATA_DEFAULT = NULL.
    SOLUTION: I think this occurs because NULLABLE is migrated with the value YES. Well, all I need is the same above...
    NOTE: I tested the SWISSQL DATA MIGRATION software, and it works fine. All tables, field properties and data are migrated sucessfull. But this program is trial version!
    Well, I think all of this are BUGS into SQL Developer.
    Please, anyone to help me?
    Regards,
    Ylram

    Welcome to the forum!
    >
    I just did right click in the procedure body and found [Debug, Compile for Debug, Compile, Run].
    >
    You listed a bunch of things but you didn't say what steps you actually performed and what the result was.
    Did you 'Compile'the procedure? until you compile the procedure you can't debug it.
    I just created a new procedure and when I select the body it displays in the 'Code' window on the right. But the 'Debug' icon is not enabled because the procedure was not compiled for debug.
    When I compile it for debug the 'Debug' icon is now enabled.

  • Regarding 11g OCA and OCP exams

    Hi,
    I have 10g OCA. Now i am planning to write 11g OCA and OCP. Do i need to write 11g OCA or can i upgrade my 10g OCA to 11g.
    Can any one please let me know how to prepare for 11g OCA and OCP. any web links or any text books do i need to follow in order to get good score in both certifications

    There is no upgrade path for the OCA certification. You'd need to take the 11g OCA exams. Assuming we're talking about the DBA track (there are many different tracks), you should have passed one of the SQL exams when you got your 10g OCA so you probably only need to take one more exam for the 11g OCA.
    All of Oracle's documentation is online at http://tahiti.oracle.com. You should be able to find more than enough information about all the exam topics there.
    Justin

  • Error connecting oracle 11g through SQL Developer

    i am using SQL Developer to connect to oracle 11g which is installed to another machine in same network
    means i am using a client machine to get connected to oracle installed to host machine through SQL Developer
    iam getting this error
    network adapter could not establish the connection
    vendor code 170002
    my listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = his-zoheb.PCSTECH.COM)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    my tnsnames.ora
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = his-ansari.pcstech.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    iam not understanding what is problem
    please somebody help

    I would say it's vendor code 17002 (not 170002). And such a message is thrown by SQL Developer , unfortunately very generic for any kind of connection problems.
    Start sqlplus and try to connect, very likely you get a better error message.
    Recently I had such a connection problem and the reason was - No Listener.
    Werner

  • How to connect from Oracle 11g to SQL Server 2008 R2

    Hi,
    Is it possible to connect from Oracle 11g on AIX to SQL Server 2008 R2? If so, what is the preferred method?
    SQL Server has the original table. From Oracle 11g, we want to access data which is in SQL Server real time.
    Thank You
    Sarayu

    Hi,
    Have a look at these Oracle notes for the full information on the gateways -
    Master Note for Oracle Gateway Products (Doc ID 1083703.1)
    Functional Differences Between DG4ODBC and Specific Database Gateways (Doc ID 252364.1)
    Gateway and Generic Connectivity Licensing Considerations (Doc ID 232482.1)
    How to Setup DG4MSQL (Oracle Database Gateway for MS SQL Server) 64bit Unix OS (Linux, Solaris, AIX,HP-UX) (Doc ID 562509.1)
    How to Configure DG4ODBC on 64bit Unix OS (Linux, Solaris, AIX, HP-UX Itanium) to Connect to Non-Oracle Databases Post Install (Doc ID 561033.1)
    The Database Gateway for SQL*Server (DG4MSQL) needs a separate license but the Database Gateway for ODBC (DG4ODBC) is included in your RDBMS license. You only need to provide the third party ODBC driver needed by DG4ODBC.
    Regards,
    Mike

  • Preparation for Oracle 10g OCA and OCP exams

    Hi all,
    I am studying for my first Oracle 10g OCA exam. Thus far, I have the Transcender exam prep software and book from Oracle Press for the OCA/OCP exams with Oracle 10g. With a test Oracle 10g database to practice on while I study, am I on the right path?
    Thanks

    Use the http://education.oracle.com OR http://otn.oracle.com as your portal - you'll see the Certification link on either one. From the Certification page you will be able to drill down to the objectives and requirements of the exam. I suggest you use that as a checklist, as the various books and sample exams have been known to include mistakes or miss items.
    In addition, you should be familiar with the first few chapters of the Oracle Concepts manual and also, preferably, the first few chapters of the DB Admin Guide - both available from http://tahiti.oracle.com
    A great motto while learning is "trust no one - verify everything"

  • Oracle 11g OLAP & SQL

    Hi All
    Our company is in the process of doing a POC warehouse where we are using Oracle OLAP extensively for summary management. I have been tasked with porting all our existing reports (Cognos) from using an Informix backend to start using Oracle. The OLAP team has created some cube views for me but Im struggling to get my around how Im going to use them for reporting purposes.
    Example
    1) Im using the following sql (abbreviated) to get my data:
    select
    v_product.product_description.
    v_product.level_name,
    v_sales.sales,
    v_sales.calc_measure
    from v_product, v_sales, v_location, v_time
    where ... all the joins....
    v_product.level_name in ('DEPARTMENT', 'CLASS')
    and v_location.level_name = 'TOTAL'
    and v_time.level_name = 'TOTAL'
    2) This brings back data that looks like:
    product_description level_name sales calc_measure
    MEAT DEPARTMENT 232323 23.56
    POULTRY DEPARTMENT 43444 35.23
    BEEF CLASS 232323 23.56
    CHICKEN CLASS 67455 35.23
    LAMB CLASS 73444 23.56
    PORK CLASS 55555 35.23
    3) I need to create a list report thats grouped by department and for each department shows all the classes but off the data above is very difficult. I cannot just select the all the class values and then do the aggregation in the report as there is a calculated measure so I need to select the value for that level from the cube view. Is it possible in one sql statement or will I need more?
    Thanks for any ideas

    Dave thanks for your reply. Please excuse my poor example this was my first day using cube views and I cannot login to my work setup from home so going by memory alone.
    To answer your question
    1. We are using 11g AW
    2. I don't remember the exact cube view names but not relevant to my question (I think)
    3. Alas the oracle forums don't support much formatting else I would have provided an ascii example. I have uploaded the sample report output here http://i279.photobucket.com/albums/kk145/angusgoosemiller/sample.gif
    Better Example
    1. From what I can gather if your query more that one level in the same dimension from a cube view you get the results denormalized as rows. So effectively for my report I what the department and class levels from the product hierarchy where class is a child of department and some relevant measures one of which is a calculated measure. If I select this from the cube view I am getting results in the form:
    DEPARTMENT LEVEL ... row values
    DEPARTMENT LEVEL ... row values
    CLASS LEVEL ... row values
    CLASS LEVEL ... row values
    2) My report is a list report that is grouped by department and for each department all the class records are displayed with the measures. There must also be a department total for every department level and a grand total for the report. If the calculated measure was not included I could just return all the class records as the there is a department attribute defined that is also in the cube view and calculate all the department values dynamically in the report. However due to the calculated measure and probably as a best practice from a performance/redundancy perspective I only want to select from the cube view in its aggregated form like is currently happening.
    3) From a report design perspective this provides some challenges as relationally hierarchy levels are normally modeled as columns and we use to process calculated measures dynamically in the report. Going forward we would like all the calculations etc happening in the OLAP engine.
    4) So basically the way I see it I need the following from the cube:
    4.1) The department records
    4.2) The class records
    4.3) the department total records
    4.4) the grand total record for all departments
    Can I get that in one SQL statement in such a manner that I can produce a report? How would an oracle based reporting solution get the data, via sql or directly from the cube via the olap api.
    Thanks for your help I really appreciate any advice!
    Cheers
    Angus

  • Want to connect Oracle 11g from SQL Navigator on Windows

    Hi brothers,
    I'm a new ora man, and having a issue need your help.
    I installed Ora 11g on linux (Ubuntu 8.10) and SQL Navigator 11g on WindowsXP. Now, I want to use SQL Navigtor to connect database server. I tried many times but it still fails with me. I read some articles on Internet but they were not useful to me.
    Here is some information about my system.
    Linux : 192.168.0.82
    Windows : 192.168.0.230
    (+I can ping from Windows to Linux+)
    $ lsnrctl stat
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 03-APR-2009 16:18:15
    Copyright (c) 1991, 2007, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start Date                03-APR-2009 08:33:41
    Uptime                    0 days 7 hr. 44 min. 34 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Log File         /u01/app/oracle/diag/tnslsnr/kimngoc-desktop/listener/alert/log.xml
    Listening Endpoints Summary...
    +(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=kimngoc-desktop)(PORT=1521)))+
    Services Summary...
    Service "intrepid" has 1 instance(s).
    Instance "intrepid", status READY, has 1 handler(s) for this service...
    Service "intrepidXDB" has 1 instance(s).
    Instance "intrepid", status READY, has 1 handler(s) for this service...
    Service "intrepid_XPT" has 1 instance(s).
    Instance "intrepid", status READY, has 1 handler(s) for this service...
    The command completed successfully
    $ps -afe | grep -i listener
    oracle    5383     1  0 08:33 ?        00:00:00 /u01/app/oracle/product/11.1.0/orasample/bin/tnslsnr LISTENER -inherit
    oracle   19705  6600  0 16:23 pts/0    00:00:00 grep -i listener
    Pls help solve this problem if you can.

    download SqlDeveloper from OTN.
    it allows you to connect to remote databases without extra drivers
    BTW, there is a SqlDeveloper forum here on OTN, might be helpful
    SQL Developer

  • SSMA Console - Migrating Oracle 11g to SQL 2012

    Hi there!
    I have two questions related to migrating data from Oracle to SQL.
    1) I have an Oracle database with several schemas.  At the time of the connection SSMA loads all objects for all schemas presented in Oracle, which takes 1 hour to finish.  Is there a way at the time of the connection to limit it to load only
    the schema I want to work?
    2) In case I want to extract, for example, 2 tables only.  How do I prepare the script below to accept another table name?
    I tried using a comma and repeating the command "$OracleSchemaName$.MySecondTable" but, didn't work.
      <migrate-data object-name="$OracleSchemaName$.MyFirstTable"
                      object-type="Tables"
                      write-summary-report-to="$SummaryReports$"
                      report-errors="true"
                      verbose="true" />
    Thanks.
    Marcio

    Hi Malisaqin:
    Thanks for replying.
    I've been through all articles related with SSMA but couldn't find any explanation for my questions.
    For my second question I had to repeat the same node for as many tables I have.  I'm still doing some tests with another variations to see if I can get it working.
    The link you sent is about using the UI and not the Console application.
    Thanks,

  • Oracle 11G Direct SQL Load with Data Guard

    Does SQL Loader in direct mode always bypass the writing of redo logs ?
    If the database has force logging on, will SQL Loader in direct mode bypass the writing of redo logs ?
    Is there a way to run SQL Loader in direct mode that will create redo logs that can be applied by Data Guard to the backup database ?

    846797 wrote:
    Does SQL Loader in direct mode always bypass the writing of redo logs ?
    If the database has force logging on, will SQL Loader in direct mode bypass the writing of redo logs ?
    Is there a way to run SQL Loader in direct mode that will create redo logs that can be applied by Data Guard to the backup database ?In case of data guard setup , redo logs will always be generated.

  • Studying for Oracle 11g Performance and Tuning exam - 1Z0-054

    Hello all,
    I want to attend to this exam and I'm looking for interesting and usefull studying path. Sure manuals on tahiti are needed.
    Neither sefltestsoftware not Testking has released a proficiency test for this exam. I was only able to find a test from Braindumps here (http://www.exam4test.net/1Z1-054) but not sure this is a serious material.
    Any hints about this material and / or any other suggestions?
    Thanks
    Stefano

    Hi Stefano
    Seems that our friends from Certguard aren't sure that this a legal provider, but the look and feel would say to avoid that site.
    Try the http://www.certguard.com/braindump-quiz.asp it matches very well to the site or?
    Besides that while looking on the domain i found that
    Domains being linked from exam4test.com
    * Traffic rank 252963. test-inside.com
    * Traffic rank 940584. exam4test.net
    and those sites aren't clean.
    Edited by: Hub on May 18, 2010 11:38 PM

  • Problem in sql developer while connecting to oracle 11g

    when am creating a database connection with oracle 11g in sql developer editor it s throwing network adapter could not establish the connection
    connection name test
    user name system
    password system
    Role default
    Host name localhost
    Port 1521
    SID orcl
    Can any one help me to resolve the problem?
    Thanks in advance

    Those parameters probably aren't correct.
    Is that 11g on your machine? Try to specify the real IP instead. And sure the listener is up?
    Also sure about the SID and port?
    Hope that helps,
    K.

  • Connecting SQL server from Oracle 11g

    Hello,
    I know there are several threads available to this post but please help me in
    *step by step process to follow in connecting 2 servers.
    I tried everything in internet but got Connection closed error after tnsping of DNS name. Do i need to run any instance sort of thing in SQL server?
    I dont have any access on SQL server.Whatever i have to do that has to be only in Oracle server.I got all those information and created ODBC (using SQL server driver) and tested the connection successfully in Oracle server. Altered INIT*.ORA,TNSNAMES.ORA and LISTENER.ORA but when pinging TNS awfully getting the afore said error.
    My environment : Oracle 11g server - SQL server 2008 ( both in windows platform).
    My
    TNS names entry
    GSIS =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.1.1.1)(PORT = 63455))
    (CONNECT_DATA = (SID=GSIS)
    (SERVER = DEDICATED)
    (HS=OK)
    Listener entry
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
    (ADDRESS = (PROTOCOL = TCP)(HOST = COB417147.cob.apac.bosch.com)(PORT = 1522))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\Oracle\app\amk1cob\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\Oracle\app\amk1cob\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    (SID_DESC =
    (SID_NAME = GSIS)
    (ORACLE_HOME = C:\Oracle\app\amk1cob\product\11.2.0\dbhome_1)
    (PROGRAM = hsodbc)
    and
    initGSIS
    entry
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Database Gateway for ODBC
    # HS init parameters
    HS_FDS_CONNECT_INFO = GSIS
    HS_FDS_TRACE_LEVEL = OFF
    # Environment variables required for the non-Oracle system
    #set
    when tnsping i am getting
    TNS connection closed.
    I am awfully stuck here.
    Please guide..

    Status
    C:\Oracle\app\amk1cob\product\11.2.0\dbhome_1\BIN>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 11-MAY-2012 17:48
    :14
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1522)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date 11-MAY-2012 17:36:30
    Uptime 0 days 0 hr. 11 min. 48 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\Oracle\app\amk1cob\product\11.2.0\dbhome_1\network\
    admin\listener.ora
    Listener Log File c:\oracle\app\amk1cob\diag\tnslsnr\COB417147\listener\
    alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1522ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=COB417147.cob.apac.bosch.com)(PORT=1
    522)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=COB417147.cob.apac.bosch.com)(PORT=8
    080))(Presentation=HTTP)(Session=RAW))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "GSIS" has 1 instance(s).
    Instance "GSIS", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl.cob.apac.bosch.com" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.cob.apac.bosch.com" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    TNS ping
    C:\Oracle\app\amk1cob\product\11.2.0\dbhome_1\BIN>tnsping GSIS
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 11-MAY-2
    012 18:21:55
    Copyright (c) 1997, 2010, Oracle. All rights reserved.
    Used parameter files:
    C:\Oracle\app\amk1cob\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 10.1.
    1.1)(PORT = 63455)) (CONNECT_DATA = (SID=GSIS)) (HS=OK))
    TNS-12537: TNS:connection closed
    C:\Oracle\app\amk1cob\product\11.2.0\dbhome_1\BIN>
    BTW it is 32-bit machine.
    Edited by: 933729 on May 11, 2012 5:57 AM

Maybe you are looking for

  • Transaction rollback problem

    Hi, Transaction is not rolled back if a stored procedure is called from BMP. The flow is as follows: Stateless Session Bean --> BMP Bean --> DAO -->method 1, method 2 method 1 has a call to Stored Procedure which does update operations on DB. method

  • Can't boot from clone on external firewire 800 drive

    Hello, I have a 24" mid-2007 iMac 7,1 running Snow Leopard. I recently changed my set up to put a clean install of OS X 10.9.1 on a partition of an external SSD. I also moved the 10.6.8 start up system to a partition on the SSD. My internal iMac hard

  • File I/O in Mac OSX

    Does anybody know how to specify a filename and its path in MacOS X? I'm trying to read a dictionary file into a data structure, but can't get the IO to work properly. My CS professor says my code is good, but he doesn't know how to specify the path

  • Ical in icloud

    downloaded icloud to Mac & iphone.  Events entered on iphone ical will not push to Mac ical, but events entered on Mac ical will push to iphone?

  • Airport-tool (5.6 version)

    I just got my new Macbook Pro, and found out that my Airport-tool for my Airport Extreme (old version) can not be installed on my harddrive. Can anybody me help out. Sorry about the Danish. Thank you in advance.