Why Would The Logical Standby Lag?

Oracle 11.2.0.2
Linux RedHat 5.3+
Logical standby
I have a logical standby that is lagging behind the primary a lot.
The databases have the same amount of data...about 20 million rows.
They have the same indexes.
I am using SQL Apply.
I know that the slow down is that the Logical Standby is doing a full table scan because the update statement contains DECODE statements.
It takes about 19 minutes to process this statement on the Logical Standby.
I know what the offending statement is.
update /*+ streams restrict_all_ref_cons */ "APPLICA"."ARCH" p set "AG_ID"=decode(:1,'N',"AG_ID",:2),
"CREATED_BY"=decode(:3,'N',"CREATED_BY",:4),
"CREATED_ON"=decode(:5,'N',"CREATED_ON",:6),
"DATA_CONTACT_EMAIL"=decode(:7,'N',"DATA_CONTACT_EMAIL",:8),
"DATA_CONTACT_NAME"=decode(:9,'N',"DATA_CONTACT_NAME",:10),
"DATA_CONTACT_PHONE"=decode(:11,'N',"DATA_CONTACT_PHONE",:12),
"DATA_ITEM_ID"=decode(:13,'N',"DATA_ITEM_ID",:14),
"ITEM_ACTION"=decode(:19,'N',"ITEM_ACTION",:20),
"ITEM_DATE"=decode(:21,'N',"ITEM_DATE",:22),
"ITEM_STATUS"=decode(:23,'N',"ITEM_STATUS",:24),
"MESSAGE_TIME"=decode(:25,'N',"MESSAGE_TIME",:26),
"MODIFIED_BY"=decode(:27,'N',"MODIFIED_BY",:28),
"MODIFIED_ON"=decode(:29,'N',"MODIFIED_ON",:30)
where
(:31='N' or
(1=1 and decode(:32,'N','Y',decode(:33,"CREATED_BY",'Y'))='Y'
and decode(:34,'N','Y',decode(:35,"CREATED_ON",'Y'))='Y'
and decode(:36,'N','Y',decode(:37,"DATA_CONTACT_EMAIL",'Y'))='Y'
and decode(:38,'N','Y',decode(:39,"DATA_CONTACT_NAME",'Y'))='Y'
and decode(:40,'N','Y',decode(:41,"DATA_CONTACT_PHONE",'Y'))='Y'
and 1=1 and decode(:46,'N','Y',decode(:47,"ITEM_ACTION",'Y'))='Y'
and decode(:48,'N','Y',decode(:49,"ITEM_DATE",'Y'))='Y'
and decode(:50,'N','Y',decode(:51,"ITEM_STATUS",'Y'))='Y'
and decode(:52,'N','Y',decode(:53,"MESSAGE_TIME",'Y'))='Y'
and decode(:54,'N','Y',decode(:55,"MODIFIED_BY",'Y'))='Y'
and decode(:56,'N','Y',decode(:57,"MODIFIED_ON",'Y'))='Y')) and
(:58="AG_ID") and
(:59="DATA_ITEM_ID")
This table does have indexes but they do not cover the entire table.
Primary Key: AG_ID,DATA_ITEM_ID
Index1 : ITEM_STATUS,AG_ID
I am NOT asking why the statement is doing a full table scan I know that much.
What I am asking is if everthing with the structure, indexes and statistics is the same why is there no problem on the PRIMDB and there is a problem on the STBYDB?

Well I found the issue...I should say a co-worker pointed me to the correct solution.
We were talking about the indexes and primary key and still attempting to understand why to SQL Apply was rewriting my update to include DECODE statments when he said.
"You have the same indexes and primary key but are they USABLE."
Well I thought of course they are usable...I just built the one index and the other is the primary key.
After looking a bit further we found that that index for the primary key was marked as unusable. Then I remembered that when we rebuilt the standby database that I had moved that table to reduce space within the tablespace. Moving a table can invalidate the primary key index. We rebuilt the index on the primary key and all is good now.
Regards
Tim

Similar Messages

  • Is CDC feature working on the logical standby database

    I would like to implement CDC on the standby logical database instead of primary production database. Is CDC working on the logical standby database??
    Thanks.

    Thanks. My database version is: 10.2.0.4.0 and no plan to upgrade to 11g.
    Either asyn or syn CDC on logical standby database is ok for me. I searched but couldn't find any docs for how to set CDC for logical standby, they are all for primary database.
    Please help.

  • When using DataGuard, the logical standby DB is already "OPEN"?

    When I was setting up the physical standby DB several years ago no DataGuard got involved), I had the impression that the standby DB is in MOUNT status.
    But since when using DataGuard to set up the logical standby DB, the logical standby DB can be used as it is already OPENed.
    Is it actually in OPEN status? If so, can the primary and logical standby have the same SID without any trouble?
    Please help advise. Thanks a lot!

    Hello Christy,
    yes it is ok that both database are in status OPEN, that is also the main reason for using logical standby databases (you can do changes and queries on standby too).
    I hope you don't use a logical standby database in a SAP environment, because of this is NOT supported. Check sapnote #105047 - Point  "14. Data Guard". A logical standby database has limitations.
    If you just want to use the physical standby database for queries you can open it in read only or you can use flashback technology for read/write. With Oracle 11g you have these features included in data guard itself (Active Data Guard / Snapshot StandBy) to perform such steps automatically.
    Regards
    Stefan

  • Why would the fan on my macbook be constantly runs, even when no applications are running.  Why?

    Why would the fan on my MacBook constantly run?  Even when I have no applications running?  Is there a way to determine what is causing this to happen?

    JAWade, try resetting the SMC and pram. Not always, but often those resets help problems like yours. Follow these instructions exactly.
    To reset the SMC
    Shut down the computer.
    Unplug the computer's power cord.
    Wait fifteen seconds.
    Attach the computer's power cord.
    Wait five seconds, then press the power button to turn on the computer.
    Resetting PRAM and NVRAM
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • Why would the phone give me the error "Cannot Connect to Voicemail"?

    Why would the phone give me the error "Cannot Connect to Voicemail"?  How do I get into my voicemail?  Is it a network problem?  Or is it a setting issue on the phone?
    Any help would be greatly appreciated.
    Alex

    Usually it indicates that your data network is unavailable. When you receive this message, does the phone say 3G or E next to the AT&T service bars?
    I usually reset the phone by holding the sleep/wake button and home button for 10-15 seconds until the screen goes black and the Apple logo appears. That solves the problem for me when it occurs.
    Hope this helps!

  • DB_NAME used by the Logical Standby db

    Hi all,
    It's Oracle 11g R2
    I have a general question about converting a Physical standby database to a Logical Standby database.
    An important step of the conversion procedure is to issue the following command:
    ALTER DATABASE RECOVER TO LOGICAL STANDBY <NEWDBNAME>;
    My question is: this statement changes the database name of the Standby database.
    How come I still can connect to the new database without having to change the SERVIC_NAME in the tnsnames.ora file?
    Here's the connection names used in the file:
    db2 =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = oradb2.mydomain.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = oradb)
      )Here's the new db_name:
    SQL> SELECT VALUE FROM V$PARAMETER
    WHERE NAME LIKE lower('DB_NAME%')
    VALUE
    ORADBLS
    SQL> conn hr@db2 
    Enter password:
    Connected.

    If I understand you correctly, you are asking why changing the database name does not necessitate changing the service name? There is no direct relationship between them, you can define any number of service names to register with the listener. By default, there will be a service that does have the same name as the database (possibly with a domain appended) but you do not have to use that one. Query V$ACTIVE_SERVICES and DBA_SERVICES to see what services are available.
    Edited by: JohnWatson on Oct 11, 2012 1:50 PM
    Sorry - " a service that does have the same name as the database" should read " a service that does have the same unique name as the database"

  • Why does the logic pro 9 upgrade not work on OS X 10.8.4 ?

    Just decided to upgrade to logic 9 from my 8 (an upgrade from 6!) but I also have Protools on my computer (dont hate). Tools 11 needs 10.8.4 but the logic 9 update refuses to work with 10.8.4 ...BTW pro 8 is still working well on my system, but 9 has some additional cool featurs etc
    Additionally an upate to Logic X loses all my 32bit plugins so...I am  staying with 8/9 for a while ..any help to get 9 functional??

    It is the installer that's quitting, or Logic Pro when you try to launch it? If the latter, download all the available updates, either through Software Update or the standalone downloaders;
    http://support.apple.com/downloads/#logic%20pro%209
    and apply them before attempting to launch Logic. That might work better.
    Regards.

  • WHY does the ICS update lags?

    Hello Sony,
    I recently updated the Xperia Arc S, to the ICS 4.0.3 update released by Sony. I was on 0.62 previously, and did a factory reset before as well as after the update. The laggy transitions, led me to do a phone repair too. The lags became less, but its not smooth at all. no where near GB.
    Just wanted to know the reason(s) for the problems...
    Please tell us if its any of the following, or something else:
    Case 1:
    The update is not supposed to be laggy at all, the test devices here at Sony work smooth.
    Request: Please upload a video of the final ICS update (similar to the beta videos), to show us what maximum smoothness we can expect. Also, if possible, give us a proper step by step procedure, to how to update our phone, to get the best possible performance out of it.
    Case 2:
    The ICS Rom is heavy resource demanding, and things will not get any smotther.
    Case 2.a: None of the further updates will solve the issue
    Case 2.b: The next updates will solve the issue, as the later ICS releases by goolge are beter in terms of resource management
    PS: The CM9 (based on ICS), ran very smooth on the Galaxy Ace (Tried it myslef). The HTC One V, runs ICS smooth enough (not as much as Xperia GB, but better than Xperia ICS)
    Thank You.
    Rick
    (Waiting for an answer)
    Solved!
    Go to Solution.

    Thanks,
    Read that the day it was posted.
    They updated saying that those issues were taken care of...
    We we would like to clarify that above mentioned “challenges” have already been addressed by our SW engineering teams. For instance, we have not only optimised the RAM management by making the RAM usage for internal apps as good as possible, but we will also introduce a Performance assistant at start up when running ICS....
    We have also worked with quite a few partners in regards to architecture optimisations for SQL handling. In addition, we have also optimised the hardware usage. And as a result of this article, a number of app developers have notified us that they are evaluating if HW optimisation will be needed or not for their apps....
    But still the updte lags. Why? And can we expect some corrections to make it smmooth and bug free?

  • Why would the Firewire Port and/or External DVD-RW suddenly not work?

    Hi, it's me again. I swear, I must be destined to just use Windows machines...
    Anyways, I have a used/refurbished iBook G3 500MHz 320MB RAM Dual USB (1 Firewire)laptop running OS 10.2.8 that I bought a few months ago. I went and purchased an external Firewire/USB 2.0 DVD-RW drive as I only had a CD-ROM drive on my machine and I wanted the option to burn CD's or watch/read data from DVD's (I know that with my slow processor writing DVD's -other than data- would be a stretch and have other machines to do that with anyways so it wasn't a concern really). I received it and installed it, also installed the free version of Toast that came with it, and the drive worked fine. I have not needed to use the drive since then and have not used the laptop much at all since then really, but I do need to say that I did end up adding a new user account, though I can't remember if I changed the original Admin account and then still have the one I created myself when I first started the laptop after I bought it (had a fresh install of Jaguar on it, but I have no disk to re-install with if needed) or if I created a separate (new) account and ended up deleting the Original Admin accout (I know in Windows, you cannot delete the original Admin account but I do not know if that is the same for OSX or not). I did this as I wanted a master Admin account that I just wouldn't really use and then wanted the other as my main account (and use it to connect to my home windows network) and for some reason it would not let me put a check in the box to allow that account to do so (from either Apple or my user accounts) and so I know that my main user account now is set up to allow it (was it the old Apple user account or a new one, I can't remember- sorry).
    Ok, so that is the back story to my problem, which happens to be this:
    I just bought a new chip of RAM (512MB to make it a machine with 576MB RAM total) and as I had been looking at getting OSX Tiger (but didn't want to do it without the extra ram and had been considering Panther instead as well), I thought it was necessary if I wanted to not bog down my machine. I bought the Install Disks on DVD for Panther, as well as an upgrade disk (DVD again) for Tiger, therefore letting me use the External Firewire DVD-RW to install Panther, and if I liked I could go ahead and upgrade to Tiger (and if I didn't like it too much, or it slowed things down too much etc, then I could always go back to panther and have both available for future options). The extra RAM coming in handy here definitely.
    So I was going to install the RAM today, and decided to go ahead and test out the External DVD to make sure it could boot from it (before making any changes to my system) and then go and install the RAM, and after that, install Panther to start... But I plugged all the cords and cables in, used my laptop with AC power even, and I could not get the External to show up at all... (kinda like the very current post right below mine but for the G4- it worked before, but now the firewire External just does not show up).
    I only have USB 1.1 on this laptop obviously, and I don't even know if you could do a boot from an external with USB 2.0 if my laptop had it (the DVD player does). I was recommended to boot with an external firewire DVD or firewire to another machine with DVD capabilities to do the install. So my problem right now is getting slightly bigger, as of course, I can't seem to momentarily find the stuff that came with the External (spare USB cable to check and see if the laptop will recognize it at least with that and to show it is the firewire that is not working properly, or the disk that I used to install it -might have been only used to install Toast free version if it didn't need any drivers, but I don't know where that or the instructions for installation sheet currently is -- I am looking for it, but I have switched bedrooms just last week and I also seem to be missing a few other Windows laptop disks as well so there is a good chance that they are all together, I just need to figure out where, heh.)
    I am waiting currently before installing the memory, though if I don't get the External working tonight, I may go ahead and do it first as at least I will have more memory on my laptop then, until I can get other stuff functioning and be able to do the Panther install.
    But my main question is, is there something that would cause an installed external to suddenly not show up in OSX? Since I hadn't used it since that one day, and it was unplugged from the laptop itself, would that end up doing it, or more likely, the changing of the user accounts (though I have been trying to test it with different types of media and through both of my user account (which are both "admin" ones), though I do still have one of those being an account that was on there when the External DVD was first installed, so it really shouldn't have done this at all (one would think). So how big of a chance is it that the firewire has somehow gone dead and this is the main culprit to my wasting the past 4 hours on this???
    I am currently scavenging around for an extra USB cable to try and test the External that way and will post the results when I can... I love the look and idea of macs, now I have a mac and want to upgrade it even, but why is it that whenever I attempt to use it after having not used it for a bit (and try to make the iBook feel better by using it more as I am sure it feels sad and alone sitting on the shelf while my Windows Laptop gets more attention), or try to fix it when it can be made better (and therefore used more often), the mac (all macs really), just seem to get all pissy and cause problems and make me spend hours upon hours trying to get things to work again??? You have to admit it, I am "mac cursed"... sigh I can program in 4 or 5 computer languages and am very advanced at many tech things (the ones I am not as good at I am still usually Average or Medium skilled) so it makes me wonder why I have so many tech problems with Macs when they are supposed to be the "easy" OS to use...

    Actually, I think I have it all working now. After going back to the Plextor Website, I found out that the switch between the USB and 1394 ports only gets activated (switched over to the other) with you turn the device off first, move the switch and then turn it back on. I was sure that I had done this with the ibook, but maybe not as when I went back and did it with first the USB and then the Firewire cables, it did work. I definitely knew that I had not done this with the Windows laptop, the reason it would not have the USB work for me on it.
    but back to the iBook, I was confused as it was only showing up as a DVD-ROM (which I guess is what they do until you actually open up the burning software to then be able to burn to it), and it also had the wrong Model #, which after more research, showed that it was the Internal DVD drive model version (PX-708A) compared to the actual model version (PX-708UF) which is the USB/Firewire (External) model. The firmware was really out of date as well (from June 2004 I think, v1.06) and they had v1.12 from Spet/Oct 2006 available so I went to get that (which was a hassle). They had nice easy Windows self extractor/installer packs, and then the BIN files for use for all systems (Sun OS/ Mac OSX/ Mac OS/ Linux etc as well as usable for Windows), and those needed a special Firmware Updater Application which was OS specific. Only I had the hardest time trying to get the OSX one as it would send me to a FTP site and not give me any clues as to which file(s) I needed to get and the Mac OS version was just for older 9.2 or below versions and didn't want to install under the OS Classic mode.
    I ended up using my windows computer which made it easier to view with the FTP stuff as I have FireFTP in Firefox, and downloaded the files I thought I needed (to test out), and then realized my silliness, and just downloaded (as well) the Windows Auto Extractor/Installer as the Firmware is the same for all OS's, just the way to install/update it was different... So I hooked the DVD drive to my PC and updated the firmware, checked it out on here before moving it back to the ibook, where I checked that it still worked and had the new update version showing, which it did, and now I have my fully working and newly updated drive ready for the OSX installations... I had attempted to update my Jaguar system as well while online, but it had no new updates available (I guess those were all mostly Tiger updates that were just recently released).
    I am now off to install my additional RAM, and after checking that it all shows up correctly, I will go ahead and do the Panther Install (and test it out and see if I like it or not).
    For anyone that currently uses Panther on any mac, are there still any major problems I should know about before hand, or know about things that they have mostly fixed (like the issues with Firewire ports and External Drives that they had around the time Panther was first released for example)???
    Thanks to all that helped... I now know to attempt an "eject" of any external HD (which I do have one that I will setup to use after I get Panther on the ibook) or CD/DVD drive instead of just unplugging the USB/Firewire cable.

  • Why would the SPD workflow .xsn file are all needing to be updated for some reason?

    I have had more then a few workflows all of sudden need to be recompiled   and published, and what I'm noticing is that I'm being told with an error message that the .xsn file needs to be updated.
    any idea why the infopath form for the workflow would need to be updated?

    http://social.technet.microsoft.com/Forums/office/en-US/52a30356-d680-41ae-b179-0938eb9101a5/approval-process-form-marked-as-needs-update?forum=sharepointcustomizationprevious
    So the fields that are changed may not be on your list. This could be a lookup to a different list or something like that.
    The SharePoint logs will contains the details of which field is the problem. You might want to use ULS Viewer:
    http://www.microsoft.com/en-us/download/details.aspx?id=44020
    Simply start ULS viewer just before you load the form.

  • Why would the finder require my password when I trash a file?

    Every time I attempt to drag a file or folder (or use the keyboard shortcut) to the trash I receive the notification 'the finder is trying to make changes' and asked for my password.
    Once I enter the password the file or folder disappears and the empty trash sound is played.  The trash itself remains empty.
    I've repaired disk permissions in the hope it would fix the problem but it doesn't.
    Why is this happening and how can I make it stop?
    Any help would be appreciated.
    Thanks,
    Paul.

    1. Triple-click the line below to select it:
    ~/.Trash
    2. Right-click or control-click the highlighted line and select
    Services ▹ Show Info
    from the contextual menu.* An Info dialog should open.
    3. The dialog should show "You can read and write" in the Sharing & Permissions section. If that's not what it shows, click the padlock icon in the lower right corner of the window and enter your password when prompted. Use the plus- and minus-sign buttons to give yourself Read & Write access and "everyone" No Access. Delete any other entries in the access list.
    4. In the General section, uncheck the box marked Locked if it's checked.
    5. From the action menu (gear icon) at the bottom of the dialog, select Apply to enclosed items and confirm.
    6. Close the Info window and test.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.

  • MAC Voice Over: Why does the screen view lag behind the voice over audio?

    MAC Mac OS X 10.6.8 (10K549)
    When using voice over on a MAC with DE 1.8 - most times when paging thru a pdf file/book the voice and the view are inconsistent.  When using VO -  moving to the next page with the right arrow key - the audio starts to read the next page (correct), but the display is one page behind (not correct).  For readers - especially those that have significant visual impairment  - this will not work for them.  Is this a defect - and if so - I would be very happy to re-test this feature if a new revision of DE 1.8 is provided.
    I am unsure this is the correct forum to raise issues such as this one.  I am in the process of evaluating Adobe DE 1.8 - my sister is blind and I am trying to move her to a MAC with VO.  I really appreciate Adobe's effort in supporting JAWS and MAC VO - thank you on behalf of all disabled folks out there.
    Below is a detailed list of steps to re-produce this audio/screen inconsistency issue.
    - Install DE 1.8 and add to the dock
    - Add a pdf file/book to DE 1.8.  For my issue, I am adding the "Voice Over Getting Started" guide. 
    - Turn on Voice Over - Cmd+F5
    - Using VO - Go to the dock and select DE and start it.  The "Last Read Book" typically is the focus for the VO cursor.  Then using VO next item (VO+right arrow) - move the VO cursor to "Library Content Table".  This is the list of books that are displayed in DE.
    - Using the up/down keyboard arrows - move up and down thru the books in the content list.  At this point - you should already see that the VO audio announcing the title of a book is not synchronized with the row in the table that is displayed.  The voice is announcing a book that you selected, but the display is showing the previous book. 
    - Once you hear (not see) the book you want to test with, hit <enter>.  DE will open the book and start to read using VO.  At this point the screen and audio for the first page in the book are the same. 
    - Once the book has been opened by DE - Using the right arrow key navigate to the next page in the pdf/book.  Normally the right arrow key is the short cut to allow a user to move forward or backwards thru a book, one page at a time. 
    - With DE and VO - what happens is that VO responds to the right arrow key and starts to read the next page.  But the screen is still showing the previous page.  Hence the screen and the VO audio are out of sync. 
    - For anyone that uses MAC VO - this will prevent them from using Adobe DE 1.8.
    If I am doing something incorrect - please let me know. If you need any assistance or further information regarding this issue - please email me. 
    Best Regards
    Mike R

    hi, Mike R:
         Thanks for your information. We have tested several Mac machines, iMac and MBP (use the same version as yours). But we can't reproduce the issue. Actually working with VoiceOver is a fundamental request for our application, we did test them before releasing the build.
         We suggest you test other applications, e.g. Finder, Preview and iTunes, to make sure if VoiceOver works fine with them. Or can you please check if your VoiceOver settings are correct?  

  • Why would the Java Plugin not work in Firefox 5 on Mac SnowLeopard? I have the most recent version but am unable to use any Java features on Firefox 5. Firefox 3.6 works with the same Java but 5 will not.

    Most recent version of Java and firefox. Java Applications will start to load but end up in an infinite loading loop.

    Well, it's what I did to get my Java working in Firefox 4. I installed both binaries into my Library/Internet Plug-ins folder. The version was newer that what was previously installed (newer version is 0.9.7.5). It solved the Java problems I was having. My inital problem was that Java would not initiate and no applets would run in Firefox version 4 which I just installed a few days ago.
    I know the readme.txt. says it is not compatible with version 4, but the release date on 0.9.7.5 is after the release date of Firefox 4 and so that was I tried it. I figure there was nothing to lose as at worst it woud update my two plug-in files. Nothing was going to be changed otherwise. If you try it, it might work.

  • Why would the quality of text become degraded when slideshow project is burned to DVD

    I created 25 slideshows in Aperture, exported them as mov files, then imported them into iMovie to make one large slideshow with chapters. Then I exported this iMovie project to iDVD. After creating a theme I burned the project to a disk image. It was at this point that the comments on each photo that I had incorporated back in the Aperture phase, looked like severe jpg compression while the photos themselves did not appear degraded. Can anyone explain why that happened, and what I can do about it? I was using the latest version of Aperture, iMovie '08 and iLife '08 on an iMac running OS 10.6.7

    There are a couple of issues.
    First: The Aperture images used in iDVD are the Aperture PREVIEW images; you need to go into Apperture's preferences and increase the size of the preview images (Preference>Previews).  A better solution (in my opinion) is to actually export the image from Aperture at a reasonable size (for NTSC, something like 854x480; for PAL, 1024x576) to a folder on your desktop and use THOSE exported images..  Note that going to larger sizes won't give better quality - and may, in fact, slightly reduce the quality because of the Quicktime interpolation that will be required in iDVD.
    Second:  DVDs are low resolution devices (like 640x480 pixels for NTSC) and can not maintain small type.  See http://homepage.mac.com/prof_pixel/text_test_iLife09.html for an experiment I did a couple of years ago for some type size examples.

  • Why would the TNT4882 be responding inconsistently.

    I am using a microcontroller to talk to the TNT4882. During write cycles, the microcontroller correctly sends the address, csn, wrn and data signals to the TNT and all the signals are within tolerances of the generic mode ac timing characteristics from the tnt data sheet. However, the TNT does not consistently respond with the RDY1 signal which would indicate the data had been latched. The RDY1 only seems to work correctly when I am talking to specific registers, for example, I have always been able to load data into FIFOA, FIFOB, INTR, HSSEL, ADR, and the TIMER registers, but when I address any other register, the TNT fails to respond. On a read cycle, the TNT has the tendency to work even less, th
    e only registers I have been able to read from are the FIFOA and FIFOB registers. Once again, the microcontroller correctly asserts the address, csn, rdn, and data signals while the TNT fails to respond with a RDY1 pulse. What could be causing this inconsistency?

    As a first source of trouble shooting and reference, I would suggest looking through the following resources.
    TNT4882 Manual --> http://www.ni.com/pdf/manuals/320724.pdf
    General Register Level Programming Information --> http://ni.com/support/gpib/reg_prog.htm
    Basic shell program for interfacing to a TNT4882 cihp --> ftp://ftp.ni.com/support/gpib/misc/ESP-488.ZIP
    The specific pages of interest for you will be 5-3, 5-4, and B-4, which all deal with the RDY1 line. If, after reading through the manual and other resources, you still have questions, please let me know.
    Ryan Tamblin
    Applications Engineer
    National Instruments

Maybe you are looking for

  • Replicating authorization roles via HR replication from ECC 6 to SRM 5.0

    Hi, I'm interested in knowing whether anyone has used the distribution model to copy roles (AG objects) between ECC 6 and SRM 5.0. Someone said that it's possible so I would like to validate that statement as I don't know whether it is possible and p

  • Displaying Alternate row as colored in Cross tab

    Hi, I have a report where I need to display alternate rows as colored. There is some data in detail section followed by a cross tab in the report header section. While I am able to display alternate rows as colored in Detail secction for displaying a

  • Is there a place I can still download CF10?

    I can only find downloadable files for CF11, is there a downloads area for earlier version?  I would like to download that latest/last release of CF10 if possible.

  • "Email sent" advice

    Why ios 6 play me for the nose? The sound of a sent email starts before the email is really sent! It's stupid. It could give the idea of being faster, but in the throuth you must stay there watching if it starts. How can I have the sound as it was be

  • Why is my ipad 2 dead

    updated to ios 6.worked fine till today went to power up nothing.tried 15 sec hold still no apple.Conected to pc pc said cant see it wont install drivers. been on charge for hours still nothing.Help Note this is a brand new ipad2