SQL not parsed correctly Why is meant by SQL Statements Larger than 32KB?

I execute the following code
     begin
          dbms_output.put_line('b4 Constructing query 2');
          v_retail_rate_query_a:='select *
          from Rate R
          where rate_id=:v_RateID
          and service_id=:p_ServiceID
AND SUBSTR(R.Area_Code, 1, LEAST(LENGTH(:v_Orig_Number), LENGTH(R.Area_Code))) = SUBSTR(:v_Orig_Number, 1, LEAST(LENGTH(:v_Orig_Number), LENGTH(R.Area_Code)))
AND LENGTH(R.Area_Code) <= LENGTH(:v_Orig_Number)
          v_query_a_length:=length(v_retail_rate_query_a);
          dbms_output.put_line('v_retail_rate_query_a ' || v_retail_rate_query_a || ' |');
          dbms_output.put_line('v_query_a_length ' || v_query_a_length || ' |');
     exception
          when others then
          :v_ErrNumber:=-1800;
     end;
But the statement is not parsed correctly why is this so? with reference to http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96590/adg09dyn.htm#26624
32k /8 would have give me at most 4000 characters. the query certainly does not have 4000 characters.
Anybody could enlighten me with the reason why oracle could not parse my query? Is there a way to insert '\n' in Pl/SQL?
thanks!

You do in your select statement length(r.area_code) <= length(:v_orig_number), so least(length(:v_orig_number),length(area_code)) will always return
length(r.area_code).
substr(r.area_code,1,least(length(:v_orig_number),length(r.area_code))) will return area_code because substr(r.area_code,1,length(r.area_code)) will return r.area_code.
SUBSTR(:v_Orig_Number, 1, LEAST(LENGTH(:v_Orig_Number), LENGTH(R.Area_Code))) will return
SUBSTR(:v_Orig_Number, 1,length(r.area_code)).
I believe you can use select statement
select *
from rate
where rate_id = cp_rate_id
and service_id = cp_service_id
and cp_orig_number like area_code||'%';
Use this PL/SQL code.
set serveroutput on
declare
cursor c_rats( cp_rate_id     in rate.rate_id%type
             , cp_service_id  in rate.service_id%type
             , cp_orig_number in varchar2)
       is
       select *
       from   rate
       where  rate_id           = cp_rate_id
       and    service_id        = cp_service_id
       and    cp_orig_number like area_code||'%';
begin
  for r_rats in c_rats(1,2,'ABCDEFG') loop
    dbms_output.put_line(r_rats.rate_id);
  end loop;   
end;
/Here I used rate_id = 1, service_id = 2 and orig_number = 'ABCDEF'.

Similar Messages

  • Why would an alias file be larger than the original file?

    I have a simple document that is 106kb. When I create an alias to the file, the alias is 133kb. Why would the alias file be larger than the orginal file when the alias file is simply a redirect to the original file?

    Francine has a good explanation here:
    https://discussions.apple.com/message/10337543#10337543
    Matt

  • BIP: lexical params - not parsed correctly

    Hello,
    I am using the following query in BIP.
    + select wdd.currency_code currency_code,
    wdd.inventory_item_id line_item,
    wdd.date_requested,
    nvl(wdd.source_line_set_id,wdd.source_line_id) source_line_set_id,
    decode( :p_sort_by,
    'CUSTOMER',
    substrb(party.party_name,1,50),
    'WAREHOUSE',
    ood.organization_name,
    'ORDER',
    wdd.source_header_number,
    null) sort_by,
    wdd.source_header_number order_number,
    wdd.source_header_id source_header_id, substrb(party.party_name,1,50) customer_name,
    cust_acct.account_number customer_number,
    wdd.source_line_id,
    wdd.src_requested_quantity ordered_qty,
    wdd.src_requested_quantity_uom order_UOM,
    wdd.source_line_number line_number,
    wdd.top_model_line_id option_number,
    &rp_item_flex_all_seg item_code,
    wdd.inventory_item_id,
    wdd.item_description,
    wdd.source_code,
    wdd.shipment_priority_code,
    wdd.requested_quantity_uom,
    sum(nvl(wdd.requested_quantity,0)) backordered_quantity,
    wdd.date_scheduled,
    wdd.organization_id,
    ood.organization_name,
    WSHRDBDR.cf_curr_oamt_dspformula(wdd.currency_code) CF_CURR_OAMT_DSP,
    WSHRDBDR.cf_curr_bamt_dspformula(wdd.currency_code) CF_CURR_BAMT_DSP,
    WSHRDBDR.cf_curr_enabledformula(:CS_COUNT_SORT_ENABLED, :CS_SUM_SORT_ENABLED) CF_CURR_ENABLED,
    WSHRDBDR.cf_sort_oamt_dspformula(wdd.currency_code) CF_SORT_OAMT_DSP,
    WSHRDBDR.cf_sort_bamt_dspformula(wdd.currency_code) CF_SORT_BAMT_DSP,
    WSHRDBDR.cf_sort_enabledformula(:CS_COUNT_DUOM, :CS_SUM_DUOM) CF_SORT_ENABLED,
    WSHRDBDR.cf_ord_oamt_dspformula(wdd.currency_code) CF_ORD_OAMT_DSP,
    WSHRDBDR.cf_ord_bamt_dspformula(wdd.currency_code) CF_ORD_BAMT_DSP,
    WSHRDBDR.cf_distinct_uomformula(wdd.source_header_number) CF_DISTINCT_UOM,
    WSHRDBDR.cf_source_codeformula(wdd.source_code) CF_source_code,
    WSHRDBDR.cf_line_ord_amt_dspformula(wdd.currency_code) CF_LINE_ORD_AMT_DSP,
    WSHRDBDR.cf_line_ordered_amtformula(:CF_LINE_ORDERED_QTY, :CF_selling_price) CF_LINE_ORDERED_AMT,
    WSHRDBDR.cf_line_ordered_qtyformula(nvl ( wdd.source_line_set_id , wdd.source_line_id )) CF_LINE_ORDERED_QTY,
    WSHRDBDR.cf_line_shipped_qtyformula(nvl ( wdd.source_line_set_id , wdd.source_line_id ), wdd.source_header_id, wdd.requested_quantity_uom, wdd.src_requested_quantity_uom, wdd.inventory_item_id) CF_LINE_SHIPPED_QTY,
    WSHRDBDR.cf_line_item_displayformula(wdd.inventory_item_id, wdd.organization_id, wdd.item_description) CF_LINE_ITEM_DISPLAY,
    WSHRDBDR.cf_line_bo_qtyformula(nvl ( wdd.source_line_set_id , wdd.source_line_id ), wdd.source_header_id, wdd.requested_quantity_uom, wdd.src_requested_quantity_uom, wdd.inventory_item_id) CF_LINE_BO_QTY,
    WSHRDBDR.cf_line_bo_amt_dspformula(wdd.currency_code) CF_LINE_BO_AMT_DSP,
    WSHRDBDR.cf_line_bo_amtformula(WSHRDBDR.cf_line_bo_qtyformula(nvl ( wdd.source_line_set_id , wdd.source_line_id ), wdd.source_header_id, wdd.requested_quantity_uom, wdd.src_requested_quantity_uom, wdd.inventory_item_id) , :CF_selling_price) CF_LINE_BO_AMT,
    WSHRDBDR.cf_days_lateformula(:CF_promise_date) CF_days_late,
    WSHRDBDR.cf_promise_dateformula(wdd.source_line_id) CF_promise_date,
    WSHRDBDR.cf_item_displayformula(wdd.inventory_item_id, wdd.organization_id, wdd.item_description) CF_ITEM_DISPLAY,
    WSHRDBDR.cf_selling_priceformula(wdd.source_line_id) CF_selling_price
    from org_organization_definitions ood,
    hz_parties party,
    hz_cust_accounts cust_acct,
    &lp_item_from
    &lp_country_from
    wsh_delivery_details wdd,
    mtl_system_items_vl si where wdd.inventory_item_id = si.inventory_item_id (+) and wdd.organization_id = si.organization_id
    and wdd.released_status = 'B'
    and wdd.replenishment_status is null and cust_acct.party_id = party.party_id
    and wdd.customer_id = cust_acct.cust_account_id
    and wdd.organization_id = ood.organization_id
    and wdd.source_code = :P_SOURCE_SYSTEM
    &lp_item_id
    &lp_item_where
    &lp_inventory
    &lp_header_number
    &lp_order_type
    &lp_customer
    &lp_warehouse
    &lp_created_by
    &lp_country_where
    &lp_source_code
    group by
    wdd.currency_code,
    wdd.inventory_item_id,
    wdd.date_requested,
    substrb(party.party_name,1,50),
    ood.organization_name,
    wdd.source_header_number,
    wdd.source_header_id, cust_acct.account_number,
    wdd.source_line_id,
    wdd.src_requested_quantity,
    wdd.src_requested_quantity_uom,
    wdd.source_line_number,
    wdd.top_model_line_id,
    wdd.inventory_item_id,
    wdd.item_description,
    wdd.source_code,
    wdd.shipment_priority_code,
    wdd.requested_quantity_uom,
    wdd.date_scheduled,
    wdd.organization_id,
    wdd.source_line_set_id,
    &rp_item_flex_all_seg
    order by
    wdd.currency_code,
    decode( :p_sort_by,
    'CUSTOMER',
    substrb(party.party_name,1,50),
    'WAREHOUSE',
    ood.organization_name,
    'ORDER',
    wdd.source_header_number,
    null)
    +
    After providing this query and when i click OK, the parameters screen pops up, but the name of the parameters are seen as:
    *&rp_item_flex_all_seg item_code, wdd.inventory_item_id, wdd.item_description, wdd.source_code, wdd.shipment_priority_code, wdd.requested_quantity_uom, sum
    *&lp_item_from &lp_country_from wsh_delivery_details wdd, mtl_system_items_vl si where wdd.inventory_item_id
    The params are not getting properly delimited and it always ends up in the error 'Table does not exist.'
    Can someone please help me with this?
    UPDATE: All lexical params used in the query are properly defined under the parameters section.
    Edited by: obiee_newbie on Jan 10, 2012 2:51 AM

    I ended up modifying xdo-core.jar on the BIP server, so &lt;BR> tags get parsed correctly. Consider this thread answered.
    Edited by: Gauthier Ooms on Sep 21, 2012 3:45 PM

  • When I excute rsplan ,but the application is not displayed correctly  why?

    when I excute rsplan ,but the application is not displayed correctly  in our explore ,who can tell me what reason? 3ks very much

    Hi,
    please take a look at the following note:
    919850 Problems with the planning modeler and the planning wizzard
    Hope this helps ...
    Matthias Nutt
    SAP Consulting Switzerland
    thanks Matthias Nutt 's reply
    thanks very much
    throuht you answer I have  kown some about this ,and now I can modling throuht URL,but still can not start rsplan in gui ,whether I must to configuration a web service ,and that you can give me something about how to step to step configuration that,
    thanks again

  • Why is menu size so much larger than the files?

    I am somewhat perplexed - I'm making a single-layer dvd and have a simple single screen theme (no animation) - it has one drop zone. The movie has 28 chapters so there are five of them, but so far I've added only one montage of photos to each menu page - it's a "mobile" quality in media browser and ave only 10 - 20 MB, then one song. On average these movie clips are 1:00 to 2:00 min long and the music is cut to that length. So, all told, it's probably less than 110 MB in files - but when I look at the project properties, the menus are 3301 MB!!!
    The movie itself is only 1.1 GB so what is going on?
    It's preventing me from doing the project and I've got no idea why it's making the menu size so much larger than the file sizes?
    Can you please help me figure out what to do?
    Alexa

    The 2 min clips were natively 2 min - I had each one separate and actually converted to media browser in "mobile" size (b/c the drop zone was 4 x 6 in size in the theme). They were tiny - in most cases I was shortening the audio (e.g. the song was 4 minutes and I was setting the loop to only 1:30 b/c that's how long the video clip was on the menu).
    BUT, to resolve the question (I always like to post the answer) - I ended up duplicating the project to try to reimport the video. It was a fresh iDVD project and I happened to click on the project tree of screens - and, lo and behold, the ENTIRE menu was duplicated for some reason (and the movie, actually). I went back to the original and it was the same! I have no idea how that would happen do you? It only had one main menu screen - and then an entire duplicate menu - which I wouldn't even know how to access if I didn't see it in the project menu tree?
    The only think of is that at one point I added a title menu link to the scene selection - it gave me a warning that my menu was more than 12 minutes, did I want to fix or ignore and fix later - which confused me b/c it was under 12 min, then but I clicked ignore. Does that create an alternate title menu and send people back to something else?
    Anyway, I deleted the entire extra scene selection menus (5 of them) and it was back to under 4 GB.
    So, I was able to burn, but still wondering about creating the "title menu" link on scene selections? It drives me crazy that it doesn't automatically do that so I like to add "main menu" links.
    Thanks for your help!
    Alexa

  • Why does my artwork print slightly larger than actual size? - MacOS 10.9.2

    I have an issue which I have no answer.  Every time I print an artwork for product mockup, say a 3x5 card, it prints slightly larger than a 3x5 card.  I have to manually scale my artwork down to 98.5 in the print dialog to get as close as possible to the actual size.  Its not related to a specific printer.  I have an HP printer and a Canon printer and the issue exists exactly the same between the two.  I'm running Illustrator 17.1 on an iMac running MacOS 10.9.2.  Can you please help make this easier for me?
    Wayne Carey
    Marketing Graphics Designer
    Strike King Lure Company

    Wayne,
    Are you using PostScript printer drivers (or at least PostScript emulation)? Non PostScript drivers may behave a bit like gremlins.
    What happens if you Save As or Print to PDF and then print from that using the actual size/no adaptation to paper size?

  • Why are my trimmed QT movies larger than the original?

    I have a bunch of raw .dv files copied over from my camcorder that have never been edited or opened in any other program. When I open in QT X and trim the file, the trimmed MOV version is often larger than the raw DV. On one file, I even trimmed about half of it away and it still came out larger. I was under the assumption that DV is not compressed and neither is raw MOV,
    After trimming the file and saving it, I select "movie" as the format since at this point I want to leave the files in as raw as a format as possible before I bring into an editing program like iMovie.
    Any ideas?
    Thanks

    Since QuickTime X doesn't have any export "options" (other than dimensions) a "raw" DV Stream format should always be smaller in file size.
    DV Stream is about 13 GB's per hour of recording. A QuickTime X "conversion" would use H.264 video and AAC audio codecs and should be about ten times smaller in file size.
    Are you sure your files are DV Stream?
    In any event, QuickTime X may not be the best tool for the job.
    QuickTime Player Pro doesn't re-compress the source codec if you use a simple "save" or "save as".
    A regular "save" after doing any edits will replace your source file with the newer version. No way to restore any of the edited information so you should use save as (keeping the original).

  • Lexical params - not parsed correctly

    Hi All, Does BIP support lexical param for a Oracle DB?
    I have a query that looks like,
    select &rp_item_flex_all_seg item_code,
    ood.organization_name
    from &lp_item_from,
    org_organization_definitions ood
    of these &rp_item_flex_all_seg is created a global level function and is populated from a PL/SQL function return and &lp_item_from is a parameter that is populated from a before report param trigger.
    I am never able to get this query to compile and move ahead to next step.
    The next screen on providing this query appears as
    *&rp_item_flex_all_seg item_code, ood.organization_name from &lp_item_from, org_organization_definitions ood
    and it always ends up in the error:
    ORA-00923: FROM keyword not found where expected
    Can someone help with this?

    Hi DB042189,
    This behavior is by design. According to the “Set the Options on the Parameter Bindings Page” section of the
    Execute Package Task Editor document, we can read that:
    You can pass values from the parent package or the project, to the child package. The project must use the project deployment model and the child package must be contained in the same project that contains the parent package.
    So, to pass SSIS parameters from the parent package to child package, we have to use the Project Deployment model. Alternatively, you can use SSIS variable instead of parameter if it is not possible for you use the Project Deployment model.
    If you have concerns, I would suggest you submitting a wish at
    https://connect.microsoft.com/sql.
    Connect site is a connection point between you and Microsoft, and ultimately the larger community. Your feedback enables Microsoft to make software and services the best that they can be, and you can learn about and contribute to exciting projects.
    Regards,
    Mike Yin
    TechNet Community Support

  • I'm trying to capture all minimized windows of the browser but something is not working correctly, Why i can't get all the windows ?

    The Callback method:
    private bool Callback(IntPtr hwnd, int lParam)
    if (this.Handle != hwnd && (Constants.GetWindowLongA(hwnd, Constants.GWL_STYLE) & Constants.TARGETWINDOW) == Constants.TARGETWINDOW)
    StringBuilder sb = new StringBuilder(100);
    Constants.GetWindowText(hwnd, sb, sb.Capacity);
    Window t = new Window();
    t.Handle = hwnd;
    t.Title = sb.ToString();
    windows.Add(t);
    return true;

    Don't know if it's decisive, but lParam should be IntPtr here:
         private bool Callback(IntPtr hwnd, IntPtr lParam)
    What is Constants.TARGETWINDOW? For retrieving GWL_STYLE, the valid styles (Link) do not contain this name.
    Armin

  • Bootcamp did not partition correctly - how to restore to previous state?

    hello everybody
    I carefully read many threads that were similar to my problem, yet did not find a response. Here the details:
    I have a MacBook Pro running the latest version of Leopard (bought in March 2008). On the hard disk I stored a lot of pictures that I don't want to loose (just in case you suggest reformat/erase and reinstall). My hard disk has 186 GB.
    I used BootCamp to make a second partition for Windows: 171 GB for Mac OS and 15 GB for Windows XP. I startet then the Windows install from the BootCamp Assistant. The very familiar screens of the Windows installation followed, up to the point where Windows required me to choose a partition on which to install Windows. Contrary to my expectation of seeing exactly the 2 partitions I had previously made, the list just showed one partition of 131 GB which was shown as unformatted. I panicked because I understood that something went terribly wrong and I chose the F3 "Quit without installing" option.
    After that I tried to reboot the computer without any CD in the CD drive and I got only a black screen with a cursor blinking in the left upper corner of the screen. When booting and holding the option tab down I get only an options - Windows- which brings me back to the blinking cursor screen.
    I printed the Apple documentation for troubleshooting installations and I started the Disk utility from the MacOS installation disk. The recommandation was to go to First Aid and repair the volume. However, although my hard drive is shown, the logical volume is not shown in the First Aid tab, so that I cannot repair or check anything.
    Definitely Boot Camp is the evil-doer. I think it messed up with my boot sector and that is why I do not see any partition now, I just see the physical disk (as in hardware list). I have the slight suspicion that my disk is in perfect state, except for the first sector that actually holds the key to how to read all the other sectors. Here the theory:
    "The first sector is called the boot sector and contains the Master Boot Record (MBR). The MBR contains the information concerning the location of partitions on the drive and reading of the bootable operating system partition."
    Would anyone happen to know a small command line utility that just repairs this sector? I wouldn't mind to have it restored to the initial status, that is with the OS X operating system and one big partition.
    Please help me with an option which allows me to return to my previous installation of MacOS without loosing the data on the hard drive.
    Thanks a lot.

    rman>reset database;
    Resetting a Database Incarnation in the Recovery Catalog
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96566/rcmrepos.htm#456955

  • Why does my background pic look larger than it should and is not as clear as the original?

    When islet a pic as background it says I can adjust size, but cannot in fact the pic gets larger and not as clear, this started with IOS7

    This is due to the parallax effect in iOS 7. As you tilt the phone to the left or right, the background image moves with it, to give the home screen an illusion of depth.

  • I am running Win 7 Pro and the javascript to give popup pictures on my website is not resolving correctly. Pop up frames are too large. Worked O.K. on 3.6

    Small images are on the website pages. A click on the small images gives a larger picture which pops up in a frame. Small images are around 320 x 200. Pop up images are around 880 x 660. This procedure is controlled by javascript coding within the page for each pop up. If the images are larger than your screen size, scrollbars are provided.
    Javascript routine -
    <script language="JavaScript" type="text/javascript">
    <!-- ;
    var newwindow;
    var wheight = 0, wwidth = 0;
    function popitup(url, title, iwidth, iheight, colour) {
    var pwidth, pheight;
    if ( !newwindow || newwindow.closed ) {
    pwidth=iwidth+30;
    pheight=iheight+30;
    newwindow=window.open('','htmlname','width=' + pwidth +',height=' + pheight + ',scrollbars=yes,resizable=1,top=50,left=120');
    wheight=iheight;
    wwidth=iwidth;
    if (wheight!=iheight || wwidth!=iwidth ) {
    pwidth=iwidth+30;
    pheight=iheight+60;
    newwindow.resizeTo(pwidth, pheight);
    wheight=iheight;
    wwidth=iwidth;
    newwindow.document.clear();
    newwindow.focus();
    newwindow.document.writeln('<html> <head> <title>'+ title +'<\/title> <meta http-equiv="imagetoolbar" content="no"> <\/head> <body bgcolor= \"'+ colour +'\"> <center>');
    newwindow.document.writeln('<img src=' + url + ' onContextmenu="return false;">');
    newwindow.document.writeln('<\/center> <\/body> <\/html>');
    newwindow.document.close();
    newwindow.focus();
    // Routines to tidy up popup windows when page is left
    // Call with an onUnload="tidy()" in body tag
    // -->
    </script>
    Routine called with -
    <a title=" Auld Brig in the Summer Foliage" href="javascript: popitup('images/auldbrigsum2-2.jpg','Auld Brig and Summer Foliage',865,650,'white')">

    Small images are on the website pages. A click on the small images gives a larger picture which pops up in a frame. Small images are around 320 x 200. Pop up images are around 880 x 660. This procedure is controlled by javascript coding within the page for each pop up. If the images are larger than your screen size, scrollbars are provided.
    Javascript routine -
    <script language="JavaScript" type="text/javascript">
    <!-- ;
    var newwindow;
    var wheight = 0, wwidth = 0;
    function popitup(url, title, iwidth, iheight, colour) {
    var pwidth, pheight;
    if ( !newwindow || newwindow.closed ) {
    pwidth=iwidth+30;
    pheight=iheight+30;
    newwindow=window.open('','htmlname','width=' + pwidth +',height=' + pheight + ',scrollbars=yes,resizable=1,top=50,left=120');
    wheight=iheight;
    wwidth=iwidth;
    if (wheight!=iheight || wwidth!=iwidth ) {
    pwidth=iwidth+30;
    pheight=iheight+60;
    newwindow.resizeTo(pwidth, pheight);
    wheight=iheight;
    wwidth=iwidth;
    newwindow.document.clear();
    newwindow.focus();
    newwindow.document.writeln('<html> <head> <title>'+ title +'<\/title> <meta http-equiv="imagetoolbar" content="no"> <\/head> <body bgcolor= \"'+ colour +'\"> <center>');
    newwindow.document.writeln('<img src=' + url + ' onContextmenu="return false;">');
    newwindow.document.writeln('<\/center> <\/body> <\/html>');
    newwindow.document.close();
    newwindow.focus();
    // Routines to tidy up popup windows when page is left
    // Call with an onUnload="tidy()" in body tag
    // -->
    </script>
    Routine called with -
    <a title=" Auld Brig in the Summer Foliage" href="javascript: popitup('images/auldbrigsum2-2.jpg','Auld Brig and Summer Foliage',865,650,'white')">

  • HT204247 Why is my iPhone Backup WAY larger than estimated? Pics incl.

    Thank you for reading!
    I have an iPhone 5S 16 GB running ios 8.1.3. My iPhone is being backed up to iCloud. Currently the backup is estimated at nearly 600 MB. I am utilizing iCloud photostream. I do not have photos saved locally. The largest app under the estimate (when clicking "manage more storage" is only 12 mB.
    Why is the backup SO large?!

    You are welcome for reading. 600 MB backup is not large, by all means. I have no imessages, about 60 photos and my backup is over 1 Gig. You just don't realize what happens with files. If you were to create smallest file possible by using notepad on your computer and typing one letter, it would still have more then 20 kbytes. We are talking apps that require bigger files for even smallest stuff. So you can pursue that avenue - why or why or just be happy that yet you don't have to pay for storage over 5 gigs. Your poison.

  • Why/how is my iPhoto library larger than the hard drive it is stored on?

    I store my iPhoto library on a 2TB external hard drive. The library file itself claims to be 2.65TB and created 12 years before I purchased the computer (see pic). I have confirmed this on other computers.
    I know my library to actually be closer to 680GB as I've been using it for a long time. When I click 'get info' on the drive itself, it shows it is around 945GB full which makes sense as there are other files also stored there.
    Could someone please explain how a 2TB drive can hold a 2.65TB file? Then, could someone help me restore it back to its actual size? I would like to back up my library but can't easily move such a massive file. I am also worried about its stability as I presume something is corrupt in there. 
    Thanks in advance.
    p.s. When you look at the image below, you may notice other libraries (the one in question is highlighted). I have had MANY troubles with crashing libraries and gone through MANY rebuilds to get my library to where it is now; complete and working but oddly sized (and not appropriately backed up!). If I could easily and safely migrate all my photos, their originals, their edits, the places and faces etc to another program I would definitely consider it because iPhoto and Aperture are simply not behaving as I'd like them to.

    I am unsure if it has been formatted MacOS but it is a My Passport for Mac so I imagine it was initially set up correctly - especially as it has worked well until now.
    You can check that by selecting your external drive in the Finder and using the command "File Get Info ⌘I " on the drive. The General section of the info panel will show you the File System.
    I have never seen that symbol in in iPhoto. In Aperture it is marking photos that have been downloaded from Photo Stream or Flickr or Facebook.  Are you syncing your library with any of these services?

  • Why is Keynote storing images 20x larger than the original file size upon import?

    In Keynote, I'll add a 150KB PNG image to a slide and the 500KB presentation goes to 3.7MB... a more than 3MB increase. I'm trying to troubleshoot large file sizes as a simple deck takes up 50-100MB on disk. Anyone know what is going on to make the file 20x larger once added to Keynote? And how I can keep the file size down? The 'Reduce File Size' option is worthless in this case... offering a less than 10% reduction on the earlier 20x amplification. Thanks

    Chris H 71 wrote:
    This was originally in Keynote 09.
    Yes converting an existing version 5 file in to Keynote 6 does many strange things. Any existing version 5 files I have, I continue to edit in 5. When starting a new presentation, I can use 6 without many problems at all.
    I provided the files to replicate the issue to Apple support and never heard back.
    Apple do not provide feedback to users on issues, they only request information from users.

Maybe you are looking for

  • Paragraph borders in Word not converting properly

    I have used dotted left hand and top of paragraph borders in a word document (docx). When I turn it into a PDF file the left hand dots become dashes and the dots across the top of the paragraph are distorted. this is a serious problem for me as I'm w

  • Directory Server Directions

    We are using Sun Directory Server 6.3.1 , and are pleased with its performance and stability. We run entreprise critical systems on these servers. I have been tasked with researching the migration path fotr these systems . Can someone reply with urls

  • Strange problem with Hibernate - JDBC

    Hello, company where I work, has a customer with installed a web application that use Hibernate 3.2.6GA and "Oracle Database 10g Release 10.1.0.3.0 - Production" for persistent data. O.S. is RedHat Enterprise with kernel 2.6.9-5 and Java has version

  • How to create help for java application

    Thanks very much for any suggestions how to create help file for java application

  • Online Folio Producer

    Hello all, Was wondering if anyone could help me with this conundrum. I'm currently working in the online folio producer and usually when I open a folio I can see little preview thumbnail images of each one of my stacks. Recently this has stopped, al