Change did not propagate to Standby

Hi,
Recently I re-sized my UNDO & TEMP tablespaces (created a new tablespace and deleted the old one) on a 4-Node cluster database running on Linux x64 with 10.2.0.4. This is a production database configured with a 4-Node Standy (with same configuration). Surprisingly, the change was implemented on the Primary cluster, but it did not propagate to the Standby. Any idea why!?
I clearly remember from before, that when I deleted a normal tablespace from the Primary cluster, it got deleted from Standby cluster as well. But this time the change did not implement.
Thanks in advance,
Arindam

We have ASM Storage system. And yup, the configuration is identical @ the PRIMARY & STANDBY end (both are 4-node RHEL Cluster running 10.2.0.4 RDBMS).
Ravi - Below is the result of your queries.
STANDBY:_
SQL> select inst_id,process,status,thread#, sequence# from gv$managed_standby;
INST_ID PROCESS STATUS THREAD# SEQUENCE#
1 ARCH CLOSING 4 37059
1 ARCH CLOSING 4 37060
1 MRP0 WAIT_FOR_LOG 3 21524
4 ARCH CLOSING 4 37061
4 ARCH CLOSING 3 21521
3 ARCH CLOSING 1 25087
3 ARCH CLOSING 4 37063
3 RFS IDLE 1 25088
2 ARCH CLOSING 3 21523
2 ARCH CLOSING 2 17502
2 RFS IDLE 0 0
INST_ID PROCESS STATUS THREAD# SEQUENCE#
2 RFS IDLE 0 0
2 RFS IDLE 0 0
2 RFS IDLE 4 37064
2 RFS IDLE 0 0
2 RFS IDLE 2 17503
2 RFS IDLE 3 21524
SQL> select thread#,max(sequence#) from v$log_history group by thread#;
THREAD# MAX(SEQUENCE#)
1 25087
2 17502
3 21523
4 37063
SQL> select thread#,max(sequence#) from v$archived_log group by thread#;
THREAD# MAX(SEQUENCE#)
1 25087
2 17502
3 21523
4 37063
PRIMARY:_
SQL> select thread#,max(sequence#) from v$archived_log group by thread#;
THREAD# MAX(SEQUENCE#)
1 25087
2 17502
3 21523
4 37063
Hope this helps.
Arindam

Similar Messages

  • Created a user in primary database, but did not propagated to standby

    I created a user scott/tiger on primary and hopefully doing some tests.
    However I did not see it at all in standby database. It has been 30 minutes.
    I ran v$archive_log and v$archive_gap, nothing is pending.
    Why this happen?

    standby alert log shows:
    Mon Dec 12 14:03:45 2011
    Media Recovery Log +hy_DAT/hysdev/archivelog/2011_12_12/thread_1_seq_8570.3055.769701295
    Media Recovery Log +hy_DAT/hysdev/archivelog/2011_12_12/thread_1_seq_8571.3056.769701297
    Media Recovery Log +hy_DAT/hysdev/archivelog/2011_12_12/thread_1_seq_8572.3057.769701301
    Media Recovery Waiting for thread 1 sequence 8573 (in transit)
    Mon Dec 12 14:04:10 2011
    Archived Log entry 5205 added for thread 1 sequence 8573 rlc 760042401 ID 0x93566712 dest 2:
    RFS[40]: Opened log for thread 1 sequence 8603 dbid -1832435039 branch 760042401
    Mon Dec 12 14:04:11 2011
    Media Recovery Log +hy_DAT/hysdev/archivelog/2011_12_12/thread_1_seq_8573.3058.769701319
    Media Recovery Log +hy_DAT/hysdev/archivelog/2011_12_12/thread_1_seq_8574.3059.769701321
    Media Recovery Waiting for thread 1 sequence 8575 (in transit)
    Mon Dec 12 14:04:47 2011
    Archived Log entry 5206 added for thread 1 sequence 8575 rlc 760042401 ID 0x93566712 dest 2:
    RFS[33]: Opened log for thread 1 sequence 8604 dbid -1832435039 branch 760042401
    Mon Dec 12 14:04:48 2011
    Media Recovery Log +hy_DAT/hysdev/archivelog/2011_12_12/thread_1_seq_8575.3060.769701341
    Media Recovery Waiting for thread 1 sequence 8576 (in transit)
    Mon Dec 12 14:05:27 2011
    Archived Log entry 5207 added for thread 1 sequence 8576 rlc 760042401 ID 0x93566712 dest 2:
    RFS[44]: Opened log for thread 1 sequence 8605 dbid -1832435039 branch 760042401
    Mon Dec 12 14:05:28 2011
    Media Recovery Log +hy_DAT/hysdev/archivelog/2011_12_12/thread_1_seq_8576.3061.769701369
    Media Recovery Waiting for thread 1 sequence 8577 (in transit)
    Mon Dec 12 14:09:10 2011
    Archived Log entry 5208 added for thread 1 sequence 8577 rlc 760042401 ID 0x93566712 dest 2:
    RFS[38]: Opened log for thread 1 sequence 8606 dbid -1832435039 branch 760042401
    Mon Dec 12 14:09:10 2011
    Media Recovery Log +hy_DAT/hysdev/archivelog/2011_12_12/thread_1_seq_8577.3062.769701615
    Media Recovery Waiting for thread 1 sequence 8578 (in transit)
    On primary:
    Primary alert log:
    Fatal NI connect error 12528, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.xxxxxxx)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=hysdev)(CID=(PROGRAM=oracle)(HOST=atldevoracle01)(USER=oracle))))
    VERSION INFORMATION:
    TNS for Linux: Version 11.2.0.2.0 - Production
    TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.2.0 - Production
    Time: 12-DEC-2011 13:23:26
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12564
    TNS-12564: TNS:connection refused
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Fatal NI connect error 12528, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.xxxxxx)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=hysdev)(CID=(PROGRAM=oracle)(HOST=atldevoracle01)(USER=oracle))))
    VERSION INFORMATION:
    TNS for Linux: Version 11.2.0.2.0 - Production
    TCP/IP NT Protocol Adapter for Linux: Version 11.2.0.2.0 - Production
    Time: 12-DEC-2011 13:23:26
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12564
    TNS-12564: TNS:connection refused
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Mon Dec 12 13:23:32 2011
    Using STANDBY_ARCHIVE_DEST parameter default value as USE_DB_RECOVERY_FILE_DEST
    ALTER SYSTEM SET log_archive_dest_state_2='ENABLE' SCOPE=MEMORY SID='*';
    Mon Dec 12 13:23:34 2011
    Thread 1 advanced to log sequence 8837 (LGWR switch)
    Current log# 3 seq# 8837 mem# 0: +hy_DAT/hydev/onlinelog/group_3.262.760042405
    Current log# 3 seq# 8837 mem# 1: +hy_DAT/hydev/onlinelog/group_3.263.760042407
    Mon Dec 12 13:23:34 2011
    LGWR: Setting 'active' archival for destination LOG_ARCHIVE_DEST_2
    Mon Dec 12 13:23:34 2011
    Archived Log entry 13873 added for thread 1 sequence 8836 ID 0x93566712 dest 1:
    LNS: Standby redo logfile selected for thread 1 sequence 8837 for destination LOG_ARCHIVE_DEST_2
    Mon Dec 12 13:23:35 2011
    ARC0: Standby redo logfile selected for thread 1 sequence 8836 for destination LOG_ARCHIVE_DEST_2
    Mon Dec 12 13:23:42 2011
    Using STANDBY_ARCHIVE_DEST parameter default value as USE_DB_RECOVERY_FILE_DEST
    ALTER SYSTEM SET log_archive_dest_state_2='ENABLE' SCOPE=BOTH;
    Mon Dec 12 13:47:24 2011
    FAL[server, ARC4]: FAL archive failed, see trace file.
    ARCH: FAL archive failed. Archiver continuing
    ORACLE Instance hydev - Archival Error. Archiver continuing.
    Mon Dec 12 14:11:25 2011
    FAL[server, ARCl]: FAL archive failed, see trace file.
    ARCH: FAL archive failed. Archiver continuing
    ORACLE Instance hydev - Archival Error. Archiver continuing.
    Mon Dec 12 14:12:37 2011
    FAL[server, ARC3]: FAL archive failed, see trace file.
    ARCH: FAL archive failed. Archiver continuing
    ORACLE Instance hydev - Archival Error. Archiver continuing.
    So it seems primary db cannot connect to standby? how to fix this issue?

  • Snapshot did not propagate changes to replicated table. kindly help

    Hi,
    Oracle 8.0.5 on windows server 2003.
    Objective:to replicate SALES table from Production DB to Backup DB.
    The steps I did are as follows:
    1. create db links to and from Prod and backup DB.
    2. create snapshot logs on SALES table on Prod DB
    3. create snapshot on SALES table on Backup DB with "select * from sales@PROD_DB
    But it seems the replication is not working or I missed doing something.
    I executed an update statement on the master site's table then on the replicated site I executed a manual refresh. But when I checked the replicated table, it was not updated.

    Can you please post the error that you are getting and also the statements that you used to create the mview and mview log?
    Regards

  • MM:Price Change did not Carry forward from previous to current period

    Hi Gurus,
    Client has Reported that the Weighted Average Cost (WAC) was automatically  reset to Zero in a particular Period and didn’t carry over from the previous period , The initial analysis was done and it was found that there is a configuration for “Price Change in Previous Period and not in current Period” which has to be maintained for the company code
    The question is whether this configuration (“Price Change in Previous Period and not in current Period”) impacts both the Standard Price and
    WAC or does this impacts only Standard price
    Any pointers will be helpful, Will also Award Points
    Regards

    Hi Gurus,
    Client has Reported that the Weighted Average Cost (WAC) was automatically  reset to Zero in a particular Period and didn’t carry over from the previous period , The initial analysis was done and it was found that there is a configuration for “Price Change in Previous Period and not in current Period” which has to be maintained for the company code
    The question is whether this configuration (“Price Change in Previous Period and not in current Period”) impacts both the Standard Price and
    WAC or does this impacts only Standard price
    Any pointers will be helpful, Will also Award Points
    Regards

  • Updated to applypreferences.sh file but the changes did not take effect - h

    my user requested to increase the number of rows allow to retrieve when running a report, I made changes to applypreferences.sh file but when closed all session of Discoverer Viewer and open it again, viewing the preferences for this report, the "*Limit retrieved query data to:* still remain 10,000 ( changed to 80,000). did anyone have the same problem ? please advise

    Hi,
    After making changes to applypreferences.sh file you need to save it and then close,but before doing that see to that discoverer components all are closed.And restart the services so it will be applied.
    If the above dont apply still then if you want to change to specific 1 or 2 users then you can login as the users and go to tools/options and change the record count.
    Hope this helps you.
    Best Wishes,
    kranthi.

  • I'm developing a web site using MVC3 & Razor, but my css changes do not show up on FireFox, but do on Chrome & Internet Explorer - How can I get Razor to render correctly on FireFox?

    I don't have a public version as I'm just staring development.
    For an example I have completed the walk-thru at [http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/updating-related-data-with-the-entity-framework-in-an-asp-net-mvc-application]. Then I tried changing minor items in site.css (such as font size) and the changes did not show up on FireFox, but do show up on Chrome and Internet Explorer.
    Example of change below: I changed the background from #e8eef4 to #ff0000. The table header background shows up in red for chrome & IE, but stay in light blue for FireFox.
    <code>
    table th {
    padding: 6px 5px;
    text-align: right;
    background-color: #ff0000;
    border: solid 1px #e8eef4;
    </code>

    You can also reload web page(s) and bypass the cache.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Cmd + Shift + R" (MAC)

  • New standard screen did not add in T588m

    Hi Guys,
    We have a new standard screen layout in IT0198 where there should be 2 new subtype 03 and 04. But after we applied the SP, the changes did not take effect in T588M but OK in PE03->P0198. Therefore, I tried to add manually the 2 new subtype in T588M. Then I tried to do PA30 and choose subtype 03 and 04, but this error came out.
    "Previous Employment details shouldnot be maintained for this employee"
    "Message no. 5L037"
    Please help me to solve this problem.
    Thank you and regards,
    Ruby

    Hi Ruby,
    Any finding for this issue ? i also get the same error...hope you can share for any solution..tq

  • Template changes in editable region do not propagate to child pages??

    I have a website that was created using Dreamweaver CS4. I have copied the directory onto a machine running CS6 and set it up as a new site in DW. I want to make a change in the editable region of a template that feeds all the pages. However, when I make the change it appears to go through the motion of propagating the change across all the pages, but in fact - when checking 'detail' of the process - all it seems to be doing is identifying the child pages but not updating them. No changes occur. Any ideas? I did not have this problem previously, as far as I remember.
    Code snippet follows. I'm trying to add the phone number shown in BOLD below.
    Thanks for any help!!
    John
    <body class="twoColFixLtHdr">
    <div id="container">
    <div id="header">
        <h1><!-- TemplateBeginEditable name="EditRegion6" --><img src="../Graphics/TCMG Banner_Small3.jpg" alt="" name="Banner_Small" width="1000" height="100" border="0" usemap="#Banner_SmallMap" id="Banner_Small" /><!-- TemplateEndEditable -->
          <map name="Banner_SmallMap" id="Banner_SmallMap">
            <area shape="rect" coords="0,-6,103,97" href="/index.html" alt="Home" />
          </map>
        </h1>
        <!-- end #header -->
      </div>
    <!-- TemplateBeginEditable name="EditRegion_SdBar" -->
    <div id="sidebar1">
    <h3 class="Sidebar_Phone">OFC: +1 (704) 944-XXXX</h3>
      <h3 class="Sidebar_Phone"><strong>CELL: +1 (305) 283-XXXX</strong></h3>
      <hr />
    <h3 class="Sidebar_Title">Sidebar1 Content</h3>
      <ul>
        <li class="MainContent_Text">The background color on this div will only show for the length of the content. If you'd like a dividing line instead, place a border on the left side of the #mainContent div if it will always contain more content. </li>
        <li class="MainContent_Text">Donec eu mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque  eget, cursus et, fermentum ut, sapien. Fusce metus mi, eleifend  sollicitudin, molestie id, varius et, nibh. Donec nec libero.</li>
      </ul>
      <!-- end #sidebar1 -->
    </div>
    <!-- TemplateEndEditable -->

    Correct Ken.
    The content in editable regions of a DW Template are editable on a page by page basis in all child pages. Any content in an editable region in a Template will not propagate to child pages.
    Anything in a non-editable region of a Template can only be edited in the DW Template and those changes will propagate to child pages when the Template is saved.

  • TS1814 Most of the songs on my iPod Classic no longer dshow up on iTunes on my laptop.  I deleted iTunes & installed the latest version but this did not change anything.  For example on 1 playlist I have 66 songs but only 1 shows on the iTunes screen.  Th

    Most of the songs on my iPod Classic no longer show up on iTunes on my laptop.  I deleted iTunes & installed the latest version but this did not change anything.  For example on 1 playlist I have 66 songs but only 1 shows on the iTunes screen.  Thanks you for any help.

    See Empty/corrupt iTunes library after upgrade/crash or
    Recover your iTunes library from your iPod or iOS device.
    tt2

  • My iPhone safair says it cannot open because it is not connected to the internet.  What do I do? I do not believe I changed any settings.  I have turned the phone off but this did not work.

    Safari cannot open because the iPhone is not connected to internet.  I do not believe I have changed any settings.  I have turned off the phone and then on, but this did not work.  Help?

    For Safari to work, you need either Wi-Fi or cellular data.
    Are you connected to a Wi-Fi hotspot?
    If not is Settings > Mobile/Cellular > Mobile/Cellular Data: ON

  • Downloads used to open after download. NOw they just end up in the download folder and I have to go to the folder to find it and open it. I did not change seettings, maybe an update changed it? I cannot find a way to change this in settings.

    Downloads used to open after download. NOw they just end up in the download folder and I have to go to the folder to find it and open it. I did not change seettings, maybe an update changed it? I cannot find a way to change this in settings.
    == This happened ==
    Every time Firefox opened
    == A week or two ago. Not sure if result of most recent update.

    Downloads used to open after download. NOw they just end up in the download folder and I have to go to the folder to find it and open it. I did not change seettings, maybe an update changed it? I cannot find a way to change this in settings.
    == This happened ==
    Every time Firefox opened
    == A week or two ago. Not sure if result of most recent update.

  • I changed my apple id but the apple id for icloud did not change on my mac.  How do I get icloud account information to change and match my new apple id?

    I changed my apple id but the applie id for icloud did not change on my mac in system preferences. 
    I have changed my apple id on system preferences under users and groups but the icloud preferences don't pick up the change.
    I restarted my computer, and still no change.
    I have been using icloud under my old apple id for mail calendars and notes.
    How do I get icloud account information to change on my mac's system preferences and match my new apple id?
    I am missing something.
    Please help.  Thanks.

    Thank you Roger, your solution gave me the courage to sign out of Systems Preferences.  The pop up told me it was going to delete my contact and other information from my mac, so I was hesitant to do that.  Well I did as you directed and I was able to sign in with my new apple id and I did not lose the information the pop up threatened I was going to.  So again thank you.  It is the little things that make a big difference sometimes.

  • ATTENTION!! RECEIVED FRAUDULENT EMAIL PRETENDING TO BE APPLE!! I received an email informing of a purchase made on my account and telling me to change my password if did not purchase the item, which I had not. I have received valid emails from Apple

    ATTENTION!! RECEIVED FRAUDULENT EMAIL PRETENDING TO BE APPLE!! I received an email informing of a purchase made on my account and telling me to change my password if did not purchase the item, which I had not. I have received valid emails from Apple in the past asking letting me know a purchase had been made and asking if I had made the purchase, but the item listed has alway been a purchase that I had made. Since I had received similar emails in the past, I didn't think anything of it. Because I had not purchased the item listed, I immediately clicked on the link in order to change my password, which has been suggested in authentic emails i had received from Apple in the past. The site I was redirected to was exactly the same as the Apple site where you go to change your password. I entered my userID and password and it stated a verification email would be sent, if it was not sent click "resend email." When I did not receive an email, after about 10 seconds I went to the Apple site and followed the SAME EXACT step on pages that were IDENTICAL to the FRAUDULENT website I apparently had just been at. When I clicked "Send verification email," I DID receive an email within seconds, which had a special link that brought me to a page where I could change my password, which I did. I later compared a legitimate email to the FRAUDULENT email and I DID FIND A DIFFERENCE, BUT IT WAS ALMOST UNNOTICEABLE unless you were really, really looking.  I doubt it would be noticed by anyone if not comparing it closely to a real email. THE DIFFERENCE WAS AT THE BOTTOM OF THE AUTHENTIC EMAIL, THERE WERE THREE LINKS THAT COULD BE SELECTED - My Apple ID/Support/Privacy Policy. ON THE FRAUDULENT EMAIL THESE LINKS WERE NOT PRESENT!!! Just today I received an email from Apple stating my password had been changed today. I did not change my password today. When I changed after getting the fake email, I did not think about my SECURITY QUESTIONS!!! If you forget your Apple password, you are able to answer the security questions in place of your ID and you get a confirmation email. Even though I changed my password within a one minute when I did not get a confirmation email with a link to change my password right away and I went dierctly to Apple's site, apparently it was enough time to take all the information on my account - INCLUDING MY DEBIT CARD NUMBER, WHICH HAD BEEN REQUIRED WHEN I INITIALLY SET UP THE ACCOUNT!!! Today I received a call from VISA FRAUD PROTECTION asking about strange activity on my account and stating they were concerned and wanted to ensure I had used the account. I HAD NOT, AND ALL THE MONEY IN MY BANK ACCOUNT HAD BEEN STOLEN!!!!! I am writing this in hopes that many people will see it and NOT FALL VICTIM TO THIS SCAM. Please pay close attention to any emails you supposedly receive from Apple - If the links "MY APPLE ID/SUPPORT/PRIVACY POLICY," PLEASE DO NOT ASSUME IT IS AN AUTHENTIC EMAIL FROM APPLE. I suggest you immediately forward the email to apple, which I didn't do because this happened days ago. Nothing was taken from my money that was already on the Apple account, and nothing had been taken from my checking account. I guess I assumed there had been something wrong with the link in the email directing me to where I could change my password, plus I had gone to the valid Apple website and changed my password for real, and I guess I was thinking that changing my password would prevent someone from being able to acces my account info. PLEASE DO NOT FALL VICTIM TO THIS SCAM AS I DID!!!!

    No need for alarm. There are several folks a day posting like threads. Most folks know these phishing attempts for what they are and merely delete with prejudice.
    To the bottom line... if you wish - and I am sure Apple will take notice - you should FORWARD the email to [email protected] and delete.
    CCC

  • My Aperture 2.1 has gone into a continual thumbnail mode.  I left the computer, a MacBook Pro, run all night, about 12 hours and it is still making thumbnails.  I tried reloading Aperture 2.1, but that did not change anything.  I have also turned the syst

    My Aperture 2.1 has gone into a continual thumbnail mode.  I left the computer, a MacBook Pro, run all night, about 12 hours and it is still making thumbnails.  I tried reloading Aperture 2.1, but that did not change anything.  I have also turned the system off, for a period of time, and then turning it back on, when I click on Aperture, it comes up and locks in the thumbnail mode.  I can view my stored pictures, even modify them, but it still says thumbnails.
       I got in this mode by trying to import "one jpeg photo", from a scanned slide using a Nikon Scan4 IS5000ED scanner.  I had saved the scan to my  desktop before I tried to import it.
    Please Help, Maurice A Bird at  [email protected]
    Thanks

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

  • My iCloud Account did not change to my new Apple ID. What do I do now?

    My iCloud account did not change from my old Apple ID to the new Apple ID, that I recently set up. What do I do now?

    Roger provided you with the steps to get your new ID signed onto iCloud on your Mac. If you have any devices that still have that old iCloud ID still signed on, you will have to do the following for those:
    1.     Go to Manage your Apple ID and sign in with your current ID and password, then change your Apple ID back to the old ID (the one that is still showing on iCloud). This is temporary so, do NOT verify the ID, do NOT change the password: Apple - My Apple ID
    2.     Go to Settings>iCloud and sroll down to the bottom of the page and click on Delete Account. Use your current Apple ID passoword when asked. Follow the prompts to complete the deletion of the iCloud account
    3.     Go back to Manage your Apple ID and change your ID back to your new ID (you may have to verify it again)
    4.     Go back to Settings>iCloud and sign on with your new Apple ID. Everything will be pushed back to your device from your iCloud account - it make take a few minutes
    Cheers,
    GB

Maybe you are looking for

  • Error installing KB2855336-x64 patch on Windows 8 64 bit machine

    Hi I am trying to install KB2855336-x64 patch on my windows 8 machine. The installation is getting failed while installing through automatic updates as well as manual installation. When I checked WindowsUpdate.log file, I saw below message. Is there

  • [SOLVED] SQLDeveloper 2.1.x crash on launch (Mac OS 10.6)

    [EDIT] SOLVED: I was using the app "The Unarchiver" to unarchive the .tar.gz file, which corrupted the .app file. Instead, untar'ing the file on the command line using the tar binary worked: tar -zxvf sqldeveloper.tar.gz See here for other post that

  • Jato 1.2 UML Class Diagrams

    Hi All, I have put together some UML class diagrams for JATO 1.2. You may find them useful. Please let me know if you spot any errors. Regards, Dennis Parrott. Dennis Parrott Senior Consultant iPlanet Professional Services Sun Microsystems Limited Gu

  • Can't log in to Adobe Export PDF

    I purchased Export PDF and cannot get the pdf files to convert.  I get an error message "an error occurred while trying to access the service".

  • Labview 8 SE, Mac OS X, Fluke 187

    Hi, I'm new to Labview but not to programming and instrumentation. I've got a G4 Powerbook with 1Gb and Mac OS 10.4. I've installed Labview 8 SE and it appears to run correctly. I also have a Fluke 187 DMM which has a USB connection to a computer. I'