Behavior when one of the instance is down

Dears,
We have a reporting server(IBM Cognos BI) using Oracle RAC as the data warehouse.  Cognos uses OCI to communicate with Oracle database(Oracle client is installed with the cognos server machine). Cognos only issues SELECT statements to the database.
This is our tnsnames.ora file looks like
${DB_NAME}=
(DESCRIPTION=
  (ENABLE=BROKEN)
  (LOAD_BALANCE=off)
  (FAILOVER=on)
  (ADDRESS=(PROTOCOL=tcp)(HOST=${VIP1_IP})(PORT=11521))
  (ADDRESS=(PROTOCOL=tcp)(HOST=${VIP2_IP})(PORT=11521))
  (CONNECT_DATA=
     (SERVICE_NAME=${DB_NAME})
    (FAILOVER_MODE=(TYPE=select)(METHOD=basic))
     (server = dedicated)
As to TYPE=SELECT, it is said that if the instance on which the select statement is being executed is down, one of the available oracle instances will take over as nothing has happened. The failover is transparent to the application(Cognos). http://www.dba-oracle.com/art_oramag_rac_taf.htm
But when we manually shutdown an instance , we did not see the result as expected while get the following:
ORA-25402: transaction must roll back
Cause: A failure occured while a transaction was active on this connection.
Action: The client must roll back.
So, it looks like if application wants to take the advantage of this functionality, the application must be modified to do something related to transaction termination, Right? If so, like a product as Cognos, not a project, it could not do things specific to a particular database. 
Any suggestion is welcome.
Ricky
Thanks,

HI,
Please check your configuration as per below link.
http://www.oracle.com/technetwork/database/features/oci/taf-10-133239.pdf
FAST CONNECTION FAILOVER
Fast Connection Failover (FCF) is a packaged implementation of FAN included in Oracle Application Server 10g. In the event of a failure, it will act on the FAN event, clean up stale connections, and pass the notification to the application as a SQL exception. The application can then retry the connection and replay the transaction. It works with JDBC connection pools, and is not dependent on OCI or TAF. Thus, you can use FCF with both the thin JDBC driver as well as the thick (OCI) JDBC driver. Oracle does not recommend the use of both TAF and FCF with the same application.

Similar Messages

  • IO discontinued when one of the storage was down, anybody know what's wrong?

    I encountered this issues using the Max OS  X with the ATTO HBA cards and multipath.
    We used two port of the HBA which was connected to one controller of the storage. And we mapped serveral LUNS to the Mac server.That means there were two active paths between the server and the storage.
    Yesterday , one of storage controller which had IO on it was down accidently. And the IO on the volume can't continue until the controller was up.
    Why did this happen?  We had multipath, we want to know why the IO didn't switch to another path.
    Here is log of the server:
    Jul 28 10:00:19 huaweimatoMac-Pro kernel[0]: nstat_lookup_entry failed: 2
    Jul 28 10:01:27 huaweimatoMac-Pro kernel[0]: nstat_lookup_entry failed: 2
    Jul 28 10:07:27 huaweimatoMac-Pro kernel[0]: IOSCSIMultipathedLogicalUnit: Timed out waiting for paths to become available, loops = 0
    Jul 28 10:07:57: --- last message repeated 6 times ---
    Jul 28 10:07:57 huaweimatoMac-Pro kernel[0]: IOSCSIMultipathedLogicalUnit: Timed out waiting for paths to become available, loops = 1
    Jul 28 10:08:27: --- last message repeated 6 times ---
    Jul 28 10:08:27 huaweimatoMac-Pro kernel[0]: IOSCSIMultipathedLogicalUnit: Timed out waiting for paths to become available, loops = 2
    Jul 28 10:08:57: --- last message repeated 6 times ---
    Jul 28 10:08:57 huaweimatoMac-Pro kernel[0]: IOSCSIMultipathedLogicalUnit: Timed out waiting for paths to become available, loops = 3
    Jul 28 10:09:11: --- last message repeated 6 times ---
    Jul 28 10:09:11 huaweimatoMac-Pro kernel[0]: IOSCSIMultipathedLogicalUnit: new active path available, checking, loops = 4
    Jul 28 10:09:41: --- last message repeated 6 times ---
    Jul 28 10:18:43 huaweimatoMac-Pro kernel[0]: hfs: Initializing the journal (joffset 0x50000 sz 0x800000)...
    Jul 28 10:18:43 huaweimatoMac-Pro kernel[0]: ioqueue_depth = 256,   ioscale = 8
    Jul 28 10:19:49 huaweimatoMac-Pro kernel[0]: nstat_lookup_entry failed: 2
    Jul 28 10:21:53 huaweimatoMac-Pro kernel[0]: HFS: Low Disk: freeblks: 38287, warninglimit: 38400

    Make sure all apps are fully closed:
    - double tap your home button
    - hold your finger on an app
    - when the apps start to wiggle press the red "-" button on all the apps
    Now do a hard reset:
    - hold the home button and the sleeps/wake button down at the same time
    - the phone will shut off then when the apple logo ppears release both buttons
    If by then your contacts have not been restored you would need to try and retreive them from a back up on itunes/icloud that was made when the contacts were on the phone. You could even stream them from the cloud if they were synced to the cloud. The link beow will show you how to restore from an itunes/icloud back up:
    http://support.apple.com/kb/ht1766
    Also to prevent this issue which i have seen alot when users are still running iOS 5 it would be best to update the iOS on your phone. To do this follow the link below:
    http://support.apple.com/kb/ht4623
    Hope this helps

  • Hi there. I have a problem with sound on my 4s. When you move the volume slider up, it sounds well. But when I move the volume slider down I will hear barely and unclear sound in my headphone.I tried different headphones but result is same as old one.Help

    Hi there. I have a problem with sound on my 4s. When you move the volume slider up, it sounds well. But when I move the volume slider down I will hear barely and unclear sound in my headphone.I tried different headphones but result is same as old one.Help

    Try A and B
    (A) Restart iPad
    1. Hold down the Sleep/Wake button until the red slider appears.
    2. Drag the slider to turn off iPad.
    3. Turn iPad back on, hold down the Sleep/Wake until the Apple logo appears
    (B) Reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • Backing up the RAC DB when either one of the node is down

    11.2.0.2/Solaris 10 (x86-64bit) For our 2-Node production RAC DB, I had configured RMAN backup from Node1 using Cronjob. Last weekend our Node1 went down. Our SMS notifying system which sends SMS alerts to our Mobiles went down on the weekend as well. Only by Monday Noon we came to know that Node1 is down and that there is no backup for Saturday and Sunday.
    How can i make sure that RMAN backup of the DB will be taken even if either one of the Nodes go down ? My friend suggested IBM TWS scheduler. Can Tivoli Work Scheduler detect a dead RAC Node and fire RMAN backup from the surviving node ?

    I don't know the answer regarding TWS, but if you run the backup from crontab I guess that you don't have any 3rd party tool now.
    I think the easiest solution will be to have the script and crontab job on both servers and decide which one runs the backup.
    For example, the script that is scheduled in the crontab will do:
    1. if $HOSTNAME is node1 run the backup. If $HOSTNAME is node2, check if node1 is up and if not run the backup.
    2. This is more elegant, check the "crsctl status resource" for something and run the backup accordingly. For example, the script will check where SCAN1 VIP is located and this is the node which will run the backup.
    HTH
    Liron

  • HT3576 When I pull the notification screen down after about 5 seconds the screen goes black and then the apple appears for about 30 seconds and then returns to the home screen, this is an iPhone 4 running ios7 , any ideas??

    When I pull the notification screen down after about 5 seconds the screen goes black and then the apple appears for about 30 seconds and then returns to the home screen, this is an iPhone 4 running ios7 , any ideas??

    One problem though, the top button on my phone is jammed so i cant power off the phone, anyway of resetting the phone without using the top button ?

  • Additional validation for one of the fields in down payment request

    Hi All ,
      I have a requirement for doing some additional validation for one of the fields in down payment request
    (F-47) .
    I need to validate a field u2018Assignmentu2019 in the down payment request .
    Here, assignment field is mandatory and user has to enter a valid contract number. Then we have to  validate the contract number entered against the tracking number field (BEDNR) in EKPO table corresponding to the vendor.
    If the contract number entered is incorrect, then system displays a message with the valid contract number. The user can modify the assignment field with this contract number. Once the field is modified, system once again validates whether the contract number entered is valid.
    Can you please provide me your valuable inputs how to achieve this.
    Regards,
    Tripti.

    Hi Vishal ,
      Thanks for your reply. I tried searching for  them but couldn't find any.
    Regards,
    Tripti.

  • Unable to open any EO Based OAF page on one of the instance

    Hello Folks,
    We are facing one serious issue on one of the instance. While trying to open any OAF page which is based on Entity Object, we are continously encoutering the below error message,
    Exception Details.
    oracle.apps.fnd.framework.OAException: Could not load application module 'arrow.oracle.apps.xxcrm.designwin.organizer.server.DesignWinAM'.
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1285)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:538)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:426)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    JBO-30003: The application pool (usmliu151.arrow.comutyeb061522arrow.oracle.apps.xxcrm.designwin.organizer.server.DesignWinAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition arrow.oracle.apps.xxcrm.schema.server.DswOrgCriticalNotEO of type Entity Definition not found
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1285)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:538)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:426)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition arrow.oracle.apps.xxcrm.schema.server.DswOrgCriticalNotEO of type Entity Definition not found
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1285)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:538)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:426)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    I have verified for the file DswOrgCriticalNotEO and it exists in the right directory. And this is not the case with a single page. if i try to open another OAF page, it throws the same exception with a different EO name.
    I feel so its not able to recognize any of the EO files from arrow.oracle.apps.xxcrm.schema.server directory. Do we need to define any class path for the same?? If so where do i check whether the classpath has been defined or not ?
    The same set of files are present on another instance and it is working perfectly fine.
    Please suggest what should be done?? :(
    Regards,
    Raj Papdeja.

    Can you please check if there any spelling mismatch in your package name in your unix box?
    Regards,
    Ram

  • I want the title on the browser to change when one of the frames changes in the Frameset.

    I am using frames (please don't tell me off!) and PHP.
    I want the title on the browser to change when one of the
    frames changes in the Frameset.
    Normally the title of the browser comes from the Frameset,
    But I am sure I have seen websites where the title changes
    depending on one of the frames... how is this done?
    C

    Then don't use frames.
    > Normally the title of the browser comes from the
    Frameset, But I am sure I
    > have seen websites where the title changes depending on
    one of the
    > frames...
    > how is this done?
    Show us one and we'll tell you.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "colinwalton" <[email protected]> wrote in
    message
    news:epuu1t$kgv$[email protected]..
    >I am using frames (please don't tell me off!) and PHP.
    >
    > I want the title on the browser to change when one of
    the frames changes
    > in
    > the Frameset.
    >
    > Normally the title of the browser comes from the
    Frameset, But I am sure I
    > have seen websites where the title changes depending on
    one of the
    > frames...
    > how is this done?
    >
    > C
    >

  • A site I need for consulting purposes requires an add-on known as "Intranet for Firefox". When one accepts the add-on installation, a return message is displayed claiming that it cannot be found. At this point, I have to use IE to access the site.

    A site I need for consulting purposes (http://www.aegtelecom.com.pt/) requires an add-on known as “Intranet for Firefox”. When one accepts the add-on installation, a return message is displayed claiming that it cannot be found. At this point, I have to use IE to access the site. However, being a steadfast Firefox user, I would prefer to use Firefox for this purpose.

    http://www.aegtelecom.com.pt/contactos <br />
    Have you tried contacting that web site's support department for help with that issue? <br />
    If that web site can't find the add-on it says is needed, they need to fix that problem with their servers.
    Or you can try using IE Tab2 to run IE in a Firefox tab. <br />
    https://addons.mozilla.org/en-US/firefox/addon/92382

  • How do I configure Firefox so that when I open the bookmarks drop-down list, the previous bookmark that I clicked in the same session is high-lighted - especially if it's located in a sub-folder (just like IE)?

    I wish to replicate the behavior of IE (heresy - I know!) when opening the drop-down Bookmarks (i.e., Favorites) menu so that I don't have to repeatedly "drill-down" into one or more subfolders in order to select the same bookmark as before or to select any of the other (saved) ones in the same subfolder.
    I always wanted to know if this was possible since I happily began using FF several years ago, but never found the time to ask until now.
    Currently using FF4 on WinXP Pro SP3 occasionally along w/ IE8 and its wonderful "Save Target As ..." right-click option.

    I figgered it out. The resolution of the screen was set at 600x800, so the bookmarks dropdown menu took up more space than usual. The pop out folder contents didn't have enough room to pop out. With a resolution for a slightly smaller display the drop down bookmarks menu functions perfectly.

  • Server Group not working when one of Job Servers is down

    I have a Server Group of two job servers. They have the same version 12.2.2.3 and are attached to the same Local Repository of version 12.2.2.0.
    When I execute a batch job (from the Designer) and explicitly specify on which job server it should run, it works fine for either job server. Also, when I specify Batch Job execution on Server Group, it works fine.
    However, when I shutdown one of the Job Servers, and then try to execute the job on Server Group, I'm getting two error messages, BODI-1111011 that one Job Server is down, and BODI-1111009 that another Job Server has failed.
    At the same time, when I check the Server Group in the Management Console, it shows that the allegedly failed Job Server is in the status green.
    That error is not reflected in a job server eveng log, nor there is anything written to webadmin log, not in the job trace (the latter isn't created at all).
    Is there anything I can do at this point except raise a support message?

    The issue was with different users for Local Repository in Admin and Job Server config. I discovered it when trying to run the job from Admin Console. Designer is probably not the best diagnostic tool for such kind of issues.

  • One of the database is down in streaming environment

    I have scenario where one of the database in (two different database) streaming environment is unavailable due to nework/link/database maintenance purpose. Since my other database is up and running and DML/DDL operations are in process how can I avoid following error
    SQL> insert into test values ('eee', 'code e');
    1 row created.
    SQL> commit;
    commit
    ERROR at line 1:
    ORA-02050: transaction 5.23.8870 rolled back, some remote DBs may be in-doubt
    ORA-02068: following severe error from OTHER_DOWN_DATABASE
    ORA-03113: end-of-file on communication channel
    ============================================
    Can I change some parameters in DBMS_STREAMS_ADM Package or any other packages to avoid above situation

    Thanks for the reply.
    I am getting the same error even If I just do select on the table which I have for streaming
    SQL> select * from test@dbtest;
    select * from test@dbtest
    ERROR at line 1:
    ORA-02068: following severe error from DBTEST ---destination database
    ORA-03113: end-of-file on communication channel.
    Q- Wich database is down? Is it the source database or the destination database?
    For now I am testing with keeping down destination database.
    Q- If it's the source db, just stop the capture. That's all you really have to do.
    A- This can be good for planned maintenance, but how about unplanned outage or sudden problem (with networks/links or all of a sudden I can not stream my data changes to destination database).
    Q--The error you're describing is unclear.... Do you get that error immediately when you issue the insert and the commit? That sound very very strange to me because streams does asynchronous replication... You would not get such an error for db down from my opinion.
    A-- First time, I got this error when I updated a row and then tried to commit while my destination database was down.
    Q- It looks like the problem has nothing to do with streams but rather a distributed transaction problem (2pc)...
    A- If it is transaction problem should I be getting similar error while selecting from destination table, see the above error

  • Srvctl database status shows that one of the instance prompting PRKO-2015

    Hi all,
    I am getting follwing error while I am trying to execute follwing command
    E:\apps\oracle\product\1020\crs\BIN>srvctl status database -d APPSDB
    PRKO-2015 : Error in checking condition of instance on node: BNY-S-T16
    Instance APPSDB2 is running on node bny-s-t02
    E:\apps\oracle\product\1020\crs\BIN>cscript crsstat.vbs
    Microsoft (R) Windows Script Host Version 5.6
    Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
    Name R/RA Target State
    ora.APPSDB.APPSDB1.inst 0/5 ONLINE ONLINE on bny-s-t16
    ora.APPSDB.APPSDB2.inst 0/5 ONLINE ONLINE on bny-s-t02
    ora.APPSDB.db 0/0 ONLINE ONLINE on bny-s-t16
    ora.bny-s-t02.ASM2.asm 0/5 ONLINE ONLINE on bny-s-t02
    ora.bny-s-t02.LISTENER_BNY-S-T02.lsnr 0/5 ONLINE ONLINE on bny-s-t02
    ora.bny-s-t02.gsd 0/5 ONLINE ONLINE on bny-s-t02
    ora.bny-s-t02.ons 0/3 ONLINE ONLINE on bny-s-t02
    ora.bny-s-t02.vip 0/0 ONLINE ONLINE on bny-s-t02
    ora.bny-s-t16.ASM1.asm 0/5 ONLINE ONLINE on bny-s-t16
    ora.bny-s-t16.LISTENER_BNY-S-T16.lsnr 0/5 ONLINE ONLINE on bny-s-t16
    ora.bny-s-t16.gsd 0/5 ONLINE ONLINE on bny-s-t16
    ora.bny-s-t16.ons 0/3 ONLINE ONLINE on bny-s-t16
    ora.bny-s-t16.vip 0/0 ONLINE ONLINE on bny-s-t16
    srvctl config database -d APPSDB
    BNY-S-T16 appsdb1 E:\apps\oracle\product\1020\db
    bny-s-t02 APPSDB2 E:\apps\oracle\product\1020\db
    E:\apps\oracle\product\1020\crs\BIN>srvctl status nodeapps -n bny-s-t16
    VIP is running on node: bny-s-t16
    GSD is running on node: bny-s-t16
    Listener is running on node: bny-s-t16
    ONS daemon is running on node: bny-s-t16
    E:\apps\oracle\product\1020\crs\BIN>srvctl status nodeapps -n bny-s-t02
    VIP is running on node: bny-s-t02
    GSD is running on node: bny-s-t02
    Listener is running on node: bny-s-t02
    ONS daemon is running on node: bny-s-t02
    E:\apps\oracle\product\1020\crs\BIN>ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 2
    Total space (kbytes) : 208592
    Used space (kbytes) : 4644
    Available space (kbytes) : 203948
    ID : 2091137906
    Device/File Name : \\.\ocrcfg
    Device/File integrity check succeeded
    Device/File Name : \\.\ocrmirrorcfg
    Device/File integrity check succeeded
    Cluster registry integrity check succeeded
    All looks fine even after it is complaing that PRKO-2015 : Error in checking condition of instance on node: BNY-S-T16
    E:\apps\oracle\product\1020\crs\BIN>srvctl status database -d APPSDB
    PRKO-2015 : Error in checking condition of instance on node: BNY-S-T16
    Instance APPSDB2 is running on node bny-s-t02
    Please help me out ...... what else we need to check..
    Regards,
    Mahzar

    PRKO-2015 : Error in checking condition of instance on node: BNY-S-T16
    this error occurs when we start the database instance using the sqlplus rather than the SRVCTL command line utility. it happens very rarely..
    login to the second instance and issue the alter system register command and then issue the srvctl command line utility.
    dont try this if you are in a production environment at peak hours. (i had the similar issue on my laptop and i solved it using the following steps so if you are on the production environment make sure that shutting down and starting up the instance dont affect clients well if u have already configured TAF)..
    login to the sqlplus at the second instance. if the sqlplus utility shows that it has connected properly. i mean if you get the details regarding the database version etc. shutdown the instance using the shutdown command and then startup using the srvctl utility..
    if the sqlplus connects to the idle instance even after setting the correct sid and environmental variables. then use the shutdown abort and start the instance using the srvctl utility.

  • Database Connectivity takes long time if one of the Node is down .. ??

    Hello All,
    Env: 10.2.0.4 on Solaris 10
    I have 2 nodes.
    When Node1 server is down, it takes long time to connec to the database.
    tnsping would give "OK(2050ms)". Below is the tnsalias.
    RAC_test  =
      (DESCRIPTION =
         (ADDRESS = (PROTOCOL = TCP)(HOST=20.268.169.123)(PORT= 1521))
         (ADDRESS = (PROTOCOL = TCP)(HOST=20.268.169.127)(PORT= 1521))
         (LOAD_BALANCE = yes)
              (CONNECT_DATA =
            (SERVICE_NAME = DK.com)
          (FAILOVER_MODE =
            (TYPE = SELECT)
            (METHOD = BASIC)
            (RETRIES = 180)
            (DELAY = 5)
    )I put the trace on sqlnet.ora and found that first it pings to the "20.268.169.123",
    since the Server is down there will not be any reply and this consumes the delay and
    later it would ping "20.268.169.127" and connect to it.
    If i keep "20.268.169.127" above "20.268.169.123" in tnsalias, and keep "LOAD_BALANCE=no",
    it gets connected very fast, as its directly connecting to Node2. In tnsping i get Ok(40ms).
    How do i reduce the connect timing if i use the first step. Why does it take long time for
    Oracle Client to understand that the Node1 Server is down ?
    TIA,
    J J

    I hope the IP's you are using in the TNS are Virtual IP's.
    You must use Virtual IP's / hostnames for the failover to be quick. If Node 1 is not available then then it's (Node 1's) virtual IP would also get assigned to Node 2 hence all client connections are still able to get a response from the Node Virtual IP address without needing to wait for TCP/IP timeouts. This helps clients to get notified immediately that node 1 is unavailable and the connection tries the 2nd ip/host in the connect descriptor.
    Hope this helps.
    - Siba

  • 4 ipods sharing music on ONE computer GET one UP the others GO DOWN

    We run windows and have 4 ipods connected to the computer all with different log on accounts
    We share all our music with each other
    Problem
    when we search for a song and click on it (so we can get it in our individual itunes) seems when you log on to a different ipod theirs is all messed up with a exclamation point on the song just previously shared.
    Also, I have noticed when I search for a song I find we have up to 6 and at times 10 copies of the same song. Is there a easy way to clean up this mess and still keep all 4 ipods running?

    Well, the fiirst option wasn't working because nothing will sync unless iTunes is running. Since iTunes no longer warns you before it starts syncing, when you move your iPod to a different computer, that means any kind of auto-syncing of my music was not an option.
    I also got an error message each time I synced with my iMac after removing iPhoto from it (could not find a compatible photo program), which was already getting annoying. Removing Address Book from the iMac did allow me to sync contacts with the PowerBook and not lose them when syncing to the iMac.
    Still, this was only 1/3 of what I was trying to accomplish, and I was getting the feeling that I was just fighting against the way this was supposed to work. So I switched to the second option.
    This isn't too bad with the help of Sync Pro X, which I already have installed on my PowerBook for daily backups. What I'm doing now is that whenever I update my photos or contacts on the PowerBook, I run a Sync Pro X script that connects to my iMac and copies my changes in those two programs. Then I can do a full, automatic sync of my iPod to my iMac. Under this plan, I'll never try to sync the iPod to the PowerBook -- it's just a one-computer, one-iPod situation.
    I've been following this plan for a week, and it's pretty smooth. It's not exactly what I had in mind, but I've come to think that it's the best approach given how the iPod is designed to work.
    I hope this little experiment helps someone, if anyone is trying to do what I was doing.
    Cheers,
    -Arlo

Maybe you are looking for

  • Windows 8.1 apps error and many other problems

    hi, i have a laptop (hp pavilion dv6).i have a problem.recently i installed windows 8.1 and when i open any of my apps  it opens for 1 second and then goes to to the start screen.even i try installing apps it is showing some error 0x80070426 somethin

  • Problem justifying since Pages 5.0

    The problem is this: When I write work letters, I often write them in the format attached, particularly when making offers.  Prior to Pages 5.0, when I put for example number 1 on the left and a subject header, I would then tab across to the right an

  • ADOBE Acrobat Pro 9 Pro - Says Upgraded Version but did not purchase as upgrade

    I just installed a brand new supposedly unopened ADOBE Acrobat 9 Pro.  I installed it with serial number but now it says that the serial number I entered indicates it is for an upgrade version of ADOBE Acrobat 9 Pro.  The sales ad said nothing about

  • Importing Subtitles using Image Script

    I'm just about to make a project with seven different languages. It will have audio tracks as well as subtitle tracks. I've done subtitles in Encore 1.5 before using text with some success. For this production I need to import tif using an image scri

  • Explain Plan understand technique & Query optimizing check list

    Hello gurus, Can some body help me with doc available or your experience to tell on how to understand Explain Plan & Query optimizing check list. Thanks..