Service Failureover history in RAC

Hello,
I have one question. How can I check history of services failovers in RAC.
Suppose I defined a Service Serv1 , Prefered node is node-1 and available node is node-2. Now due to Service failover, Serv1 is running on Node-2 now and due to this CPU utilization goes up on Node-2. Now as a DBA I need to find the history when Service failover taken place.
Ofcourse, Grid Control display message on Service home page that service is failed on one on more prefffered instances. Is there any option to check these details from back-end(GV$ views)
Regards,
Neeraj Bhatia

I am not aware of any V$ views for looking into SERVICE failover history details. However one method to capture services failover, startup, shutdown times is to write a callout script that can log all events to a log file.
Place this script under $CRS_HOME/racg/usrco directory
And modify the script to log the output to an appropriate directory
% more callout.sh
#! /bin/ksh
FAN_LOGFILE=/opt/oracle/product/crs/evm/admin/log/oradb1_FANuptime.log
echo >> $FAN_LOGFILE &
--------------------------

Similar Messages

  • How to view Service Design History in 10.1

    With the 10.1 version of Cisco Prime Services Catalog, Administration module has a new feature to enable Service Design History. Even after enabling this feature, the application doesn't support a way to view the history.
    Having a web interface or SQL script to view the history of each services will be helpful.

    Hi,
    By "personal folders", do you mean .pst files, or just other folders of the email account?
    Please note, if you setup the rules to move emails to a .pst file which was created separately, we won't be able to view the emails when using other devices, since that .pst file is just a local Outlook Data File, which doesn't sync with the email server
    at all. (Also, if the rules move the emails to other accounts, you won't be able to see the emails on other devices until you have that other account configured.)
    If the rules move the emails to other folders of the email account, It should sync with other devices when you are using an IMAP, Exchange ActiveSync or Exchange account, including emails and folders, subfolders.
    Let me know if I got anything wrong.
    Regards,
    Melon Chen
    TechNet Community Support

  • Service on two different RAC environment

    I am looking for a way to create a service which can be supported from two different RAC environments.
    One service for two different RAC databases. Is it possible. If yes, then how.

    Can you eloborate your question. Give a specific example of what are you trying to accomplish. What exactly did you mean by "service" here. It has such a broad scope.

  • Reporting on service call history

    I would like to create a report of service call history as can be seen on the service call tab. I know the ASCL table  is the change log for service calls: is this my only option for getting a report? Is there a view for the Service call history?
    My goal is to track the time it takes between changes in Call Status for some performance reporting. Any suggestions would be much appreciated.
    Laura

    Hi Laura,
    If you need a report for service call history that can be seen on the service call tab, you may not need ASCL. ASCL only saves the header changes. Those data under each tab are saved in the SCLx sub tables.
    Thanks,
    Gordon

  • Regarding Services in Oracle 10g RAC

    Hi All,
    We are having Oracle 10g RAC (10.2) on Linux machines.  We don't have any services configured failover. This can be visible from srvctl config database -d, as nothing related services information is displayed.
    I even checked failover_type and Failover_method from GV$session and for all it's showing None. We have only default database service (same as database name).
    My question is:
    Can I modify/configure this default service as failover/loadbalance enabled using srvctl? If so, please let me know.
    PS: I can't provide any output here as our client network doesn't permit copying.
    Regads,
    Kumar

    Hi,
    THank you for your inputs. Below is the configurations settings of my environment.
    Client Side TNS Entry:
    jdbc:oracle:thin:@(DESCRIPTION = (LOAD_BALANCE=on) (FAILOVER=on) (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-rac)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-rac2)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = prod) (SERVER = DEDICATED) (FAILOVER_MODE= (TYPE=SELECT) (METHOD=PRECONNECT))))
    Below are the tns and listener details for both servers eb1-db-svr and eb1-db-bck-svr and both instances have remote_listener as “LISTENERS_PROD”
    eb1-db-svr-bck# lsnrctl status LISTENER_EB1-DB-SVR-BCK
    LSNRCTL for Solaris: Version 10.2.0.4.0 - Production on 06-DEC-2013 11:27:20
    Copyright (c) 1991, 2007, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=eb1-db-svr-bck-rac)(PORT=1521)(IP=FIRST)))
    STATUS of the LISTENER
    Alias                     LISTENER_EB1-DB-SVR-BCK
    Version                   TNSLSNR for Solaris: Version 10.2.0.4.0 - Production
    Start Date                19-OCT-2013 14:21:18
    Uptime                    47 days 22 hr. 6 min. 2 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /oracle/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /oracle/app/oracle/product/10.2.0/db_1/network/log/listener_eb1-db-svr-bck.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.207.195.31)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.207.195.35)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
      Instance "+ASM2", status BLOCKED, has 1 handler(s) for this service...
    Service "+ASM_XPT" has 1 instance(s).
      Instance "+ASM2", status BLOCKED, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PROD" has 2 instance(s).
    Instance "PROD1", status READY, has 1 handler(s) for this service...    ---> SHOWING TWO SERVICES ON NODE2
      Instance "PROD2", status READY, has 2 handler(s) for this service...
    Service "PROD_XPT" has 2 instance(s).
      Instance "PROD1", status READY, has 1 handler(s) for this service...
      Instance "PROD2", status READY, has 2 handler(s) for this service...
    The command completed successfully
    eb1-db-svr# lsnrctl status LISTENER_EB1-DB-SVR
    LSNRCTL for Solaris: Version 10.2.0.4.0 - Production on 06-DEC-2013 11:24:42
    Copyright (c) 1991, 2007, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=eb1-db-svr-rac)(PORT=1521)(IP=FIRST)))
    STATUS of the LISTENER
    Alias                     LISTENER_EB1-DB-SVR
    Version                   TNSLSNR for Solaris: Version 10.2.0.4.0 - Production
    Start Date                25-NOV-2013 20:43:08
    Uptime                    10 days 14 hr. 41 min. 34 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /oracle/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /oracle/app/oracle/product/10.2.0/db_1/network/log/listener_eb1-db-svr.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.207.195.30)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.207.195.32)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
      Instance "+ASM1", status BLOCKED, has 1 handler(s) for this service...
    Service "+ASM_XPT" has 1 instance(s).
      Instance "+ASM1", status BLOCKED, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PROD" has 1 instance(s).
      Instance "PROD1", status READY, has 2 handler(s) for this service...   --> SHOWS ONLY ONE HANDLER FOR THIS
    Service "PROD_XPT" has 1 instance(s).
      Instance "PROD1", status READY, has 2 handler(s) for this service...
    The command completed successfully
    eb1-db-svr# cat listener.ora
    # listener.ora.eb1-db-svr Network Configuration File: /oracle/app/oracle/product/10.2.0/db_1/network/admin/listener.ora.eb1-db-svr
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER_EB1-DB-SVR =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /oracle/app/oracle/product/10.2.0/db_1)
          (PROGRAM = extproc)
    LISTENER_EB1-DB-SVR =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-rac)(PORT = 1521)(IP = FIRST))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.207.195.32)(PORT = 1521)(IP = FIRST))
    eb1-db-svr# cat tnsnames.ora
    # tnsnames.ora Network Configuration File: /oracle/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    LISTENERS_PROD =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-rac)(PORT = 1521))
        (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-bck-rac)(PORT = 1521))
    PROD =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-rac)(PORT = 1521))
        (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-bck-rac)(PORT = 1521))
        (LOAD_BALANCE = yes)
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = PROD)
    PROD2 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-bck-rac)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = PROD)
          (INSTANCE_NAME = PROD2)
    PROD1 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-rac)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = PROD)
          (INSTANCE_NAME = PROD1)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    eb1-db-svr-bck# cat listener.ora
    # listener.ora.eb1-db-svr-bck Network Configuration File: /oracle/app/oracle/product/10.2.0/db_1/network/admin/listener.ora.eb1-db-svr-bck
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER_EB1-DB-SVR-BCK =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /oracle/app/oracle/product/10.2.0/db_1)
          (PROGRAM = extproc)
    LISTENER_EB1-DB-SVR-BCK =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-bck-rac)(PORT = 1521)(IP = FIRST))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.207.195.35)(PORT = 1521)(IP = FIRST))
    eb1-db-svr-bck# cat tnsnames.ora
    # tnsnames.ora Network Configuration File: /oracle/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    LISTENERS_PROD =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-rac)(PORT = 1521))
        (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-bck-rac)(PORT = 1521))
    PROD =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-rac)(PORT = 1521))
        (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-bck-rac)(PORT = 1521))
        (LOAD_BALANCE = yes)
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = PROD)
    PROD2 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-bck-rac)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = PROD)
          (INSTANCE_NAME = PROD2)
    PROD1 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = eb1-db-svr-rac)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = PROD)
          (INSTANCE_NAME = PROD1)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)

  • Service not failover on RAC 11.2.0.3 environment

    Hi
    now i am testing how the 11.2.0.3 RAC will behave with Redhat 5.7.
    then, i found the rac service will not failover to other node which added with "-r" available option
    i have made service with this command
    "srvctl add service -d xxxdb -s srv_p01 -r xxxdb1 -a xxxdb2 -y automatic -f"
    xxxdb means database name, xxxdb1 and xxxdb2 are the instance on each nodes.
    in my thought it will be that when prefferd xxxdb1 stopped accidentaly, the service "srv_p01" failover to availabled xxxdb2 instance
    but when i stop the xxxdb1 instance with "srvctl stop instance" command, this service won't failover...
    **following is the Nomal status
    ora.xxxdb.db
    1 ONLINE ONLINE node01 Open
    2 ONLINE ONLINE node02 Open
    ora.xxxdb.srv_p01.svc
    1 ONLINE ONLINE node01
    **here is the status when i stop the instance on node01
    ora.xxxdb.db
    1 OFFLINE OFFLINE Instance Shutdown
    2 ONLINE ONLINE 02 Open
    ora.xxxdb.srv_p01.svc
    1 ONLINE OFFLINE
    now the point of my question;
    1. when instance down, the service which running on downed instance will failover to other node which registered as "availbale"?
    the incident i met is normal activity?
    2. if this activity is normal, why i add service with "available" option?
    3. i want to know when the service failover to available node?
    **here is the status i think it should be when instance down..
    ora.xxxdb.db
    1 OFFLINE OFFLINE Instance Shutdown
    2 ONLINE ONLINE 02 Open
    ora.xxxdb.srv_p01.svc
    1 ONLINE ONLINE node02
    Anyone pls answer my question! pls..
    Thanks,
    Edited by: 937532 on 2012/05/30 22:29

    but when i stop the xxxdb1 instance with "srvctl stop instance" command, this service won't failover...yes it won't like 10g,crash the node or instance or do shutdown abort on instance in 11g and see service will failover.
    1. when instance down, the service which running on downed instance will failover to other node which registered as "availbale"? the incident i met is normal >activity?when instance aborted the service will failover to available instance which you're define on -a, and this service will be available to accept new connection.
    2. if this activity is normal, why i add service with "available" option?explain above.
    3. i want to know when the service failover to available node?when instance,node crash.

  • Gracefully Shutting all the services pertaining to Oracle RAC 10g R2

    Hi !!
    Can anyone guide me in Gracefully Shutting Down All the services, processes pertaining to Oracle RAC 10g R2 - Clusterware, Oracle Software, Oracle RAC Database, Netservices, EMConsoles......
    Any Scripts / Metalink ID's / Comments would be very much helpful....
    Cheers n Thanks

    If its for both Linux and Windows .... Then it would be better ...

  • Confirm Goods / Services Centrally  - History!

    Hi!!
    I've never worked with this so I could be doing an easy question.
    where? In the portal under Purchasing --> Confirm Goods / Services Centrally --> select a purchase order --> start --> press action and get the history for the PO.
    What I need to display is the Invoice reference number.
    The fields that I have in the history table are:
    Document  Name of Document  Number of Document  Number in QASCLNT400  Date  Quantity  Net value  Currncy  Status  Long Number 
    What I want to do is populate with the rerference number the NAME OF DOCUMENT column for the invoices rows.
    Here the question!  Is there any badi, bapi that I can use to change that value? if not, how can I do to create another column.
    I've been looking at the 672960 note but couldn't get anything. I also checked this blog /people/nanda.kondagunta/blog/2006/10/23/how-to-create-custom-fields-in-srm but the report doesn't stop in those badis.
    Any help?
    thanks.

    Hello,
    i am working with SRM 5.0.
    If i start the transaction bbpcf02 (Confirm Goods / Services)from the web i obtain an empty window.
    But if i start the transaction from gui i am able to confirm goods.
    I have the same problem even with "Shopping Cart Status"
    application.
    Can you help me?
    Thank you.

  • Account Overview Screen with no sales, service order & Transaction history

    Hi All,
    I have come across an issue with Account Overview link in IC webclient CRM 5.0.
    One Z Webclient profile is created (ZSERVICE) which is assigned to few users. When user with this profile logs in and confirms any acc. ID on Identify Account screen, if he goes to Acc. Overview screen the viewareas for Sale Order History, Service Order History and Transaction History shows zero entries even if there are entries for given Acc. ID.
    Identify Acc. is using Z BSP Z_SV_IC but acc. overview is using the std. BSP crm_ic_ovw.
    Is this a problem with IC webclient configuration in SPRO or a problem at BSP level. please Help.
    Regards,
    Sameer

    Hi John,
    Thanks for the reply.
    My problem is not with Interaction history screen but with account overview screen. On interaction history screen I can find the interactions for given Acc.ID. But after I confirm the account on identify account screen when I click on account overview screen I can see few details of that account on acc. overview screen but the other details are blank. And ofcourse I cant directly go to acc. overview screen without confirming the acc. ID as the account details on this screen are readonly.
    Also you said 'Maybe a problem with your custom controller?' .. can you throw some more light on this.
    Regards,
    Sameer

  • HP service guard and RAC or dataguard

    HP service guard must use with RAC on HP unix server?
    In dataguard how can we use the hp service guard?
    will you pls. clarify.

    HP Service guard is a clustering or High availability solution that protects you against hardware failure. Oracle Parallel server, the precursor to RAC, when implemented on HPUX platform required HP Service guard. With RAC, oracle bundles in its own clusterware and service guard is no longer a mandatory prerequisite. If Service Guard is installed oracle clusterware will delegate some of the cluster responsibilities to service guard.
    Dataguard on the other hand is a Disaster recovery solution that protects you against site disaster or whole data center outage. With that said it is not uncommon to see dataguard being setup between two servers within same datacenter to protect against hardware failure or for reporting purposes.
    How would you use dataguard with service guard? On the production site, you can use service guard for fail over the database between two nodes in case there is a hard ware failure. You can do the same for the DR site also.

  • Enable/DIsable Services in RAC Database using srvctl

    Hello,
    I am using Oracle Database 11g on a two node RAC. For the service management on the RAC I use srvctl and I have problems in understanding why the tool offers redundant information for some services.
    To be more exact, let's say I have a two node RAC, one database called DB_NAME and one instance on each node called DB_NAME1 and DB_NAME2.
    I create a service called DB_SRV using srvctl like this:
    srvctl add service -d DB_NAME -s DB_SRV -r DB_NAME1 -a DB_NAME2
    Then I run srvctl config to see service parameters like this:
    srvctl config service -d DB_NAME -s SRV_NAME
    And I get the output:
    Service name: DB_SRV
    Service is enabled
    Preferred instances: DB_NAME1
    Available instances: DB_NAME2
    So I can see that the the service DB_SRV is enabled by default, and I want to disable the service, like this:
    srvctl disable service -d DB_NAME -s DB_SRV -i DB_NAME1
    After than I run srvctl config again:
    srvctl config service -d DB_NAME -s SRV_NAME
    And I get the output:
    Service name: DB_SRV
    Service is enabled
    Preferred instances: DB_NAME1
    Available instances: DB_NAME2
    Service is disabled on instances: DB_NAME1
    So far,it all makes sense. The service is enabled to all the instances, but disabled for DB_NAME1 so this means the the service is enabled on DB_NAME2. All ok.
    But then, I want to enable the service on DB_NAME2 (although it is already enabled there) and I run:
    srvctl enable service -d DB_NAME -s DB_SRV -i DB_NAME2
    After than I run srvctl config again:
    srvctl config service -d DB_NAME -s SRV_NAME
    And I get the output:
    Service name: DB_SRV
    Service is enabled
    Preferred instances: DB_NAME1
    Available instances: DB_NAME2
    Service is enabled on instances: DB_NAME2
    Service is disabled on instances: DB_NAME1
    So my real question is:
    Why isn't oracle giving me an error when I run
    srvctl enable service -d DB_NAME -s DB_SRV -i DB_NAME2
    and instead adds this line (redundant, I would say)
    Service is enabled on instances: DB_NAME2
    in the srvctl config output?
    Thank you in advance!

    So for me it seems redundant because if the service is enabled (this means it is enabled for every instance in the RAC), you shouldn't be able to enable it on one of that instance again.
    So in my last output I think that this line:
    Service is enabled
    is equal to this line
    Service is enabled on instances: DB_NAME2
    If I am wrong, can someone point the difference between the two lines based on my scenario?
    Edited by: 881081 on Aug 23, 2011 8:53 AM

  • Service Request Aging Analysis

    Hello All,
    I am trying to create a report in Siebel off the canned aging report. It seems to give me the average age in calendar days which is fine, however I need to report on number of business days.
    The data I need specifically is:
    Service Request's (SR's) Average Age - This is default
    Average age of open SR's business days - This is the tough one, I need to have > 5 business days and < 5 Buisness days
    Average age if not closed on the first contact - Buisness and Calender days
    SR's open greater then 5 days - Buisness and Calender days
    If anyone has any advice if this is possible or how to go about having Siebel create the report for me, that would be great.
    Thanks in advance
    ~The Call Guy

    Okay, if your report is using the Service Request History subject area, use this code exactly:
    (CASE WHEN /* Convert Sunday to the Business Day Of the Year */
    DAYOFWEEK("Service Request"."Closed Date and Time" )=1
    THEN (DAYOFYEAR("Service Request"."Closed Date and Time")-WEEK("Service Request"."Closed Date and Time"))-(WEEK("Service Request"."Closed Date and Time")-2) /* Convert Saturday to the Business Day Of the Year */
    WHEN DAYOFWEEK("Service Request"."Closed Date and Time" )=7
    THEN (DAYOFYEAR("Service Request"."Closed Date and Time")-WEEK("Service Request"."Closed Date and Time"))-(WEEK("Service Request"."Closed Date and Time")-1) /* Convert Mon-Fri to the Business Day Of the Year */
    ELSE (DAYOFYEAR("Service Request"."Closed Date and Time")-WEEK("Service Request"."Closed Date and Time"))+(2-WEEK("Service Request"."Closed Date and Time")) END)
    - (CASE WHEN /* Convert Sunday to the Business Day Of the Year */
    DAYOFWEEK("Service Request"."Opened Date" )=1 THEN (DAYOFYEAR("Service Request"."Opened Date")-WEEK("Service Request"."Opened Date"))-(WEEK("Service Request"."Opened Date")-2) /* Convert Saturday to the Business Day Of the Year */ WHEN DAYOFWEEK("Service Request"."Opened Date" )=7
    THEN (DAYOFYEAR("Service Request"."Opened Date")-WEEK("Service Request"."Opened Date"))-(WEEK("Service Request"."Opened Date")-1) /* Convert Mon-Fri to the Business Day Of the Year */
    ELSE (DAYOFYEAR("Service Request"."Opened Date")-WEEK("Service Request"."Opened Date"))+(2-WEEK("Service Request"."Opened Date"))
    END) + /* Adjust for Year Change */ (365 * (YEAR("Service Request"."Closed Date and Time")-YEAR("Service Request"."Opened Date")))
    If your report is using the Service Request subject area, use this code exactly:
    (CASE WHEN /* Convert Sunday to the Business Day Of the Year */
    DAYOFWEEK("Service Request"."Closed Date and Time" )=1
    THEN (DAYOFYEAR("Service Request"."Closed Date and Time")-WEEK("Service Request"."Closed Date and Time"))-(WEEK("Service Request"."Closed Date and Time")-2) /* Convert Saturday to the Business Day Of the Year */
    WHEN DAYOFWEEK("Service Request"."Closed Date and Time" )=7
    THEN (DAYOFYEAR("Service Request"."Closed Date and Time")-WEEK("Service Request"."Closed Date and Time"))-(WEEK("Service Request"."Closed Date and Time")-1) /* Convert Mon-Fri to the Business Day Of the Year */
    ELSE (DAYOFYEAR("Service Request"."Closed Date and Time")-WEEK("Service Request"."Closed Date and Time"))+(2-WEEK("Service Request"."Closed Date and Time")) END)
    - (CASE WHEN /* Convert Sunday to the Business Day Of the Year */
    DAYOFWEEK("Service Request"."Opened Date and Time" )=1 THEN (DAYOFYEAR("Service Request"."Opened Date and Time")-WEEK("Service Request"."Opened Date and Time"))-(WEEK("Service Request"."Opened Date and Time")-2) /* Convert Saturday to the Business Day Of the Year */ WHEN DAYOFWEEK("Service Request"."Opened Date and Time" )=7
    THEN (DAYOFYEAR("Service Request"."Opened Date and Time")-WEEK("Service Request"."Opened Date and Time"))-(WEEK("Service Request"."Opened Date and Time")-1) /* Convert Mon-Fri to the Business Day Of the Year */
    ELSE (DAYOFYEAR("Service Request"."Opened Date and Time")-WEEK("Service Request"."Opened Date and Time"))+(2-WEEK("Service Request"."Opened Date and Time"))
    END) + /* Adjust for Year Change */ (365 * (YEAR("Service Request"."Closed Date and Time")-YEAR("Service Request"."Opened Date and Time")))
    I have verified that both formulas are error free when used in the correct subject area... the column that you start with does not matter... just be sure to completely blank the existing formula before pasting in this one.
    Let me know how it goes.
    Mike L

  • Service Plan not Updating

    Team,
    I've created a fairly simple service which creates a service item, calls a CPO process via service link then updates the service item upon completion.
    Only the update isn't working. I can see the updated information in the request form but the service item never gets updated. The plan in the request says that the udpate step is executed but when I check the service item history, it only ever lists a create step.
    Any clues on how to debug this? I don't really want to recreate the entire service from scratch but I really don't know where to start picking at it.
    Ryan

    All service items have a reserved property called "ErrorDescription". You should include this in your service item based dictionary that you are using to create/update the service item. You can hide this on the form when Moment is Ordering and show it when Moment is Service Completed. After a SIT (service item task), this field will contain any error message related to updating the service item. For debugging, you might also want to show the Name field if you are not showing it already.
    Common reasons it would fail:
    1) No Name property was specified when creating the SI
    2) Name property does not match an existing SI for update
    3) One of the properties has an invalid value for the field (wrong type, too long, etc).

  • What is the use of GSD in Oracle 10g RAC ...?

    Hi Rajesh,
    If the GSD is not used in the new versions (only for backward comparability). we can drop this resource from CRS. what is the impact of this if we drop this resource.
    Thanks in advance.

    Hi,
    GSD IS USED ONLY IF 9I RAC DATABASE IS PRESENT
    The function of GSD (10g and above) is to service requests for 9i RAC management clients and therefore when there are no 9i databases present, there is nothing for GSD to do.
    Consequently, there will be no impact on a RAC cluster if GSD is offline and 9i is not used.
    If gsd fails to start due to whetever reasons then best thing is to work with Oracle support to analyze and fix the issue. Until that time, gsd can be temporarily disabled.
    In 11.2 GSD is disabled by default and the service will show as target:offline, status:offline.
    Ref: MOC ID : 429966.1
    Hope your question is answered..
    Regards,
    Pradeep. V

  • Oracle RAC support in CIAC

    Hi,
    Does CIAC support Oracle RAC clusters? I'd like to put a bit of resilience on the Oracle database backend and so would like to setup an Oracle RAC. If I did would this invalidate any support if there was an issue with connectiviity to the database.
    Regards,
    Mohammed Rakhada

    Cisco Advanced Services have a service to install using RAC One Node, and PO supports RAC as well.
    See this doc for details
    https://supportforums.cisco.com/docs/DOC-28219

Maybe you are looking for