No BPEL instances viewable after upgrading to 10.1.3.4

I upgraded my local copy of the SOA suite to patch 10.1.3.4 and since I have done so, I have come across a number of problems.
When I have run through a BPEL instance it does not appear in the instances tab of the bpel console.
I also cannot see bpel process fom Jdev that are deployed in my local soa suite. When I create a partner link and navigate to the BPEL_Services and drill down I expect to see the deployed processes but I get an error saying Exception: No services found!.
Any ideas anyone.

Hi,
I installed Oracle SOA 10.1.3.1.0 and Oracle 10g Express Edition Database.
I am trying to upgrade Oracle SOA 10.1.3.1.0 to Oracle SOA 10.1.3.4.0
In upgrade Preinstallation Requirements, Oracle is asking to run following sql scripts.
4.2.1 Run Upgrade Scripts on Oracle Application Server 10g Release 3 (10.1.3.1.0)
Before applying 10g Release 3 (10.1.3) Patch Set 4 (10.1.3.4.0) to a Oracle Application Server 10g Release 3 (10.1.3.1.0) instance, do the following procedure:
Connect to the Oracle database as the orabpel user.
Run the following script based on your database and operating system for your BPEL environment:
For Linux x86: upgrade_10131_10134_oracle.sql
The preceding script is located in the SHIPHOME/Disk1/install/soa_schema_upgrade/bpel/scripts directory.
For Microsoft Windows (32-Bit) with Oracle Database: upgrade_10131_10134_oracle.sql
The preceding script is located in the preceding script is located in the SHIPHOME\Disk1\install\soa_schema_upgrade\bpel\scripts directory.
For Microsoft Windows (32-Bit) with Oracle Database Lite: upgrade_10131_10134_olite.sql
The preceding script is located in the preceding script is located in the SHIPHOME\Disk1\install\soa_schema_upgrade\bpel\scripts directory.
Connect to the Oracle database as the oraesb user.
Run the following script based on your database and operating system for your ESB environment.
For Linux x86: upgrade_10133_10134_oracle.sql
The preceding script is located in the SHIPHOME/Disk1/install/soa_schema_upgrade/esb/sql/oracle directory.
For Microsoft Windows (32-Bit) with Oracle Database: upgrade_10133_10134_oracle.sql
The preceding script is located in the SHIPHOME\Disk1\install\soa_schema_upgrade\esb\sql\oracle directory.
For Microsoft Windows (32-Bit) with Oracle Database Lite: upgrade_10133_10134_olite.sql
The preceding script is located in the SHIPHOME\Disk1\install\soa_schema_upgrade\esb\sql\other directory.
MY QUESTIONS IS I didn't create users orabpel and oraesb in database.
IF ORACLE DATABASE HAS ALREADY HAS ORABPEL AND ORAESB USERS, I don't know password.
If you know passwords, will you please inform me.
May I know how you handled above sql while applying patch.
Regards,
Shanti Nagulapalli.

Similar Messages

  • Deploy to experimental instance deploys to wrong location after upgrade to Vs2013

    Hi,
    I have an extension that is deployed against Vs2005/Vs2008/Vs2010/Vs2012 and I am planning to extend this to deploy against Vs2013.
    After upgrading my solution to Vs2013 the Vs2012 VSIX is no longer deployed to the experimental instance during the build.
    It appears the upgrade has caused the deployment to target "%APPDATA%\...\12.0EXP\.." instead of "%APPDATA%\...\11.0EXP\.."
    Setup:
    1) Visual Studio 2012 Solution which generates a Visual Studio Package Extension.
    2) Upgrade the solution to VS2013
    3) Attempt to build.
            Build fails with Error:
                "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.targets(503,5): error VSSDK1031: Extension '<myGuid>' could not be found. Please make sure the extension has been installed."
    4) Goto project properties and un-check "Deploy VSIX content to experimental instance for debugging"
    5) Attempt to build.
            Build Succeeds.
    Some additional log output showing the incorrect path resolution.
    ===========================
    2>Using "GetDeploymentPathFromVsixManifest" task from assembly "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.Build.Tasks.dll".
    2>Task "GetDeploymentPathFromVsixManifest"
    2>Done executing task "GetDeploymentPathFromVsixManifest".
    2>Done building target "GetVsixDeploymentPath" in project "Vs2012.csproj".
    2>Target "GetVsixDeploymentPath" skipped. Previously built successfully.
    2>Target "FindExistingDeploymentPath" in file "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.targets" from project "C:\cygwin\home\cpedlar\w\git\desktop\vs\Trunk\vs2012\Vs2012.csproj" (target
    "DeployVsixExtensionFiles" depends on it):
    2>Using "FindInstalledExtension" task from assembly "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.Build.Tasks.dll".
    2>Task "FindInstalledExtension"
    2>Done executing task "FindInstalledExtension".
    2>Done building target "FindExistingDeploymentPath" in project "Vs2012.csproj".
    2>Target "GetVsixSourceItems" skipped. Previously built successfully.
    2>Target "DeployVsixExtensionFiles" in file "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.targets" from project "C:\cygwin\home\user\w\git\desktop\vs\Trunk\vs2012\Vs2012.csproj" (target "PrepareForRun"
    depends on it):
    2>Task "UninstallExtension" skipped, due to false condition; ('$(ExistingDeploymentPath)' != '$(VsixDeploymentPath)' AND '$(ExistingDeploymentPath)' != '') was evaluated as ('' != 'C:\Users\cpedlar\AppData\Local\Microsoft\VisualStudio\12.0Exp\Extensions\myExtension'
    AND '' != '').
    2>Task "Message"
    2>  VsixID = myGuid
    2>Done executing task "Message".
    2>Task "Message"
    2>  VsixVersion = 1000.0.0
    2>Done executing task "Message".
    2>Task "Message"
    2>  VsixDeploymentPath = C:\Users\user\AppData\Local\Microsoft\VisualStudio\12.0Exp\Extensions\myExtension
    ===========================
    Any help or suggestions are appreciated.
    UPDATE:
    This is only occurring on my win7 machine.  I pulled my repo to a win8 VM and things are working as expected.  I'm not sure if this is a win7 issue or an error on my machine.  I think I'll attempt to re-install my Visual Studio instances and/or
    try on another win7 machine in the near future and see if I can narrow down the issue.  I will update again if I find any additional information.
    Thanks,
    Colin

    I just spent a half day trying to trouble shoot this problem assuming it was due to a change in the project settings. The error message is extremely misleading, and it would be nice if Microsoft could provide a fix for this issue!
        C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\
            VSSDK\Microsoft.VsSDK.targets(503,5):
            error VSSDK1031: Extension 'GUID of VSIX Package' could not be found.
            Please make sure the extension has been installed.
        Build FAILED.
    Looking at the block of code in Microsoft.VsSDK.targets was no help either:
        <!--Enable this extension via Extension Manager-->
        <EnableExtension
            VsixIdentifier="$(VsixID)"
            RootSuffix="$(VSSDKTargetPlatformRegRootSuffix)"
            FailIfNotInstalled="true" />
    It appears that an extension is only marked for deletion, and you must exit and re-start Visual Studio before the files are actually deleted. Take a look in your user profile %TEMP% folder:
        C:\Users\Xxxx\AppData\Local\Microsoft\VisualStudio\12.Exp
    Here you will find the extensions that are deployed to the experimental instance. During development I regularly delete the \Nn.Exp folders.
    David Schwartz

  • Not able to ASM instance as sysasm after upgrade?

    Hi,
    I have upgraded ASM instance from 10.2.0.4 to 11.1.0.6. After upgrading couldn't able to login as sysdba and ASMCMD also. but i can login as sysdba.
    Please help
    sqlplus "/as sysasm"
    SQLPlus: Release 11.1.0.6.0 - Production on Tue Apr 12 01:26:38 2011*
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    ERROR:
    ORA-01017: invalid username/password; logon denied
    sqlplus "/as sysdba"
    SQL*Plus: Release 11.1.0.6.0 - Production on Tue Apr 12 01:33:19 2011
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    *$ echo $ORACLE_SID*
    +ASM*
    *$ echo $ORACLE_HOME*
    */u01/app/oracle/product/11.1.0/db_1*
    *$asmcmd*
    ASMCMD-08103: failed to connect to ASM; ASMCMD running in non-connected mode
    ASMCMD>

    Hi,
    echo $ORACLE_SID
    +ASM*
    *$ echo $ORACLE_HOME*
    */u01/app/oracle/product/11.1.0/db_1*I have set properly ORACLE_SID. I am getting Invalid Username/Password Error when login asm instance as sqlplus "/as sysasm"
    Thanks,
    Edited by: user2017273 on Apr 12, 2011 3:41 AM

  • After upgrading to foxfire 11, I am having trouble with adobe Adobe Flash Player - Ver 10.1. I downloaded and nothing is viewable

    After upgrading Foxfire 11 on my vista software, Adobe Flash Player - Ver 10.1. I downloaded and nothing is viewable. I have unchecked all security and my computer says it is updated and everything that I use in foxfire says the plugin are missing or to download the flash player. I am so frustrated I do knot know what to do.

    Try downloading and installing the latest Flash Player from [http://fpdownload.macromedia.com/pub/flashplayer/current/licensing/win/install_flash_player_11_plugin_32bit.exe http://fpdownload.macromedia.com/pub/flashplayer/current/licensing/win/install_flash_player_11_plugin_32bit.exe]

  • Can't change the master page after upgrading to SharePoint 2013.

    After upgrading our farm to SharePoint 2013 we are having trouble changing the master page for sites that don't have sub-sites. We are still using the v4 UI version, and that appears to be what is causing the problem. The error we get when going to /_layouts/ChangeSiteMasterPage.aspx
    is:
    System.NullReferenceException: Object reference not set to an instance of an object.    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaChromeSettingsPage.OnLoad(EventArgs e)     at System.Web.UI.Control.LoadRecursive()    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    I took a peek at the source code for AreaChromeSettingsPage.OnLoad and found that it references a CheckBox control that does not exist in the v4 ChangeSiteMasterPage.aspx:
    protected override void OnLoad(EventArgs e)
    base.OnLoad(e);
    this.EnsureChildControls();
    if (!this.Page.IsPostBack)
    this.LoadValues();
    if (base.Web.Webs.Count == 0)
    this.resetSystemMasterPageSubSitesCheckBox.Visible = false;
    this.resetSubSitesCheckBox.Visible = false;
    this.resetAlternateCssSubSitesCheckBox.Visible = false;
    this.resetThemeSubSitesCheckBox.Visible = false;
    base.ConfigureCancelButton(this.BtnCancel);
    If I manually add a checkbox control with the ID "resetThemeSubSitesCheckBox" to a hidden panel in the v4 copy of ChangeSiteMasterPage.aspx the page works, but obviously this is not a best practice. How can we fix this without upgrading the UI version, which
    we are not yet ready to do?

    Thanks Mike - Could you please share what is your next step then? I also have custom master pages and layout but I am going to make new master page and layout in 2013 as we need to change the existing branding too. so, i upgrade the site collection. I understand
    the Look and Feel will not persist after the upgrade but I am concern that at least the page should show the content on the page after the upgrade. The page had Calendar webppart on it but after the upgrade it is coming blank.
    any suggestion?
    Regards,
    Khushi
    Khushi

  • After upgrading to Windows 8, FireFox only brought in A-C. Bookmarks were arranged in folders. How do I import?

    After upgrading one of our PCs to Windows 8, not all of the bookmarks were in FireFox upon opening the browser for the first time after the upgrade. Only A-C were brought in. We've tried several methods of getting the rest back into the browser with no such luck.
    The folder where all the bookmarks are housed was found and backed up. The problem as I see it is that all of the individual bookmarks were sorted into Folders. When the main Bookmarks folder is opened, it contains individual pages (similar to what one would see if they saved the page as a .html page, instead of printing or another save method), and then there are subfolders, that contain even more individual pages. (If this is confusing, I can post an image or a link to an image.) In order to access a bookmarked page, we currently have to go to File Explorer, navigate to the Bookmarks folder, search through the links (which show as the full URL) and folders, to click on the url to have it open in the default browser.
    As far as I've been able to discern, through research and trial-and-error, these won't be read by FireFox in the format they are as I view them currently; they need to be in one single .html with links and sublinks, not individual clickable pages. But since they are no longer viewable in the Bookmarks section in FireFox, I am unable to Export them to the correct format.
    How do I get *all* of the bookmarks back into FireFox's Bookmarks menu dropdown?
    Thanks.
    (Btw, the computer/browser I'm using are not the PC in reference above, in fact, it is not even a PC, so please do not use any info that may show regarding any automatically inserted text about the "internal workings of [my] browser, as it is of no value to this issue.)

    The disk folder you're describing sounds a lot like the Windows Favorites folder. That's actually completely independent from Firefox's bookmark storage.
    After your upgrade, did you freshly install Firefox? In that case, the problem might be an incomplete import of your Windows Favorites (IE Favorites) instead of an incomplete recovery of your old Firefox bookmarks.
    To see whether you still have your Firefox bookmarks, in your backup -- for example, the C:\Windows.old\ folder, or a backup on external media -- could you try to track down a folder named '''bookmarkbackups'''. By default, this is hidden folder, so you may need to turn on viewing of hidden files and folders. This article has the steps: [http://windows.microsoft.com/en-us/windows/show-hidden-files].
    Let me know what you find and then I can suggest next steps.

  • File- Export not working after upgrade from 11i to R12

    Hi,
    File -> Export not working after upgrade from 11i to R12.1.3 in few systems. Can you please let me know what could be the issue.
    If export record count more than 200 it is working fine in all the systems and if change the profile option "Export MIME type” value to ‘text/tab-separated-values’ from application/excel also it is wokring.
    Thanks and Regards,
    Jagadeesha

    Enabled the FRD. Below are few last lines. Can you please let me know what i can in this log file contents.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing GET_ITEM_PROPERTY/FIELD_CHARACTERISTIC Built-in:
    In Argument 0 - Type: Integer Value: 196613
    In Argument 1 - Type: Number Value: 54
    Out Argument 0 - Type: String Value: 12
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Entering app_menu.set_prop.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing FIND_MENU_ITEM Built-in:
    In Argument 0 - Type: String Value: FILE.EXPORT
    Out Argument 0 - Type: Integer Value: 19
    Executing GET_MENU_ITEM_PROPERTY Built-in:
    In Argument 0 - Type: Integer Value: 19
    In Argument 1 - Type: Number Value: 79
    Out Argument 0 - Type: String Value: TRUE
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_menu.set_prop.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_synch.menu_toolbar_sync. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.APP_CUSTOM_MODE
    Out Argument 0 - Type: String Value: NORMAL
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.APP_CUSTOM_MODE
    Out Argument 0 - Type: String Value: NORMAL
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: NULL
    In Argument 1 - Type: String Value: GLOBAL.OUT
    Executing USER_EXIT Built-in:
    In Argument 0 - Type: String Value: FND GETPROFILE NAME="UPK_RECORDING_ENABLED" FIELD="GLOBAL.OUT" N
    FNDCPVCM, 11, Built-In, Entry, 316509814, USER_EXIT
    FNDCPVCM, 11, Built-In, Exit, 316509814, USER_EXIT
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.OUT
    Out Argument 0 - Type: String Value: N
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_form
    Out Argument 0 - Type: String Value: FNDCPVCM
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_block
    Out Argument 0 - Type: String Value: MASTER
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_form
    Out Argument 0 - Type: String Value: FNDCPVCM
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_block
    Out Argument 0 - Type: String Value: MASTER
    Executing GET_APPLICATION_PROPERTY Built-in:
    In Argument 0 - Type: Number Value: 75
    Out Argument 0 - Type: String Value: IHR40P
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed call_all_libraries. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_standard.event. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    FNDCPVCM, 10, Prog Unit, Exit, 316509814, /FNDCPVCM-3/P45_30_DEC_201223_28_33
    FNDCPVCM, 9, Trigger, Exit, 316509814, WHEN-NEW-ITEM-INSTANCE
    FNDCPVCM, 8, Prog Unit, Exit, 316509814, /DMU-4/P8_30_DEC_201223_23_12
    # 15 - FNDCPVCM:MASTER.USER_CONCURRENT_QUEUE_NAME.1359399301498413820
    WINDOW FNDCPVCM PROGRESS_INDICATOR RESIZE 4198 1500 3
    # 16 - FNDCPVCM:MASTER.USER_CONCURRENT_QUEUE_NAME.1359399301512613925
    WINDOW FNDCPVCM PROGRESS_INDICATOR RESIZE 4198 1500 3

  • IPsec VPN not working after upgrade to 8.4.7

    Hi
    Here is some small digram of my firewalls
    LAN ---- FW(A) ----- S2S Tunnel ------- FW (B)------------------ LAN
                      |                                                                  |
                       --------- Cisco VPN need to be run -------------
    I used to run that VPN for more than three years with no issue, but after upgrading FW (A) from 8.2.5 to 8.4.7 I got below error msg
    Group = XXXX, Username = XXXX, IP = x..x.x.x, Skipping dynamic map SYSTEM_DEFAULT_CRYPTO_MAP sequence 65535: cannot match peerless map when peer found in previous map entry.
    Please does any body have any clue about it and I solve that?
    Mike

    Hello Mike,
    Basically, in older versions, when you hit a static crypto map and you did not match that static crypto map completely the connection continues until the dynamic crypto map. For that reason you could connect your IPSec clients before. A bug was opened about this vulnerability.
    CSCuc75090  Bug Details
    Crypto IPSec SA's are created by dynamic crypto map for static peers
    Symptom:
    When a static VPN peer adds any traffic to the crypto ACL, an SA is built even though the IP pair is not allowed in the crypto acl at the main side. Those SA's are eventually matched and  setup by the dynamic crypto map instance.
    Conditions:
    This was a intended design since day one that enabled customers to fall through in case of static crypto map didn't provide a needed crypto services.
    The SA need to be initiated from a statically configured peer and a dynamic crypto map instance must be configured on the receiving end.
    Workaround:
    N/A
    Meaning, if you are on the local network and would like to reach any host on the remote site you could use the L2L tunnel that is already established with the remote peer. However, if you are on any other external network you will need to use the VPN client to connect to the sites.
    I hope this helps.
    Luis.

  • Performance degradation after upgrading to yosemite

    I'm experiencing performance degradation on MacBook Pro 15  including
    number of spinning wheels,
    instance of dark screen, 
    overheating after upgrading to Yosemite
    diminished battery life
    Is Yosemite the cause of this and other issues

    I can't believe Apple have made this software available to the masses when it's clearly not ready. Since "upgrading" my Mac mini has been pretty useless. Programs take a substantially increased time to open compared to Mavericks, and then performance is poor at best. Opening files in Photoshop, for example, is painfully slow and I get the colour wheel almost all of the time - something which definitely didn't happen with Mavericks.
    Aside from this, I've experienced a number of frustrating bugs today. When I open a new program on my left screen the right screen is changed to a fresh desktop. Why? When I turn my Mac on I get the login screen on the left monitor (as it always used to) but then the primary desktop is set to the right and I've been unable to keep the correct setting so far (it forgets that I've changed it following a reboot). The background of the top bar keeps disappearing so all of the icons, time, etc. just sit on top of the desktop background.
    I hope Apple can release a fix, and quickly.

  • Ora-01001 in procedures with ref cursor parameter after upgrade to 11.1.0.7

    Hi,
    after upgrading from 11.1.0.6.0 to 11.1.0.7.0, I get ora-01001 in procedure calls which have a ref cursor as an out parameter.
    Even a new 11.1.0.7 instance throws this error. My OS is Linux SLES10SP2.
    Please see atched sample code:
    CREATE OR REPLACE PACKAGE test1_pck
    IS
    PROCEDURE run1; -- OK on 11.1.0.6; fails on 11.1.0.7
    PROCEDURE run2; -- OK on 11.1.0.6; OK on 11.1.0.7
    END test1_pck;
    CREATE OR REPLACE PACKAGE BODY test1_pck
    IS
    TYPE t_rec IS RECORD(col dual.dummy%TYPE);
    TYPE t_cur IS REF CURSOR RETURN t_rec;
    PROCEDURE foo1(p_cur OUT t_cur)
    IS
    v_sql VARCHAR2(255) := 'BEGIN OPEN :1 FOR SELECT dummy FROM dual; END;';
    BEGIN
    EXECUTE IMMEDIATE v_sql USING p_cur;
    END foo1;
    PROCEDURE foo2
    IS
    v_sql VARCHAR2(255) := 'BEGIN OPEN :1 FOR SELECT dummy FROM dual; END;';
    v_cur t_cur;
    v_rec t_rec;
    BEGIN
    EXECUTE IMMEDIATE v_sql USING v_cur;
    LOOP
    FETCH v_cur INTO v_rec;
    EXIT WHEN v_cur%NOTFOUND;
    CASE v_rec.col
    WHEN 'X' THEN dbms_output.put_line('success');
    ELSE dbms_output.put_line('error');
    END CASE;
    END LOOP;
    END foo2;
    PROCEDURE run1
    IS
    v_cur t_cur;
    v_rec t_rec;
    BEGIN
    foo1(v_cur);
    LOOP
    FETCH v_cur INTO v_rec;
    EXIT WHEN v_cur%NOTFOUND;
    CASE v_rec.col
    WHEN 'X' THEN dbms_output.put_line('success');
    ELSE dbms_output.put_line('error');
    END CASE;
    END LOOP;
    END run1;
    PROCEDURE run2
    IS
    BEGIN
    foo2;
    END run2;
    END test1_pck;
    Thanks for any hints.
    Regards Frank

    Hi Max,
    the referenced thread discusses a .Net problem. A lot of layers are involved their. My problem is a very basic problem. You get this error even if you run the test in a sql session on the server.
    It would be a great help for me
    a) if someone could test this package on a 11.1.0.7 database
    b) if someone could test this package on a 11.2 database (is it fixed in Release2?)
    c) if someone could give me hints how I could modify the procedure to make it usable for 11.1.0.7
    (I already tried a lot e.g. EXECUTE IMMEDIATE v_sql USING OUT p_cur;
    Thank you
    Frank

  • Clustered listener gets nothing back from APEX after upgrade to 4.1.1

    Hi,
    I'm not sure if that subject is entirely accurate, but that appears to be the effect we are experiencing. We have had an SR open for this since April and seem to have the engineers stumped. Maybe someone on here has some insight that may help...
    Environment: Seven APEX instances
    APEX 4.1.1 (problem started after upgrading from 4.0.x) running on an 11g RAC.
    Listener version 1.1.3.243.11.40 running on WebLogic 10.3.2.0
    Listeners are in 2x clusters on two different WebLogic domains spread over 4 different servers.
    Problem:
    In two of the apex instances, a couple of days after upgrading to 4.1.1, the listeners starting returning blank, empty pages to the browser. We went through all the usual debugging steps (/i/ directory, connectivity, etc) and nothing fixed the problem. Finally the only thing that fixes the problem is to shut down one of the two clustered WL managed servers running the listeners, reducing the listener to a single instance per APEX instance. Like clockwork, if the second managed server is brought back up, within minutes-to-hours, the listener starts returning blank pages to the browser. Just a couple of days ago, a third apex instance and its listeners has started to manifest the problem and had to be half shut down. We are beginning to think there is a bug in APEX 4.1.1 that deadlocks the listener (or something) when it is clustered...
    Other data points:
    The listenerAdmin and listenerStatus pages continue to work and report perfect health for all listeners involved.
    The APEX management console (p=4550:1) is also affected by the problem, not just apps.
    We ran the "apex_verify" script on all problem instances with no errors.
    We have hard rebooted all affected servers, with no change in the problem.
    This identical environment was running perfectly stable, clustered for many months on APEX 4.0 (and before).
    The only thing that keeps our APEX apps running is to run the listeners single instance (un-clustered).
    Thanks in advance for any help that anyone can provide on this very annoying problem!
    Brian
    Edited by: bpoarnet on Jun 12, 2012 12:51 PM

    Udo wrote:
    So it's somewhere within your WLS setup.Mmm... I won't discount anything, but I doubt it. If that were the case, how could this exact environment have managed to work flawlessly for the past 3 years on these clusters, the listener being upgraded several times through several versions of apex? Only directly after we upgraded apex (not the listener) to 4.1.1 did our troubles start. My suspicion is that there is a bug or a change in 4.1.1 (or maybe 4.1 as we applied 4.1.1 right after 4.1) that has manifested this problem for us.
    >
    They definitely are not being used equally, but none of them are being slammed. Usage is fairly light in all cases.... which sounds like if there is some kind of load balancing algorithm different from round robin in your scenario.Ahh, I misinterpreted your question. You were asking if the load is balanced fairly between nodes on the same cluster. I took you to be asking if our separate, unrelated apex instances get the same use. So, the answer then is "yes" hits to a single listener WLS cluster do appear to be getting assigned equally to the different nodes, and the clusters are installed as per the documentation with round-robin scheduling.
    ####<Jun 11, 2012 11:07:31 AM EDT> <Warning> <Socket> <hostname> <server-name> <ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <1339427251735> <BEA-000450> <Socket 5 internal data record unavailable (probable closure due idle timeout), event received 17>That could probably have a lot of reasons, but none of them is specific to APEX Listener. Google gives a lot of hits ranging from memory issues to missing classes, and ... duplicate configuration parameters, e.g. app names, jdbc pool names, etc.... and of course, I'm not convinced that this has much to do with the problem at hand. It just happened to be in the log at around the time that someone noticed the problem happening in one case.
    Could it be your APEX Listener is deployed multiple times on the same node using the same name?Good thought, but definitely no. We figured out that issue a couple of years ago, back when you had to hack the listener WAR file to make it use a non-temporary config.
    Lastly, I just want to thank you again Udo for patiently digging into this. We now have three SR's open with Oracle on this (RAC team, APEX team, and WebLogic team) and we have gotten nowhere yet with any of them...

  • Openoffice does not work after upgrade [Never mind]

    After I upgraded and tried to use any openoffice component, I get this after running soffice in both fluxbox and KDE4:
    [insertmyusernamehere@myhost ~]$ soffice
    terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException'
    And this is the log of my system upgrade today. I know it cannot be the kernel since the last few times I was using the new kernel, openoffice was working perfectly until I tried using hwd (because it was one of those moments where my mouse failed again b/c of its batteries) to set xorg.conf (<-- I know, wut?)...and then I deleted the xorg.conf after taking out hwd and its dependencies. Turns out I had to make new settings...
    [2009-11-02 13:52] synchronizing package lists
    [2009-11-02 13:53] starting full system upgrade
    [2009-11-02 13:54] starting full system upgrade
    [2009-11-02 14:19] upgraded kernel-headers (2.6.30.5-1 -> 2.6.31.4-2)
    [2009-11-02 14:19] Generating locales...
    [2009-11-02 14:19] en_US.UTF-8... done
    [2009-11-02 14:19] en_US.ISO-8859-1... done
    [2009-11-02 14:19] Generation complete.
    [2009-11-02 14:19] upgraded glibc (2.10.1-4 -> 2.10.1-5)
    [2009-11-02 14:19] upgraded attr (2.4.43-1 -> 2.4.44-1)
    [2009-11-02 14:19] upgraded acl (2.2.47-2 -> 2.2.48-1)
    [2009-11-02 14:19] upgraded bash (4.0.033-1 -> 4.0.035-1)
    [2009-11-02 14:19] upgraded binutils (2.19.1-5 -> 2.20-1)
    [2009-11-02 14:19] upgraded dbus-glib (0.82-1 -> 0.82-2)
    [2009-11-02 14:19] upgraded eigen (2.0.6-1 -> 2.0.9-1)
    [2009-11-02 14:19] upgraded gcc-libs (4.4.1-1 -> 4.4.2-2)
    [2009-11-02 14:19] upgraded libx11 (1.2.2-1 -> 1.3.2-1)
    [2009-11-02 14:19] upgraded libxt (1.0.6-1 -> 1.0.7-1)
    [2009-11-02 14:19] upgraded xulrunner (1.9.1.3-2 -> 1.9.1.4-1)
    [2009-11-02 14:19] upgraded firefox (3.5.3-1 -> 3.5.4-1)
    [2009-11-02 14:19] upgraded xextproto (7.0.5-1 -> 7.1.1-1)
    [2009-11-02 14:19] upgraded fixesproto (4.0-3 -> 4.1.1-1)
    [2009-11-02 14:20] upgraded gcc (4.4.1-1 -> 4.4.2-2)
    [2009-11-02 14:20] upgraded gnutls (2.8.3-1 -> 2.8.4-1)
    [2009-11-02 14:20] upgraded gstreamer0.10 (0.10.24-1 -> 0.10.25-1)
    [2009-11-02 14:20] upgraded libxext (1.0.5-2 -> 1.1.1-1)
    [2009-11-02 14:20] upgraded libxv (1.0.4-1 -> 1.0.5-1)
    [2009-11-02 14:20] upgraded gstreamer0.10-base (0.10.24-1 -> 0.10.25-1)
    [2009-11-02 14:20] upgraded libtheora (1.0-1 -> 1.1.1-1)
    [2009-11-02 14:20] upgraded gstreamer0.10-base-plugins (0.10.24-1 -> 0.10.25-1)
    [2009-11-02 14:20] upgraded gstreamer0.10-python (0.10.16-1 -> 0.10.17-1)
    [2009-11-02 14:20] upgraded inputproto (1.5.1-2 -> 2.0-1)
    [2009-11-02 14:20] upgraded libdrm (2.4.13-1 -> 2.4.15-1)
    [2009-11-02 14:20] upgraded libxxf86vm (1.0.99.1-1 -> 1.1.0-1)
    [2009-11-02 14:20] upgraded libxfixes (4.0.3-2 -> 4.0.4-1)
    [2009-11-02 14:20] upgraded libxdamage (1.1.1-2 -> 1.1.2-1)
    [2009-11-02 14:20] upgraded libgl (7.5.1-2 -> 7.6-2)
    [2009-11-02 14:20] upgraded intel-dri (7.5.1-2 -> 7.6-2)
    [2009-11-02 14:20] upgraded libmpcdec (1.2.6-1 -> 1.2.6-2)
    [2009-11-02 14:20] upgraded taglib (1.6-1 -> 1.6.1-1)
    [2009-11-02 14:20] upgraded k3b (1.66.0alpha2-3 -> 1.68.0alpha3-1)
    [2009-11-02 14:20] >>> Updating module dependencies. Please wait ...
    [2009-11-02 14:20] >>> MKINITCPIO SETUP
    [2009-11-02 14:20] >>> ----------------
    [2009-11-02 14:20] >>> If you use LVM2, Encrypted root or software RAID,
    [2009-11-02 14:20] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2009-11-02 14:20] >>> More information about mkinitcpio setup can be found here:
    [2009-11-02 14:20] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2009-11-02 14:20]
    [2009-11-02 14:20] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2009-11-02 14:20] ==> Building image "default"
    [2009-11-02 14:20] ==> Running command: /sbin/mkinitcpio -k 2.6.31-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2009-11-02 14:20] :: Begin build
    [2009-11-02 14:20] :: Parsing hook [base]
    [2009-11-02 14:20] :: Parsing hook [udev]
    [2009-11-02 14:20] :: Parsing hook [autodetect]
    [2009-11-02 14:20] :: Parsing hook [pata]
    [2009-11-02 14:20] :: Parsing hook [scsi]
    [2009-11-02 14:20] :: Parsing hook [sata]
    [2009-11-02 14:20] :: Parsing hook [usb]
    [2009-11-02 14:20] :: Parsing hook [pcmcia]
    [2009-11-02 14:20] :: Parsing hook [usbinput]
    [2009-11-02 14:20] :: Parsing hook [keymap]
    [2009-11-02 14:20] :: Parsing hook [filesystems]
    [2009-11-02 14:20] :: Generating module dependencies
    [2009-11-02 14:20] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2009-11-02 14:20] ==> SUCCESS
    [2009-11-02 14:20] ==> Building image "fallback"
    [2009-11-02 14:20] ==> Running command: /sbin/mkinitcpio -k 2.6.31-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2009-11-02 14:20] :: Begin build
    [2009-11-02 14:21] :: Parsing hook [base]
    [2009-11-02 14:21] :: Parsing hook [udev]
    [2009-11-02 14:21] :: Parsing hook [pata]
    [2009-11-02 14:21] :: Parsing hook [scsi]
    [2009-11-02 14:21] :: Parsing hook [sata]
    [2009-11-02 14:21] :: Parsing hook [usb]
    [2009-11-02 14:21] :: Parsing hook [pcmcia]
    [2009-11-02 14:21] :: Parsing hook [usbinput]
    [2009-11-02 14:21] :: Parsing hook [keymap]
    [2009-11-02 14:21] :: Parsing hook [filesystems]
    [2009-11-02 14:21] :: Generating module dependencies
    [2009-11-02 14:21] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2009-11-02 14:21] ==> SUCCESS
    [2009-11-02 14:21] upgraded kernel26 (2.6.31.4-1 -> 2.6.31.5-1)
    [2009-11-02 14:21] upgraded libdmx (1.0.99.1-1 -> 1.1.0-1)
    [2009-11-02 14:21] upgraded libgphoto2 (2.4.6-3 -> 2.4.7-1)
    [2009-11-02 14:21] upgraded libgsf (1.14.15-1 -> 1.14.16-1)
    [2009-11-02 14:22] upgraded libldap (2.4.18-1 -> 2.4.19-1)
    [2009-11-02 14:22] upgraded libxmu (1.0.4-2 -> 1.0.5-1)
    [2009-11-02 14:22] upgraded libxpm (3.5.7-2 -> 3.5.8-1)
    [2009-11-02 14:22] upgraded libxaw (1.0.6-1 -> 1.0.7-1)
    [2009-11-02 14:22] upgraded libxcomposite (0.4.0-2 -> 0.4.1-1)
    [2009-11-02 14:22] upgraded libxdmcp (1.0.2-2 -> 1.0.3-1)
    [2009-11-02 14:22] upgraded libxfont (1.4.0-1 -> 1.4.1-1)
    [2009-11-02 14:22] upgraded libxfontcache (1.0.4-2 -> 1.0.5-1)
    [2009-11-02 14:22] upgraded renderproto (0.9.3-2 -> 0.11-1)
    [2009-11-02 14:22] upgraded libxrender (0.9.4-2 -> 0.9.5-1)
    [2009-11-02 14:22] upgraded libxft (2.1.13-1 -> 2.1.14-1)
    [2009-11-02 14:22] upgraded libxi (1.2.1-1 -> 1.3-2)
    [2009-11-02 14:22] upgraded libxinerama (1.0.99.1-1 -> 1.1-1)
    [2009-11-02 14:22] upgraded libxkbfile (1.0.5-1 -> 1.0.6-1)
    [2009-11-02 14:22] upgraded libxtst (1.0.3-2 -> 1.1.0-1)
    [2009-11-02 14:22] upgraded libxvmc (1.0.4-2 -> 1.0.5-1)
    [2009-11-02 14:22] upgraded libxxf86dga (1.1.1-0.1 -> 1.1.1-1)
    [2009-11-02 14:22] upgraded libxxf86misc (1.0.1-2 -> 1.0.2-1)
    [2009-11-02 14:22] upgraded mesa (7.5.1-2 -> 7.6-2)
    [2009-11-02 14:22] upgraded nspr (4.8-1 -> 4.8.2-1)
    [2009-11-02 14:22] upgraded openssh (5.3p1-1 -> 5.3p1-2)
    [2009-11-02 14:22] upgraded pcre (7.9-1 -> 8.00-1)
    [2009-11-02 14:22] upgraded sg3_utils (1.27-2 -> 1.28-1)
    [2009-11-02 14:22] upgraded shared-mime-info (0.70-1 -> 0.70-2)
    [2009-11-02 14:22] upgraded xf86-input-evdev (2.2.5-1 -> 2.3.0-1)
    [2009-11-02 14:22] upgraded xf86-video-intel (2.8.1-1 -> 2.9.1-1)
    [2009-11-02 14:22] upgraded xf86-video-vesa (2.2.0-1 -> 2.2.1-1)
    [2009-11-02 14:22] upgraded xorg-apps (7.5-1.1 -> 7.5-2)
    [2009-11-02 14:22] upgraded xorg-font-utils (7.4-3 -> 7.5-2)
    [2009-11-02 14:22] upgraded xorg-fonts-alias (1.0.1-2 -> 1.0.2-1)
    [2009-11-02 14:22] Regenerating font encodings... done.
    [2009-11-02 14:22] upgraded xorg-fonts-encodings (1.0.2-3 -> 1.0.3-1)
    [2009-11-02 14:22] upgraded xorg-server-utils (7.4-7 -> 7.5-3)
    [2009-11-02 14:22] upgraded xorg-server (1.6.3.901-1 -> 1.7.1-1)
    [2009-11-02 14:22] installed printproto (1.0.4-1)
    [2009-11-02 14:22] installed libxp (1.0.0-3)
    [2009-11-02 14:22] upgraded xorg-utils (7.4-4 -> 7.5-1)
    [2009-11-02 14:22] upgraded xorg-xauth (1.0.3-1 -> 1.0.4-1)
    [2009-11-02 14:22] upgraded xorg-xkb-utils (7.4-2 -> 7.5-1)
    [2009-11-02 14:22] NOTE:
    [2009-11-02 14:22] If you experience any problems after upgrading xsane
    [2009-11-02 14:22] it may help to remove the setup and preferences files
    [2009-11-02 14:22] of xsane:
    [2009-11-02 14:22]
    [2009-11-02 14:22] $ rm -rf ~/.sane/xsane
    [2009-11-02 14:22]
    [2009-11-02 14:22] upgraded xsane (0.996-2 -> 0.997-1)
    [2009-11-02 14:22] upgraded xterm (246-1 -> 250-1)
    [2009-11-02 15:01] installed ddcxinfo-arch (0.8-2)
    [2009-11-02 15:01]
    [2009-11-02 15:01] lshwd dependency is replaced by pciutils and usbutils.
    [2009-11-02 15:01]
    [2009-11-02 15:01] Run 'hwd -u' to update xorgtable, pci-, and usb.ids.
    [2009-11-02 15:01]
    [2009-11-02 15:01] installed hwd (5.5.2-1)
    [2009-11-02 15:10] removed hwd (5.5.2-1)
    [2009-11-02 15:10] removed ddcxinfo-arch (0.8-2)
    Last edited by ShadowKyogre (2009-11-03 05:18:31)

    Removing the config directory solved the problem for me.
    rm -rf ~/.openoffice.org
    Last edited by riivo (2009-11-15 14:04:42)

  • Caldav does not work after upgrade from 10.6.8

    Hello!
    After upgrading two test servers from 10.6.8 to 10.7.2 with no problems i decided last night it is time to upgrade our production server.
    Took sometime but everything went well except for caldav service. If I understand the log right the migration to lion-calendars crashes when the script wants to put the calendars from filesystem into a database.
    After reboot the script runs into the same error.
    BTW the notification service does not work also. But that is not very important.
    Every help is appreciated, bye
    eweri
    Here is the part of the log file:
    more /var/log/caldavd/error.log
    2011-10-26 08:28:33+0200 [-] Log opened.
    2011-10-26 08:28:33+0200 [-] twistd 11.0.0 (/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/ Contents/MacOS/Python 2.7.1) starting up.
    2011-10-26 08:28:33+0200 [-] reactor class: twext.internet.kqreactor.KQueueReactor.
    2011-10-26 08:28:33+0200 [-] calendarserver.accesslog.AMPLoggingFactory starting on "'/var/run/caldavd/caldavd.sock'"
    2011-10-26 08:28:33+0200 [-] calendarserver.tap.caldav.CalDAVStatisticsServer starting on "'/var/run/caldavd-stats.sock'"
    2011-10-26 08:28:33+0200 [-] [twistedcaldav.upgrade#warn] Upgrading to version 2
    2011-10-26 08:28:33+0200 [-] [twistedcaldav.upgrade#warn] Regular collection hidden: /Library/Server/Calendar and Contacts/Documents/calendars/__uids__/13/93/139328E4-76C8-427C-AD0C-CB6D102C7D7 F/outbox
    2011-10-26 08:28:33+0200 [-] [twistedcaldav.upgrade#warn] Regular collection hidden: /Library/Server/Calendar and Contacts/Documents/calendars/__uids__/21/D0/21D05230-A847-4B8D-B810-CFE793F634C B/outbox
    2011-10-26 08:28:33+0200 [-] [twistedcaldav.upgrade#warn] Regular collection hidden: /Library/Server/Calendar and Contacts/Documents/calendars/__uids__/84/5E/845E1E6D-F13B-4233-A4E5-0055F085388 1/outbox
    2011-10-26 08:28:33+0200 [-] [twistedcaldav.upgrade#warn] Regular collection hidden: /Library/Server/Calendar and Contacts/Documents/calendars/__uids__/B5/B6/B5B6BAA3-A5E0-4526-B7F3-15DC2811E08 3/outbox
    2011-10-26 08:28:33+0200 [-] [twistedcaldav.upgrade#warn] Regular collection hidden: /Library/Server/Calendar and Contacts/Documents/calendars/__uids__/E0/2B/E02BEF32-1714-4C5B-85DF-0184DA8B313 3/outbox
    2011-10-26 08:28:33+0200 [-] [twistedcaldav.upgrade#warn] Regular collection hidden: /Library/Server/Calendar and Contacts/Documents/calendars/__uids__/E2/64/E264473A-CEC7-4E1A-9756-59DE5AF62E5 0/outbox
    2011-10-26 08:28:33+0200 [-] [twistedcaldav.upgrade#warn] Regular collection hidden: /Library/Server/Calendar and Contacts/Documents/calendars/__uids__/wi/ki/wiki-zm-r/inbox
    2011-10-26 08:28:33+0200 [-] [twistedcaldav.upgrade#warn] Upgraded to version 2
    2011-10-26 08:28:33+0200 [-] [txdav.common.datastore.util.UpgradeDatabaseSchemaService#warn] Beginning database schema check.
    2011-10-26 08:28:33+0200 [-] [txdav.common.datastore.util.UpgradeDatabaseSchemaService#warn] Required schema version: 3.
    2011-10-26 08:28:33+0200 [-] [txdav.common.datastore.util.UpgradeDatabaseSchemaService#warn] Actual schema version: 3.
    2011-10-26 08:28:33+0200 [-] [txdav.common.datastore.util.UpgradeDatabaseSchemaService#warn] Schema version check complete: no upgrade needed.
    2011-10-26 08:28:33+0200 [-] [txdav.common.datastore.util.UpgradeDatabaseSchemaService#warn] Database schema check complete, launching database service.
    2011-10-26 08:28:33+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Beginning filesystem -> database upgrade.
    2011-10-26 08:28:33+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-07B1-4733-AE89-8728D0C2CB4A'
    2011-10-26 08:28:34+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-5E85-4CC9-902A-A101164BD83F'
    2011-10-26 08:28:34+0200 [Uninitialized] [twistedcaldav.notify.NotificationClientFactory#error] Unable to connect to notification server: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 61: Connection refused.
    2011-10-26 08:28:34+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-76C8-427C-AD0C-CB6D102C7D7F'
    2011-10-26 08:28:37+0200 [Uninitialized] [twistedcaldav.notify.NotificationClientFactory#error] Unable to connect to notification server: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 61: Connection refused.
    2011-10-26 08:28:46+0200 [Uninitialized] [twistedcaldav.notify.NotificationClientFactory#error] Unable to connect to notification server: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 61: Connection refused.
    2011-10-26 08:28:58+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-A847-4B8D-B810-CFE793F634CB'
    2011-10-26 08:28:59+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-6E96-4671-9BEB-FAABDB623EA3'
    2011-10-26 08:28:59+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-C56A-462D-90E0-D60285CCF751'
    2011-10-26 08:28:59+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-F13B-4233-A4E5-0055F0853881'
    2011-10-26 08:29:07+0200 [Uninitialized] [twistedcaldav.notify.NotificationClientFactory#error] Unable to connect to notification server: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 61: Connection refused.
    2011-10-26 08:29:11+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-A2A9-4B21-8735-577F24ABA6D5'
    2011-10-26 08:29:11+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-7A55-4B63-AC42-43151A1F4810'
    2011-10-26 08:29:11+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-F38C-489D-88A2-42B5F47BB4AD'
    2011-10-26 08:29:11+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-A5E0-4526-B7F3-15DC2811E083'
    2011-10-26 08:29:12+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-97BE-43C3-94F7-A8C99AB92425'
    2011-10-26 08:29:12+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-9C74-412D-8DC0-69E3ED918CAD'
    2011-10-26 08:29:13+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-D6BD-450E-A8A1-708C063EF05F'
    2011-10-26 08:29:13+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-EC4C-43B6-A6A8-EA02F4024EB3'
    2011-10-26 08:29:14+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-1714-4C5B-85DF-0184DA8B3133'
    2011-10-26 08:29:15+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-CEC7-4E1A-9756-59DE5AF62E50'
    2011-10-26 08:29:26+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'XXXXXXXX-E113-470C-A824-0D988A8319FB'
    2011-10-26 08:29:30+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'wiki-XXXXXXXX'
    2011-10-26 08:29:32+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'wiki-XXXXXXXX'
    2011-10-26 08:29:32+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Migrating calendar UID 'wiki-XXXXXXXX'
    2011-10-26 08:29:33+0200 [-] Unhandled error in Deferred:
    2011-10-26 08:29:33+0200 [-] Unhandled Error
            Traceback (most recent call last):
              File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 361, in callback
                self._startRunCallbacks(result)
              File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 455, in _startRunCallbacks
                self._runCallbacks()
              File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 542, in _runCallbacks
                current.result = callback(current.result, *args, **kw)
              File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 1076, in gotResult
                _inlineCallbacks(r, g, deferred)
            --- <exception caught here> ---
              File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/internet/defer.py", line 1020, in _inlineCallbacks
                result = g.send(result)
              File "/usr/share/caldavd/lib/python/txdav/common/datastore/util.py", line 146, in doMigration
                uid = fileHome.uid()
            exceptions.AttributeError: 'NoneType' object has no attribute 'uid'
    2011-10-26 08:30:13+0200 [Uninitialized] [twistedcaldav.notify.NotificationClientFactory#error] Unable to connect to notification server: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 61: Connection refused.
    2011-10-26 08:33:19+0200 [Uninitialized] [twistedcaldav.notify.NotificationClientFactory#error] Unable to connect to notification server: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 61: Connection refused.
    2011-10-26 08:42:07+0200 [Uninitialized] [twistedcaldav.notify.NotificationClientFactory#error] Unable to connect to notification server: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 61: Connection refused.
    2011-10-26 09:06:13+0200 [Uninitialized] [twistedcaldav.notify.NotificationClientFactory#error] Unable to connect to notification server: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 61: Connection refused.
    2011-10-26 09:44:28+0200 [-] Received SIGTERM, shutting down.
    2011-10-26 09:44:28+0200 [-] (UNIX Port '/var/run/caldavd-stats.sock' Closed)
    2011-10-26 09:44:28+0200 [-] (UNIX Port '/var/run/caldavd/caldavd.sock' Closed)
    2011-10-26 09:44:28+0200 [-] Main loop terminated.
    2011-10-26 09:44:29+0200 [-] Server Shut Down.
    2011-10-26 09:46:13+0200 [-] Log opened.
    2011-10-26 09:46:13+0200 [-] twistd 11.0.0 (/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/ Contents/MacOS/Python 2.7.1) starting up.
    2011-10-26 09:46:13+0200 [-] reactor class: twext.internet.kqreactor.KQueueReactor.
    2011-10-26 09:46:13+0200 [-] calendarserver.accesslog.AMPLoggingFactory starting on "'/var/run/caldavd/caldavd.sock'"
    2011-10-26 09:46:13+0200 [-] calendarserver.tap.caldav.CalDAVStatisticsServer starting on "'/var/run/caldavd-stats.sock'"
    2011-10-26 09:46:13+0200 [-] [txdav.common.datastore.util.UpgradeDatabaseSchemaService#warn] Beginning database schema check.
    2011-10-26 09:46:13+0200 [-] [txdav.common.datastore.util.UpgradeDatabaseSchemaService#warn] Required schema version: 3.
    2011-10-26 09:46:14+0200 [-] [txdav.common.datastore.util.UpgradeDatabaseSchemaService#warn] Actual schema version: 3.
    2011-10-26 09:46:14+0200 [-] [txdav.common.datastore.util.UpgradeDatabaseSchemaService#warn] Schema version check complete: no upgrade needed.
    2011-10-26 09:46:14+0200 [-] [txdav.common.datastore.util.UpgradeDatabaseSchemaService#warn] Database schema check complete, launching database service.
    2011-10-26 09:46:14+0200 [-] [txdav.common.datastore.util.UpgradeToDatabaseService#warn] Beginning filesystem -> database upgrade.
    2011-10-26 09:46:14+0200 [-] Unhandled error in Deferred:
    2011-10-26 09:46:14+0200 [-] Unhandled Error
            Traceback (most recent call last):
              File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twi sted/application/service.py", line 184, in setServiceParent
                self.parent.addService(self)

    Just to let everybody know what I am trying at the moment:
    Found a thread where someone suggests to delete the postgresql-database:
    Detials in this thread https://discussions.apple.com/thread/3206720?start=0&tstart=0
    1. sudo serveradmin stop calendar addressbook
    2. copy old 10.6.8 calender data from backup ("../Library/CalendarServer/Documents/") to  /Library/Server/Calendar\ and\ Contacts/Documents/
    3. delete database: sudo dropdb -U _postgres caldav
    4. mv (if it exists)  /Library/Server/Calendar\ and\ Contacts/Documents/calendars-migrated to  /Library/Server/Calendar\ and\ Contacts/Documents/calendars-migrated-old
    5. sudo calendarserver_bootstrap_database
    6. now we start again: sudo serveradmin start calendar
    7. watch the log file - tail -f /var/log/caldavd/error.log
    And I get the same error as above but now I see a new one:
    2011-10-26 15:29:19+0200 [Uninitialized] [twistedcaldav.memcachepool.MemCacheClientFactory#error] MemCache connection failed: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 61: Connection refused.
    Every help is welcome, bye
    Christoph

  • Slow down Database after upgrading to 10.2.0.5

    Hi
    I am having performance problems after upgrading to 10.2.0.5
    At the beginning I thought the problem was sga too smalle ( ini: 598M , now 1408M ) but even after recreating the database with the new value the problem remains.
    I am sending reports so that someone could give me an idea.
    Thanks in advance!
    DETAILED ADDM REPORT FOR TASK 'TASK_240' WITH ID 240
    Analysis Period: 22-JUN-2011 from 08:34:06 to 16:00:13
    Database ID/Instance: 2462860799/1
    Database/Instance Names: DXT/DXT
    Host Name: thoracle
    Database Version: 10.2.0.5.0
    Snapshot Range: from 71 to 78
    Database Time: 6726 seconds
    Average Database Load: .3 active sessions
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    FINDING 1: 38% impact (2540 seconds)
    SQL statements consuming significant database time were found.
    RECOMMENDATION 1: SQL Tuning, 26% benefit (1763 seconds)
    ACTION: Investigate the SQL statement with SQL_ID "30rku9qg2y30j" for
    possible performance improvements.
    RELEVANT OBJECT: SQL statement with SQL_ID 30rku9qg2y30j and
    PLAN_HASH 2734400036
    select a.owner, a.object_name, INSTR(a.object_type, :"SYS_B_00"),
    :"SYS_B_01" from sys.all_objects a where a.object_type IN
    (:"SYS_B_02",:"SYS_B_03") and a.status = :"SYS_B_04" and a.owner
    like:"SYS_B_05"escape:"SYS_B_06" and a.object_name
    like:"SYS_B_07"escape:"SYS_B_08" union all select c.owner,
    c.synonym_name, INSTR(a.object_type, :"SYS_B_09"), :"SYS_B_10" from
    sys.all_objects a, sys.all_synonyms c where c.table_owner = a.owner
    and c.table_name = a.object_name and a.object_type IN
    (:"SYS_B_11",:"SYS_B_12") and a.status = :"SYS_B_13" and c.owner
    like:"SYS_B_14"escape:"SYS_B_15" and c.synonym_name
    like:"SYS_B_16"escape:"SYS_B_17" union all select distinct b.owner,
    CONCAT(b.package_name, :"SYS_B_18" || b.object_name),
    min(b.position), max(b.overload) from sys.all_arguments b where
    b.package_name IS NOT NULL and b.owner
    like:"SYS_B_19"escape:"SYS_B_20" and b.package_name
    like:"SYS_B_21"escape:"SYS_B_22" group by b.owner,
    CONCAT(b.package_name, :"SYS_B_23" || b.object_name) union all select
    distinct c.owner, CONCAT(c.synonym_name, :"SYS_B_24" ||
    b.object_name), min(b.position), max(b.overload) from
    sys.all_arguments b, sys.all_synonyms c where c.table_owner = b.owner
    and c.table_name = b.package_name and b.package_name IS NOT NULL and
    c.owner like:"SYS_B_25"escape:"SYS_B_26" and c.synonym_name
    like:"SYS_B_27"escape:"SYS_B_28" group by c.owner,
    CONCAT(c.synonym_name, :"SYS_B_29" || b.object_name) union all select
    distinct c.owner, c.synonym_name, min(b.position), max(b.overload)
    from sys.all_arguments b, sys.all_synonyms c where c.owner = b.owner
    and c.table_owner=b.package_name and c.table_name=b.object_name and
    c.owner like:"SYS_B_30"escape:"SYS_B_31" and c.synonym_name
    like:"SYS_B_32"escape:"SYS_B_33" group by c.owner, c.synonym_name
    RATIONALE: SQL statement with SQL_ID "30rku9qg2y30j" was executed 12270
    times and had an average elapsed time of 0.036 seconds.
    RATIONALE: Waiting for event "cursor: pin S wait on X" in wait class
    "Concurrency" accounted for 7% of the database time spent in
    processing the SQL statement with SQL_ID "30rku9qg2y30j".
    RECOMMENDATION 2: SQL Tuning, 23% benefit (1550 seconds)
    ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
    "7yv1ba0c8y86t".
    RELEVANT OBJECT: SQL statement with SQL_ID 7yv1ba0c8y86t and
    PLAN_HASH 2684283631
    Select WSTJ_.ROWID, WSTJ_.*, WMVD_.*
    From THPR.STOJOU WSTJ_, THPR.SMVTD WMVD_ Where ((WMVD_.VCRTYP_0(+) =
    WSTJ_.VCRTYP_0) AND (WMVD_.VCRNUM_0(+) = WSTJ_.VCRNUM_0) AND
    (WMVD_.VCRLIN_0(+) = WSTJ_.VCRLIN_0))
    And WMVD_.CCE2_0 = :1 And WSTJ_.IPTDAT_0 <= :2 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_0",:"SYS_B_1") <> :3 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_2",:"SYS_B_3") <> :4 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_4",:"SYS_B_5") <> :5 And
    ((WSTJ_.TRSFAM_0 = :6) Or (WSTJ_.TRSFAM_0 = :7))
    Order by WSTJ_.STOFCY_0,WSTJ_.UPDCOD_0,WSTJ_.ITMREF_0,WSTJ_.IPTDAT_0
    Desc,WSTJ_.MVTSEQ_0,WSTJ_.MVTIND_0
    RATIONALE: SQL statement with SQL_ID "7yv1ba0c8y86t" was executed 47
    times and had an average elapsed time of 32 seconds.
    RECOMMENDATION 3: SQL Tuning, 14% benefit (926 seconds)
    ACTION: Use bigger fetch arrays while fetching results from the SELECT
    statement with SQL_ID "7yv1ba0c8y86t".
    RELEVANT OBJECT: SQL statement with SQL_ID 7yv1ba0c8y86t and
    PLAN_HASH 2684283631
    Select WSTJ_.ROWID, WSTJ_.*, WMVD_.*
    From THPR.STOJOU WSTJ_, THPR.SMVTD WMVD_ Where ((WMVD_.VCRTYP_0(+) =
    WSTJ_.VCRTYP_0) AND (WMVD_.VCRNUM_0(+) = WSTJ_.VCRNUM_0) AND
    (WMVD_.VCRLIN_0(+) = WSTJ_.VCRLIN_0))
    And WMVD_.CCE2_0 = :1 And WSTJ_.IPTDAT_0 <= :2 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_0",:"SYS_B_1") <> :3 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_2",:"SYS_B_3") <> :4 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_4",:"SYS_B_5") <> :5 And
    ((WSTJ_.TRSFAM_0 = :6) Or (WSTJ_.TRSFAM_0 = :7))
    Order by WSTJ_.STOFCY_0,WSTJ_.UPDCOD_0,WSTJ_.ITMREF_0,WSTJ_.IPTDAT_0
    Desc,WSTJ_.MVTSEQ_0,WSTJ_.MVTIND_0
    FINDING 2: 37% impact (2508 seconds)
    Time spent on the CPU by the instance was responsible for a substantial part
    of database time.
    RECOMMENDATION 1: SQL Tuning, 26% benefit (1763 seconds)
    ACTION: Investigate the SQL statement with SQL_ID "30rku9qg2y30j" for
    possible performance improvements.
    RELEVANT OBJECT: SQL statement with SQL_ID 30rku9qg2y30j and
    PLAN_HASH 2734400036
    select a.owner, a.object_name, INSTR(a.object_type, :"SYS_B_00"),
    :"SYS_B_01" from sys.all_objects a where a.object_type IN
    (:"SYS_B_02",:"SYS_B_03") and a.status = :"SYS_B_04" and a.owner
    like:"SYS_B_05"escape:"SYS_B_06" and a.object_name
    like:"SYS_B_07"escape:"SYS_B_08" union all select c.owner,
    c.synonym_name, INSTR(a.object_type, :"SYS_B_09"), :"SYS_B_10" from
    sys.all_objects a, sys.all_synonyms c where c.table_owner = a.owner
    and c.table_name = a.object_name and a.object_type IN
    (:"SYS_B_11",:"SYS_B_12") and a.status = :"SYS_B_13" and c.owner
    like:"SYS_B_14"escape:"SYS_B_15" and c.synonym_name
    like:"SYS_B_16"escape:"SYS_B_17" union all select distinct b.owner,
    CONCAT(b.package_name, :"SYS_B_18" || b.object_name),
    min(b.position), max(b.overload) from sys.all_arguments b where
    b.package_name IS NOT NULL and b.owner
    like:"SYS_B_19"escape:"SYS_B_20" and b.package_name
    like:"SYS_B_21"escape:"SYS_B_22" group by b.owner,
    CONCAT(b.package_name, :"SYS_B_23" || b.object_name) union all select
    distinct c.owner, CONCAT(c.synonym_name, :"SYS_B_24" ||
    b.object_name), min(b.position), max(b.overload) from
    sys.all_arguments b, sys.all_synonyms c where c.table_owner = b.owner
    and c.table_name = b.package_name and b.package_name IS NOT NULL and
    c.owner like:"SYS_B_25"escape:"SYS_B_26" and c.synonym_name
    like:"SYS_B_27"escape:"SYS_B_28" group by c.owner,
    CONCAT(c.synonym_name, :"SYS_B_29" || b.object_name) union all select
    distinct c.owner, c.synonym_name, min(b.position), max(b.overload)
    from sys.all_arguments b, sys.all_synonyms c where c.owner = b.owner
    and c.table_owner=b.package_name and c.table_name=b.object_name and
    c.owner like:"SYS_B_30"escape:"SYS_B_31" and c.synonym_name
    like:"SYS_B_32"escape:"SYS_B_33" group by c.owner, c.synonym_name
    RATIONALE: SQL statement with SQL_ID "30rku9qg2y30j" was executed 12270
    times and had an average elapsed time of 0.036 seconds.
    RATIONALE: Waiting for event "cursor: pin S wait on X" in wait class
    "Concurrency" accounted for 7% of the database time spent in
    processing the SQL statement with SQL_ID "30rku9qg2y30j".
    RATIONALE: Average CPU used per execution was 0.036 seconds.
    RECOMMENDATION 2: SQL Tuning, 23% benefit (1550 seconds)
    ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
    "7yv1ba0c8y86t".
    RELEVANT OBJECT: SQL statement with SQL_ID 7yv1ba0c8y86t and
    PLAN_HASH 2684283631
    Select WSTJ_.ROWID, WSTJ_.*, WMVD_.*
    From THPR.STOJOU WSTJ_, THPR.SMVTD WMVD_ Where ((WMVD_.VCRTYP_0(+) =
    WSTJ_.VCRTYP_0) AND (WMVD_.VCRNUM_0(+) = WSTJ_.VCRNUM_0) AND
    (WMVD_.VCRLIN_0(+) = WSTJ_.VCRLIN_0))
    And WMVD_.CCE2_0 = :1 And WSTJ_.IPTDAT_0 <= :2 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_0",:"SYS_B_1") <> :3 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_2",:"SYS_B_3") <> :4 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_4",:"SYS_B_5") <> :5 And
    ((WSTJ_.TRSFAM_0 = :6) Or (WSTJ_.TRSFAM_0 = :7))
    Order by WSTJ_.STOFCY_0,WSTJ_.UPDCOD_0,WSTJ_.ITMREF_0,WSTJ_.IPTDAT_0
    Desc,WSTJ_.MVTSEQ_0,WSTJ_.MVTIND_0
    RATIONALE: SQL statement with SQL_ID "7yv1ba0c8y86t" was executed 47
    times and had an average elapsed time of 32 seconds.
    RATIONALE: Average CPU used per execution was 32 seconds.
    RECOMMENDATION 3: SQL Tuning, 5.8% benefit (390 seconds)
    ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
    "cbtd2nt52qn1c".
    RELEVANT OBJECT: SQL statement with SQL_ID cbtd2nt52qn1c and
    PLAN_HASH 2897530229
    Select DAE_.ROWID, DAE_.*, HAE_.*
    From THPR.GACCENTRYD DAE_, THPR.GACCENTRY HAE_ Where ((HAE_.TYP_0(+)
    = DAE_.TYP_0) AND (HAE_.NUM_0(+) = DAE_.NUM_0))
    And HAE_.CPY_0 = :1 And HAE_.ACCDAT_0 >= :2 And HAE_.ACCDAT_0 <= :3
    And DAE_.ACC_0 = :4 And HAE_.FCY_0 >= :5 And HAE_.FCY_0 <= :6
    Order by DAE_.BPR_0,DAE_.CUR_0,DAE_.ACC_0
    RATIONALE: SQL statement with SQL_ID "cbtd2nt52qn1c" was executed 12980
    times and had an average elapsed time of 0.03 seconds.
    RATIONALE: Average CPU used per execution was 0.029 seconds.
    RECOMMENDATION 4: SQL Tuning, 2.1% benefit (138 seconds)
    ACTION: Run SQL Tuning Advisor on the SQL statement with SQL_ID
    "33t7fszkr29gy".
    RELEVANT OBJECT: SQL statement with SQL_ID 33t7fszkr29gy and
    PLAN_HASH 2684283631
    Select WSTJ_.ROWID, WSTJ_.*, WMVD_.*
    From THPR.STOJOU WSTJ_, THPR.SMVTD WMVD_ Where ((WMVD_.VCRTYP_0(+) =
    WSTJ_.VCRTYP_0) AND (WMVD_.VCRNUM_0(+) = WSTJ_.VCRNUM_0) AND
    (WMVD_.VCRLIN_0(+) = WSTJ_.VCRLIN_0))
    And WMVD_.CCE2_0 = :1 And WSTJ_.IPTDAT_0 <= :2 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_0",:"SYS_B_1") <> :3 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_2",:"SYS_B_3") <> :4 And
    Substr(WMVD_.ITMDES1_0,:"SYS_B_4",:"SYS_B_5") <> :5 And
    (((WSTJ_.TRSFAM_0 = :6) Or (WSTJ_.TRSFAM_0 = :7)))
    Order by WSTJ_.STOFCY_0,WSTJ_.UPDCOD_0,WSTJ_.ITMREF_0,WSTJ_.IPTDAT_0
    Desc,WSTJ_.MVTSEQ_0,WSTJ_.MVTIND_0
    RATIONALE: SQL statement with SQL_ID "33t7fszkr29gy" was executed 1
    times and had an average elapsed time of 136 seconds.
    RATIONALE: Average CPU used per execution was 138 seconds.
    FINDING 3: 15% impact (1008 seconds)
    SQL statements with the same text were not shared because of cursor
    environment mismatch. This resulted in additional hard parses which were
    consuming significant database time.
    RECOMMENDATION 1: Application Analysis, 15% benefit (1008 seconds)
    ACTION: Look for top reason for cursor environment mismatch in
    V$SQL_SHARED_CURSOR.
    ADDITIONAL INFORMATION:
    Common causes of environment mismatch are session NLS settings, SQL
    trace settings and optimizer parameters.
    SYMPTOMS THAT LED TO THE FINDING:
    SYMPTOM: Hard parsing of SQL statements was consuming significant
    database time. (20% impact [1336 seconds])
    SYMPTOM: Contention for latches related to the shared pool was
    consuming significant database time. (2% impact [135
    seconds])
    INFO: Waits for "cursor: pin S wait on X" amounted to 1% of
    database time.
    SYMPTOM: Wait class "Concurrency" was consuming significant
    database time. (2.3% impact [154 seconds])
    FINDING 4: 8.5% impact (570 seconds)
    Wait class "User I/O" was consuming significant database time.
    NO RECOMMENDATIONS AVAILABLE
    ADDITIONAL INFORMATION:
    Waits for I/O to temporary tablespaces were not consuming significant
    database time.
    The throughput of the I/O subsystem was not significantly lower than
    expected.
    FINDING 5: 5.3% impact (355 seconds)
    The SGA was inadequately sized, causing additional I/O or hard parses.
    RECOMMENDATION 1: DB Configuration, 3.2% benefit (215 seconds)
    ACTION: Increase the size of the SGA by setting the parameter
    "sga_target" to 1740 M.
    ADDITIONAL INFORMATION:
    The value of parameter "sga_target" was "1392 M" during the analysis
    period.
    SYMPTOMS THAT LED TO THE FINDING:
    SYMPTOM: Hard parsing of SQL statements was consuming significant
    database time. (20% impact [1336 seconds])
    SYMPTOM: Contention for latches related to the shared pool was
    consuming significant database time. (2% impact [135
    seconds])
    INFO: Waits for "cursor: pin S wait on X" amounted to 1% of
    database time.
    SYMPTOM: Wait class "Concurrency" was consuming significant
    database time. (2.3% impact [154 seconds])
    SYMPTOM: Wait class "User I/O" was consuming significant database time.
    (8.5% impact [570 seconds])
    INFO: Waits for I/O to temporary tablespaces were not consuming
    significant database time.
    The throughput of the I/O subsystem was not significantly lower
    than expected.
    FINDING 6: 4.2% impact (281 seconds)
    Cursors were getting invalidated due to DDL operations. This resulted in
    additional hard parses which were consuming significant database time.
    RECOMMENDATION 1: Application Analysis, 4.2% benefit (281 seconds)
    ACTION: Investigate appropriateness of DDL operations.
    SYMPTOMS THAT LED TO THE FINDING:
    SYMPTOM: Hard parsing of SQL statements was consuming significant
    database time. (20% impact [1336 seconds])
    SYMPTOM: Contention for latches related to the shared pool was
    consuming significant database time. (2% impact [135
    seconds])
    INFO: Waits for "cursor: pin S wait on X" amounted to 1% of
    database time.
    SYMPTOM: Wait class "Concurrency" was consuming significant
    database time. (2.3% impact [154 seconds])
    FINDING 7: 4% impact (266 seconds)
    Waits on event "log file sync" while performing COMMIT and ROLLBACK operations
    were consuming significant database time.
    RECOMMENDATION 1: Host Configuration, 4% benefit (266 seconds)
    ACTION: Investigate the possibility of improving the performance of I/O
    to the online redo log files.
    RATIONALE: The average size of writes to the online redo log files was
    26 K and the average time per write was 2 milliseconds.
    SYMPTOMS THAT LED TO THE FINDING:
    SYMPTOM: Wait class "Commit" was consuming significant database time.
    (4% impact [266 seconds])
    FINDING 8: 2.9% impact (192 seconds)
    Soft parsing of SQL statements was consuming significant database time.
    RECOMMENDATION 1: Application Analysis, 2.9% benefit (192 seconds)
    ACTION: Investigate application logic to keep open the frequently used
    cursors. Note that cursors are closed by both cursor close calls and
    session disconnects.
    RECOMMENDATION 2: DB Configuration, 2.9% benefit (192 seconds)
    ACTION: Consider increasing the maximum number of open cursors a session
    can have by increasing the value of parameter "open_cursors".
    ACTION: Consider increasing the session cursor cache size by increasing
    the value of parameter "session_cached_cursors".
    RATIONALE: The value of parameter "open_cursors" was "800" during the
    analysis period.
    RATIONALE: The value of parameter "session_cached_cursors" was "20"
    during the analysis period.
    SYMPTOMS THAT LED TO THE FINDING:
    SYMPTOM: Contention for latches related to the shared pool was consuming
    significant database time. (2% impact [135 seconds])
    INFO: Waits for "cursor: pin S wait on X" amounted to 1% of database
    time.
    SYMPTOM: Wait class "Concurrency" was consuming significant database
    time. (2.3% impact [154 seconds])
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ADDITIONAL INFORMATION
    Wait class "Application" was not consuming significant database time.
    Wait class "Configuration" was not consuming significant database time.
    Wait class "Network" was not consuming significant database time.
    Session connect and disconnect calls were not consuming significant database
    time.
    The database's maintenance windows were active during 100% of the analysis
    period.
    The analysis of I/O performance is based on the default assumption that the
    average read time for one database block is 10000 micro-seconds.
    An explanation of the terminology used in this report is available when you
    run the report with the 'ALL' level of detail.

    user12023161 wrote:
    I have upgraded 10.2.0.3.0 to 10.2.0.5.0 and facing same issue. The database is slow in general after upgrade compared to 10.2.0.3.0.Try setting OPTIMIZER_FEATURE_ENABLE parameter to 10.2.0.3.
    Refer following link:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams142.htm

  • Lost Developer Toolbar after upgrade from 4.1 to 4.2

    After upgrading from 4.1 to 4.2.1.00.08, we have lost the Developer Toolbar.
    Have others run into this with the upgrade or fresh installation of 4.2.1?
    If so, what suggestions are there for fixing, short of reinstallation mentioned in this other thread:
    {message:id=10692572}
    Following the guidance there to look at the instance ID and other preference settings, I compared our three instances. The two that are not having the problem are both at 4.2.0.00.27.
    Here are the preferences that exist on our other instances but are null on the problem instance:
    APEX_4_1_0_PATCH_12920544
    APEX_4_2_0_PATCH_14777994
    APP_EXPORT_TO_DB_ENABLED
    HPROF_DIRECTORY
    INSTANCE_ID
    MOBILE_DEVELOPMENT_ENABLED
    PRINT_SVR_HOST
    PRINT_SVR_PORT
    PRINT_SVR_SCRIPTI have asked our support team to review the upgrade log. Re-installation from scratch is an option.
    Any advice is welcome.
    Skip

    Thanks, Joel.
    You inspired me to take a closer look, and look beyond the upgrade.
    After the upgrade, my application passed a superficial checkout. Later, I exported my application and in the export file, the Instance ID was not NULL. I had not noticed any problems with how APEX was working.
    The problems of the missing Developer Toolbar, Instance ID = NULL, and a new one, did not occur until I removed my application and tested a clean installation of the workspace and application. This is the sequence of events. The immediate triggering cause is clearly one of the following:
    1. Deinstall application (ID 820) from APEX 4.2.1.00.08 instance, running 11g (11.1.0.7.0).
    2. Remove workspace (PVA_AH9_R12)
    3. (drop the parsing schema, xxpva, and related tablespace)
    4. (create tablespace and schema user, xxpva)
    5. Import workspace (PVA_AH9_R12) from an APEX 4.2.0.00.27 instance.
    6. Import application (ID 820) including supporting objects from an APEX 4.2.0.00.27 instance, running 11g (11.2.0.1.0).
    The next day I noticed the Developer Toolbar missing problem, and found that Instance ID is NULL.
    Also, after Exporting an application in Database format, I cannot download the file from the Export Repository. When I click the filename link, I get 'Access Denied' instead of the normal download dialog.
    Does this suggest anything else I should look into?
    Do you think I should post this as a new problem/question with more detail about the sequence of events?
    Skip

Maybe you are looking for

  • I get an error message when I try to save my images in Photoshop CS6

    I get an error message when I'm trying to save my images.  It reads as follows: "Could not save because file is locked, you do not have necessary access permissions or another file is using it" The file is not locked (I unlocked the image as a layer)

  • Accurate Calibration - is it possible?

    I'm a graphic designer who recently switched from an "old fashioned" tube display monitor to a flat screen display iMac (I'm not sure what year the iMac is though). I'm getting frustrated with the new screen for a few reasons. My old screen displayed

  • How to install forms 6i ?

    Hi How to install forms 6i runtime only? I want to install only forms 6i runtime and report 6i runtime. Can any body help me......... Arif.

  • Experiencing iPhone 6 plus discoloration after using a case

    When I bought my 6+ in November, I immediately put it in a case (Spigen Tough Armor). The case leaves a few spots on the phone exposed: mute toggle switch, the ports and speaker on the bottom, and a circle on the back for the Apple logo. I removed th

  • Account description

    Hello: would someone please give me the description for account 276000 in CAUS. Regards