Oracle AQ tables - 9i to 10g upgrade

We have Oracle AQ implemented in one of our application. Our database on the test environment recently went through an upgrade from 9i to 10g. Now when we deploy the application we are getting the following error:
Caused by: oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-module; Exception Error in application mdo: Error loading package at file:/oc4j/oc4j10.1.2.0/j2ee/soc4j/applications/mdo/mdo.jar, Error deploying file:/oc4j/oc4j10.1.2.0/j2ee/soc4j/applications/mdo/mdo.jar homes: JMS Error: ORA-01031: insufficient privileges
ORA-06512: at "SYS.DBMS_AQADM_SYS", line 5989
ORA-06512: at line 1
ORA-06512: at "SYS.DBMS_AQJMS", line 174
ORA-06512: at line 1
The user does have the execute privileges. A quick look at the queue table revealed that the table has changed significantly after the 9i to 10g database upgrade and that could be the reason we are seeing this error. Quick differences we are seeing are all columns with DATE datatype on 9i are now defined as TIMESTAMP(6) under 10g, and there is an additional column call user_prop of type SYS.ANYDATA.
Can somebody please confirm this ? I thought Oracle AQ will be backwards compatible and will be an abstract interface to the application but looks like its not. How do I get this issue resolved ?

I suggest you revoke all the privileges and grant once again.
Privileges:-
GRANT EXECUTE ON DBMS_AQ TO User;
GRANT EXECUTE ON DBMS_AQADM TO User;
GRANT EXECUTE ON DBMS_AQJMS TO User;
GRANT EXECUTE ON DBMS_AQIN TO User;
Regards,
Sanjeev

Similar Messages

  • Collection of stats prior to 10g upgrade for dictionary tables

    Collection of stats prior to 10g upgrade for dictionary tables is required? I thought if you are upgrading from 9i to 10g the stats in 9i become stale in 10g.
    I read a document that says you need to collect stats prior to upgrade and import them once your upgrade is done. Can someone guide me?

    I don't know where did you get these? There's some optimizer improvement and new feature in 10g. Collecting stats before upgrade and import later is unheard of.
    I suggest you check this article
    Choosing An Optimal Stats Gathering Strategy
    http://structureddata.org/2008/03/26/choosing-an-optimal-stats-gathering-strategy/
    and the white paper mentioned,
    White Paper entitled Upgrading from Oracle Database 9i to 10g: What to expect from the Optimizer.

  • How to import the data in a .xls or .xlsx file into a oracle database table

    Hi,
    Please tell me how to import the data in a .xls or .xlsx file into a oracle database table in Oracle 10gR2 using Oracle Warehouse Builder 10gR2.

    ....can we do something through Non-Oracle->ODBC?Yes, it is possible, look at this thread
    [SQLServer access from AIX Warehouse builder|http://forums.oracle.com/forums/thread.jspa?messageID=2502982]
    If your server (with target DB and OWB runtime) is on Windows OS this configuration will be simpler - you can use single server.
    And additional link on OWB blog (with 11g transparent gateway)
    [http://blogs.oracle.com/warehousebuilder/2008/01/11g_heterogeneous_agent.html]
    (configuring nonoracle connection with 10g generic connectivity very similar to 11g gateway)
    Also look at
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:4406709207206#18830681837358
    Regards,
    Oleg

  • Report giving error after 10g upgrade

    We have a custom report which is erroring out after 10g upgrade. Following is the log file-->
    **Starts**24-APR-2009 04:11:21
    ORACLE error 3113 in FDPSTP
    Cause: FDPSTP failed due to ORA-03113: end-of-file on communication channel
    The SQL statement being executed at the time of the error was: SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R.Status_Code, P
    APP-FND-01564: ORACLE error 1000 in AFPGRG
    Cause: AFPGRG failed due to ORA-01000: maximum open cursors exceeded.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R
    SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R.Status_Code, P.A
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected to ORACLE
    Contact your system administrator or support representative.
    Shutting down Concurrent Manager : 24-APR-2009 04:11:51
    ORA-01041: internal error. hostdef extension doesn't exist
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01041: internal error.
    hostdef extension doesn't exist
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected
    to ORACLE
    Contact your system administrator or support representative.
    _ 3 _
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected
    to ORACLE
    Contact your system administrator or support representative.
    However the alert log has following-->
    Errors in file /u07/fatstdb/10g/admin/FATST_fatstdb/udump/fatst_ora_10468.trc:
    ORA-07445: exception encountered: core dump [qercoStart()+156] [SIGSEGV] [Address not mapped to object] [0x00000087D] [] []
    I already increased the cursors from 700 to 900
    How to fix it?

    Hi,
    However the alert log has following-->
    Errors in file /u07/fatstdb/10g/admin/FATST_fatstdb/udump/fatst_ora_10468.trc:
    ORA-07445: exception encountered: core dump [qercoStart()+156] [SIGSEGV] [Address not mapped to object] [0x00000087D] [] []Refer to the lookup to get more details about this error.
    Note: 153788.1 - Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=153788.1
    I already increased the cursors from 700 to 900
    How to fix it?Is it possible to increase OPEN_CURSORS to a higher value? Enable trace on this concurrent program, and see if this collects more details about the error.
    Regards,
    Hussein

  • Duplicate Rows In Oracle Pipelined Table Functions

    Hi fellow oracle users,
    I am trying to create an Oracle piplined table function that contains duplicate records. Whenever I try to pipe the same record twice, the duplicate record does not show up in the resulting pipelined table.
    Here's a sample piece of SQL:
    /* Type declarations */
    TYPE MY_RECORD IS RECORD(
    MY_NUM INTEGER
    TYPE MY_TABLE IS TABLE OF MY_RECORD;
    /* Pipelined function declaration */
    FUNCTION MY_FUNCTION RETURN MY_TABLE PIPELINED IS
    V_RECORD MY_RECORD;
    BEGIN
    -- insert first record
    V_RECORD.MY_NUM = 1;
    PIPE ROW (V_RECORD);
    -- insert second duplicate record
    V_RECORD.MY_NUM = 1;
    PIPE ROW (V_RECORD);
    -- return piplined table
    RETURN;
    END;
    /* Statement to query pipelined function */
    SELECT * FROM TABLE( MY_FUNCTION ); -- for some reason this only returns one record instead of two
    I am trying to get the duplicate row to show up in the select statement. Any help would be greatly appreciated.

    Can you provide actual output from an SQL*Plus prompt trying this? I don't see the same behavior
    SQL> SELECT * FROM V$VERSION;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for 64-bit Windows: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    SQL> CREATE TYPE MY_RECORD IS OBJECT(MY_NUM INTEGER);
      2  /
    Type created.
    SQL> CREATE TYPE MY_TABLE IS TABLE OF MY_RECORD;
      2  /
    Type created.
    SQL> CREATE OR REPLACE FUNCTION MY_FUNCTION
      2  RETURN MY_TABLE
      3  PIPELINED
      4          AS
      5                  V_RECORD        MY_RECORD;
      6          BEGIN
      7                  V_RECORD.MY_NUM := 1;
      8                  PIPE ROW(V_RECORD);
      9
    10                  V_RECORD.MY_NUM := 1;
    11                  PIPE ROW(V_RECORD);
    12
    13                  RETURN;
    14          END;
    15  /
    Function created.
    SQL> SELECT * FROM TABLE(MY_FUNCTION);
                  MY_NUM
                       1
                       1

  • Heavu CPU Utilization of Dictionary Query - After 9i to 10g Upgrade

    Hi Friends,
    We have migrated our production DB from Oracle 9i(Windows) to Oracle 10g(AIX) and after that a heavy cpu utilization query is coming frequently and hence many timeouts are happening in the application.
    Application is connecting to the database through Java Application (JDBC).
    Once the application service is started, below query is invoked and CPU takes around 20% continuously.
    The interesting thing is this query is not owned by the application schema but by SYS and it's invoked from Application Schema.
    We have raised an SR but still no luck.
    Any help will be very much appreciated.
    SELECT -- Packaged procedures with no arguments package_name AS procedu
    re_cat, owner AS procedure_schem, object_name AS procedure_name, NULL
    , NULL, NULL, 'Packaged procedure' AS remarks, 1 AS procedure_type
    FROM all_arguments WHERE argument_name IS NULL AND data_type IS NULL AN
    D package_name LIKE :3 ESCAPE '/' AND owner LIKE :4 ESCAPE '/' AND obje
    ct_name LIKE :5 ESCAPE '/' UNION ALL SELECT -- Packaged procedures with a
    rguments package_name AS procedure_cat, owner AS procedure_schem, obj
    ect_name AS procedure_name, NULL, NULL, NULL, 'Packaged procedure'
    AS remarks, 1 AS procedure_type FROM all_arguments WHERE argument_name IS
    NOT NULL AND position = 1 AND position = sequence AND package_name L
    IKE :3 ESCAPE '/' AND owner LIKE :4 ESCAPE '/' AND object_name LIKE :5
    ESCAPE '/' UNION ALL SELECT -- Packaged functions package_name AS proce
    dure_cat, owner AS procedure_schem, object_name AS procedure_name, NU
    LL, NULL, NULL, 'Pa
    Regards,
    Savad

    Pl do not post duplicate threads - Heavy CPU Utilization of Dictionary Query - After 9i to 10g Upgrade
    Srini

  • How to call Report 6i/9i Oracle Standard Report into Discoverer 10g

    How to call Report 6i Standared report into Duscoverer 10g as there is a requirement to create or transfer Oracle Standard report into Discoverer.
    1) Account Analysis Subledger Details(180 Char) - Standard Report 6i as i want the same report in Discoverer 10g.
    2) Aging Report -- 7 bucket --Standard report in 6i,how to transfer in Discoverer 10g.
    Is is possible to Transfer from Report 6i to Discoverer or How to Create this report in Discoverer 10g.
    Please advice,
    Sushant

    Well, if I had to do it, here's how I'd start.
    1. Get the SQL from the Oracle Report and then create a database view that's more generic based on the SQL but still gets the answers.
    For example, you'd not code many conditions, etc. but the database view would be pointing to the correct Oracle Apps tables / views.
    Once you've got the view, bring it in to Disco Admin, etc. and create a report from it that now adds the extra conditions needed. That way you can use the underlying concept without hard coding things like dates, etc. which you would ask the user at run time.
    However ... as you may well know ... Oracle Reports can do some 'strange and/or powerful things' on the fly and, for example, it may be something like a temporary table generated for the report, etc. so may become a much bigger issue.
    2. If you have NoetixViews views then they'll most likely already have the views for these queries already created as they're reasonable for what's needed in an Oracle environment.
    3. I'd see if there is already a pre-defined BIS view that covers this as well. Again, you're in an area that's pretty popular so if a BIS view already covers much of the same info then you've got a create view 'head start' already. Check views owned by Apps starting with the application plus FV or FG (the one you'd really want) such as: GLFG_Budgets_To_Actuals to see what I mean.
    Russ

  • Data Type for a Longitude/Latitude Column in an Oracle dB Table?

    Greetings All,
    What is the recommended data type for a Longitude(Lon) or Latitude(Lat) Column of an Oracle dB Table? I am creating a signs inventory table in our Oracle database to be used as a data warehouse for our signs inventory. The Lon and Lat fields along with some other data will be populated from a MS access file exported from our Geodatabase. Currently the data type for the Lon and Lat fields of the MS access file is defined as "Double". A couple of Examples of the Lon and Lat data are as follows:
    Lat                       Lon
    59.4564555909     -135.3133542922
    64.841125            -148.01808
    ...What data type should these two columns be defined in the new Oracle database table??? Should the data type be defined as FLOAT(126), NUMBER(10, 6), or else? Any suggestions/help on this would be greatly appreciated.
    If the data type is defined as NUMBER(10,6), the first example of Lon "-135.3133542922" will be truncated to "-135.313354" or would I receive an error while trying to import the data from an access file to the Oracle dB?
    Thanks in advance for any/all the help.

    Orchid,
    Is SDO_GEOMETRY available in Oracle 10g?Yup. I'm still on 10g as well; there's no shame in that.
    How do I format my lat/long's into WKT and use the SDO_GEOMETRY constructor?The March 16th example shows the steps, but I take it you're trying to get your data from MS Access into Oracle. Is that right? If so, consider these options:
    OPTION 1, When you have < 50k records
    Simply write a query that returns INSERT statements that you can run against Oracle.
    For example, let's say you have a table in MS Access defined as msaCoords (ID, LongX, LatY).
    Let's say, your destination table in Oracle is named oraCoords(ID NUMBER, Geometry MDSYS.SDO_GEOMETRY). Then,
    SELECT "INSERT INTO oraCoords (ID, Geometry) VALUES (" & ID & ", SDO_GEOMETRY('POINT (" & LongX & "," & LatY & "'), 8307);" FROM msaCoords;
    -- "MS-ACCESS QUERY RESULTS"
    INSERT INTO oraCoord (ID, Geometry) VALUES (1, SDO_GEOMETRY('POINT (-135.3133542922,59.4564555909'), 8307);
    INSERT INTO oraCoord (ID, Geometry) VALUES (2, SDO_GEOMETRY('POINT (-148.01808,64.841125'), 8307);Save those MS-ACCESS QUERY RESULTS to a text-file (D:\MyPts.sql). Launch SqlPlus and type @D:\MyPts.sql
    Once it's done, type Commit into SqlPlus and you're done.
    OPTION 2, when you have > 50k records
    Use SqlLoader. There's an example posted { here | http://forums.oracle.com/forums/thread.jspa?messageID=9412123&#9412123 }
    Cheers,
    Noel

  • ODI - IKM Oracle Multi Table Insert

    Hi All,
    I am new to ODI, i tried to use "IKM Oracle Multi Table Insert", one interface generates query like
    insert  all
    when 1=1  then
    into BI.EMP_TOTAL_SAL
    *(EMPNO, ENAME, JOB, MGR, HIREDATE, TOTAL_SAL, DEPTNO)*
    values
    *(C1_EMPNO, C2_ENAME, C3_JOB, C4_MGR, C5_HIREDATE, C6_TOTAL_SAL, C7_DEPTNO)*
    select
    C1_EMPNO EMPNO,
    C2_ENAME ENAME,
    C3_JOB JOB,
    C4_MGR MGR,
    C5_HIREDATE HIREDATE,
    C6_TOTAL_SAL TOTAL_SAL,
    C7_DEPTNO DEPTNO
    from BI.C$_0EMP_TOTAL_SAL
    where (1=1)
    because of alias this insert fails. Could you please anyone explain what exactly happens and how to control the query genration?
    Thanks & Regards
    M Thiyagu

    What David is asking is for you to go to operator and review the failed task, copy the SQL and paste it up here, run the SQL in your sql client (Toad / SQL Developer) and try and ascertain what objects your missing causing your SQL Error.
    Have you followed the link posted above? Have you placed the interfaces in a package in the right order? Are you running the package as a whole or individual interfaces? I dont think the individual interfaces will work with this IKM as its designed for one to feed the other.
    Please detail the steps you've taken, how many interfaces you have and what options you have chosen in the IKM options for each interface - Its tricky to diagnose your problem and when you say "I can't understand what to do and how to do...
    So please give the step wise solution to do that interface.. or please give with an example.." it means a lot of people will ignore your post as we cant see any evidence of you trying!
    p.s I see you have resurected a thread from 2009 - 1) I dont think the multi-table insert KM was available with ODI at that time (10G) 2) The thread is answered / closed so not many people will look at it 3) Proceedurs should only really be used when you cant do it with an interface, you lose all the lovely lineage between objects with you get with an interface.
    Hope this helps - please post your setup , your error and how you have configured the interfaces and package so far.

  • Suggetions required for migrating Oracle forms 4.5 to 10G

    Hi,
    We are migrating an application, which is built using oracle forms 4.5 to oracle 10G forms. I have following queries:
    1. We are trying to automate some steps in this process using following approach:
    a. Migrating forms 4.5 to 6i using command line option
    b. Migrating forms 6i to 10G using migration assistant
    c. Using forms API for setting some properties automatically like Coordinate system, fonts etc.
    But Still there are several steps that need to be taken care manually. Esp. GUI correction related. Can any body suggest any thing additional to this or any better approach.
    2. What is the best way of approaching this migration? Are there standard tools available and are they realy useful ( or still lot's to be done manually).
    3. Any other useful tip.
    Regards
    Arpan

    Hi,
    yes, there are tools to do so
    Go to :
    http://www.oracle.com/technology/products/forms/htdocs/upgrade/index.html
    There is a link:
    http://www.oracle.com/technology/products/forms/htdocs/partners.html
    An interview with one of the partners can be found here
    http://groundside.com/blog/GrantRonald?title=blog_interview_forms_upgrade_with_pitss&more=1&c=1&tb=1&pb=1
    Frank

  • IKM oracle multi table insert

    Hii...Experts..
    How can I load data from a single source table to multiple target tables using IKM oracle multi table insert ???
    Please help me with an example.
    Regards

    What David is asking is for you to go to operator and review the failed task, copy the SQL and paste it up here, run the SQL in your sql client (Toad / SQL Developer) and try and ascertain what objects your missing causing your SQL Error.
    Have you followed the link posted above? Have you placed the interfaces in a package in the right order? Are you running the package as a whole or individual interfaces? I dont think the individual interfaces will work with this IKM as its designed for one to feed the other.
    Please detail the steps you've taken, how many interfaces you have and what options you have chosen in the IKM options for each interface - Its tricky to diagnose your problem and when you say "I can't understand what to do and how to do...
    So please give the step wise solution to do that interface.. or please give with an example.." it means a lot of people will ignore your post as we cant see any evidence of you trying!
    p.s I see you have resurected a thread from 2009 - 1) I dont think the multi-table insert KM was available with ODI at that time (10G) 2) The thread is answered / closed so not many people will look at it 3) Proceedurs should only really be used when you cant do it with an interface, you lose all the lovely lineage between objects with you get with an interface.
    Hope this helps - please post your setup , your error and how you have configured the interfaces and package so far.

  • 10g Upgrade on HPIA64 - missing OR510264.SAR  file

    1) Upgrading from 9.2.0.6 to 10.2.0.2 on HPIA64,
    do I first get the OR#10264.SAR files (as below) and apply them to get  Oracle 10.2.0.1.
    Then do I apply the 10.2.0.2 patchset?
    2) Where do I get OR510264.SAR
    To get the HPIA64 10g upgrade files, I go to...
    http://service.sap.com/swdc
    Download
    Installations and Upgrades
    Entry by Application Group
    SAP NetWeaver
    SAP NETWEAVER
    SAP NETWEAVER 2004S
    Installation and Upgrade
    HP-UX
    ORACLE
    Then I download these 7 files.
    DVD ORACLE RDBMS 10.2 HPUX_PARISC_64 1 of 7
    DVD ORACLE RDBMS 10.2 HPUX_PARISC_64 2 of 7
    DVD ORACLE RDBMS 10.2 HPUX_PARISC_64 3 of 7
    DVD ORACLE RDBMS 10.2 HPUX_PARISC_64 4 of 7
    DVD ORACLE RDBMS 10.2 HPUX_PARISC_64 5 of 7
    DVD ORACLE RDBMS 10.2 HPUX_PARISC_64 6 of 7
    DVD ORACLE RDBMS 10.2 HPUX_PARISC_64 7 of 7
    Then on Windows, run the application 51031671_part1.exe to extract these SAR files.
    OR110264.SAR
    OR210264.SAR
    OR310264.SAR
    OR410264.SAR
    OR510264.SAR
    But OR510264.SAR is missing.

    try this:
    https://websmp208.sap-ag.de/installations
    My Company's Application Components
    SAP NETWEAVER
    SAP NETWEAVER 7.0 (2004S)
    Installation and Upgrade
    HP-UX
    Oracle
    go get:
           EXE       51031671_1       DVD ORACLE RDBMS 10.2 HPUX_IA64 1 of 7        Info       683594       10.04.2006
              RAR      51031671_2      DVD ORACLE RDBMS 10.2 HPUX_IA64 2 of 7       Info      683594      10.04.2006
              RAR      51031671_3      DVD ORACLE RDBMS 10.2 HPUX_IA64 3 of 7       Info      683594      10.04.2006
              RAR      51031671_4      DVD ORACLE RDBMS 10.2 HPUX_IA64 4 of 7       Info      683594      10.04.2006
              RAR      51031671_5      DVD ORACLE RDBMS 10.2 HPUX_IA64 5 of 7       Info      683594      10.04.2006
              RAR      51031671_6      DVD ORACLE RDBMS 10.2 HPUX_IA64 6 of 7       Info      683594      10.04.2006
              RAR      51031671_7      DVD ORACLE RDBMS 10.2 HPUX_IA64 7 of 7       Info      616287      10.04.2006
    download all of them, you should get 7 files

  • 10G upgrade exam

    Hi All,
    I am preparing for Oracle9i DBA OCPs to Oracle Database 10g upgrade exam 1Z0-040.
    If anyone have sample practice questions/dumps for the same kindly send me at [email protected]
    Thanks in Advanced,
    Bhupinder

    Earlier, there use to be some kind of test dumps available for 9i and other exams. What I heared from few people that they follow the same for 10g upgrade and they failed. Because, the pattern has changed and hardly a couple of questions have come. My recommendation would be read oracle docs for 10g new features, make practice and SYBEX 10g upgrade book might also helpfull.
    Just reading dump and appearing exam could lead you to pass exam, but, ultimately, gaining nothing. Make practice and appear for the exam.
    Jaffar

  • Regarding 10g upgrade exam

    Dear Sir,
    I m shreyas desai from mumbai. I became 9i OCP (DBA track) on 12th sept,2009.
    Now i want to give 10g upgrade exam (1z0-040). But i didn't submitted hands-on form / didn't done any course from oracle uni. Am i able to take and give the next exam?
    How can i obtain OCP Credential?
    Thanks & Regards,
    shreyas desai

    user6727772 wrote:
    Dear Sir,
    I m shreyas desai from mumbai. I became 9i OCP (DBA track) on 12th sept,2009.
    Now i want to give 10g upgrade exam (1z0-040). But i didn't submitted hands-on form / didn't done any course from oracle uni. Am i able to take and give the next exam?
    How can i obtain OCP Credential?
    Thanks & Regards,The first thing to note is that from your email I challenge you that you are not actually a 9i DBA OCP even though you are representing yourself as one.
    Can you confirm you have received a 9i DBA Certification Success Kit from Oracle?
    If the answer is yes you have received a success kit from Oracle:
    - all well and good (and accept my apologies).
    - Taking the 1z0-040 DBA 10g upgrade exam will get your Oracle 10g OCP Certification.
    If the answer is no, and you have merely passed 1z0-007+1z0-0031+1z0-032+1z0-033 then perhaps you need to re-read the certification agreement you agreed when you took your exams:
    1) Reference: [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=138]
    2) Reference: [http://www.oracle.com/global/us/education/downloads/certification/certagreement.pdf]
    In particular breach of * especially 3.2 (iii) * representing yourself as OCP when not could actually result in Oracle nullifying all your exam passes and OCA certification and possibily preventing you from taking further exams.
    My guess is you may have been through a WDP program and able to submit that as your 9i online course.
    Please note if you have not received a Certification Success Kit and have and/or have not taken a hands on course there is nothing stopping you taking 1z0-040 any time you can schedule a sitting. However under NO CIRCUMSTANCES can you represent yourself as an OCP without having received the success kit (or meeting all requirements) or the consequences can be considerable.
    Regards - bigdelboy

  • Sampe 10g Upgrade Certification Questions

    Anyone know where to find a good souce for 10g upgrade cert exam (free or not)?
    Thanks,
    Mike

    Hi, Also you can get technical information about the upgrade to 10g into Oracle Press books,
    http://www.oraclepressbooks.com/
    In fact, is recommended that you practice and get experience into the new version before that you take the exam, you should not study only the question for take the exam, in the real world you must use the concepts and experience for resolve the issues or problems.
    Regards.
    Serch-Net.

Maybe you are looking for

  • Dreamweaver Templates are Locked

    CS6 I have created some .dwt. I understand that on pages I create from the template only editable regions can be edited. However I thought if I needed to make a change to the template itself in a non editable region, I could and it would update all a

  • All of a sudden, I can't load Microsoft Word,

    The error message says that i need to check if Word works with this version of Mac OS X ... but Excel and PP ok and Word was fine yesterday?! I just noticed that the W icon on my bar was missing ... haven't had any problems with this before......Any

  • Logic Pro X Interface

    I have an old Yamaha 01X with firewire. It works very well with my older Macbook running logic 9. OS 10.6.8 In the compatibility list for Logic Pro X, it states that the 01X is compatable with logic X, I have not been able to get this setup to work w

  • Office Jet Pro 8500A New Cartridge wont print

    After running to empty on my Yellow cartridge I replaced with a new 940XL.  Following installation I have no yellow print. My oh my I wish I had not run it to empty but in Hindsight?  Any way to prime?  I attempted to print yellow only circles on a d

  • Webutil and object properties

    I'm trying to access property that has been declared as [id(0x6002009a), propget, helpcontext(0x0000027f)] _CadInputQueue* CadInputQueue();" I get error "com.jacob.com.ComFailException: Can't map name to dispid: CadInputQueue". Code I'm using is like