Temp files Vs Value of Secure Erase

Hello,
Let's say I write a "top secret" document in Pages. During the writing process, I save it about ten times. I then print it and use secure erase to delete the Pages document.
So the absolute final version of the document was securely erased, but what about the 10 temporary files that were created during the process?
(For those that don't know, every time you save a document, the system creates a new file on the drive and erases the previous one. This goes on without the user's knowledge. But those are very real files that are erased "normally" during the saving process.)
Loa

Loa wrote:
Hello Pondini,
Thx for the info. I already know about 2 and 3, but they only add to my point: what's the use of Secure Erase?
I only took Pages as an example: everytime you save a document in ANY application, the system deletes the old version and creates a new file. As far as I know, you cannot "modify" any file at the basic data level.
Not necessarily true. Some apps don't even use individual files; they use a large single file or database instead, and they're normally updated, not replaced. Entourage and Thunderbird, for example.
Most likely you'll see it disappear then reappear, usually in an adjacent "location" (i.e. below where the old icon was).
Yes, just like most Autosaves.
But I still don't understand why this is a such a big problem. If you change a file, save it with a new name, then securely-delete the old one.
Or, use FileVault (or, better, put your sensitive documents in an encrypted sparse image);
and/or Zero-out free space.
Perhaps if you told us a bit more about what you're trying to do, we can clarify things.

Similar Messages

  • What's the best method for securely erasing files on OS X?

    Hello,
    I'm looking for a method for securely erasing files on OS X.
    I know OS X has the srm command doable in the Terminal, but this command uses the 35-pass Gutmann algorithm which is, to me, obsolete as of now.
    Do you know modern methods for securely erasing files?

    baltwo wrote:
    Thanks. It didn't show up with a [redacted] search.
    There, fixed it for you.

  • Problem: securely erasing home folder after enabling file vault

    I enabled file vault. It took 4 days (125 GB) to "securely erase home folder", then when it finally reached 100% I got an error message that it could not be erased after all. I also now got an icon on the desktop (protected house) showing my home folder. Anybody experience with this? What do I do to securely erase? What can I do to speed it up? I have 4GB RAM and a HD of 500GB

    open /Applications/Utilities/Terminal.app
    At the prompt type:
    diskutil secureErase freespace 0 /
    (press return)
    This will secure erase free space on your boot volume.
    Level "0" (zero) is a Single-pass zero-fill erase. Levels 0 through 4 are supported.
    Here is a full description of the different erase levels: 0 - Single-pass zero-fill erase.
    A. 1 - Single-pass random-fill erase.
    B. 2 - US DoD 7-pass secure erase.
    C. 3 - Gutmann algorithm 35-pass secure erase.
    D. 4 - US DoE algorithm 3-pass secure erase.
    for more info (in Terminal) type:
    man diskutil
    (press return)
    This should take considerably less time than 4 days. On my Mac Pro with 162GB boot volume,
    130GB free (I keep my data on a different volume) it takes about 10 minutes using level "0".
    Disk Free Space Warnings are normal during operation and can be ignored.
    more info about it from apple support:
    http://support.apple.com/kb/TA24002
    You can invoke the erase procedure from Disk Utility GUI interface, but it usually is quicker
    when run from terminal.
    Kj ♘

  • How to kill secure erase after turning on File Vault?

    I turned on file vault on my MacBook with OS 10.6.4 and selected the secure erase option for the resulting empty space. The File Vault encryption process completed fairly quickly, but the secure erase has carried on for 48 hours and I'm just at 26% complete as per the security pane of System Preferences.
    I'd like to stop the secure erase process. It seems like overkill, and as this computer (and the hard disk) are 4+ years old, I'm thinking the wear and tear on the drive is more than is necessary.
    I've tried killing the secure erase process ("sudo kill -9 ...") but the process re-spawns.
    My question: is there a safe way to stop the secure erase process after turning on File Vault? (I am fully backed up with Time Machine if that makes any difference.)

    Ah-HA! OK, I've fixed the problem the right way now instead of the ugly method of renaming secure_erase, which was admittedly a hack until I had more time to look at things.
    The queue for secure_erase is stored in /var/db/fvsecureerase.jobs/ - you need to cd into that directory and look for the files there, and remove them. By deleting the numbered job, you will remove it from the secure_erase queue.
    HOWEVER, please look at the files first and then manually delete the file path listed, otherwise you will leave those to-be-destroyed files UNDELETED. This is probably NOT what you want. What happens is that secure_erase moves the "original" files into a new directory (in my case the file was named /Users/jtodd.10307331336706142097) and then secure_erase does it's magic on that directory and wipes out each file in a tedious, secure way. If you made a mistake and don't want to wait the 20 days for it to finish the tedious method, you can just "rm" it the old fashioned way. I typically pipe "yes" into the "rm -R" command since there are a lot of strange permissions things that rm asks about and I would otherwise spend an hour hitting "y" on every file about which it uncertain - hooray for UNIX pipes! For instance, this is a what I did (again, as root):
    sh-3.2# cd /var/db/fvsecureerase.jobs
    sh-3.2# ls -lsa
    total 8
    0 drwx------ 3 root admin 102 Nov 12 11:44 .
    0 drwxr-xr-x 51 root wheel 1734 Nov 12 11:44 ..
    8 -rw-r--r--@ 1 root admin 33 Nov 10 13:53 501
    sh-3.2# cat 501
    /Users/jtodd.10307331336706142097
    sh-3.2# rm 501
    sh-3.2# yes|rm -R /Users/jtodd.10307331336706142097

  • Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal

    Hello,
    While exporting Export reporting from BI4 getting exception
    Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal
    In Trace Log I am getting
    com.crystaldecisions.xml.serialization.XMLWriter||Failed to create an object instance for CrystalReports.TextObjectFormat
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key CrystalReports.TextObjectFormat
      at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
      at java.util.ResourceBundle.getString(ResourceBundle.java:334)
    I tried following solution according to the all forums but still issue exist.
    Done changes mention in KB article In <Installation-dir-of-BO>\Common\4.0\java\CRConfig.XML we have to increase the JAVA heap MIN and Max size
              <JVMMaxHeap>64000000</JVMMaxHeap>          <JVMMinHeap>32000000</JVMMinHeap>
    Increase the value in the ReportApplicationServer Services in the CMC for "Number of database records to read when previewing or refreshing a report". The value -1 is for unlimited records but not recommended for performance.
    Check for temporary read write permission on server
    Using SDK library from C:\Program Files (x86)\SAP Business Objects\SAP BusinessObjects Enterprise XI 4.0\java\lib
    Can you please let me know is there anything missing.

    Hi,
    We face the same problem with some BI4 reports.
    The same report works well with the "Crystal Reports Viewers API", as used in Infoview, but not with the "Report Application Server (RAS) API".
    This error appears after some time working on a report. If we reproduce the same report, but from zero, no problem.
    Hope it can help.
    Ludovic.

  • Need help -To Restrict Huge temp file, which grows around 3 GB in OBIEE 11g

    Hi Team,
    I am working on OBIEE 11.1.1.5 version for a client specific BI application. we have an issue concerning massive space consumption in OBIEE 11g installed linux environment whenever trying to run some detail level drill down reports. While investigating, we found that whenever a user runs the drill down report a temp file named nQS_xxxx_x_xxxxxx.TMP is created and keep's growing in size under the below given folder structure,
    *<OBIEE_HOME>/instances/instance1/tmp/OracleBIPresentationServicesComponent/coreapplication_obips1/obis_temp/*
    The size of this temp file grows huge as much as around 3 GB and gets erased automatically when the drill down report output is displayed in UI. Hence when multiple users simultaneously try to access these sort of drill down reports the environment runs out of space.
    Regarding the drill down reports:
    * The drill down report has around 55 columns which is configured to display only 25 rows in the screen and allows the user to download the whole data as Excel output.
    * The complete rows being fetched in query ranges from 1000 to even above 100k rows. Based on the rows fetched, the temp file size keeps growing. ie., If the rows being fetched from the query is around 4000 a temp file of around 60 MB is created and gets erased when the report output is generated in screen (Similarly, for around 100k rows, the temp file size grows up to 3 GB before it gets deleted automatically).
    * The report output has only one table view along side Title & Filters view. (No Pivot table view, is being used to generate this report.)
    * The cache settings for BI Server & BI Presentation services cache are not configured or not enabled.
    My doubts or Questions:
    * Is there any way to control or configure this temp file generation in OBIEE 11g?
    * Why the growing temp file automatically gets deleted immediately after the report output generation in screen. Is there any default server specific settings governing this behaviour?
    * As per certain OBIEE article reference for OBIEE 10g, I learnt that for large pivot table based reports the temp file generation is quite normal because of huge in-memory calculations involved . However we have used only Table view in output but still creates huge temp files. Is this behaviour normal in OBIEE 11g. If not, Can any one Please suggest of any specific settings to be considered to avoid generating these huge files or atleast generate a compressed temp file.
    * Any other work around solution available for generating a report of this type without the generation of temp files in the environment?
    Any help/suggestions/pointers or document reference on this regard will be much appreciated. Please advice
    Thanks & Regards,
    Guhan
    Edited by: 814788 on 11-Aug-2011 13:02

    Hello Guhan,
    The temp files are used to prepare the final result set for OBI presentation server processing, so as long as long you dataset is big the tmp files will be also big and you can only avoid this by reducing your dataset by for example filtering your report.
    You can also control the size of your temp files by reducing the usage of the BI server.I mean by this if you are using any functions like for example sorting that can be handled by your database so just push to the DB.
    Once the report finished the BI server removes automatically the tmp files because it's not necessary anymore.you can see it as a file that is used for internal calculations once it's done the server gets rid of it.
    Hope this helps
    Adil

  • How can I securely erase my Apple TV's Hard Disk?

    The 40 GB drive is too small as everyone is experiencing and I need to upgrade my Apple TV’s hard disk to a 250 GB drive that are now available. I thought of doing it myself but it is not quick and I do not have the time people are reporting. Therefore, I decided to send it to a company to do the upgrade. I would like to securely erase the hard disk before I sent it out, because the company told me that they do not return my old hard disk. However, I do not know how to erase my hard disk, especially how to make a secure erase. Will Apple’s Disk Utility see the Apple TV’s hard disk to make a secure erase? I tried but it is not coming up in its pane. I would appreciate your help, please. Thank you, Tumay

    There is no way to securely erase the drive without removing it from AppleTV and using a utility.
    Best thing you could do would be to do a system restore which should erase the files, and then sync with a load of rubbish a couple of times (make some dummy video/music files) if you want to overwrite stuff on the drive. Seems unlikely that the company in question would be interested enough in your files to use professional data recovery to try and recover what you had on there.
    AC

  • Is there a way to securely erase the drive during a fresh install

    I'm selling my iMac G5 and Powerbook G4 so I can afford a brand new Intel iMac (the 2.8GHz one). I have Leopard running on both these machines at the moment, but on the iMac G5, I want to restore it to factory settings using the original Tiger install discs (I've lost the ones for the laptop).
    I would like to ensure that these computers don't have any personal data on them before they leave... is there a way to completely scrub the drives before performing a reinstall? My only other option at present is to reinstall, then use Disk Utility to securely erase all free space... but I can't remember if that option was available in Tiger.
    Perhaps there's some even better way I can prepare these machines for a new user that I haven't thought of?

    Ok, I found the best way to ensure that all your personal data is gone before you sell your Mac is as follows:
    1. Perform a reinstall of OS X (selecting erase and install)
    2. When install has completed, create a quick test account so you can log in
    3. Run Disk Utility and erase all free space to the required level (I chose 7 times overwrite)
    4. Perform a reinstall of OS X (selecting erase and install) and power the machine off afterwards (when you get the first setup screen.
    My reasoning is that after the first fresh install, you only have OS X's files on the filesystem. Any personal data that hasn't been overwritten is in the free disk space. Disk Utility then clears that up and the second fresh install allows you to get the machine to the state you normally get a brand new Mac in (i.e. prompts you for initial setup information).

  • CS6 temp file blunder - can you repeat this problem?

    There is a serious root problem with Adobe's implemented permissionless-temp-file creation methods (pun intended.) The problem is that during startup, both Bridge and Photoshop CS6 try to make temp files on the root folder of the OS drive. Its affecting many peoples' installations by crashing them on application launch if not run by the super-administrator account on the computer. Adobe says to just run as admin to fix it, which does fix the start up crash. However, for me, it creates a gigantic problem: it breaks OS-to-PS and OS-to-Bridge drag and drop functionality completely!!! I literally was slowed to a crawl in my workflow having to import photos 1 at a time through the file-> open menu because I couldn't drag and drop various files from various locations on my computer. Not everything is clumped in 1 area neatly for Bridge to open everything, and I never realized just how much I used this function until this run as admin band-aid broke it. Eventually I fixed the CS temp location after 10-12 hours of hair pulling research and trial and error, and I finally have Photoshop CS6 working without admin permissions and everything is dandy with drag and drop, but only in PS. Bridge still cannot be run without administrator privileges and cannot have files dropped in or out of it to or from Explorer, and I am getting really frustrated here.
    Its kind of disheartening that I have to work for 10 hours in order for me to be able to pay and fully utilize Adobe's software. Even 3 months after being made aware of this issue in other forums, and for how many people it is affecting, they still don't fix it when all they need to do is move the default location of the temp file to somewhere without a need for admin permissions! (I.E. documents folder?)
    So does anyone else find their drag and drop ability gone once running Bridge/PS CS6 in admin mode? Am I the only one? Is there a way to move the default temp creation location of Bridge as well? I'm frustrated and I think Adobe seems to be taking this permissions issue way too lightly!

    I'm running Windows 7x64 Professional. Temp is actually on my RAMdisk but using a folder junction to trick the programs into thinking its on the default temp folders of the C drive. Disabling UAC will fix it yes, but I don't want to disable UAC as I travel with this computer and security is something I prefer to have with me. Its only set to minimal UAC as well, but still its nice for spotting some things. And now, I really am going to look stupid here, but some reason now I can run Bridge without admin permissions without crashing, but now I can't preview or play .mp4 files which was a problem I had before!!! So, now I have a big WTF? expression on my face right now since I've been meticulously trying to get Bridge to work with drag and drop for over a week (and I guess now it magically does once someone actually pays attention to my posts lol) but now .mp4 functionality is poof without admin rights, no matter where the files reside. I think I give up on Bridge I'll just run it as admin but sheesh...
    [[ giant pointless image removed by admin ]]
    But, I still can post references... these all have a problem with 'MMXCore.8BX_unloaded' on startup (there are more elsewhere but it takes time to find them all):
    http://feedback.photoshop.com/photoshop_family/topics/bridge_cs6_release_crashes_on_startu p
    http://forums.adobe.com/thread/1001298
    http://www.sjogrens.nu/?p=106
    Junction points are mentioned in the second post, and that's what I have done on my system (I did it with a program not command prompt, though)
    Really though, after all I've read through and tried, changing the default location of where Photoshop and Bridge intitially put their TMP files to a permission-lax folder would really fix all the problems with this, even if it is caused by changing the default temp area, it would solve the issue for everyone that does do it. A user's documents folder would work perfectly. Sorry if I'm a little inconsistent with information I'm tired and just about burnt out on this stuff (including a lack of sleep)

  • Excel 2010 temp Files do not delete on network share automatically when closed *Word 2010 do!*

    Hi,
    saw this post in similar Versions but never with a "cool solution" :)
    We got NetApp 2050 as Filer in a Windows Server 2008 R2 Domain with Windows 7 Clients and Office 2010 Pro Plus, all up to date with WSUS.
    If I open an Excel 2010 sheet on the Netapp Share or a Share on the Domain Controller and close it, it do not delte the temp file.
    Same to PowerPoint 2010.
    But with Word 2010, this works!
    Therefor I don't think, this will be the NTFS permissions or Network issues.
    We also got VMware Clients with Windows 7 and Office 2010. There the issue does not occure!!!
    May be something in Group Policies? Could it be some Microsoft Updates?
    I'm very interested in your opinions...
    Best regards...

    Hi,
    As far as I know, the issue usually caused by the anti-virus actively scanning Excel files (XLS, XLSX, or XLSM files). Please try to make the anti-virus to not actively scan Excel files.
    Then, if you are using Kaspersky 2009, I recommend we try the below method:
    Go to Run>Regedit>Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\KLIF\Parameters>Create the key  NonCachedIo (Type: Dword Value:1)
    Next, some other customer solved the issue by turning off the index with the effected folders.
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Massive temp files - How to track the root cause?

    Hi,
    On our system we have about 9-10 subject areas, each being developed by different groups. We began noticing that our temp files found in /u10/app/FNEDW3/apfnedw3/OBIEE/BIDATA/tmp are around 5gb, and filling up very quickly. At one point the entire disk became full because of this and caused some of our reports and dashboards to become corrupted.
    Our guess so far is that it's either some kind of incorrect join or a bug in OBIEE that's causing this, so is there any way to track what could be causing it? Our SAs tried rebuilding and restoring the server to correct the problem but it appeared again.
    We are on OBIEE 10.1.3.3.3, DB 10g, and
    RHEL 4:
    Linux 2.6.9-55.0.2.6.2.ELhugemem #1 SMP Thu Jul 5 14:19:45 PDT 2007 i686 i686 i386 GNU/Linux
    Enterprise Linux Enterprise Linux AS release 4 (October Update 5)
    Thanks,
    Kevin

    I checked Manage iBot Sessions, nothing there.
    Checked the timestamp on the largest temp file currently in the directory (5.4gb), and looked through NQSQuery.log and NQServer.log. Unfortunately the NQSQuery.log doesn't go back that far (1 day ago), I will have to check with the SA to see where the old log files go.
    In the NQServer.log file I found the following that occurred near the time the tmp file was last modified:
    2008-07-22 11:32:40
    [nQSError: 13011] Query for Initialization Block 'Find Manager TIER3' has failed.
    [nQSError: 13012] NULL values are not allowed in row-wise initialization blocks.
    2008-07-22 11:32:40
    [nQSError: 13011] Query for Initialization Block 'Find Manager HQ' has failed.
    [nQSError: 13012] NULL values are not allowed in row-wise initialization blocks.
    2008-07-22 11:32:40
    [nQSError: 13011] Query for Initialization Block 'description' has failed.
    [nQSError: 23006] The session variable, NQ_SESSION.MGR, has no value definition.
    2008-07-22 11:32:40
    [nQSError: 13011] Query for Initialization Block 'GET_MGR_DET' has failed.
    [nQSError: 23006] The session variable, NQ_SESSION.MGHQ, has no value definition.
    Any suggestions?
    Thanks

  • Temp file in the itunes folder

    Hy
    i am french guy and i apologize for my bad english
    I find some temp files in the itunes folder
    What they need for ?
    Someone can help me because i want to trash this files (they take me so much space on my HDD.
    Thaks a lot for your answers
    Best Regards

    I suggest you ditch AVG (at this stage it really does seem to be the problem for some people) and install Microsoft Security Essentials, or some other free AV that you think will do the job.
    See this post for tips on recovering an older working copy of your library database.
    tt2

  • CSA - random temp file in windows folder, no extension

    So I have this ASP.NET application that insists on placing its temp files directly in the Windows directory. AND it doesn't use any kind of extension. So how do you allow this without making the windows folder vulnerable?
    Here is an example of the event:
    TESTMODE: The process 'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe' (as user NT AUTHORITY\NETWORK SERVICE) attempted to access 'C:\WINDOWS\2Z1J1J1Q1Q8Q8Q8X'. The attempted access was a write (operation = OPEN/CREATE). The operation would have been denied.
    Wow, crazy! Okay do this:
    - create a new File Access Control rule
    - set to Priority Allow
    - choose your application (in my case, ASP.NET)
    - check Read and Write
    - create new File Set
    - Directories matching: @windows
    - Files matching: ????????????????
    - but not: *.*
    Okay so here is what this does. I compared all the events, and I noticed that the random file is always exactly 16 standard characters, with no extension. The question mark (?) is a single alphanumeric wildcard. By wildcarding the exact size of the string, but not allowing anything with a period (. for an extension), I now have a file set that matches what I need to exclude.
    Hope that helps someone with a similar oddity.

    Thank you Richard!
    Great response. I have similar problem. The difference is that this actually never happens - the .Net application tries to write to that default location, but it does not succeeds, because of security restrictions, but the event is actually logged.
    Do you know of a way to get around this?

  • Flash Media Server Temp Files

    Hi all,
    Maybe this topic has been asked and answered before. But I
    have not found relevant information on this issue. So there it is:
    I found out that when the FMS service is running, it creates
    a lot of temporily files in the
    c:\windows\tempdirectory (the files are created in the name
    of
    mx_???.tmp where the ??? is hexadecimal value). I wonder is
    there any way to configure this including changing the directory
    and as well as set the number of tmp files where it can create.
    Furthermore, there may be a bug whereby after the service is
    manually stopped, the temporily fies are still being created by the
    services.exe where i believe is caused by a unsucessfully
    termination of thread(s). Please verify this.
    Any help would be appreciated.
    Lai

    Hmm... I've never seen that one before. Are you 100% sure
    it's FMS writing those files? I looked into a number of my FMS
    servers (windows) after reading your post, and couldn't find any
    files like the ones you described. The only temp file I'm finding
    has to do with the Macromedia licensing service, but that's only
    one file on each machine (in the windows/temp dir).

  • How do I secure erase macbook pro 2012 retina for resale

    How do I secure/erase and set to factory settings 15" Macbook Pro 2012 retina) for resale?

    Install or Reinstall Lion/Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
      1. Select Disk Utility from the main menu and click on the Continue button.
      2. After DU loads select your startup volume (usually Macintosh HD) from the
          left side list. Click on the Erase tab in the DU main window.
      3. Set the format type to Mac OS Extended (Journaled.) Optionally, click on
            the Security button and set the Zero Data option to one-pass. Click on
          the Erase button and wait until the process has completed.
      4. Quit DU and return to the main menu.
    Reinstall Lion: Select Reinstall Lion/Mountain Lion and click on the Install button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.
    Be sure you disable or turn off iCloud. Deauthorize the computer in iTunes. Remove any Firmware Passwords you may have configured. Turn off FileVault if enabled.
    What to do with iCloud before selling your computer

Maybe you are looking for

  • Guidance in the coding & solution

    hi friends, jus came across this qst in web... kindly help with this Refer to the following code. What is required to successfully access the individual structure fields in the FORM Data: st_mytab like mytab. Perform write_lines using st_mytab. Form

  • EEWB - Syntax error while generating Enhancement Project component

    Hi, I'm using SAP CRM 7.0. I used EEWB (Extended Enhancement Workbench) to create a project and add 3 fields to Business Partner (BUPA). On generation I get an error 'Syntax error in Function Group SAPLZZG00BUPA: The field '"GV_ZZATTR1_PAI_ERROR" is

  • 2 error messages from ipod/itunes. Will not sync anything. HELP!

    I JUST GOT MY NEW 3G 8GB RED IPOD NANO THIS MORNING AND AS SOON AS I PLUGGED IT IN, IT WONT SYNC. THE FIRST TIME I PLUGGED IT IN IT AUTOMATICALLY STARTED SYNCING MY MUSIC BUT I STOPPED IT BECUASE I WANTED TO MANUALLY PICK MY SONGS. NOW EVERYTIME I HO

  • How do I ensure OSX finds both Ext HD and Int HD on boot?

    I have OSX 10.5.1 on both an Internal HD and External HD. I prefer to use the External HD but sometimes it will startup on the Internal HD of its own accord. I've tried going in Startup Disk and selecting External HD and then locking the padlock but

  • Error message:  PLSQL_OBJECT_SOURCE does not exist

    I developed an application on a Vista machine (not sure if that matters) and then transferred it using Data Pump Export (expdp) and Data Pump Import (impdp) to another machine (running Windows XP). The application works fine. However, when I try to c