Oracle clusterware upgrade 10.2.0.4

Will there be any separate patch to upgrade oracle clusterware from 10.2.0.1 to 10.2.0.4....
why because we installed oracle clusterware 10.2.0.1 and Oracle RAC database 10.2.0.1 and upgraded with patch 10.2.0.4.....which upgraded both clusterware and database to 10.2.0.4
Now due to some problems clusterware got crashed and we installed new clusterware 10.2.0.1 and need to upgrade clusterware to 10.2.0.4 with out touching the Oracle RAC database which is already upgraded to 10.2.0.4...
early response is appreciated

Clusterware sits in its own home ... what specifically is the issue not answered by the docs so we can help with the current issue?
Installation docs can be found at http://docs.oracle.com and there is additional support at metalink.

Similar Messages

  • Oracle 10g to 11g Upgrade - Oracle Clusterware problem

    Oracle10g RAC (2 Nodes) RHEL 4 64bit
    Hi All,
    I have began the procedure for upgrading Oracle Clusterware to 11g. However, during the install OUI was giving me certain error messages like it couldn't transfer the OUI installlogs to node 2. Well, I kept pushing through the install and after I ran the last rootupgrade script on node 2 it gave me the following error:
    Checking the existence of nodeapps on this node
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Creating '/crs/home/install/paramfile.crs' with data used for CRS configuration
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Failed to retrieve VIP details
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Failed to retrieve VIP details
    Setting CRS configuration values in /crs/home/install/paramfile.crs
    So I ignored the error for the time being and after that I checked the status of crs and it gave me the following:
    [oracle@vtl-rac2 crsd]$ crsstatus
    HA Resource Target State
    ora.VMRACDEV.VMRACDEV1.inst ONLINE ONLINE on vtl-rac1
    ora.VMRACDEV.VMRACDEV2.inst ONLINE ONLINE on vtl-rac2
    ora.VMRACDEV.db ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.ASM1.asm ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.LISTENER_VTL-RAC1.lsnr ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.gsd ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.ons ONLINE OFFLINE
    ora.vtl-rac1.vip ONLINE ONLINE on vtl-rac1
    ora.vtl-rac2.ASM2.asm ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.LISTENER_VTL-RAC2.lsnr ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.gsd ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.ons ONLINE OFFLINE
    ora.vtl-rac2.vip ONLINE ONLINE on vtl-rac2
    So i tried to bring it back up by doing a crs_stop -all and crs_start -all and it gave me the following error:
    vtl-rac1 : CRS-1019: Resource ora.vtl-rac2.ons (application) cannot run on vtl-rac1
    Start of `ora.vtl-rac1.ons` on member `vtl-rac1` failed.
    vtl-rac2 : CRS-1019: Resource ora.vtl-rac1.ons (application) cannot run on vtl-rac2
    CRS-0223: Resource 'ora.VMRACDEV.db' has placement error.
    CRS-0215: Could not start resource 'ora.vtl-rac1.ons'.
    CRS-0215: Could not start resource 'ora.vtl-rac2.ons'.
    I am thinking that all of this is caused by the various issues I had with the install. If I am incorrect, then please let me know. If it is true, I would like to know if there are any 11g docs on how to clean up a failed clusterware upgrade. Any advice would be greatly appreciated on any of the situations I am having.
    Thank you

    Hi Chandra,
    Did CVU report any problems before the upgrade?No, there were no errors reported by CVU before the upgrade.
    I don't there is note out there for cleaning 11g CRS
    install...and I think can very use the 10g CRS note -
    239998.1.Yeah I might have to go that way.
    I have both the 11g CRS install and upgrade from 10g
    to 11CRS at
    http://chandradba.blogspot.com/2007/08/oracle-11g-rac-
    install-on-red-hat-50.html
    and
    http://chandradba.blogspot.com/2008/02/oracle-10g-crs-
    upgrade-to-11g-crs.html
    see if it helps.Yup, your guide is very simple, clear and error proof :) That's how mine when pretty much except right around 75% I started getting these strange errors of files not being able to be transferred to node 2. Anyways, it shouldn't be a problem as none of those errors were configuration related...or else I would have a messed up cluster.
    Well, I actually rebooted both machines and now the whole CRS stack is up!! So I guess I am ok. We'll just have to wait and see.
    Thanks for your help Chandra...I always appreciate it.

  • What are the steps to upgrade oracle clusterware from 10.2.0.4 to 11.2.0.2.

    We have two node clusterware installed and we want to upgrade the oracle clusterware from 10.2.0.4 to 11.2.0.2 can any one share the steps for upgrade.
    Regards
    Naveen Dutt

    Hi Rajeys,
    I read all the documents but i was not able to find the information that i was looking. Below i am providing my cluster node configuration and version -
    1) No of Node in cluster - 2 (node1 ,node2)
    2) OCR (clusterware) version - 10.2.0.4
    3) Storage type - NAS storage (we are not using ASM).
    Now link provided by you is to upgrade ASM from 10.2.0.3 to 11GR2 but we are not using ASM as storage we are using NAS storage. Do we have any link or document that help me to upgrade oracle clusterware only without ASM from version 10.2.0.4 to 11.2.0.2 .
    Thanks in advance
    Regards
    Naveen Dutt

  • From wehre can I download Oracle Clusterware 11.1.0.7 (upgrade)

    I need to upgrade my Clusterware installation to version 11.1.0.7, but I can't find a place from where to download it (Google doesn't help).
    I've installed Oracle Clusterware 11g Release 1 (11.1.0.6.0) for Linux x86-64 from this page:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/111060-linx8664soft-099033.html
    Please, if you know, tell me where can I find Clusterware 11.1.0.7 (for Redhat 5.4 64x).
    Thank you.

    Yes, you need a valid CSI (customer support identifier) to access the metalink support.
    Regards
    Asif Kabir
    -- If you got the answer close the thread as well.

  • Oracle Clusterware installation 10gR1 install and upgrade

    Hi Experts,
    I will install RAC in window 32 bit 2003.
    My database is 10GR4.
    So i need to download Oracle Clusterware 10GR1 and upgrate to 10GR4 and match database version.
    Any experience is welcom for upgrated Oracle Clusterware to 10G R4.
    Jim

    Thanks for your help.
    I only see
    Oracle Database Real Application Testing Downloads in TNS. Where do I need to download oracle cluster software?
    I will check that ID in metalink.
    Thnaks,
    Jim

  • Where can I find the Oracle Clusterware 11.1.0.7 for Linux x86

    Hello,
    I am testing upgrading Oracle 11g RAC from 11.1.0.6 to 11.1.0.7 on Linu x86 (RedHat 5.3/OEL 5.3)
    I haven't been able to find the Oracle Clusterware 11.1.0.7 for Linux x86 download, which is required for the RAC upgrade.
    Could someone tell me the patch/patchset number or how can I search for it in metalink?
    Thanks!

    Hi,
    You need to download patch 6890831
    Please see the metalink note 800603.1 for 11.1.0.7 patch set and installation instructions for Linux x86.
    Hope this helps.
    Regards
    Satishbabu Gunukula
    http://oracleracexpert.blogspot.com
    [Click here to delete archive logs using RMAN|http://oracleracexpert.blogspot.com/2009/08/delete-archive-logs-using-rman.html]
    [Click here for Oracle Data pump export/Import with Examples|http://oracleracexpert.blogspot.com/2009/08/oracle-data-pump-exportimport.html]
    Edited by: Satishbabu Gunukula on Aug 26, 2009 10:32 PM

  • Oracle Clusterware Configuration Assistant fails

    I am installing clusterware 11.1.0.6 and the runcluvfy commands all came back as passed, except for the VIP, which the documentation says to ignore. The whole install goes to 100%, then it runs the configuration assistants.
    It falls over on the first of these: Oracle Configuration Assistant. If I retry it, the same addition is placed in the logfile, as below:
    INFO: Starting to execute configuration assistants
    INFO: Command = C:\WINDOWS\system32\cmd /c call C:\oracle\11.1.0\crs/install/crssetup.config.bat
    clscfg: EXISTING configuration version 4 detected.
    clscfg: version 4 is 11 Release 1.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: vm-rac1 vm-rac1-priv vm-rac1
    node 2: vm-rac2 vm-rac2-priv vm-rac2
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Step 1: checking status of CRS cluster
    Step 2: creating directories (C:\oracle\11.1.0\crs)
    Step 3: configuring OCR repository
    Oracle Cluster Registry already initialized
    Step 4: configuring safe mode for CRS stack
    Step 5: Starting up CRS stack on all nodes
    vm-rac1 failed to startup service OracleCSService, err(1068)
    vm-rac2 failed to startup service OracleCSService, err(1068)
    Command = C:\WINDOWS\system32\cmd /c call C:\oracle\11.1.0\crs/install/crssetup.config.bat has failed
    INFO: Configuration assistant "Oracle Clusterware Configuration Assistant" failed
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\11.1.0\crs
    Configuration directory is set to C:\oracle\11.1.0\crs\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "C:\oracle\11.1.0\crs\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO:
    The Runconfig command constructed is null
    INFO: Since the option is to overwrite the existing C:\oracle\11.1.0\crs\cfgtoollogs\configToolFailedCommands file, backing it up
    INFO: The backed up file name is C:\oracle\11.1.0\crs\cfgtoollogs\configToolFailedCommands.bak.1
    SEVERE: OUI-25031:Some of the configuration assistants failed/cancelled. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    Please help.

    Sorry:
    alertvm-rac1.log:
    Oracle Database 11g CRS Release 11.1.0.6.0 - Production Copyright 1996, 2007 Oracle. All rights reserved.
    2009-05-20 15:44:25.531
    [client(3792)]CRS-1006:The OCR location \\.\ocrcfg is inaccessible. Details in C:\oracle\11.1.0\crs\log\vm-rac1\client\ocrconfig_3788.log.
    2009-05-20 15:44:25.609
    [client(3792)]CRS-1006:The OCR location \\.\ocrcfg is inaccessible. Details in C:\oracle\11.1.0\crs\log\vm-rac1\client\ocrconfig_3788.log.
    2009-05-20 15:44:25.671
    [client(3792)]CRS-1006:The OCR location \\.\ocrcfg is inaccessible. Details in C:\oracle\11.1.0\crs\log\vm-rac1\client\ocrconfig_3788.log.
    2009-05-20 15:44:25.687
    [client(3792)]CRS-1006:The OCR location \\.\ocrcfg is inaccessible. Details in C:\oracle\11.1.0\crs\log\vm-rac1\client\ocrconfig_3788.log.
    2009-05-20 15:44:28.921
    [client(3792)]CRS-1013:The OCR at \\.\ocrcfg was successfully formatted using version 2. Ignore earlier CRS-1006 messages if any.
    2009-05-20 15:44:40.875
    [client(3796)]CRS-1801:Cluster vm-rac_cluster configured with nodes vm-rac1 vm-rac2 .
    client\clscfg.log:
    Oracle Database 11g CRS Release 11.1.0.6.0 - Production Copyright 1996, 2007 Oracle. All rights reserved.
    2009-05-20 16:31:03.796: [  OCROSD][3196]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 16:31:03.812: [  OCROSD][3196]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 16:31:03.875: [  OCROSD][3196]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 16:31:03.875: [  OCROSD][3196]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 16:31:03.921: [  OCROSD][3196]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 16:31:03.937: [  OCROSD][3196]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    client\clsfmt.log:
    Oracle Database 11g CRS Release 11.1.0.6.0 - Production Copyright 1996, 2007 Oracle. All rights reserved.
    2009-05-20 15:44:40.031: [  OCROSD][3872]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:40.031: [  OCROSD][3872]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:40.187: [  CLSFMT][3872]clsfmt: successfully initialized file \\.\votedsk1
    client\ocrconfig_3788.log:
    Oracle Database 11g CRS Release 11.1.0.6.0 - Production Copyright 1996, 2007 Oracle. All rights reserved.
    2009-05-20 15:44:25.453: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.484: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.484: [  OCRRAW][3792]propriogid:1: INVALID FORMAT
    2009-05-20 15:44:25.531: [  OCRRAW][3792]ibctx:1:ERROR: INVALID FORMAT
    2009-05-20 15:44:25.562: [  OCRRAW][3792]proprinit:problem reading the bootblock or superbloc 22
    2009-05-20 15:44:25.562: [ default][3792]a_init:7!: Backend init unsuccessful : [22]
    2009-05-20 15:44:25.562: [ OCRCONF][3792]ocrconfig starts...
    2009-05-20 15:44:25.578: [ OCRCONF][3792]Upgrading OCR data
    2009-05-20 15:44:25.609: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.609: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.609: [  OCRRAW][3792]propriogid:1: INVALID FORMAT
    2009-05-20 15:44:25.609: [  OCRRAW][3792]ibctx:1:ERROR: INVALID FORMAT
    2009-05-20 15:44:25.609: [  OCRRAW][3792]proprinit:problem reading the bootblock or superbloc 22
    2009-05-20 15:44:25.609: [ default][3792]a_init:7!: Backend init unsuccessful : [22]
    2009-05-20 15:44:25.609: [ OCRCONF][3792]Exporting OCR data to [OCRUPGRADEFILE]
    2009-05-20 15:44:25.640: [  OCRAPI][3792]a_init:7!: Backend init unsuccessful : [33]
    2009-05-20 15:44:25.640: [ OCRCONF][3792]There was no previous version of OCR. error:[PROC-33: Oracle Cluster Registry is not configured]
    2009-05-20 15:44:25.656: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.671: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.671: [  OCRRAW][3792]propriogid:1: INVALID FORMAT
    2009-05-20 15:44:25.671: [  OCRRAW][3792]ibctx:1:ERROR: INVALID FORMAT
    2009-05-20 15:44:25.671: [  OCRRAW][3792]proprinit:problem reading the bootblock or superbloc 22
    2009-05-20 15:44:25.671: [ default][3792]a_init:7!: Backend init unsuccessful : [22]
    2009-05-20 15:44:25.687: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.687: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.687: [  OCRRAW][3792]propriogid:1: INVALID FORMAT
    2009-05-20 15:44:25.687: [  OCRRAW][3792]ibctx:1:ERROR: INVALID FORMAT
    2009-05-20 15:44:25.687: [  OCRRAW][3792]proprinit:problem reading the bootblock or superbloc 22
    2009-05-20 15:44:25.687: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.703: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.703: [  OCRRAW][3792]propriogid:1: INVALID FORMAT
    2009-05-20 15:44:25.875: [  OCROSD][3792]utgdv:11:could not read reg value ocrmirrorconfig_loc os error= The system could not find the environment option that was entered.
    2009-05-20 15:44:25.921: [  OCRRAW][3792]propriowv: Vote information on disk 0 [\\.\ocrcfg] is adjusted from [0/0] to [2/2]
    2009-05-20 15:44:28.921: [  OCRRAW][3792]iniconfig:No 92 configuration
    2009-05-20 15:44:28.921: [  OCRAPI][3792]a_init:6a: Backend init successful
    2009-05-20 15:44:30.593: [ OCRCONF][3792]Initialized DATABASE keys in OCR
    2009-05-20 15:44:31.453: [ OCRCONF][3792]csetskgfrblock0: output from clsmft: [clsfmt: Failure trying to resize OCR file \\.\ocrcfg
    from 10725732864 bytes to 10725736448 bytes
    clsfmt: successfully initialized file \\.\ocrcfg
    g
    2009-05-20 15:44:31.531: [ OCRCONF][3792]Successfully set skgfr block 0
    2009-05-20 15:44:31.531: [ OCRCONF][3792]Exiting [status=success]...
    So, it seems to be all about the OCR not setup correctly, however, all I've done is follow the notes. This was a 'clean' VM install of win2003 Server, so nothing has been accidently tinkered with.

  • Clusterware upgrade to 10.2.0.4

    Will there be any separate patch to upgrade oracle clusterware from 10.2.0.1 to 10.2.0.4....
    why because we installed oracle clusterware 10.2.0.1 and Oracle RAC database 10.2.0.1 and upgraded with patch 10.2.0.4.....which upgraded both clusterware and database to 10.2.0.4
    Now due to some problems clusterware got crashed and we installed new clusterware 10.2.0.1 and need to upgrade clusterware to 10.2.0.4 with out touching the Oracle RAC database which is already upgraded to 10.2.0.4...
    early response is appreciated

    AIX is the operating system..... we installed new CRS ans it is functioning properly but now the problem is Clusterware version is 10.2.0.1 and ORacle RAC database version is 10.2.0.4.....
    I read in some docs where Clusterware version should be same or newer level with Oracle RAC database home...
    If there any patch can u just give the patch number for Clusterware 10.2.0.4....so that it can be downloaded from metalink.....

  • Installing RAC Problem: Oracle Clusterware 10g is present on remote node

    Folks,
    Hello.
    I am installing Oracle 11gR2 RAC using 2 Virtual Machines (rac1 and rac2 whose OS are Oracle Linux 5.6) in VMPlayer.
    I have been installing Grid Infrastructure using runInstaller in the first VM rac1 from step 1 to step 9 of 10.
    On the step 9 of 10 in the Wizard, accidentally, I touch the Mouse, and the Wizard is gone.
    The directory for installing Grid in the 2 VMs is the same: /u01
    In order to make sure everything is correct, I delete entire directory /u01 in the 2 VMs and install Grid in rac1 again.
    But get the error message as follows:
    [INS-40915] The Installer has detected the presence of Oracle Clusterware 10g on the remote node rac2.localdomain.
    Cause: Oracle Clusterware 10g is present on remote node rac2.localdomain but not on the local node.
    Action: To upgrade the Oracle Clusterware 10g Installation to this release, run Installer on a node where Oracle Clusterware 10 installation is located. To create a new cluster, choose a set of nodes that are not part of an existing cluster.
    Regarding the above error message, I do not install any Oracle Clusterware 10g in rac2 because it's the first time when I install Grid using rac1 and rac2.
    My question is:
    Do any folk understand how to remove something in rac2 to solve the above issue so that I can install Grid again ?
    Thanks.

    Folks,
    Hello. Thanks a lot for replying.
    The tutorial http://docs.oracle.com/cd/E11882_01/install.112/e22489/rem_orcl.htm#CBHEFHAC is about the regular procedure to deinstall Grid Clusterware and Database.
    I have just installed Grid and have not installed the Database. I have removed ORACLE HOME /u01 completely in both VMs. There is no way to follow the regular procedure to deinstall at this time.
    I do not install any Oracle Clusterware 10g in the VM rac2 because it's the first time when I install Grid using VM rac1 and rac2.
    When install Grid again. I get the error message:
    "[INS-40915] The Installer has detected the presence of Oracle Clusterware 10g on the remote node rac2.localdomain."
    This is strange! It seems that we need to remove some files in the VM rac2 like /etc/oracle that I am not sure.
    My questions are:
    First, where is 10g directory to remove ?
    Second, what files left on the system to clean up ?
    Third, what does " Follow 239998.1" means regarding asanqa's replying to me ?
    Thanks.

  • 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

  • New Note 790189.1 - Oracle Clusterware and Application Failover Management

    Hi all,
    please, note the newly created Metalink Note 790189.1 - Oracle Clusterware and Application Failover Management if you want to use Oracle Clusterware as a general purpose cluster solution. The note intends to clarify and to explain the current situation in regards to the supportability of applications managed by Oracle Clusterware.
    In environments not including Oracle RAC, Oracle Clusterware still provides the level of high availability that is commonly known to be achievable for applications and databases managed in (failover) cluster environments. These environments can include Oracle Single Instance Databases, Oracle Application Servers, Oracle Enterprise Manager components, third party databases, or any other kind of application. (For more information on Oracle Clusterware 11g in general, please, refer to [Oracle Clusterware homepage|http://otn.oracle.com/clusterware].)
    Metalink Note 790189.1 - Oracle Clusterware and Application Failover Management is tightly integrated with the information on application failover management available on the [Oracle Clusterware homepage|http://otn.oracle.com/clusterware] and discusses typical questions like
    * Terminology
    * Script supportability and preconfigured agents
    * How to prove that action scripts work outside of Oracle Clusterware
    * Supportability of the Oracle Database Single Instance example scripts
    * How do I know whether a certain script is supported as a preconfigured agent?
    Metalink Note 790189.1, however, does not change the level of support that has been introduced for these kind of configurations as of Oracle Database 10g Release 2: "Generally, Oracle does not support action scripts in the strict terms of supporting individual code fragments. Oracle fully supports the integration of individual action scripts proven to run outside of Oracle Clusterware into the Oracle Clusterware management stack. Supported operations therefore typically involve crs_* commands such as crs_profile, crs_register, crs_setperm, crs_getperm, crs_start, crs_stop, and crs_relocate invoked on custom resources. If actions scripts are used as part of a preconfigured agent, Oracle or the application provider who provides the agent will support the integration of this agent, while only the application provider will provide support for the individual action scripts."
    Just for your information. Thanks,
    Markus

    not meant to be a question - rather an announcement.

  • Oracle Clusterware and Oracle Real Application Clusters Install Guide

    I've downloaded the latest "Oracle Database - Oracle Clusterware and Oracle Real Application Clusters Install Guide - 10g Release 2 (10.2) for HP-UX PA-RISC" (part no. B14202-01) dated August 2005 from OTN. I'm getting the following error when opening the pdf file in Adobe Reader:
    "Cannot extract the embedded font 'PEPPLC+Palatino-Italic'. Some characters may not display or print properly."
    When I print the manual, I get blank pages throughout the document which, in my opinion, should contain text and don't. Specifically pages 1-11, 2-5, 2-19, 2-24, 2-33, 3-5, 3-19 to name a few. When I go to those pages within the pdf file in Adobe Reader, I get the error: "There was a problem reading this document (114)."
    Can you verify this problem on your end. Also, how do I get a good copy of this document?

    Hi!
    Apologies for the delay in responding to you. Please try the documentation library, part B19306-01 at URL: http://www.oracle.com/technology/documentation/database10gR2.html. Search for the part B14202-01 and click: pdf at top right. Part B14202-01 documentation pdf is currently displaying and printing on this end. The blank pages at the end of each main topic are inserted on purpose.
    Another link to part B14202-01, on OTN is under the OEM, Oracle Enterprise Manager 10g Release 2 (10.2): http://www.oracle.com/pls/db102/portal.portal_db?selected=21
    Thank you for your comments and feedbacks. Its much appreciated.
    Main OTN, documentation URL: http://www.oracle.com/technology/documentation/index.html
    Regards,
    Chao

  • Oracle Clusterware error while installing

    Hi all,
    I am installing Oracle Clusterware (10.2.0.1) on solaris SPARC 5.10...and while installing Clusterware i am getting the following error
    Exception PRKC-1044 : Failed to check remote command execution setup for node1 using shells /usr/bin/ssh and /usr/bin/rsh
    node1 Connection refused
    Then i executed the from node1
    runcluvfy.sh stage -pre crsinst -n node2
    Verifying node connectivity
    ERROR:
    User equivalence unavailable on all the nodes.
    Verification cannot proceed
    users id's on both the nodes are same.
    I have configured SSH on both the nodes and its working fine for Public IP and Private IP.i can able to SSH wothout asking for apssword.
    I have created Links for ssh and scp files.
    ln -s -f /usr/bin/ssh /usr/local/bin/ssh
    ln -s -f /usr/bin/scp /usr/local/bin/scp
    then also i am getting the same error...here i have posted my etc/hosts
    ###########MGMT Interface
    0.0.139.18 Node1-mgmt-ce9
    ############FTEAM Interface(I am using this as Public IP)
    0.0.43.132 Node1
    0.0.43.133 Node1-fe1-ce4
    0.0.43.134 Node1-fe2-ce0
    #############VIP Interface(SSH is not working for this IP's)
    0.0.43.135 Node1-ovip
    ###############HEART BEAT Interface(I am Using this as Private Ip's)
    0.0.139.97 Node1-hbt
    0.0.139.98 Node1-hbt1-ce6
    0.0.139.99 Node1-hbt2-ce2
    ###############NAS Interface(SSH is not working for this IP's)
    0.0.122.88 Node1-nas
    0.0.123.194 Node1-nas1-ce1
    0.0.123.195 Node1-nas2-ce5
    ######################for host Node2#####################################
    #############MGMT Interface
    0.0.139.19 Node2-mgmt-ce9
    #############FTEAM Interface(I am using this as Public IP)
    0.0.43.136 Node2
    0.0.43.137 Node2-fe1-ce4
    0.0.43.138 Node2-fe2-ce0
    #############VIP Interface(SSH is not working for this IP's)
    0.0.43.139 Node2-ovip
    #############HEART BEAT Interface(I am Using this as Private Ip's)
    0.0.139.100 Node2-hbt
    0.0.139.101 Node2-hbt1-ce6
    0.0.139.102 Node2-hbt2-ce2
    #############NAS Interface(SSH is not working for this IP's)
    0.0.122.89 Node2-nas
    0.0.123.196 Node2-nas1-ce5
    0.0.123.197 Node2-nas2-ce1
    Expecting some workarounds for this
    Cheers
    -Arun
    Edited by: Mr.Doll on Aug 24, 2008 8:33 AM
    Edited by: Mr.Doll on Aug 24, 2008 8:49 AM

    thx for ur help the problem is resolved
    i have removed the login banner from both the hosts and now its working fine...
    and now i am facing the problem with the IP address its not taking the correct IP address.....

  • Pros and Cons af Oracle 10g upgrade to 11g

    Hi Basis Expert,
    We have an requirement of SAP upgrade which includes BW 3.5, CRM and R/3 (4.7).
    These components needs to be upgraded to the latest version
    BW 3.5 to BI 7.0
    R/3 (4.7) to ECC 6.0
    and also CRM upgrade to the new version
    The OS used is AIX and DB used is oracle 10g.
    Can anybody share the pros and cons of oracle DB upgrade from 10g to 11g after SAP upgrade.
    Regards,
    Anil.

    Hi DatabaseSAP and others,
    Thanks for your reply
    I started with the Oracle 11g software installer. But it gave an error during 71%. Error is
    Error in invoking target 'rat_on part_on dm_on olap_on sdo_on' of makefile '/oracle/DBW/112_64/rdbms/lib/ins_rdbms.mk'.
    See '/oracle/DBW/oraInventory/logs/installActions2011-10-10_12-04-03PM.log' for details.
    Abort      Retry         Continue
    But when i was going thorough the installActions2011-10-10_12-04-03PM.log . I could find that there are 7 arguments which is failed.
    Below are the argument  details
    1)INFO: Hard Limit: maximum user processes: This is a prerequisite condition to test whether the hard limit for "maximum user processes" is set to at least 16384.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    Verification Result for Node:p19849dev136
    INFO: Expected Value:1024
    INFO: Actual Value:9223372036854775807
    INFO: -
    INFO: *********************************************
    INFO: Hard Limit: maximum user processes: This is a prerequisite condition to test whether the hard limit for "maximum user processes" is set to at least 16384.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:16384
    INFO: Actual Value:3048
    INFO: Error Message:PRVF-4354 : Proper hard limit for resource "maximum user processes" not found on node "p19849dev136" [Expected = "16384" ; Found = "3048"]
    INFO: Cause: Hard limit for the resource does not meet the requirement on the specified node.
    INFO: Action: Modify the resource limits to meet the requirement.
    2)INFO: OS Kernel Parameter: ncargs: This is a prerequisite condition to test whether the OS kernel parameter "ncargs" is properly set.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:128
    INFO: Actual Value:6
    INFO: Error Message:PRVF-7543 : OS Kernel parameter "ncargs" does not have proper value on node "p19849dev136" [Expected = "128" ; Found = "6"].
    INFO: Cause: Kernel parameter value does not meet the requirement.
    INFO: Action: Modify the kernel parameter value to meet the requirement.
    3)INFO: OS Kernel Parameter: tcp_ephemeral_low: This is a prerequisite condition to test whether the OS kernel parameter "tcp_ephemeral_low" is properly set.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:9000
    INFO: Actual Value:32768
    INFO: Error Message:PRVF-7543 : OS Kernel parameter "tcp_ephemeral_low" does not have proper value on node "p19849dev136" [Expected = "9000" ; Found = "32768"].
    INFO: Cause: Kernel parameter value does not meet the requirement.
    INFO: Action: Modify the kernel parameter value to meet the requirement.
    4)INFO: OS Kernel Parameter: tcp_ephemeral_high: This is a prerequisite condition to test whether the OS kernel parameter "tcp_ephemeral_high" is properly set.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:65500
    INFO: Actual Value:65535
    INFO: Error Message:PRVF-7543 : OS Kernel parameter "tcp_ephemeral_high" does not have proper value on node "p19849dev136" [Expected = "65500" ; Found = "65535"].
    INFO: Cause: Kernel parameter value does not meet the requirement.
    INFO: Action: Modify the kernel parameter value to meet the requirement.
    5)INFO: OS Kernel Parameter: udp_ephemeral_low: This is a prerequisite condition to test whether the OS kernel parameter "udp_ephemeral_low" is properly set.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:9000
    INFO: Actual Value:32768
    INFO: Error Message:PRVF-7543 : OS Kernel parameter "udp_ephemeral_low" does not have proper value on node "p19849dev136" [Expected = "9000" ; Found = "32768"].
    INFO: Cause: Kernel parameter value does not meet the requirement.
    INFO: Action: Modify the kernel parameter value to meet the requirement.
    INFO: -
    6)INFO: OS Kernel Parameter: udp_ephemeral_high: This is a prerequisite condition to test whether the OS kernel parameter "udp_ephemeral_high" is properly set.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    INFO: Expected Value:65500
    INFO: Actual Value:65535
    INFO: Error Message:PRVF-7543 : OS Kernel parameter "udp_ephemeral_high" does not have proper value on node "p19849dev136" [Expected = "65500" ; Found = "65535"].
    INFO: Cause: Kernel parameter value does not meet the requirement.
    INFO: Action: Modify the kernel parameter value to meet the requirement.
    7)INFO: Users With Same UID: This test checks that multiple users do not exist with user id as "0".
    INFO: Severity:CRITICAL
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -
    INFO: Verification Result for Node:p19849dev136
    WARNING: Result values are not available for this verification task
    INFO: Error Message:<CV_VAL>root,|super,|zero,|</CV_VAL><CV_ERES>0</CV_ERES>
    INFO: Cause:Cause Of Problem Not Available
    INFO: Action:User Action Not Available
    INFO: *********************************************
    Please let me know what is the 7th (last one) argument.
    Regards,
    Anil Shenoy

Maybe you are looking for

  • How to do it?? in SELECT BOX

    here is the bean class sample code of getting the result set from database public void setMembers2() String query1="select e.idcode from employee e,wb_login w where e.idcode=w.idcode "; stmt1=conn1.createStatement(); rs1=stmt1.executeQuery(query1); S

  • How do you reset an admin password on a MacBook Pro running Mountain Lion?

    I forgot the admin password on my mac and I tried resetting it using the command+r technique at startup however a lock symbol appeared which requires a password to access. Does anyone know how to reset the password without using a startup disc?

  • Half of my notes have just disappeared. Why could this have happened?

    Half of my notes have disappeared in one day. Do notes expire after a certain amount of time to clear up space? What could have caused this?

  • SSRS schedule table LastRunTime column showing incorrect datetime

    Hi, We have some code which analysis when the report was run last time (cached). We take this value from SSRSDB..Schedule(LastRunTime) column. Sql server and ssrs are configured on same server with CST time zone. The OS which host this also configure

  • Changing BI Job Priority in ECC

    Hi All, I have a requirement to change the priority of BI jobs running in ECC (i.e. Infopackage job running in ECC.. have to make it B from default priority C ). I have gone through other threads but couldn't find any solution on that. Please let me