Why does Find not see a visible file at Volume level?

I recently searched (Find) my iMac's internal hard drive for a file that I knew I had created ("MAC addresses.doc"), but it found no such file, either by File Name or Contents. I had to try to remember where I filed it, and then I found it in [Macintosh HD] > Library > Documentation > User Guides and Information. Searching (Find) again at the level of any folder within the volume, even Library, finds the file immediately, both by File Name and Content. The file has no unusual properties, and its Permissions allow everyone to at least Read it. This occurs even after repairing permissions of the volume. Why should the OS be unable to Find this file for me when searched on the volume name? Should I change some setting/preference in order to allow that (all files to be found at Volume level)?

Thanks Frank,
SYSTEM_PARAMETER is a table owned by X.  If I qualify the select statement by adding the owner it works, but of course I do not want to do that.  Here is the DDL for creating SYSTEM_PARAMETER:
create table SYSTEM_PARAMETER
  name         VARCHAR2(256) not null,
  date_value   DATE,
  number_value NUMBER,
  string_value VARCHAR2(512),
  comments     VARCHAR2(512)
alter table SYSTEM_PARAMETER add constraint PK_SYSTEM_PARAMETER primary key (NAME);
Again, if I rewrite the procedure to the following (only difference is the red X.), it works:
create or replace  procedure ztm_get_debug_level is
  vc_pkg_name  system_parameter.name%TYPE := 'DEBUG_LEVEL_PKG_BASE_KEYS';
  vn_error     services.debug_log_level.debug_level_id%TYPE := 30;
  v_debugLevel   system_parameter.number_value%TYPE;
  function get_owner return varchar2 is
    cursor c1 is
    select owner from all_tables where table_name = 'SYSTEM_PARAMETER';
    v_Ret_Val VARCHAR2(30);
  BEGIN
    OPEN C1;
    FETCH C1 INTO v_Ret_Val;
    CLOSE C1;
    RETURN v_Ret_Val;
  END;
begin
  DBMS_OUTPUT.PUT_LINE('AAAA - ' || get_owner);
  select s.number_value
  into   v_debugLevel
  from   X.system_parameter  s
  where  s.name = vc_pkg_name;
  DBMS_OUTPUT.PUT_LINE('BBBB');
exception
  when no_data_found then
    NULL;
  when others then
   DBMS_OUTPUT.PUT_LINE('p_get_debug_level.WHEN OTHERS');
   raise;
end;
This procedure exists in 4 other environments where there are no issues.  It can't be a privileges issue as the table is owned by user X and as you can see by the lookup (which was added for debug) against ALL_TABLES the owner is clearly X.  So, why can X not select from it's own table unless we include the owner?
Thanks,
Thomas

Similar Messages

  • Why does Finder not see files on formatted DVD-RW?

    I recently did a drag and drop of more than 90 text and pdf files onto a formatted DVD-RW.  The DVD now shows up as a blank disc.  I swear that I managed to add a couple of files and see them in Finder at least twice.  How do I get back into the files?  Disc was formatted for RW using Disc Utility which still sees the 1.7 GB of data on the disc in Info.  What happened? 

    Thanks Lex:
    I don't think Invisible will help.  Because I left the DVD-RW open after dragging and dropping files onto it there is no lead-out and the optical drive sees it only as a blank disc.  Somehow I got back into the disk before but since the last OS update 10.8.4 I am unable to get the disc to mount.  Seems I remember Bonjour finding and opening it once.  Nothing since.  Right now I'm leaning toward recreating the archive disc and then closing it as a data disc so I can mount it.  I recall doing this open RW in years past so I could continually add other files until the disc was full.  Protocols must have changed.  Bob Mehaffey

  • Why does Lightroom not see my teathered camera in Windows 8?

    When I teather my Nikon D300 in Lightroom 4, It seem as the Windows 8 operating systems takes over the function and Lightroom does not automatically open captured image.  Instead, Windows' picture window appears.  I have not been able to figure out how to override the windows function so that Lightroom opens the captured image.  Need Help!!!

    Where is that in the menu...couldn't locate it?
    Sent via the Samsung Galaxy S™III, an AT&T 4G LTE smartphonessprengel <[email protected]> wrote:Re: Why does Lightroom not see my teathered camera in Windows 8?
    created by ssprengel in Photoshop Lightroom - View the full discussion
    Also make sure you have your camera set to Point-to-Point not Mass-Storage mode:
    Menu/Wrench/USB/'M/P'
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5226836#5226836
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5226836#5226836
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5226836#5226836. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop Lightroom by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • HT201413 Why does iTunes not see my iPod when connected?

    My computer does not see my ipod when I connect it to it.  Nor does it come up in iTunes.  How can I sync my music with this problem going on?

    Try one or more of the following:
    > Restart your computer
    > Uninstall & Reinstall iTunes
    > Reset iDevice Settings (will not delete everything)
    > Go to My Computer (Windows XP) or Computer (Windows Vista & 7) and see if your iDevice shows (should show as a digital camera)
    > Restore iDevice completely (will delete everything)
    > Make sure both iTunes and iOS firmware is Up-To-Date
    iPod Classic driver not recognized in Windows 7. Tried to "troubleshoot," message says "Not Fixed." No recommendations - Microsoft Answers
    iPod not recognized in 'My Computer' and in iTunes for Windows
    Hope this helps.

  • Why does finder not actually find?!!!!

    I shouldn't have to be asking this surely!!?
    I click "all my files" on Finder which I assume is "all my files" or downloads if i have downloaded and I search for something (very often exactly as spelled) I have just downloaded or many times just files I have already and either it can't find it or it sits way down the list after loads of unrelated files?
    When I enter a search string in to something that is made for searching I expect it to find it! Finder seems to have special secret ways of finding that I am not party too!
    Can someone please explain why this is so? And in advance there is no and I mean NO reason why there should be any other setting on first opening finder other than just FIND WHAT I ASK FOR! So please just straight answers no tutting or RTFM replies.
    Hhhhhhhhelllllllp me thankyou

    mexica72 wrote:
    Bottom of list, which doesn't make sense as it is prioritising files with the word within the file, and not what you would expect, which would be files actually called that in the title!
    Cmd-ctrl-shift-F will find by name. Spotlight is designed to find content.
    Or, on a normal (cmd-F) find, choose name matches from the token list.

  • Why does Aperture not support all DNG files?

    I have a Leica D-LUX 2 and an Epson RD-1. Both of these cameras create RAW files which are not supported by Apple. Why should the files, when converted to DNG, still require RAW support to be utilized. I understand the wrapper concept, but is this not the idea of DNG. What about cameras that create a DNG file, rather than RAW (i.e. the new Leica M8).
    Thanks,
    Ken

    Hi Kenneth,
    You're missing the point Karl is making. RAW data is (in essence) proprietary to the camera. All DNG does is essentially encapsulate that proprietary data in a standard format. The data is still proprietary whether DNG or RAW.
    By proprietary I mean that the sensor array and sensitivity to light, tonal correction across the gamut all are understood by the camera manufacturer and held as parameters (data) in the RAW or DNG file. It requires specific knowledge to interpret this data into a renderable image. Until such time as camera manufacturers agree that 1 = 1 and 2 = 2, we are stuck with this issue (and ALL our concern of x years from now when nobody supports what is our latest and greatest camera). An API included in Aperture (actually OS X) would at least allow camera manufacturers to write their RAW conversion algorithms and take Apple out of the loop.... as well as take dependence on OS X releases out of the loop too!
    Hope this clarifies.
    G.

  • Why Does Java not see 0 or 1 as false and true

    hello,
    all other languages i have worked with see a 0 and 1 as a true or false value
    for instance...in perl this would be the case
    if ( 0 ) same of javas if ( false )
    or
    if ( 1 ) same as javas if ( true )
    same with javascript
    im am asking if there is a way in java to use the boolean type or object in this way. seems strange to me to store "true" or "false" as a varchar in a database when with all other languages you can store 0 or 1...faster to store int's

    Many of the differences the creators of Java made in the language were to address what they saw as problematic features in other languages. This is one of those cases.
    How many nasty, hard-to-find bugs in C or Perl do you think have been caused by this kind of mistake: int cnt ;
    cnt = howMany() ;
    if (cnt = 0)      /* whoops: should be == */
    [/code                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • ITunes says 3.2.2 is current for iPad. Why does it not see the new 4.2

    My computer is running Vista. I have been using the newest iTunes 10.1.0.54 for a while now, but when I plug my iPad in, iTunes tells me that my iPad is up to date with 3.2.2.
    Can anyone shed some light on why it's saying this. I have no other way of downloading the new OS?

    If history is to be trusted, it should hit at roughly noon my time (central). So 10:00 by Cupertino time. Sorry, I don't know about UK time zones. I would say 8 more minutes, give or take an hour.

  • Why does brasero not burn a DVD?

    I have a DVD to burn, but every time I run Brasero I get a message to insert an empty disk or otherwise it will attempt to make an image. With the empty disk inserted seems like brasero does not see the device and disk.
    With my external DVD writer connected I can't burn anything to it. The user is added to optical group and the device is found. Growisofs however works with the provided path. Why does brasero not see the writer and how do I make it burn the dvd?
    Last edited by tasty_minerals (2012-07-22 23:04:14)

    A likely cause of this error is that some program did not report memory usage correctly to the OS.
    This ARTICLE will give tips on finding "clues" as to what was happening at that moment. Chances are good that that program, or Process is identified somewhere in the Event Viewer. Now, be prepared to do a bit of reading, but follow EVERY link in any of the error, or warning messages.
    Good luck,
    Hunt

  • After importing images from my card using LR 5.4, the GPS data does not show in the metadata panel. However, when I look at the imported images using Bridge, the GPS data is visible. Anybody know why LR is not seeing the GPS data? Camera is Canon 6D.

    After importing images from my card using LR 5.4, the GPS data does not show in the metadata panel. However, when I look at the imported images using Bridge, the GPS data is visible. Anybody know why LR is not seeing the GPS data? Camera is Canon 6D.

    Ok, the issue seem to be solved. The problem was this:
    The many hundred files (raw and xmp per image) have been downloaded by ftp in no specific order. Means - a couple of files in the download queue - both raw and xmps. Most of the time, the small xmp files have been finished loading first and hence the "last change date" of these xmp files was OLDER than the "last change date" of the raw file - Lightroom then seem to ignore the existence of the xmp file and does not read it during import.(a minute is enough to run into the problem)
    By simply using the ftp client in a way that all large raw files get downloaded first followed by the xmp files, we achieved that all "last changed dates" of the xmp files are NEWER than the related raw files. (at least not older)
    And then LR is reading them and all metadata information has been set / read correctly.
    So this is solved.

  • Why does Apple not give a list of error messages and possible solutions? I have the (-54) error continually that has suddenly appeared and cannot find a solution, even though other users seem to have the same problem.

    Why does Apple not give a list of error messages and possible solutions? I have the (-54) error continually that has suddenly appeared and cannot find a solution, even though other users seem to have the same problem.

    This is a user to user forum.  Apple isn't here and won't answer you.  You need to contact Apple directly.  You can use the Contact button at the bottom of the screen.

  • My iPhone 5 have the glass popping sound when I press on the top left corner of my phone but I don't know why, I don't see any visibility of the glass coming out. My friends all told me to not exchange.

    My iPhone 5 have the glass popping sound when I press on the top left corner of my phone but I don't know why, I don't see any visibility of the glass coming out. My friends all told me to not exchange because after all the software is perfectly fine.

    My phone just turned 2 months old. But in Singapore as long your phone is under one year warranty I can still go for an exchange at the respective telco, but my friends all suggest me to not change now cause after changing it'll be a refurbished set instead of a brand new one.

  • Why can't I see my iPhoto files in iMovie?

    [DISCLAIMER: My question is short, but my details are not. This is going to be a LONG read, but I wanted to make sure I provided all you helpful people with as much information as I could so that I could receive the best possible solution. So your patience and assistance is greatly appreciated!]
    In iMovie [version 4.0.1], when I click on the Photo button to import pictures into my project from iPhoto, the following error message appears: "No photos were found. To use this feature, you must first create a photo library using iPhoto version 2.0 or later."
    However... I AM using iPhoto [version 4.0.3]... with a HUGE Library containing 2000+ images and several created albums. These features work just fine within the confines of that program. They just aren't integrating with iMovie correctly. So... why can't I see my iPhoto files in iMovie?!!?!
    FIRST ATTEMPT:
    When I checked iMovie help, all it said was "You must open iPhoto at least one time on your computer to be able to access your iPhoto library from iMovie." I've obviously done this, having used the program plenty. Didn't work.
    SECOND ATTEMPT:
    When I checked this forum, the closest thread I could find that was similar to my problem suggested deleting the iMovie preferences file [com.apple.imovie3.plist]. It was later added that deleting the iPhoto preferences file [com.apple.iphoto.plist] as well had solved the problem immediately for that user. Tried it. Didn't work.
    THIRD ATTEMPT:
    When I checked the Apple Info site, their main solution was to try recreating the AlbumData.xml file which is used to populate the photo listing. Now this file can usually be found in the iPhoto library folder and I know how to recreate it. But THIS is where I think my main problem lies.
    Unlike most users, my iPhoto Library is actually located on an external hard drive under "my hard drive name"/Pictures/iPhoto Library. When I checked this folder for the AlbumData.xml file , it simply did not exist. So as a test, I created a new iPhoto Library also on my external hard drive but the AlbumData.xml file was not created with it. I opened up iMovie just to see if it was able to browse the iPhoto library properly. But it still didn't work.
    However, when I created a test iPhoto Library directly onto my Mac's hard drive, the AlbumData.xml file was indeed created with it. And when I opened up iMovie again... lo and behold, the iPhoto library finally appeared. It worked. But unfortunately, this solution still doesn't help me at all!
    Thing is, I don't have enough space on my Mac's direct hard drive to move my entire iPhoto Library there (where it works). That's why I am using an external hard drive to store (more space). So is there ANY way I can keep my iPhoto Library located on my external hard drive and have the library, albums and files recognized in the other iLife applications like iMovie???
    I feel I've tried everything, folks Could someone please please help me?!!?!
    [my specs are listed below if that helps any]
    Thanks in advance,
    a very disgruntled wizkid :\
    PowerBook G4 12" [1GHz, 256MB, 40GB]   Mac OS X (10.3.9)   GeForce FX Go5200 32MB, Matshita DVD-R UJ-816, Maxtor External Hard Drive [250GB, Firewire & USB 2.0]

    My main concern at this point is that the AlbumData.xml file is unable to create itself onto the External HD. When I view the file [that I created from my test iPhoto Library on my Mac's HD] in finder, it appears to be a Final Cut Pro type of extension. Is something wrong with my External Hard Drive in that regard? Is it just incapable of storing those file types??? Hmmm...
    As for the alias solution... instead of alias-ing the "Pictures" folder like you have, I've already tried creating an alias of the "iPhoto Library" folder on my External HD and placing it within the "Pictures" folder on my Mac. But when I tried to "Find Library" upon launching iPhoto, the prompt box would not allow me to choose the "iPhoto Library" alias I had created. So I couldn't open it.
    To be honest, I'm not exactly sure how to create an alias correctly... or perhaps I should try alias-ing the actual "Pictures" folder (like you have) rather than just the "iPhoto Library" folder, but I don't know how to do that correctly either.
    FYI... I am mounting my External HD before I launch iPhoto.
    Also, I have also tried dragging the AlbumData.xml file that I created from the test iPhoto Library into my active iPhoto Library folder residing on my External HD. It would appear to be in the folder, but as soon as I clicked somewhere else in finder and than back into the folder, it would disappear. Not sure how to "point to it" either.
    Karl, think maybe you could provide some hints on how to properly alias something or "point" to the AlbumData.xml file? I'd try it myself, but I don't wanna screw anything up by accident.
    PS. As stated in the post above, there's a possibility my External HD is no longer Mac OS formatted... at which point I throw my hands up into the air and scream!
    thanks for the tips thus far... everyone's so nice and helpful... I love it!
    -the kid
    PowerBook G4 12" [1GHz, 256MB, 40GB]   Mac OS X (10.3.9)   GeForce FX Go5200 32MB, Matshita DVD-R UJ-816, Maxtor External Hard Drive [250GB, Firewire & USB 2.0]

  • Put movies in itunes on one computer why does it not show up when i access itunes from other computers or ipad2?

    put movies in itunes on one computer why does it not show up when i access itunes from other computers or ipad2?

    i just purchased a file that had videos in it. i put them in the itunes library on my pc where i first downloaded them. i was able to transfer them to my other pc, a laptop, through my home network. i am now trying to get them on my mac pro desktop and my ipad2. my mac pro can see the other computers on my home network but i cannot get it to connect to them. i know the operating systems are different but was hoping i could transfer pictures and files from pc to mac this way. haven't been able to get it to work yet. the videos i am trying to get my mac to see came in a folder with both mac and pc versions. i thought if i got the videos i purchased into itunes that i would then be able to get them to my mac pro and my ipad2. i am new to mac/apple and have always been pc-centric so trying to marry it all has been difficult. i speak pc pretty well but am just learning apple. am i trying to do things that are not possible? i sure could use a knowledgable friendly soul to walk me through my issues of having pc and mac on the same network. i have been able to get all computers and ipad to print on my network. thanks.

  • I imported 635 images into an iPhoto album so that I can share them via a photo-stream. However, iPhoto says there are only 600. When I try to add the missing images it says they are already there. Why can i not see these images in iPhoto?

    I imported 635 images into an iPhoto album so that I can share them via a photo-stream. However, iPhoto says there are only 600. When I try to add the missing images it says they are already there. Why can i not see these images in iPhoto?

    Generally I would not use Facebook for sharing any photos, it compresses the photos substantially, and when you have shadows and dark colours you get visible "bands" where there should be subtle gradients, ie at sunsets and sunrises.
    It sounds like you are using two methods to upload to Facebook:
    1. Sharing from within Aperture, which basically syncs Facebook with your Aperture album, so any changes made at either end gets synced, hence the deletions from Albums, although the original file should still be in your library, just removed rom the album. It is like a playlist in iTunes.
    2. Exporting pics and uploading to Facebook from the browser.
    I am not sure how method 1 gets compressed, but I know that uploading hi-res jpegs to Facebook using method 2 results in poor quality images.
    I wouldn't even bother comparing option 1 or 2, and they will both be poor images once you view them on Facebook, as opposed to viewing uploaded images on proper image sharing / hosting sites.
    Your problem is not with Aperture, it is using Facebook for showing your work.
    If you export pics form Aperture at high res jpegs or TIFFs your images will be fine.
    If you insist to use Facebook as your way to share your work, then your workflow should be this:
    1. Right click images you want to share.
    2. Select Export version.
    3. Export as 100% size and ensure the export settings are set at 100% quality.
    4. Upload this pic into Facebook.
    This will get you the best image size and resolution on Facebook.
    See how you go.

Maybe you are looking for

  • Data of column datatype CLOB is moved to other columns of the same table

    Hi all, I have an issue with the tables having a CLOB datatype field. When executing a simple query on a table with a column of type CLOB it returns error [POL-2403] value too large for column. SQL> desc od_stock_nbcst_notes; Name Null? Type OD_STOCK

  • Remove password from sleep

    How do I remove password login when awakening from sleep..works on other computers but not HP....why??? Windows 8.1 ''''Hp all in one

  • Adjustment Brush Shapes

    It would be handy to be able to draw out a shape like an spline shape (as in LightZone) with edit points rather than always have to paint things in. I find the auto mask handy but not that accurate and quite a fiddle to go back around edges with a li

  • Issue running parallel audio files

    I am trying to set up a XIB with two buttons to play audio - one for music and one for narration.  Files for music are stored in a music directory within the resources bundle.  Files for narration (with names different than the music file names) are

  • ANCHOR LINKS NOT WORKING!...STILL :(

    Well another Muse update has come out and to much disappointment the same issues still exist with anchors. They do not work in Safari 6 running Mountain Lion, or iOS. Anchors in iOS have been an issue since the Muse Beta days... so I am now starting