App coring after oracle version upgrade

We update oracle from 9.x to 10.2.0.4.0 and this probably results in coring of the app. The app itself uses Pro*C to insert and update record from/in one table in Oracle.
When I comment out the sql aspect out of the code (including the part where it establishes DB connection), the app runs fine. Not sure which direction I should start looking. Any pointer will be helpful. Thanks.

Yeah, we are sure the error with within that method and specifically with oracle connection. When we comment out the call to oracle the code runs fine. Here is a stack from earlier run..
----------------- lwp# 268 / thread# 268 --------------------
fb93bc38 sqlnFetchError (fc703b34, fffffffe, 14400, fc703b9c, fffffffe, fffffffe) + 38
fb931f04 sqllam (fc703b34, f6b2d600, e, 0, 0, fffffffe) + 43c
fb9386c0 sqllo3t (fc703b34, 5, 0, 0, f6b2ce18, 0) + 240
fb936a08 ???????? (fc703b34, 14400, f6b2d2f0, a, 4, fc6d1eb4)
fb937f00 sqlexp (fc703b34, 1962e58, f6b2d2f0, 0, 4, 1b) + 6c8
fb933114 ???????? (118, f6b2cf50, f6b2d2f0, 3, 0, 1962e58)
fb9335f8 sqlcxt (0, fcaf7164, f6b2d2f0, fcaf7150, 1, f6b2d3f6) + 58
fca9da0c retrieval (433d608, 433dec8, 433d808, 43ad430, 409e9f8, fcaf84bc) + 18c
fcaa63e8 ???????? (1, f6b2d600, f6b2d640, f6b2d500, 6f3, 1010101)
fcaa0cc4 owxxx_beginEvent (4273874, 42738b4, fe45bdb6, 98, 0, 6d) + 424
fded73c4 __1cQxxxxBillingEventJauthorize6M_b_ (4273868, fe536db8, fe4226c9, 0, 80808080, 1010101) + 164
fdcdc19c __1cPRelayDispatcherJhandleMsg6MnNxxxMsgTypeTag_rnLxxxResponse_rnMxxxRelayCtxt_b_b_ (442aa8, 8, f6b2e960, 409e048, 0, 6d)
+ f8c
fdcd5668 __1cPRelayDispatcherNhandleRequest6MrnKxxxRequest_rnLxxxResponse_rnMxxxRelayCtxt__b_ (6, f6b2e3d4, f6b2e960, 0, 442ad4, 80
808080) + 1998
fdbf54fc __1cJxxxModuleNhandleRequest6MpnJ_TRequest__i_ (153d48, f6b2ed2c, 12e000c, 0, 0, 0) + 199c
fdbf69dc __1cJxxxModuleHhandler6FpnJ_TRequest__i_ (f6b2ed2c, 0, f6b2ed2c, 80808080, ff00, 80808080) + 3c
fdbf7334 xxxModule_handler (f6b2ed2c, 13b3f0, 12e000c, 0, 0, 0) + 84
ff324c98 __1cbAap_invoke_wildcard_handler6FpnLhandler_rec_pkcpnJ_TRequest__i_ (13b3d8, 12e000c, f6b2ed2c, 80808080, ff00, 80808080)
+ 60
ff324e5c ap_invoke_handler (f6b2ed2c, 1, ff34357e, 14d3a4, b5, d) + 15c
ff32ffe4 __1cKServerFunc6FpnG_TConn__v_ (14d3a4, f6b30000, 0, 0, ff330d80, 1) + 51c
000297d0 __1cLConnProcess6FpnG_TConn__i_ (14d3a4, 1, ff32fac8, c0, fe, d) + 70
ff331034 ServerAcceptNoOSA (14d3a4, f6b30000, 0, 0, ff330d80, 1) + 2b4
fef45238 lwpstart (0, 0, 0, 0, 0, 0)
Thanks for your help anyway.

Similar Messages

  • Incorrect version showing after Oracle version upgrade

    Dear All
    As we have upgraded our oracle version from 10.2.0.4.0 to 11.2.0.2.0. As we go in the sqlplus / as sysdba " . it is showing the
    correct version. ever after i checked through 'select version from
    V$instance' showing the correct result also. 11.2.0.2.0. When we go ourenterprise portal & check the oracle version in the system info of enterprise portal showing "Oracle Database 11g Release 11.1.0.0.0 -Production"
    we are not able to understand why it is showing the wrong version in the portal.
    Can anybody help to trace it out. 
    Thanks
    regards
    Ravi Kant Arya
    +91 9540990385

    Ravi Kant Arya wrote:
    Dear All
    >
    > As we have upgraded our oracle version from 10.2.0.4.0 to 11.2.0.2.0. As we go in the sqlplus / as sysdba " . it is showing the
    > correct version. ever after i checked through 'select version from
    > V$instance' showing the correct result also. 11.2.0.2.0. When we go ourenterprise portal & check the oracle version in the system info of enterprise portal showing "Oracle Database 11g Release 11.1.0.0.0 -Production"
    >
    > we are not able to understand why it is showing the wrong version in the portal.
    >
    > Can anybody help to trace it out. 
    >
    > Thanks
    > regards
    > Ravi Kant Arya
    > +91 9540990385
    Hi Ravi,
    Could it be belong to the Oracle client release?
    Best regards,
    Orkun Gedik

  • Oracle Report Failing After Database Version Upgrade

    Hi,
    I have function code created in RDF file of oracle reports 10g as below-
    create or replace function clobblobtest (TMP_MID varchar2) return varchar is
    missed_text varchar2(1000) := '';
    v_time_stamp date;
    v_end_time date;
    cursor c1(c_time_stamp in date,
              c_mid in varchar2) is
           select mn.TEXT from msgnotes mn
      where mn.mid=c_mid
          and mn.create_date >= c_time_stamp;
    cursor c2(c_time_stamp in date,
              c_mid in varchar2,
              c_end_time in date) is
           select mn.TEXT from msgnotes mn
      where mn.mid=c_mid
          and mn.create_date >= c_time_stamp
          and mn.create_date <= c_end_time;
    begin
      IF ('1' = 'INWARD RETURN') then
        select bbi into missed_text from mtf1000 where mid=TMP_mid;
        ELSIF '1'='QPH Missed' then
      Select max(nj.update_date) into v_time_stamp
      from newjournal nj
      where nj.mid=TMP_mid and nj.status = 'CTOVRQ';
      for i in c1(v_time_stamp,TMP_mid) loop
      missed_text:=missed_text||' '||i.text;
      END Loop;
      ELSIF ('Rejected'='Rejected' OR 'REJECTED'='REJECTED') then
      IF ('TERMINATED' in ('TERMINATED')) THEN
      Select min(nj.update_date),max(nj.ENDDATE) into v_time_stamp,v_end_time
      from newjournal nj
      where nj.mid=TMP_mid and nj.actionid2='16' and nj.actionid1 is null;
      for i in c2(v_time_stamp,TMP_mid,v_end_time) loop
      missed_text:=missed_text||' '||i.text;
      END Loop;
      ELSE
      Select max(nj.update_date) into v_time_stamp
      from newjournal nj
      where nj.mid=TMP_mid and nj.status = 'UNSETLED';
      for i in c1(v_time_stamp,TMP_mid) loop
      missed_text:=missed_text||' '||i.text;
      END Loop;
      END IF;
      ELSE missed_text := null;
      END IF;
    return(missed_text);
    End;
    Note:- Text column from table msgnotes is of datatype CLOB.
    I have executed report having this function before oracle upgrade and it works fine.
    But when i am trying to execute report after oracle version upgrade from 11.2.0.3.0 to 11.2.0.4.0 with same data report fails with runtime error Rep-1401: '' Fatal PL/SQL Error.
    With New version we tried to typecast Text column from clob to varchar and executed report then it works... but report runs on old version without any explicit typecasting.
    Please note when i run and call this funtion from sql developer with upgraded database version it works fine.
    Please advise.

    This error can possibly depend on the fact that the PL/SQL engines are in different versions. When using SQL Developer you use the PL/SQL engine in the database. When using Oracle Reports you use the PL/SQL engine in the Oracle Reports Server (Web Logic Server even maybe). These versions - in the Forms and Reports realm - are different (read: a lower version) than the PL/SQL engine in the database.
    If I check what version I have in Oracle Forms, as an example, I get 11.1.0.7.0 (Help in the Oracle Forms Builder menu) but in the database I have (select * from product_component_version;) 11.2.0.3.0.
    That COULD be your issue...how to fix it I am not sure...

  • Hidden parameters appears after Oracle 11gR2 upgrade

    Platform: HP-UX B.11.31 U ia64
    Upgrading from: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    Upgrading to : Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Issue : There are around 130 hidden parameter appear after Oracle 11gR2 upgrade.
    Before upgrade I have commented the hidden parameters on the PFILE. PFILE only to start the database for the Oracle 11gR2 upgrade.
    Before upgrade, checking the hidden parameter:
    SQL> SELECT name,description from SYS.V$PARAMETER WHERE name LIKE '\_%' ESCAPE '\';
    optimizerextended_cursor_sharing_rel
    optimizer extended cursor sharing for relational operators
    allowlevel_without_connect_by
    allow level without connect by
    I am using client parameter file ( PFILE ) commented the hidden parameters highlighted above.
    However after successful upgrade to 11gR2, creating SPFILE from the PFILE ( commented the hidden parameters) now i am getting 132 hidden parameters.
    SQL> select count(1) from sys.V$PARAMETER where name like '\_%' escape '\';
    COUNT(1)
    132
    SQL> select name from sys.V$PARAMETER where name like '\_%' escape '\';
    name
    aggregationoptimization_settings
    alwaysanti_join
    alwayssemi_join
    andpruning_enabled
    btree_bitmap_plans
    bloomfilter_enabled
    bloomfolding_enabled
    bloompruning_enabled
    complexview_merging
    compressioncompatibility
    connectby_use_union_all
    convertset_to_join
    costequality_semi_join
    cputo_io
    dimensionskip_null
    eliminatecommon_subexpr
    enabletype_dep_selectivity
    fastfull_scan_enabled
    firstk_rows_dynamic_proration
    gbyhash_aggregation_enabled
    generalizedpruning_enabled
    globalindexpnum_filter_enabled
    gsanti_semi_join_allowed
    improvedouterjoin_card
    improvedrow_length_enabled
    indexjoin_enabled
    ksbrestart_policy_times
    leftnested_loops_random
    localcommunication_costing_enabled
    minimalstats_aggregation
    mmvquery_rewrite_enabled
    newinitial_join_orders
    newsort_cost_estimate
    nljbatching_enabled
    optimadjust_for_part_skews
    optimenhance_nnull_detection
    optimnew_default_join_sel
    optimpeek_user_binds
    optimizeradaptive_cursor_sharing
    optimizerbetter_inlist_costing
    optimizercbqt_no_size_restriction
    optimizercoalesce_subqueries
    optimizercomplex_pred_selectivity
    optimizercompute_index_stats
    optimizerconnect_by_combine_sw
    optimizerconnect_by_cost_based
    optimizerconnect_by_elim_dups
    optimizercorrect_sq_selectivity
    optimizercost_based_transformation
    optimizercost_hjsmj_multimatch
    optimizercost_model
    optimizerdim_subq_join_sel
    optimizerdistinct_agg_transform
    optimizerdistinct_elimination
    optimizerdistinct_placement
    optimizereliminate_filtering_join
    optimizerenable_density_improvements
    optimizerenable_extended_stats
    optimizerenable_table_lookup_by_nl
    optimizerenhanced_filter_push
    optimizerextend_jppd_view_types
    optimizerextended_cursor_sharing
    optimizerextended_cursor_sharing_rel
    optimizerextended_stats_usage_control
    optimizerfalse_filter_pred_pullup
    optimizerfast_access_pred_analysis
    optimizerfast_pred_transitivity
    optimizerfilter_pred_pullup
    optimizerfkr_index_cost_bias
    optimizerfull_outer_join_to_outer
    optimizergroup_by_placement
    optimizerimprove_selectivity
    optimizerinterleave_jppd
    optimizerjoin_elimination_enabled
    optimizerjoin_factorization
    optimizerjoin_order_control
    optimizerjoin_sel_sanity_check
    optimizermax_permutations
    optimizermode_force
    optimizermulti_level_push_pred
    optimizernative_full_outer_join
    optimizernew_join_card_computation
    optimizernull_aware_antijoin
    optimizeror_expansion
    optimizerorder_by_elimination_enabled
    optimizerouter_join_to_inner
    optimizerouter_to_anti_enabled
    optimizerpush_down_distinct
    optimizerpush_pred_cost_based
    optimizerrownum_bind_default
    optimizerrownum_pred_based_fkr
    optimizerskip_scan_enabled
    optimizersortmerge_join_inequality
    optimizersqu_bottomup
    optimizerstar_tran_in_with_clause
    optimizersystem_stats_usage
    optimizertable_expansion
    optimizertransitivity_retain
    optimizertry_st_before_jppd
    optimizerundo_cost_change
    optimizerunnest_corr_set_subq
    optimizerunnest_disjunctive_subq
    optimizeruse_cbqt_star_transformation
    optimizeruse_feedback
    orexpand_nvl_predicate
    orderednested_loop
    parallelbroadcast_enabled
    partitionview_enabled
    pivotimplementation_method
    prerewrite_push_pred
    predmove_around
    pushjoin_predicate
    pushjoin_union_view
    pushjoin_union_view2
    pxminus_intersect
    pxpartition_scan_enabled
    pxpwg_enabled
    pxual_serial_input
    queryrewrite_setopgrw_enable
    removeaggr_subquery
    replacevirtual_columns
    resourcemanager_plan
    rightouter_hash_enable
    selfjoinmv_duplicates
    sqlmodel_unfold_forloops
    sqltunecategory_parsed
    subquerypruning_enabled
    subquerypruning_mv_enabled
    tablescan_cost_plus_one
    unionrewrite_for_gs
    unnestsubquery
    usecolumn_stats_for_function

    I just came across a similar case: 1 (just one) of our (RAC-) databases has 130-something underscore-parameters set to non-default values.
    version is still 11.1.0.7 (e.g. not 11gR2).
    All of those hidden parameters seem to be CBO related (list on request).
    Weird is: Only one of our (very similar, supposedly same-config) databases have these hidden parameters set.
    Colleagues justly wonder: Who, When, What has caused these parameters to be expliclty set for this one system?
    Note: we do not have the complete history of this system documented (systems have been managed by 3 different parties already).
    It is quite possible they came in with some patch or upgrade (catupgr?) somewhere between 11.1.0.1 and 11.1.0.7, but a confirmation would be nice.
    Information welcome.
    System info:
    Linux hostname 2.6.18-164.9.1.el5 #1 SMP Wed Dec 9 03:27:37 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    Versions
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE 11.1.0.7.0 Production
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    5 rows selected.

  • System Core Dumped after Oracle patch upgrade 9.2.0.6 to 9.2.0.8

    Hi,
    We are continously getting dumps on our BW Central instance server after we did an Oracle patch upgrade from 9.2.0.6 to 9.2.0.8.
    Following is our system environment
    SAP Release.............. "640"
    Application server....... "abci"
    Operating system......... "SunOS"
    Release.................. "5.10"
    Hardware type............ "sun4v"
    Database server.......... "abdb"
    Database type............ "ORACLE"
    Database name............ "ABP"
    Database owner........... "SAPABP"
    SAP kernel............... "640"
    Database version......... "OCI_920 "
    Patch level.............. "175"
    Following below is the Core Dump that is generated for any process chains that we schedule on our BW server
    Runtime Errors         SYSTEM_CORE_DUMPED
    Date and Time          14.04.2008 09:26:17
    ShrtText
         Process terminated by signal 11.
    What happened?
        The current ABAP program had to be terminated because the
        ABAP processor detected an internal system error.
        The current ABAP program "SAPMSSY2" had to be terminated because the ABAP
        processor discovered an invalid system state.
    What can you do?
        Make a note of the actions and input which caused the error.
        To resolve the problem, contact your SAP system administrator.
        You can use transaction ST22 (ABAP Dump Analysis) to view and administer
        termination messages, especially those beyond their normal deletion
        date.
    Error analysis
        An SAP System process was terminated by an operating system signal.
        Possible reasons for this are:
        1. Internal SAP System error.
        2. Process was terminated externally (by the system administrator).
                   Last error logged in SAP kernel
        Component............ "Taskhandler"
        Place................ "SAP-Server awci_ABP_00 on host awci (wp 5)"
        Version.............. 1
        Error code........... 11
        Error text........... "ThSigHandler: signal"
        Description.......... " "
        System call.......... " "
        Module............... "thxxhead.c"
        Line................. 9780
    How to correct the error
        The SAP System work directory (e.g. /usr/sap/c11/D00/work ) often
        contains a file called 'core'.
        Save this file under another name.
        If you cannot solve the problem yourself and you wish to send
        an error message to SAP, include the following documents:
        1. A printout of the problem description (short dump)
           To obtain this, select in the current display "System->List->
           Save->Local File (unconverted)".
        2. A suitable printout of the system log
           To obtain this, call the system log through transaction SM21.
           Limit the time interval to 10 minutes before and 5 minutes
           after the short dump. In the display, then select the function
           "System->List->Save->Local File (unconverted)".
        3. If the programs are your own programs or modified SAP programs,
           supply the source code.
           To do this, select the Editor function "Further Utilities->
           Upload/Download->Download".
        4. Details regarding the conditions under which the error occurred
           or which actions and input led to the error.
    Kindly help.
    Regards
    Sachin
    Edited by: Sachin N on Apr 14, 2008 12:26 PM

    No. If the environment would be wrong the system wouldn´t start up.
    Core dumps are in 99 % of the cases program errors (in the SAP kernel or in an interface (libdbora*)), misaligend accesses of data etc.
    If you encounter such an error have a look in the C-Stack. If you can´t see where the error is happening opening an OSS call. Most of those errors are fixed by installing the latest patches for the kernel and the database interface.
    Markus

  • I paid for an app and after the iOS upgrade it tell me I have to pay for it again to get the fetures I had before how do I deal with this?

    I paid 1.99 plus taxes  for the upgrade pedometer with the talking ,daily goal etc and after the iOS up grade they want me to pay again how is that (its aids over 5,000,000 users worldwide!)

    You shouldn't have to pay again, unless your AppleID has changed. I suggest contacting the app developer. If the upgrade was an in-app purchase you should be able to "restore purchases" within the app.
    However, for $1.99 how much time is it worth wasting on this? I have an app that has $280 worth of in-app purchases. So for me it really made a difference. I contact the developer and he told me how to restore the purchases, no problem.

  • I can't connect to App Store after iOS 7 upgrade, I can't connect to App Store after iOS 7 upgrade

    I can't connect to the App Store after iOS 7 upgrade

    I could always connect, but I couldn't search for anything.
    Just tried the steps in this thread:
    Log out (Settings > iTunes & App Store) then did a hard reset (Home and Power button) then signed back in.
    That worked for me.

  • HT4528 Instragram app failed after the latest upgrade.

    My instragram app failed after i installed the lastest update...help!!

    Try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps BEFORE doing the reset.
    You might try deleting and reinstalling the app
    Contact the app vendor

  • HT5295 How do I play video podcasts on my TV via the Podcasts app? After iOS 6 upgrade, I'm unable to do this.

    I used to be able to play video podcasts on my TV by connecting my iPod touch to the TV via an Apple AV cable.  Now that I've upgraded to ios 6 and the podcasts app got installed along with the upgrade, video podcasts will no longer play on my TV.  It should be noted that other video content (movies, TV shows, etc) will play properly.  Is there a setting I need to make that will fix this, or is this yet another bug with the podcasts app? Also, I have to say that I'm not happy at all with the Podcasts app, so if there's a way to uninstall it without harming the functionality of ios 6, that would be great. 

    I found a workaround that puts podcasts back in the video app as well as the music app so you can watch them on TV via an AV cable again.
    The instructions can be found at this video:
    http://www.youtube.com/watch?v=uaI9GwPKXkE
    In short:
    1. Make sure both the music and podcast app aren't running on your iPhone.
    2. Plug your iPhone into your computer and disable Podcast syncing for your iPhone in iTunes.
    3. Remove the podcast app from your iPhone
    4. Plug your iPhone into your computer again and turn on podcast syncing, then sync.
    5. Turn off and then back on your iPhone.
    After I did this, I found podcasts had returned to being listed in my music and video apps.
    Hope this helps you too!

  • LG Ally - Apps crashing after install of Upgrade Utility for Ally

    I was pushed down the "upgrade utlitly for Ally" after that an OS upgrade was pushed down but never successfully installed. I don't want to do a hard reset as I don't know if the system will just push down the utility again.
    I have had nothing but problems after OS upgrades and have had to do multiple hard resets and have not had the phone for even a year.

    @beverlyann76  Thanks for posting.  I can certainly understand the troubles that you are having downloading the Upgrade Utility App for Ally.  I did do some research on this and it seems the best way for the app to install successfully is to do a manual install.  You can install the app here.  Hope this helps.  Thanks.

  • Apps crashing after failed memory upgrade

    Over the Christmas holiday I had attempted to upgrade my dual 1.8GHz G5 PowerMac from 1 GByte to 3 GByte with memory from Crucial. However there must be a fault with one of the DIMM modules - which are now being replaced by Crucial under their RMA scheme - and I aborted the upgrade.
    However the nature of the memory fault was that the machine was very slow going through its initial hardware check then after booting up OSX the system either crashed immediately or within a minute or so of starting.
    The Mac was unusable but Mail and several other applications load at start up, presumably access their databases and possibly corrupt them when the machine crashed.
    I have now reverted to 1GByte which works as before, but whenever I try to open an email item, Mail crashes and leaves me at this reporting prompt - which itself also crashes if I try to add a comment before sending it to Apple.
    Since then I have found that Disc utility also crashes in the same way, but I have been able to boot up from the 10.4 issue DVD and then run disc utility which reported a few permission errors which have been fixed. No hardware errors have been reported.
    Any advice on possible cause and corrective action would be welcomed. I have recent incremental back ups and should be able to retrieve everything, but that might not be the cause and I would like guidance on what I should do ---- obliterating 10 years worth of emails isn't an option!!
    I have zapped my PRAM but the crashing apps just don't go away

    Proceed as described in the following article and post back with your observations if the problem persists:
    Multiple applications quit unexpectedly or fail to launch

  • Music App Freezes After 4.1 Upgrade

    I recently upgraded my 3GS to 4.1, and I am now experiencing an issue whereby the music app (the ipod?) would freeze if I do any other activity while playing music
    For example: I'm listening to music, and a phone call arrives. After hanging up the call, the music starts to play again, but then stops and the music app freezes. Or, I am receiving and sending text messages while the music is playing, then the same thing will happen. Or, if I open another app while listening to music.
    The phone itself won't freeze, but I can no longer play music, and selecting the music icon just displays a white screen. After a few seconds, the music app closes and I return to the home screen. To make the music app work again, I have to reboot the phone.
    Is this a known issue? Is there a workaround?
    Thank you!

    I have the same situation here. The files in questions are the no-longer sold iTunes store file format of M4P. Most likely it will have to be addressed in a future upgrade.

  • IPhone 4S app problems after IOS 7 upgrade

    Following upgrading to IOS 7, some apps aren't working properly on my iPhone 4S:
    The twitter app appear only as a small version in the middle of the screen and I can't do anything with it (I've tried deleting it and reinstalling it)
    The facebook app does the same.
    I can't seem to find a way to sort these out. Any suggestions?
    Thanks!

    Basic troubleshooting (which has not changed since iOS1) is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • App loss after 2.2 upgrade

    I selected the 2.2 upgrade option and after successfully completing it all of my purchased apps start to open but almost immediately go back to the main screen. I've had this unit less than a month but I have invested a lot of time putting data into the "Things" app that doesn't exist anywhere else. Does anyone have a solution to get my applications to function?
    App Less

    Did you reset the phone by holding the sleep and homebutton until the Apple logo comes up?
    If this it not solving the problem, a restore would be the next step.
    http://support.apple.com/kb/HT1414

  • Performance Hit After Oracle Database Upgrade to 10.2.0.4

    We have a couple dozen workbooks that took this performance hit after the upgrade of the database/migration to a new server. Worksheets that executed in the ten second range are now running for hours or simply not finishing. We took the new server factor out of the equation by rolling back the database to 10.2.0.3 where a test EUL resides and the problem was resolved. Has anyone seen this issue? Does anyone have an suggestions? An early reply would be greatly appreciated.
    Thanks,
    Jerre

    Rod,
    Thanks for the quick reply. We are looking at the different plans and modifying the optimizer settings, switching back and forth, as we speak. We are now starting with the hints. Currently our Server 'optimizer_mode' parameter is ALL_ROWS. We are planning to change the to 'Choose' and see what happens. The workbooks that are impacted are on our oldest business areas of Finance and HR. The former setup was borrowed from another school for a quick, low cost start up. The latter was thrown together by novices. Our true datamarts developed by knowledgeable personnel with star schemas are not impacted. Of course we are planning on redoing the older business areas but time, personnel and money matters slow things down. It is these workbooks on the older business areas that are greatly affected by the migrations and upgrade. We eventually get things to settle down but past actions do not always have the same resolution with newer and better servers and upgrades.
    Thanks,
    Jerre

Maybe you are looking for

  • In need of a report that will list all vendors for all parts in our plant.

    Can anyone tell me if there is a report in SAP that we can use to list all suppliers for a given material? We are operating in SAP ECC6.0 and need a report that will list all vendors that the company has used for a given part. Is there a standard rep

  • Reinstall Photoshop CC on a new computer

    I have Photoshop currently installed on a laptop (single user license). I am purchasing a faster and more powerful machine to handle it better. Do I have the license to simply reinstall the software on my new machine?

  • How to View the Actual Remaining Budget for Earmarked Fund?

    Hi All, First of all, pardon if my questions below are very basic, I'm an ABAPer trying to gasp the big FI process. Background: I created a project definition then allocate a budget via CJ30.  I created WBS Element then allocate a budget again. I cre

  • Where's Waldo? Where's Safari 6.1.3?

    Why is safari 6.1.3 advertised as an update through App Store but impossible to find at apple.com/downloads? I need to download it for enterprise distribution.

  • Location services - is this active all the time??

    I was wondering whether anyone new if location service in the iPhone 3g is constantly on in the back ground? If it is does it drain battery?? Hopefully this only starts when an app that requires it fires up.