Can somebody please tell me what all goes under the "Documents

I have 8.35G of saved "Documents & Data" and i would like to know what all falls under this category and how i can decrease this storage.

Did you get a particular error when you ran the stored procedure?
As an aside, I would generall do this in static SQL via something like
SELECT *
  FROM <<table name>>
WHERE (parameter_1 IS NULL OR
        UPPER(column_1) LIKE UPPER(parameter_1))
   AND (parameter_2 IS NULL OR
        UPPER(column_2) LIKE UPPER(parameter_2))If you have not already created function-based indexes on UPPER(column_1), UPPER(column_2), etc. that would probably be a performance benefit.
Justin
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC

Similar Messages

  • Can somebody please tell me what 'genius' included 'family' in reminders, and, made it so i cannot remove it.  I have NO family, and, i find this particularly hurtful and disrespectful.  Can somebody please help me remove it.

    Can somebody please tell me what 'genius' included 'family' in reminders, and, made it so i cannot remove it.  I have NO family, and, i find this particularly hurtful and disrespectful.  Can somebody please help me remove it.

    Hi EmmeElle,
    Is it an iCloud reminder or a third party reminder like from an Exchange account(maybe your company provides this service together with mail etc..).
    In the first case you should definitely be able to delete it by right click->delete or via https://www.icloud.com
    In the second case there might be a browser based settings page from your company or the provider of the service (i.e. Exchange) itself. Otherwise you can go to your System Preferences -> Internet Accounts and deactivate reminders for this account. WARNING: this also deletes all other reminder lists and reminders from this service on your mac.
    jl

  • I some how deleted iphoto. i have since tried to install 9.1.1 and cant because i says i need to install 4.0 first which i cant find. can somebody please tell me what to do and where to go. my mac is a 3,1 and am running version 10.5.1

    can some body help me please!!!
    i some how deleted iphoto. i have since tried to install 9.1.1 and cant because i says i need to install 4.0 first which i cant find. can somebody please tell me what to do and where to go. my mac is a 3,1 and am running version 10.5.1

    reinstall iPhoto - go to your receipts folder ("Your hard drive" ==> library ==> receipts) and remove any iPhoto receipts and reinstall from the restore disks that came with your computer - do a custom install of bundled software only
    For more information  <a href="http://www.macworld.com/article/132243/2008/02/pacifist.html"> click here for the MacWorld article on reinstalling OS X applications.</a>
    9.1. is an update and can only be installed if you have purchased iLife '11 on DVD or iPhoto '11 from the App store - and iPhoto '11 will not run on OS 10.5.8 - or 10.5.1
    LN

  • I have an ipone 4 and after i done the update to 7.1.2 i cant find my personal hotspot can somebody plz tell me what is going on

    i need help getting my hotspot back i used it all the time for my laptop and now i cant find it no where in my phone

    Good morning kuntryboy38901,
    If you are having an issue with using your Personal Hotspot on your iPhone, I would suggest that you first check to make sure your settings are correct for it. They can be found in this article -
    iOS: Understanding Personal Hotspot - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Can someone please tell me what's wrong with the Inside of my iPad Charger? *Picture Included

    It won't charge my iPad. So I wanted to take a good look inside and see what's wrong with it. But I don't know anything about these wires. Here's the Pic of it.
    http://oi39.tinypic.com/2ed5yl2.jpg
    http://oi42.tinypic.com/5btptt.jpg
    http://oi39.tinypic.com/ih8rq1.jpg
    PLEASE HELP. It would be a Big Help

    That's unfortunate, because it would appear that the cable is pretty much toast. If it wasn't before, it pretty much is now that you've cracked it open.
    Either borrow one, or bite the bullet and buy one locally. You're not getting anywhere with that one.

  • Can someone please tell me what I missed and the mistakes I made in package

    The following package compiled alright but did not execute because it is hung up with my ref cursor. Please help.
    CREATE OR REPLACE PACKAGE BLU_Providers IS
    NAME: BLU_Providers
    PURPOSE:
    REVISIONS:
    Ver Date Author Description
    1.0 3/16/2005 1. Created this package.
         TYPE rcRetProviderInfo IS REF CURSOR;
              PROCEDURE GetProviderList
                             (                              pi_maxResults                                                       IN                                                   smallint := 600,
                                                                pi_providerLName                                        IN                                                       varchar2,
                                                                pi_providerCity                                             IN                                                       varchar2,
                                                                pi_providerState                                        IN                                                       varchar2,
                                                                pi_SpecialtyCde                                             IN                                                       varchar2,
                                                                pi_prvNetwork                                                       IN                                                       varchar2,
                                                                pi_prvTaxID                                                                 IN                                                       varchar2,
                                                                po_out_status                                                       OUT                                                  NUMBER,
                                                                po_out_message                                                  OUT                                                  varchar2,
                                                                po_prov_list                                                            OUT                                                  BLU_Providers.rcRetProviderInfo);
    END BLU_Providers;
    CREATE OR REPLACE PACKAGE BODY BLU_Providers AS
    NAME: BLU_Providers
    PURPOSE:
    REVISIONS:
    Ver Date Author Description
    1.0 3/16/2005 1. Created this package body.
                             PROCEDURE GetProviderList
                             (                              pi_maxResults                                                       IN                                                   smallint := 600,
                                                                pi_providerLName                                        IN                                                       varchar2,
                                                                pi_providerCity                                             IN                                                       varchar2,
                                                                pi_providerState                                        IN                                                       varchar2,
                                                                pi_SpecialtyCde                                             IN                                                       varchar2,
                                                                pi_prvNetwork                                                       IN                                                       varchar2,
                                                                pi_prvTaxID                                                                 IN                                                       varchar2,
                                                                po_out_status                                                       OUT                                                  NUMBER,
                                                                po_out_message                                                  OUT                                                  varchar2,
                                                                po_prov_list     OUT BLU_Providers.rcRetProviderInfo)
                             IS
                             vsql VARCHAR2(2000);
                             vYes VARCHAR2(1);
                             NAME: GetProviderList --rcRetProviderInfo.cursorType)
                             PURPOSE:
                             REVISIONS:
                             Ver Date Author Description
                             1.0 3/16/2005 1. Created this procedure.
                             NOTES:
                             Automatically available Auto Replace Keywords:
                             Object Name: GetProviderList
                             Sysdate: 3/16/2005
                             Date and Time: 3/16/2005, 1:27:05 PM, and 3/16/2005 1:27:05 PM
                             Username: (set in TOAD Options, Procedure Editor)
                             Table Name: (set in the "New PL/SQL Object" dialog)
                             BEGIN
                                            vYes := 'Y';
                             vsql := 'SELECT
                                                                               (SELECT count(*)
                                                                                    FROM
                                                                                                                       doris.PROV_MASTER PM,
                                                                                                                       doris.PROV_SPECIALTY PS,
                                                                                                                       doris.PROV_ADDRESS PA
                                                                                    WHERE
                                                                                                                  PS.SEQ_PROV_ID = PM.SEQ_PROV_ID AND
                                                                                                                  PM.SEQ_PROV_ID(+) = PA.SEQ_PROV_ID AND
                                                                                                                  PA.PRIMARY_ADDRESS = vYes) AS numProviders,               
                                                                               PM.PROVIDER_ID,
                                                                               PM.LAST_NAME || '' '' || PM.FIRST_NAME AS ProviderName,
                                                                               PS.SPECIALTY_TYPE AS SpecialtyCde,
                                                                               (                                                                                SELECT
                                                                                                                                                                                                       DESCRIPTION
                                                                                                                                                                    FROM           
                                                                                                                                                                                                       doris.PROV_TYPE_MASTER PTM
                                                                                                                                                                    WHERE
                                                                                                                                                                                                  PS.SPECIALTY_TYPE = PTM.TYPE_OR_SPEC_CODE) AS Specialty,
                                                                               PA.SITE_CODE AS prvLocNum,                                                                                                                   
                                                                               PA.ADDRESS_LINE_1,
                                                                               PA.ADDRESS_LINE_2,
                                                                               PA.CITY,
                                                                               PA.STATE,
                                                                               PA.ZIP_CODE,
                                                                               PA.INACTIVE_IND
                                                 FROM
                                                                          doris.PROV_MASTER PM,
                                                                          doris.PROV_SPECIALTY PS,
                                                                          doris.PROV_ADDRESS PA,
                                                      doris.PROV_CONTRACT PC
                                                 WHERE
                                                                               PS.SEQ_PROV_ID = PM.SEQ_PROV_ID AND
                                                                               PM.SEQ_PROV_ID(+) = PA.SEQ_PROV_ID AND
                                                                               PM.SEQ_PROV_ID = PC.SEQ_PROV_ID AND ';
                                                      -- If there is no null field in the provider last name          
                                                      if (pi_providerLName IS NOT NULL) THEN
                                                                     vsql:=vsql || 'UPPER(PM.LAST_NAME) like ' || '''' || UPPER(pi_providerLName) || '%' || '''' || ' AND ';
                                            END IF;     -- If there is no null field in the provider last name                    
                                                      -- If there is no null field in the provider City     
                                                      if (pi_providerLName IS NOT NULL) THEN
                                                                     vsql:=vsql || 'UPPER(PA.CITY) like ' || '''' || UPPER(pi_providerCity) || '%' || '''' || ' AND ';
                                            END IF;     -- If there is no null field in the provider City
                                                      -- If there is no null field in the provider state          
                                                      if (pi_providerLName IS NOT NULL) THEN
                                                                     vsql:=vsql || 'UPPER(PA.STATE) like ' || '''' || UPPER(pi_providerState) || '%' || '''' || ' AND ';
                                            END IF;     -- If there is no null field in the provider state
                                                      -- If there is no null field in the provider Specialty Code          
                                                      if (pi_providerLName IS NOT NULL) THEN
                                                                     vsql:=vsql || 'UPPER(PS.SPECIALTY_TYPE) like ' || '''' || UPPER(pi_SpecialtyCde) || '%' || '''' || ' AND ';
                                            END IF;     -- If there is no null field in the provider Specialty Code          
                                                      -- If there is no null field in the provider Network or LOB          
                                                      if (pi_providerLName IS NOT NULL) THEN
                                                                     vsql:=vsql || 'UPPER(PM.LAST_NAME) like ' || '''' || UPPER(pi_providerLName) || '%' || '''' || ' AND ';
                                            END IF;     -- If there is no null field in the provider Network or LOB     
                                                      -- If there is no null field in the provider Tax ID          
                                                      if (pi_providerLName IS NOT NULL) THEN
                                                                     vsql:=vsql || 'UPPER(PC.TAX_ID) like ' || '''' || UPPER(pi_prvTaxID) || '%' || '''' || ' AND ';
                                            END IF;     -- If there is no null field in the provider Tax ID                         
                                                      --Finish the query
                                                      vsql:=vsql || 'PA.PRIMARY_ADDRESS = ' || '''' || vYes || '''' || ' AND ROWNUM <= ' || pi_maxResults || ' ';
                                                      --Pass all the dynamic sql above to the ref cursor
                                                      OPEN po_prov_list FOR vsql;
                                                 po_out_status := 0;
                                                 po_out_message := 'Got Provider Data';
                             EXCEPTION
                             WHEN OTHERS THEN
                                                      po_out_status := SQLCODE;
                                                                               po_out_message := SUBSTR(SQLERRM,1,100);
                             END GetProviderList;
    END BLU_Providers;

    Did you get a particular error when you ran the stored procedure?
    As an aside, I would generall do this in static SQL via something like
    SELECT *
      FROM <<table name>>
    WHERE (parameter_1 IS NULL OR
            UPPER(column_1) LIKE UPPER(parameter_1))
       AND (parameter_2 IS NULL OR
            UPPER(column_2) LIKE UPPER(parameter_2))If you have not already created function-based indexes on UPPER(column_1), UPPER(column_2), etc. that would probably be a performance benefit.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • I have downloaded Photoshop Elements and all went well.  When I went to open, it opens fine but is unreadable.  I have a Mac and my flash player is up to date.  Can you please tell me what I am missing?

    I have downloaded Photoshop Elements and all went well.  When I went to open, it opens but the content is unreadable.  I have a Mac and my flash player is up to date.  Can you please tell me what I am missing?
    Thanks,
    Nikki

    I did try to uninstall and reinstall.  It messed up my computer.  I had to "RESTORE" from the prior days backup.  This was not helpful at all.  I'm used to losing all my stuff when I connect to iTunes, that's a whole other issue, but now I'm completely banned from any updates to my phone at all.  Geeze.......

  • Every page in website is different even though they are the same size!  4 Views 0 Replies Latest reply: Sep 25, 2011 4:23 PM by kellynewmac     kellynewmac Level 1 (0 points) Sep 25, 2011 4:23 PM Can someone please tell me what I have done wrong ?

    Can someone please tell me what I have done wrong>?  Obviously I am new to iweb, and need help.  I recently built a website in iweb with only 5 pages, and I made the height, width, & all of the specs regarding the page size exactly the same, but they all load as different sizes on the website.  Also the text i typed loads right away, and the images take forever to load with each page when i look at it on a pc, and not mac.  Can someone please help me!!

    Obviously I am new to iweb, and need help.
    And one of your Services is Webdesign?
    Small consolation : iWeb is a very advanced piece of software. So advanced that even highly skilled professionals have difficulty understanding and using it.
    Anyway, your pages are NOT the same size by design. Which can clearly be seen. But also by checking the source of the pages.
    The Home page is 665px wide and the Contact page is 820px wide. That doesn't happen by magic. It's user induced.
    So do what I do : pay attention to every tiny detail. Especially when it's your business. No excuse.
    Here are some sample Sites :
         http://www.wyodor.net/mfi/
    You can download Domain files for your pleasure to study and use here :
         http://www.wyodor.net/mfi/Maaskant/How_To.html
         http://www.wyodor.net/mfi/size/768-946.html

  • I am trying to reset my security questions and i am not getting an email from apple... can anyone please tell me what i need to do to fix this?

    i am trying to reset my security questions and i am not getting an email from apple... can anyone please tell me what i need to do to fix this?

    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

  • HT1390 Hi, I rented 4 movies last night which I have been charged for however seem to have disappeared from my iTunes. I have not watched any of them or opened them. Can you please tell me whats happened?

    Hi, I rented 4 movies last night which I have been charged for however seem to have disappeared from my iTunes. I have not watched any of them or opened them. Can you please tell me whats happened?

    While we all have MacBooks in this forum most of us don’t have Lion. There's a Lion Support Community where everybody has Lion.You should also post this question there.  https://discussions.apple.com/community/mac_os/mac_os_x_v10.7_lion

  • My xtreme tong-its seems corrupted...before it was working very well, but for several games played it stop working, i tried remove and re-install it but nothing happens. Can you please tell me what to do in fixing this particular game.

    my xtreme tong-its seems corrupted...before it was working very well, but for several games played it stop working, i tried remove and re-install it but nothing happens. Can you please tell me what to do in fixing this particular game.

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • Can smbody please tell me what to do to my iPhone 4s, when playing music or ringer, the sound will just stop without stop it.. I am really getting tired of this...

    Can smbody please tell me what to do to my iPhone 4s, when playing music or ringer, the sound will just stop without stop it.. I am really getting tired of this...

    After updating to iOS6, I lost all sound for apps like YouTube, Netflix, games, and even notifications. The only time sound worked was during a phone call or when the head set was plugged in.
    I did a full back up and restore- sound restored but only for a day before the problem returned.
    Called Apple Support and was advised to do another restore, but this time restore it as NEW first, then do the restore from back up.
    Seemed to do the trick.
    Here are the instructions of what I was given- hopefully this will help you too:
    Here is a link about backing up your iPhone with iTunes.
    http://support.apple.com/kb/HT1766?viewlocale=en_US
    Once you back up your device you will want to restore it.
    You will need to have iTunes open on your computer screen.
    Please turn your iPhone off.
    Press and hold the Home Button.
    Continue to hold the Home Button as you plug you iPhone in to the usb cable.
    You will want to continue to hold the Home button until you get a screen with the message "device found in recovery mode".
    Please follow the prompts and restore device as NEW.
    once the restore is done you will have to set up the device and test the sound.
    If it works you will then need to restore the device from the back up to restore your user settings.
    You can find the instructions how to restore from back up also from the the link I provided.

  • Can somebody please tell me how to fix this. when i try to install appleworks this pops up  so please help me i need to get this on my mac

    can somebody please tell me how to fix this. when i try to install appleworks this pops up
    so please help me i need to get this on my mac

    AppleWorks is a very old application and requires Rosetta to run under recent systems.
    Lion does not include Rosetta.
    If you browse this forum you will find many posts on this issue.

  • When I plug in my iPad 2 to my laptop to sync, it says "the file iTunes library itl" cannot be read because it was created by a newer version of iTunes. Can someone please tell me what this means? How do I correct it? Thanks!

    When I plug in my iPad 2 to my laptop to sync, it says "the file iTunes library itl" cannot be read because it was created by a newer version of iTunes. Can someone please tell me what this means? How do I correct it? Thanks!

    The file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes".
    Try the following user tip:
    Empty/corrupt iTunes library after upgrade/crash

  • Can someone please tell me what the name "radio" over a telephone contact means.

    Can someone please tell me what the name "radio" stands for over a telephone contact.

    "Radio" seems to be the default label if you're using an Exchange account. Just go into the contact, tap "Edit" in the upper right. Tap the word "radio" and select the label you'd prefer to use.

Maybe you are looking for

  • Performance tuneup for a special DB (disable locking, check-pointing,...)

    Hi, I have simple database contains key/value records. The program is a multi-thread application that iterate over records. Each worker thread read a record and after some calculations, replace it. The records are completely independent from each oth

  • Account on the fritz again... again.

    LOL didn't even have to type it all back in...

  • Press photos with my content on the screen. Help find app/site

    Hi guys! A while ago i stumbled on a page that allowed me to upload a screenshot of my app/webpage and then those a device it should show on. The device was Apples renders of Macs and iOS-devices, and they where in different angles. The site fixed th

  • Sincronización iphoto ios6

    Problema con la sincronización de iPhoto con iOS6.01. He actualizado mi iPhone con la última versión de iOS 6.xxx y al sincronizar las fotos con mi Macbook Pro con Snow Leopard 10.6.8 en iPhoto, no se muestran las fotos hechas con mi iPhone, incluso

  • Slow Database Problem.....Plz Help

    We r having Oracle 8i(8.1.6.0) database on Windows NT 4.00.1381 with 512 mb RAM...on ACER Server..with 2 disks..of 80 gb. Users complaining about slow inset activity .. Slow insert actvity occurs in some master tables like coll90 contains 389565 rows