What is the best way to get rid of duplicates in the XML data?

Hi all,
Please help me with the best way to get rid of the duplicates in the XML data. Will a transform with some stylesheet do the trick? I need to read on the stylesheet first, but please tell me if that is possible. I have to deal with XML data that has tons of duplicate data. Please see one section of an XML file. You can see that for each charge, the same defendant information (address, ID numbers, etc) is included. Having 10 charges is not uncommon, so I would have the same data repeated 10 times. I first thought that I would use some temp tables to do that, but I wonder if there were a better way. Thanks a lot. Please see the data below.
Ben
<ChargeDispositionNotification>
     <TriggeredDateTime>2006-06-20T08:21:31-05:00</TriggeredDateTime>
          <NotificationEvent>DispositionAdded</NotificationEvent>
               <ChargeDisposition chargeKey="622212">
                    <Charge chargeKey="622212" chargeVersionKey="2320743">
                         <ChargeSequenceID>1</ChargeSequenceID>
                         <ChargeFiledDate>2006-06-20</ChargeFiledDate>
                         <ChargeStatuteOrdinanceRule statuteKey="719">
                              <StatuteOrdinanceRuleCite>609.222.1</StatuteOrdinanceRuleCite>
                              <SeverityLevel>Felony</SeverityLevel>
                              <ChargeLegalDescriptionText>Assault-2nd Degree-Dangerous Weapon</ChargeLegalDescriptionText>
                              <MinnesotaOffenseCode>M1000</MinnesotaOffenseCode>
                              <ChargeDescriptionText>Assault-2nd Degree-Dangerous Weapon</ChargeDescriptionText>
                         </ChargeStatuteOrdinanceRule>
                         <ChargeSubjectReference partyKey="558357"/>
                         <ChargePlea>
                              <PleaDate>2006-06-20</PleaDate>
                              <PleaJudge judgeKey="00553C">
                                   <JudgeName>
                                        <PersonGivenName>Thomas</PersonGivenName>
                                        <PersonMiddleName>William</PersonMiddleName>
                                        <PersonSurName>Bibus</PersonSurName>
                                        <PersonFullName>Bibus, Thomas William</PersonFullName>
                                   </JudgeName>
                                   <JudicialAgencyIdentifier>MN025015J</JudicialAgencyIdentifier>
                              </PleaJudge>
                              <PleaDescriptionText>Not guilty</PleaDescriptionText>
                         </ChargePlea>
                    </Charge>
               <DispositionEvent>
                    <ChargeDispositionDate>2006-06-20</ChargeDispositionDate>
                    <ChargeDispositionJudge judgeKey="00553C">
                         <JudgeName>
                              <PersonGivenName>Thomas</PersonGivenName>
                              <PersonMiddleName>William</PersonMiddleName>
                              <PersonSurName>Bibus</PersonSurName>
                              <PersonFullName>Bibus, Thomas William</PersonFullName>
                         </JudgeName>
                         <JudicialAgencyIdentifier>MN025015J</JudicialAgencyIdentifier>
                    </ChargeDispositionJudge>
                    <ChargeDispositionText>Convicted</ChargeDispositionText>
                    <ChargeDispositionSeverityLevel>Felony</ChargeDispositionSeverityLevel>
                    <ChargeDispositionComment>This is the disposition comment</ChargeDispositionComment>
               </DispositionEvent>
                    <CourtCaseNumber>
                         <MNCISCaseNumber>
                              <CountyNumber>10</CountyNumber>
                              <CaseType>CR</CaseType>
                              <YearFiled>06</YearFiled>
                              <SequenceNumber>367</SequenceNumber>
                         </MNCISCaseNumber>
                         <CaseNumberIdentifier caseNumberKey="10CR06367">10-CR-06-367</CaseNumberIdentifier>
                    </CourtCaseNumber>
                    <CaseDefendant partyKey="558357">
                         <PersonID>325193</PersonID>
                         <PartyName partyKey="558357" currentNameIndicator="true">
                              <StandardName>
                                   <PersonGivenName>James</PersonGivenName>
                                   <PersonMiddleName>John</PersonMiddleName>
                                   <PersonSurName>Jetson</PersonSurName>
                                   <PersonFullName>Jetson, James John</PersonFullName>
                              </StandardName>
                         </PartyName>
                         <PartyAddress partyCorrespondenceIndicator="true" partyKey="558357" currentKnownAddress="true" undeliverableIndicator="false">
                              <AddressUSStandard>
                                   <AddressStreetNumber>abc</AddressStreetNumber>
                                   <AddressPreDirectional>Northeast</AddressPreDirectional>
                                   <AddressStreet>1st</AddressStreet>
                                   <AddressStreetType>Boulevard</AddressStreetType>
                                   <AddressPostDirectional>Southeast</AddressPostDirectional>
                                   <AddressUnit>
                                        <AddressUnitType>Building</AddressUnitType>
                                        <AddressUnitNumber>3333333333</AddressUnitNumber>
                                   </AddressUnit>
                                   <AddressCity>St. Paul</AddressCity>
                                   <AddressState>MN</AddressState>
                                   <AddressZipCode>555551234</AddressZipCode>
                              </AddressUSStandard>
                         </PartyAddress>
                         <PartyBirthData currentBirthdate="true">
                              <PersonBirthDate>1991-12-11</PersonBirthDate>
                         </PartyBirthData>
                         <InterpreterNeededIndicator>false</InterpreterNeededIndicator>
                         <PersonAssignedIDDetails>
                              <PersonSSNID>
                                   <ID>111-00-1101</ID>
                              </PersonSSNID>
                              <PersonDriverLicenseID currentDriverLicenseIndicator="true">
                                   <ID>J-111-000-111-001</ID>
                                   <IDJurisdictionText>Minnesota</IDJurisdictionText>
                              </PersonDriverLicenseID>
                              <PersonFBIID>
                                   <ID>FBIMNJ001</ID>
                              </PersonFBIID>
                              <PersonStateID>
                                   <ID>MNJ0001</ID>
                              </PersonStateID>
                         </PersonAssignedIDDetails>
                         <PersonPhysicalDetails>
                              <PersonSexText>Male</PersonSexText>
                         </PersonPhysicalDetails>
                         <RepresentedBy>
                              <ProSeIndicator>true</ProSeIndicator>
                         </RepresentedBy>
                    </CaseDefendant>
               </ChargeDisposition>
</ChargeDispositionNotification>
<ChargeDispositionNotification>
     <TriggeredDateTime>2006-06-20T08:21:31-05:00</TriggeredDateTime>
          <NotificationEvent>DispositionAdded</NotificationEvent>
               <ChargeDisposition chargeKey="622213">
                    <Charge chargeKey="622213" chargeVersionKey="2320744">
                         <ChargeSequenceID>2</ChargeSequenceID>
                         <ChargeFiledDate>2006-06-20</ChargeFiledDate>
                         <ChargeStatuteOrdinanceRule statuteKey="717">
                              <StatuteOrdinanceRuleCite>609.221.1</StatuteOrdinanceRuleCite>
                              <SeverityLevel>Felony</SeverityLevel>
                              <ChargeLegalDescriptionText>Assault-1st Degree-Great Bodily Harm</ChargeLegalDescriptionText>
                              <MinnesotaOffenseCode>B1000</MinnesotaOffenseCode>
                              <ChargeDescriptionText>Assault-1st Degree-Great Bodily Harm</ChargeDescriptionText>
                         </ChargeStatuteOrdinanceRule>
                         <ChargeSubjectReference partyKey="558357"/>
                         <ChargePlea>
                              <PleaDate>2006-06-20</PleaDate>
                              <PleaJudge judgeKey="00553C">
                                   <JudgeName>
                                        <PersonGivenName>Thomas</PersonGivenName>
                                        <PersonMiddleName>William</PersonMiddleName>
                                        <PersonSurName>Bibus</PersonSurName>
                                        <PersonFullName>Bibus, Thomas William</PersonFullName>
                                   </JudgeName>
                                   <JudicialAgencyIdentifier>MN025015J</JudicialAgencyIdentifier>
                              </PleaJudge>
                              <PleaDescriptionText>Not guilty</PleaDescriptionText>
                         </ChargePlea>
                    </Charge>
                    <DispositionEvent>
                         <ChargeDispositionDate>2006-06-20</ChargeDispositionDate>
                         <ChargeDispositionJudge judgeKey="00553C">
                              <JudgeName>
                                   <PersonGivenName>Thomas</PersonGivenName>
                                   <PersonMiddleName>William</PersonMiddleName>
                                   <PersonSurName>Bibus</PersonSurName>
                                   <PersonFullName>Bibus, Thomas William</PersonFullName>
                              </JudgeName>
                              <JudicialAgencyIdentifier>MN025015J</JudicialAgencyIdentifier>
                         </ChargeDispositionJudge>
                         <ChargeDispositionText>Convicted</ChargeDispositionText>
                         <ChargeDispositionSeverityLevel>Felony</ChargeDispositionSeverityLevel>
                         <ChargeDispositionComment>This is the disposition comment</ChargeDispositionComment>
                    </DispositionEvent>
                    <CourtCaseNumber>
                         <MNCISCaseNumber>
                              <CountyNumber>10</CountyNumber>
                              <CaseType>CR</CaseType>
                              <YearFiled>06</YearFiled>
                              <SequenceNumber>367</SequenceNumber>
                         </MNCISCaseNumber>
                         <CaseNumberIdentifier caseNumberKey="10CR06367">10-CR-06-367</CaseNumberIdentifier>
                    </CourtCaseNumber>
                    <CaseDefendant partyKey="558357">
                         <PersonID>325193</PersonID>
                         <PartyName partyKey="558357" currentNameIndicator="true">
                              <StandardName>
                                   <PersonGivenName>James</PersonGivenName>
                                   <PersonMiddleName>John</PersonMiddleName>
                                   <PersonSurName>Jetson</PersonSurName>
                                   <PersonFullName>Jetson, James John</PersonFullName>
                              </StandardName>
                         </PartyName>
                         <PartyAddress partyCorrespondenceIndicator="true" partyKey="558357" currentKnownAddress="true" undeliverableIndicator="false">
                              <AddressUSStandard>
                                   <AddressStreetNumber>abc</AddressStreetNumber>
                                   <AddressPreDirectional>Northeast</AddressPreDirectional>
                                   <AddressStreet>1st</AddressStreet>
                                   <AddressStreetType>Boulevard</AddressStreetType>
                                   <AddressPostDirectional>Southeast</AddressPostDirectional>
                                   <AddressUnit>
                                        <AddressUnitType>Building</AddressUnitType>
                                        <AddressUnitNumber>3333333333</AddressUnitNumber>
                                   </AddressUnit>
                                   <AddressCity>St. Paul</AddressCity>
                                   <AddressState>MN</AddressState>
                                   <AddressZipCode>555551234</AddressZipCode>
                              </AddressUSStandard>
                         </PartyAddress>
                         <PartyBirthData currentBirthdate="true">
                              <PersonBirthDate>1991-12-11</PersonBirthDate>
                         </PartyBirthData>
                         <InterpreterNeededIndicator>false</InterpreterNeededIndicator>
                         <PersonAssignedIDDetails>
                              <PersonSSNID>
                                   <ID>111-00-1101</ID>
                              </PersonSSNID>
                              <PersonDriverLicenseID currentDriverLicenseIndicator="true">
                                   <ID>J-111-000-111-001</ID>
                                   <IDJurisdictionText>Minnesota</IDJurisdictionText>
                              </PersonDriverLicenseID>
                              <PersonFBIID>
                                   <ID>FBIMNJ001</ID>
                              </PersonFBIID>
                              <PersonStateID>
                                   <ID>MNJ0001</ID>
                              </PersonStateID>
                         </PersonAssignedIDDetails>
                         <PersonPhysicalDetails>
                              <PersonSexText>Male</PersonSexText>
                         </PersonPhysicalDetails>
                         <RepresentedBy>
                              <ProSeIndicator>true</ProSeIndicator>
                         </RepresentedBy>
                    </CaseDefendant>
               </ChargeDisposition>
</ChargeDispositionNotification>

ds store wrote:
ClamXav is only a scanner, it can't remove the MacDefender malware.
Yes, it can. ClamXav scans and quarantines it. It was updated.
http://www.reedcorner.net/news.php/?p=98
17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 

Similar Messages

  • Im having trouble with my ipad mini in regards with the icloud back up notification; if i press "ok" it doesnt dis appear, i couldn open my ipad/turn off because of this notification; whats the best way to get rid of this? please help

    im having trouble with my ipad mini in regards with the icloud back up notification; if i press "ok" it doesnt dis appear, i couldn open my ipad/turn off because of this notification; whats the best way to get rid of this? please help

    Have you tried a soft-reset ? Press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider if it appears), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • What is the best way to get rid of troyan virus and safari virus?

    what is the best way to get rid of viruses on my macbook?  the viruses are causing popups and saying that the device is infected.

    ds store wrote:
    ClamXav is only a scanner, it can't remove the MacDefender malware.
    Yes, it can. ClamXav scans and quarantines it. It was updated.
    http://www.reedcorner.net/news.php/?p=98
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 

  • What is the best way to get rid of unwanted footage permanently

    I have to shot for the bin on some projects working without a script. I then can be under considerable time pressure to get something out so don't have time to to review properly during the log and transfer process as I might have multiple projects going on. What is the best way to get rid of the useless footage for good. An example is in iMovie you can mark footage as trash and then empty the trash and it trims the original clip for good, very good for saving hard drive space on the move.
    Any ideas how to d this in FCP????
    Have thought about the whole media manger thing but must admit to ignoring this aspect so far. Do it by moving selected clips in a project in media manager????
    Have googled this to death... Thanks for all your time.
    AP

    Yep,
    Media Manager is the way to go.
    Read the manual aout it.
    It is all explained in there.
    Rienk

  • My 'start up drive' is almost full, and running slow.  I transferred all my music to an external drive, but still getting messages.  What is the best way to get rid of unneeded files.

    I am deleting or burning to CD photos I dont use regularly.  What else can I do?
    Does a full hard drive and slow machine warrent upgrading to a new one?

    I have 13 GB free out of 250GB
    That's tight. Rule of thumb for a start up drive - the one inside the Macbook - is to have atleast 15% free at all times.
    For getting rid of unnecessary stuff off the internal drive, I suggest you try Omni Disk Sweeper. It will give you a complete inventory of your drive, and purge what you ask it to delete. But be patient when it runs, give it time to do a full sweep.
    It's the second one on this page: http://www.omnigroup.com/more
    Hard drives are not that expensive. If I were you I would invest in another external drive for your library.

  • Many Duplicate Files! What is the best way to get rid of them?

    I have many duplicate files from having to reinstall Leopard twice in two months on my Desktop. Is there a program that I can use to help clean up my hard drive? All these files are using up a lot of space and are getting annoying. I do not want to go through the files one at a time to delete. Thanks. I know about Spring Cleaning (I think that is what it's called) but was wondering if there were any other programs out there.

    Hello, TinkerTool and OnyX both have features to delete old folders, caches, previous iTunes libraries. You can find them on Apple's download site, just write them in the search window. You can also google in "clear duplicate files" and include your Mac model and find even more. The two I offered you to look at are fee and trusted. Use them with care.
    Ray

  • Whats the best way to get rid of a virus, whats the best way to get rid of a virus

    Preferences

    I'll echo MadMacs0's request for specific information about the threat. You should find it in Kaspersky's Detected Threats list. The first column will show the path of the file determined to be malware, and the Name column lists the name that Kaspersky calls that malware. We need to know what the full contents of both those values are. Be sure to resize the columns so you can see the whole thing, if necessary.
    Most likely, this is just Windows malware attached to an e-mail message or something along those lines.

  • When I'm done with my fcp sequence, whats the best way to get it to dvd?

    When I'm done with my fcp sequence, whats the best way to get it to dvd?

    The advice to go to Compressor left out the part that you may want to convert your audio to AC3 becaus ethe MPEG2 bitrate is probably too high for DVD specs.
    This method is in the DVDSP manual and it's in the Compressor manual, both difficult to locate, but easily searchable.
    Here's what I'd do: Export the timeline form FCP in the native sequence settings, self-contained. Bring that self-contained movie into DVDSP and let DVDSP handle the transcode.
    The advice to go to iDVD is even easier.
    bogiesan

  • What is the best way to get another object's method to update my GUI?

    package stuff;
    import java.awt.event.*;
    import javax.swing.*;
    import java.awt.*;
    public class Test extends JFrame{
      private static JButton ProcessButton = new JButton();
      private static JLabel jLabel2 = new JLabel();
      public static void main( String args []){
         Test f = new Test();
         f.setSize(500,500);
         Container c = f.getContentPane();
         ProcessButton.addActionListener( new ActionListener(){
                                     public void actionPerformed(ActionEvent e) {
                                        jLabel2.setText("Connecting to DB");
                                        //Connection connection = Tools.setUpConnectionToDB(url,userName,pwd);
         c.add(ProcessButton, BorderLayout.NORTH);
         jLabel2.setText("My Label");
         c.add(jLabel2, BorderLayout.SOUTH);
         f.setVisible(true);
    {\code]
    The method setUpConnectionToDB can take 1 - 10 mins to complete. By this time a user will prob have quit my app thinking
    it's crashed because it doesn't update the GUI with a progress status. :(
    What is the best way to get this method to update the GUI of the app which calls it?
    Something like  Connection connection = Tools.setUpConnectionToDB(url,userName,pwd, this);
    ie this being a reference to the GUI's JFrame is what I'm trying to use?

    A handy class to know about but not really what I'm after.
    I need the method call
    Tools.setUpConnectionToDB(url,userName,pwd);
    to be able to update a component ( The JLabel ) on the GUI
    Connection connection = Tools.setUpConnectionToDB(url,userName,pwd, this);
    [\code]
    method defn:public static Connection setUpConnectionToDB( String url, String user, String pwd, JFrame f ){
    //Why doesn't this code below modify the GUI on the calling App?
    f.jLabel2.setText("Setting UP DB Connection");
    f.repaint();
    Connection c = null;
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    c = DriverManager.getConnection(url,user,pwd);
    catch(ClassNotFoundException e){
    JOptionPane.showMessageDialog(null , "Error loading DB driver");
    System.exit(0);
    catch(Exception e){
    JOptionPane.showMessageDialog(null , "Error connecting to DB, check config file");
    System.exit(0);
    return c;
    }[\code]

  • Easiest way to get rid of duplicates & make sure none of them are !

    Ok I have some duplicates through out iTunes.
    Whats the easiest way to get rid of all of the duplicates?
    I also want to make sure there are no ! in my iTunes, so how do I make sure if there are two files I am deleting the ! if there happens to be one & not the actual full file?
    I may have a mixture of legit duplicates & some duplicates with just the ! associated with the 2nd file.

    The second part of the question is best tackled first...
    *Adding new items/removing orphans*
    Try iTunes Folder Watch or iTunes Library Updater. Folder Watch is much faster on the adding files front, can be set to run in the background and includes a useful exclusion feature, however it’s really slow at removing orphans. iTLU is better for this although doing it manually after looking at a list of proposed removals generated by Folder Watch is probably faster still. iTLU can also be set to update iTunes when you've used 3rd party tools to change tag info.
    Once you've got rid of any redundant ! entries (and recovered any "lost" files) then you can either remove duplicates manually using the *Show Duplicates* feature and removing all but one of each repeated track, or alternatively look for a tool to to this automatically. Teridon's itunesremoveduplicates is one, but I can't say I've tested it personally and from the decription might only remove multiple entries to the same physical file. I'm sure there are others out there...
    tt2

  • HT1349 I lost/had my iPhone stolen. Tried using Find My iPhone and it's offline. It was set up. What do I do now? Do I report it stolen? What is the best way in getting back my iPhone if any? Thank you in advance.

    Tried using Find My iPhone and it's offline. It (Find my iPhone) was set up. What do I do now? Do I report it stolen? What is the best way in getting back my iPhone if any? Thank you in advance.

    Find My iPhone is good for misplaced iPhone but not good for thief and it was never meant to be.
    You chance of getting it back is very small.
    There are a few things you can try.
    Try remote lock/wipe your iPhone through Find My iPhone.
    https://www.icloud.com
    You can report to the police, cell carrier (expensive cell charges for international calls, roaming etc)
    Change all the passwords used in iPhone: Apple ID, E-mail, Bank Account ....
    http://support.apple.com/kb/HT2526

  • I recently added my old mac hard drive to a new macbook with an SSD as my main OSX drive.  I am having trouble with permissions in viewing my old hard drive.  What is the best way to get complete access to my old hd installed in my new Macbook?

    I recently added my old mac hard drive to a new macbook with an SSD as my main OSX drive. I am having trouble with permissions in viewing my old hard drive, when I save a permission when I reboot the full access is changed again .  What is the best way to get complete access to my old hd installed in my new Macbook?

    Open the Get Info window for the old drive. Click the Lock icon on the bottom of that window and type in your password. In the permissions area click the Plus sign ( + ) and Add your Username to it and set it to Read & Write. Close that window. you should now have full access to all the files.

  • What is the BEST way to get my macbook with lion on it, to communicate with my Canon 40D camera?

    What is the BEST way to get my macbook with lion on it, to communicate with my Canon 40D camera? It says the utility disk is a PowerPC app and that is no longer supported. What do I do now? I can't upload photos from my camera.

    Also, I had the same problem happen when I tried to install an older version of Corel Painter. Are Macbook Pro users just NOT supposed to be able to use their laptops for the purposes they are best designed for?
    -Frustrated new Mac user

  • Iphone 4s coming friday, what is the best way to get the notes content from iphone 4 to 4s without doing a restore? i want the new phone to be totally new but not sure how to get notes content across.

    What is the best way to get the notes content from iphone 4 to 4s without doing a restore? i want the new phone to be totally new but not sure how to get notes content across. If I do a restore as I have when previously from one iphone to another it has shown (in settings, usage) the cumulative usage from previous phones so all the hours of calls on all previous iphones will be displayed even though its brand new. Anyone know how I can get my notes (from standard iphone notes app) to my new iphone 4s without restoring from previous iphone 4. Thanks for any help offered.

    First, if you haven't updated to iTunes 10.5, please update now as you will need it for the iPhone 4S and iOS 5.
    Once you're done installing iTunes 10.5, open it. Connect your iPhone to iTunes using the USB cable. Once your iPhone pops up right click on it. For example: an iPhone will appear and it will say "Ryan's iPhone."
    Right click on it and select "Backup" from the dropdown menu. It will start backing up. This should backup your notes.
    Please tell me if you have any problems with backing up.
    Once you backup and get your iPhone 4S, you must follow these steps. If you don't follow these steps, you will not be able to get your notes on your new iPhone 4S.
    Open up iTunes again then right click on your device (iPhone 4S). Once you do you will see a dropdown menu. It will say "Restore from Backup..." Select this and it'll ask for a backup, select it from the dropdown menu. For example "Ryan's iPhone - October 12, 2011." Pick that and it will restore to your backup. Do this when you get your iPhone 4S so you will not lose anything. Even though you're restoring, you're getting back, since you're getting the previous settings, notes, contacts, mail and other settings from your old iPhone. You'll still have Siri though! So, restore when you first get it. Also frequently backup your device, as it will be worth it. You can restore from a backup if something goes wrong or save your data for a future update.
    Once you do that, you should have your notes on your new iPhone 4S and iOS 5.
    Please tell me if you need any help.
    I hoped I answered your questions and solved your problem!

  • What is the best way to get a copy of Final Cut 7?  I don't see it on Apple's site anymore and I was told I needed to get ahold of Apple's Pro Divison?

    What's the best way to get a copy of Final Cut 7?

    Amazon.
    Apple stoped selling it officially 20 months ago.

Maybe you are looking for

  • Open PowerPoint but cannot see it on screen

    I open a pptx archive, it is open but i cannot see in my screen. If i go to "mission control" i can see the pptx es open! but outside of my screen frame?!?! See the image attached. Any help much appreciated!!

  • Security Breach on the Ubuntu Forums

    So apparently the ubuntu forums got hacked and someone made out with 2 million usernames, passwords and email adresses- ouch! Their site is currently down. Just posting as an FYI because their advice is to change your password if you have an account

  • Nokia x6 -- unable to browse this forum on defaul...

    I am able to browse many other websites with the default browser in my X6, include full screen ones, not just mobile sites. But I am NOT able to come to this forum. Everytime the X6 download about 50% (~500kb) of stuff, it just quit. I am using my WL

  • Oracle Intelligent Agent error

    I can't start dbsnmp from listener, the error message is: DBSNMP Discovery Error: couldn't read file "./oracle_olympia.tcl": no such file or directory and in "dbsnmpw.log", NMS-00315: Failed to create tcl package index. I can see the $ORACLE_HOME/net

  • After migrating from old macbook pro to new, aperture is not opening many photo images onboard and on external hard drive

    Is my question out there? It seems the longer I have Aperture open more and more images become unavailable. There's a dotted line around a blank thumbnail and clicking it may result in prolonged static "loading" symbol and ultimately, if anything els