Change Data Capture How to Tell which you are running Sync or Asyn

Hi ,
I am taking over a new system that has change data capture running, but Im really confused how this is running. Most of the CDC is set up using Sync(triggers), but I have about 5 tables that DO NOT have system generated triggers on them. I know Streams is NOT running/configured. I know Capture is not running/configured (because nothing in DBA_CAPTURE table). I can tell that these 5 tables are still getting updated in the change table schema. I can not figure out how the 5 tables that DO NOT have triggers on them are updating the change data set tables.
I had thought the the 5 tables, must be configured with HOTLOG, but when I look at the CHANGE_SETS table they all (including these 5 tables) are set to CHANGE SOURCE NAME = SYNC SOUCE. I would expected that to be HOTLOG_SOURCE. So I "assume" they aren't set up using Asnc. hot log mode. So maybe the other Async modes are used, but not pushed to another database? Is that possible?
Any other ideas on how to figure out how the CDC is set up for these 5 tables?
thanks for your help.

Thanks for the reply, but I think I must have not stated the problem clearly. I dont WANT to set the source I want to figure out how this CDC is working. I see ALL the sources are currently set to SYNC_SOURCE. Almost all of the tables are set up with system triggers on them, but 5 dont have system triggers, yet the source says SYNC_SOURCE. I did validate that the change tables are getting updated for these tables. my question is how are they getting updated? I "assume" since they dont have system triggers ont eh table they aren't synchoronus cdc (like the other tables are). yet the source says SYNC_SOURCE. What am I missing? How can I tell if the redo log is populating those changes tables? Im pretty sure it is (Becuase there aren't triggers or jobs running), but Im curious if there is a way to tell for sure.
Thanks,

Similar Messages

  • How to tell if you are running an exe or vi

    My searching skills suck today. 
    I am building an exe using the application path to find certain files that need to be included.  It works great in the exe, but when making changes to the VI all the paths are broken because of the application path.  But I remember back a while someone had a way to tell if you were running the program as a VI or an exe.  Then when the program starts it can choose the correct paths to use.
    Any ideas on how to do that?  Or is there a better way to run the program as a VI and an exe without breaking paths?
    Thanks
    Solved!
    Go to Solution.

    Drop a property node of the 'Application' class, select Application->Kind.  The output is an enum of Development vs. Runtime vs. Student vs. Embedded... you get the idea.
    Best regards,
    Dave
    David Boyd
    Sr. Test Engineer
    Philips Respironics
    Certified LabVIEW Developer

  • How to tell which maps are the latest?

    I have Maps v3.01 loaded on my 6710 Navigator (came with free worldwide licence) and Map Loader v3.0.28 on my PC.
    How do I tell which maps are loaded on my Nokia and what version/date the maps availalble on Map Loader are?
    Map Loader does not state which maps are already on my phone, nor does it state the date or version of the maps which can be uploaded.
    Obviously, I'd like to install newer versions of my country map if and when it is available, but how do I know which version is available and which I already have?
    Ovi.com does not seem to be the answer either as all maps were downloaded using Map Loader.
    Solved!
    Go to Solution.

    If you already have a free worldwide license and V 3.01 is working well for you then you are right to leave it for the moment. I hear of problems  searching for addresses etc with V3.03.  Can always update later when everything is sorted.
    I believe if you delete all your maps and then use Ovi Suite to download new maps, Ovi Suite will at least tell you what maps you have on your phone. I haven;t tried it myself because I can't stand Ovi Suite.
    Speed warning is available for Ireland but just like you I have to import the speed camera locations as landmarks. Hopefully, we will see these as new features in future updates.

  • How to find which backups are running  - whether RMAN or EXPORT or EXPDP ?

    I need to find using SQL which backups are running at a particular time . I want to use SQL for this.

    Hi,
    Check the V$session view to get it.
    SELECT SID,PROGRAM FROM V$SESSIONThe program will give you the
    In case of export it will give you - exp.exe under the PROGRAM
    In case of expdp it will give you - expdp.exe under the PROGRAM
    In case of RMAN session it will give you -
           SID PROGRAM
           140 exp.exe
           158 expdp.exe
           138 rman.exe
           149 rman.exeRegards,
    Vijayaraghavan K

  • How to Check if you are running Lync Server Evaluation or Licensed Version

    I was not sure if our Lync environment was running Evaluation Version of the Lync Front End server or the Volume Licensed Version. I was looking to migrate from PoC to production so I had to make sure that the services didn’t stop in the middle of production.
    A simple cmdlet to verify this: Get-CsServerVersion
    1. When run it will attempt to
    2. Read the registry value HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Real-Time Communications\{A593FD00-64F1-4288-A6F4-E699ED9DCA35}\Type
    3. Based on that registry value, the cmdlet will then report back the version number of the software and the Lync Server licensing information the local computer and report back one of the following:
    o That the Lync Server volume license key has been installed on the computer, meaning that no updating is necessary.
    o That the Lync Server evaluation license key has been installed, meaning that the computer must be updated.
    o That no volume license key is required on the computer. Updating from the evaluation version to the licensed version is only required on Front End Servers, Directors, and Edge Servers.
    What if Evaluation Version is installed and you have to upgrade to Licensed Version?
    1. Log on to the computer as a local administrator
    2. Click Start, click All Programs, click Microsoft Lync Server 2013, and then click Lync Server Management Shell.
    3. In the Lync Server Management Shell, type the following command and then press ENTER:
    o msiexec.exe /fvomus server.msi EVALTOFULL=1 /qb
    o Note that you might need to specify the full path to the file server.msi. This file can be found in the Setup folder of the Lync Server Volume media installation files.
    4. After Setup finishes running, type the following from the command prompt and then press ENTER:
    o Enable-CsComputer
    o Repeat this procedure on any other Front End Server, Director, or Edge Server running an evaluation copy of Lync Server
    o This procedure should also be performed on any Branch Office Servers that were deployed by using the Lync Server media installation files
    Using Get-CsServerVersion will also show you
    1. What Version Number you are running
    2. What patches has been installed

    Hi,
    I couldn't find direct way of saying whether node manager is running or not but here is the work around. Using WLST when you say "startNodeManager", if the node manager is running this command throw an output saying "node manager is already running". Let me know if this solution works for you, if it works then I can give you java program for this if required or you can use "WLST JAVA Mode".
    Thanks.
    Vijay Bheemineni.

  • How to tell which Indexes are not being used?

    We are a large development shop and have many customers. Our database design is very generic so that it works for all of our customers. Each night we use an SSIS ETL process to bring down large amounts of data from the iSeries into SQL. One
    particularily large customer takes a very long time and we are looking for ways to speed up thier data import and transformation. I would like to see which indexes he does not use and possibly remove them. Each night we fully repopulate hundreds of staging
    and ods tables and incrementally delete and repopulate the days work for a handful of history type tables. Removing some indexes off of the large tables could make a big impact. 
    How can i tell which indexes the customer does not use?

    > IDENTIFYING UNUSED INDEXES IN A SQL SERVER DATABASE 
       Just because an index is not being used does not necessarily mean it should be removed.
    > Index This: All About SQL Server Indexes
    sp_BlitzIndex
    José Diz     Belo Horizonte, MG - Brasil

  • How to tell which items are in iTunes library on disc but not in program library?

    I made a mistake the other night and I deleted some items from my iTunes library ... but NOT from disc.
    These items are still in my 65 gig iTunes library on disc.  Somewhere.
    I'd like to re-add these songs.  Is there any way to tell which songs in the iTunes library on disc are not in the iTunes program library?
    I don't want to have to add all 65 gigs again and then remove all the duplicates
    thanks!

    You should try dragging some files already in the library into iTunes to see what happens. I just did, and the new iTunes 10.6 seems to be ignoring them. I then made a copy of a file already in the library, and I added both it and the original by dragging and dropping. Only the new file was added. There was no warning about duplicates in either test. So you may be able to drag your whole library back into iTunes.
    For when you do want to determine what files on disk aren't in the iTunes library or vice versa, here's one way to do it (if there's an easier way, I'm all ears):
    Export your library as a playlist to a text file.
    Use a program that can recursively list all your files on disk as full paths and save its output to a text file.
    Load the into a decent text editor. I use Notepad++. Then use a regexp search/replace to tidy up the files so that both consist of one fully qualified filename per line.
    Sort the files.
    Diff the files and examine the differences.
    I can do both 4 and 5 in Notepad++.

  • How do tell if you are on wired vs wifi

    Hi, I have a mac mini 2010. I have it wired into an Airport extreme and I also have the  WiFi on. How do you know for sure if you are using one vs the other? Meaning, I'd like to get the speed from the direct connection when browing the web at my desk. Should I turn off the Wifi?
    Thanks.

    Turning off the Wi-Fi on your computer will insure that the Ethernet connection is active.
    Unless you have changed some settings on your Mac, if both Ethernet and Wi-Fi are "on", the Mac will automatically default to the Ethernet connection over wireless.
    To see if your Mac is setup to do this.....
    Open System Preferences (gear icon on the dock)
    Open Network
    Click the small gear icon at the bottom of the connection list
    Select Set Service Order
    If Ethernet is at the top of the connection order list, then your Mac will default to Ethernet whenever you connect an Ethernet cable to it....even if the wireless is on at the time.
    Still, it makes sense to turn off the wireless on the Mac if you don't need it.

  • How to tell if you are buying Nano with slip case... I think...

    So I bought a 2GB black Nano at Best Buy on Saturday, and the center button acted funny, so I returned it about 2 hours ago. They had no more in stock, so I got my refund and went to Circuit City. They had tons in stock. But this is what I noticed: on both the front and back of the NEW Nano box there is a silver Apple logo in the upper right corner. There were NO silver apples on the box I got from Best Buy. And even the clerk at CC knew what he was doing because he pulled it out from behind 2 Nano boxes with no apples.
    So when I opened the box, I saw my SLIP CASE! I have an iSee Nano on order, but this will do in the meantime.
    I hope this helps you all!!!!!
    Ken

    Well it is hard if you are ordering it online like I did (but I ordered it online way before the slip cases anyways).
    And until you get you iSee nano case, DO NOT REMOVE THE THIN PLASTIC COVER THAT COMES ON THE FRONT OF THE NANO. Even if you do have the slip case.

  • How to tell which files are masters

    I have a library that i imported with over 3000 pictures, but i dont know which ones are masters

    Still trying to sort this out: Where does the User Manual define " image"?
    From the Glossary;
    image 
    An artifact that reproduces the likeness of some subject, usually a physical object or person, also known as a picture. See also image selection, photograph, picture, subject.
    image selection 
    Refers to an image or group of images selected in the Browser or the Full Screen view filmstrip. A white rectangle surrounding an image indicates it is selected. See also Browser, Full Screen view, image.
    These two entries appear to me to be inconsistent:
    The first definition defines "image" as a real world object and does not state its relations to Aperture items.
    The second entry uses the term "image" for items selected in the film strip. Here I see the interpretation that Kirby uses.
    The term image (in Aperture "speak") seems to need clarification - being used for image versions and "pictures" at the same time.

  • How to tell what apps are "running" in multitasking pane?

    My understanding of how the ipad works is that when one presses the home button, the open app closes. However, when multitasking using the bar, how does one determine which apps are actively running versus which apps are simply displayed as part of the recently used apps list? I often have multiple safari windows plus a few apps open at one time. (I know I can view the safari windows by hitting the "windows" icon on the menu bar.
    I'd like to be able to conserve battery life by killing background apps when necessary. But there is no "task pane" to see what's open at any given time.
    Any help appreciated,
    Message was edited by: keyboardoperator

    JimHdk wrote:
    No, when one presses the home button the open app does not necessarily close if it is capable of multitasking (for example Pandors radio).
    The recent apps bar is really for selecting among recent apps. That is to say it is a way to switch between apps without having to go to the app screens to find the app.
    Note only a subset of apps are actually capable of multitasking and these are rather obvious when they are running. There is an indicator to the left of the battery level indicator which indicates this (>).
    Let me give an example. I just opened an app called My First Puzzle Toys. From the app home screen there is no close or exit option. With the app open, if I touch the home button on the bottom of the bezel, does this close it? Or is it still running? Similarly, if I double click the home button and choose Safari from the list, are both then running? Another example: I just double clicked the home button and launched Labryinth. The game's home screen has no exit choice. If I double click the home button and choose Safari, is Labrynith still running?
    Maybe I just don't understand how this os works. Do apps not use memory if they are not actively shown on the screen?
    Message was edited by: JimHdk
    JimHdk wrote:
    No, when one presses the home button the open app does not necessarily close if it is capable of multitasking (for example Pandors radio).
    The recent apps bar is really for selecting among recent apps. That is to say it is a way to switch between apps without having to go to the app screens to find the app.
    Note only a subset of apps are actually capable of multitasking and these are rather obvious when they are running. There is an indicator to the left of the battery level indicator which indicates this (>).
    Message was edited by: JimHdk

  • When I click 'Download' on Phototshop it will tell me "You are running an operating system that Photoshop no longer supports. Refer to the system requirements for a full list of supported platforms." and I already paid for it!

     

    Which Operating System you are using ?
    You can also check the system requirements on below link
    System requirements | Creative Cloud

  • How to tell which pages are linked to a template

    How can you tell, from a template, all of the pages which it affects.
    I have some "junk" templates that are from previous experiments which I am trying to remove, I wouldn't want them to be a part of something important. 

    Do a simple search on source code in your entire site for the name of the Template file. You will get a Results panel showing every instance of that filename...specifically each page that uses that Template will be on that list.
    Ctrl > F > [Find in:] Entire Current Local Site > [Search:] Source Code > [Find:] filename.dwt [Enter/Return]
    Beth

  • How to tell if you are buying a full version or upgrade

    buying adobe premiere pro cs3 - how can you tell from the numbers on the packaging if it is a full version (commercial) or educational or just an upgrade, I was on hold for nearly 2 hours with adobe customer service and nobody picked up.
    cheers

    Are you buying from the Adobe Store? The package WILL state whether it's the full, an upgrade (see Phil's comment), or the eductional version.
    Are you buying from a certified reseller? The package SHOULD give the full details.
    Are you buying from eBay? Who knows what you'll get, or whether it will work?
    Are you buying from an individual? Other than asking them, and trusting them, I'm not sure that there's a way to tell. Maybe a certain UPC on a clean shrink-wrapped box could yield a clue.
    Note: if you need a key-gen, or similar, for the installation key and for a S/N, it will certainly be bogus. I realize that you know this, but I felt that I had to include it for any others.
    Good luck,
    Hunt

  • How to tell if you are buying a 5th or 5.5gen iPod.

    I'm looking to buy a new iPod, upgrading from my trusty 3rd gen. I want to buy a 30gb model but is there anyway I can tell between the new ones and the old ones? The only store near me is known for selling outdated products so I want to be sure.
    Thanks

    I am really glad that someone asked this question. I have just been given my Christmas prezzie early, and I was slightly worried that it might not be the 5.5 or Sept 2006 version.
    Anyway, I have a very cheeky picture of Mr Depp on the box complete with the tricorn hat, and my serial number ends in V9P!
    (My main concern was the extra resolution for the movies which as doubled i believe from the first version).
    Thanks

Maybe you are looking for

  • Help! I can't instal iTunes on Windows 7.

    I asked this question before but didn't recieve any answers so I'll try again. I recently purchased an iPhone 4s. This product requires me to insall iTunes on my pc, which runs Windows 7 64bit. However, when installing iTunes I keep recieving the sam

  • How to change the look of emails on mobile device?

    I am using elaqua mobile template. Its work good on both desktop and mobile screens, but I want to give this template a different look on mobile devices. I tried to use css media query, but Eloqua generated html codes has same class and id names.I me

  • Boot-up Disk Choice in in Yosemite Style (black background) instead of white

    I have a MacBook Pro Retina 15" Late 2013 currently running OS X Mavericks. Yesterday I installed OS X Yosemite on a partition of my external HDD to try it out, and everything went smoothly. After a while I rebooted Mavericks and deleted the partitio

  • How to create an xml sitemap

    I was asked to create a sitemap for one site and I had to do it the hard way. I had to upload the site, went to an online xml sitemap generator, generate the xml file and upload it. But I was wondering whether DW has an option to generate an xml site

  • Credit Card Merchant Security question

    I need to get approved for Payment Card Industry (PCI) Data Security Systems (DSS), which means I need to know if every e-mail I ever opened is saved in the bowels of my G4...just in case somebody was stupid enough to send me a credit card in an e-ma