Copy, count files, test path, process indicator and System.IO.FileInfo

I found this, sctipt, that I try to re-write.
As it is, it creates sub folders in the targetfolder, which I found out how to stop it from, by deleting the "\" backslash sign in line 9.
But what I also want is that subfolders if such should exist, also gets copied from $source to $target folder, as of now this doesn't happen. Reason why I chose to try to re-write the script is basically, I can read what it does and I like all the flashy
Things like counting and that it shows the percentage of the processbar AND the processbar :).
I just don't now how to re-write it proberly. By the way nothing should be re-named in the targetfolder every thing from sourcefolder should be "as is" in the sourcefolder.
$SourceFolder = "C:\Color1\TRID"
$targetFolder = “C:\Color2\TRID”
$numFiles = (Get-ChildItem -Path $SourceFolder -Filter *.*).Count
$i=0
clear-host;
Write-Host ‘This script will copy ‘ $numFiles ‘ files from ‘ $SourceFolder ‘ to ‘ $targetFolder
Read-host -prompt ‘Press enter to start copying the files’
Get-ChildItem -Path $SourceFolder -Filter *.* | %{
[System.IO.FileInfo]$destination = (Join-Path -Path $targetFolder -ChildPath $_.Name.replace(“_”,“\”))
if(!(Test-Path -Path $destination.Directory ))
New-item -Path $destination.Directory.FullName -ItemType Directory
[int]$percent = $i / $numFiles * 100
copy-item -Path $_.FullName -Destination $Destination.FullName
write-Progress -Activity “Copying … ($percent %)” -status $_ -PercentComplete $percent -verbose
$i++
Write-Host ‘Total number of files read from directory ‘$SourceFolder ‘ is ‘ $numFiles
Write-Host ‘Total number of files that was copied to ‘$targetFolder ‘ is ‘ $i
Read-host -prompt “Press enter to complete…”
clear-host;

@Jaap
Yes I want to overwrite existing files, since backup is taken care of by another script.
Now I encounter this error when trying to use your write-progress example:
Get-ChildItem : A parameter cannot be found that matches parameter name 'Files'.
At line:3 char:51
+ $Files = Get-ChildItem -LiteralPath $SourceFolder -Files
+                                                  
~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Get-ChildItem], ParameterBindingException
    + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand
cmdlet ForEach-Object at command pipeline position 1
Supply values for the following parameters:
Process[0]:
Here is the script as I thought it should look like:
$SourceFolder = "C:\Color1\TRID"
$targetFolder = “C:\Color2”
$Files = Get-ChildItem -LiteralPath $SourceFolder -Files
$NumberofFiles = $Files.Count
$Files | ForEach-Object -Begin {
$FilesCopied = 0
-progress{
Write-Progress -Activity "Copying Files..." -PercentComplete [int](($FilesCopied/$NumberofFiles)*100) -CurrentOperation "$FilesCopied files copied out of total of $NumberofFiles files" -Status "Please wait."
"$((Get-ChildItem -Recurse -File -LiteralPath $SourceFolder).Count) files will be copied to $targetfolder"
Read-Host -Prompt 'Press Enter to Start Copying...'
Copy-Item $SourceFolder -Recurse -Destination $targetFolder -Force -verbose
$FilesCopied++
# What is wrong now?

Similar Messages

  • How can I copy my Itunes-library from Iphone to my new Mac, as I forgot to copy the files from the old PC, and now it is to late. I only have music on my Iphone.

    How can I copy my Itunes-library from Iphone to my new Mac, as I forgot to copy the files from the old PC, and now it is to late. I only have music on my Iphone4. Thank you.
    gunnarfromhovik

    For iTunes purchases only..
    Connect the iPhone to your Mac, launch iTunes.
    If you haven't done this yet, go to the iTunes menu bar click Store / Authorize This Computer
    Now from the iTunes menu bar again, click File / Transfer Purchases From...

  • How to update SDABW(Process Indicator) and EXPKZ (Export indicator) in LIKP

    How to update SDABW(Process Indicator) and EXPKZ (Export indicator) in LIKP Table without using UPDATE statement

    I believe SAP automatically updates those fileds while creating the delivery document.
    rthanks,
    krishna

  • I copied mp3 files from a usb stick and they appear in music folder in finder and on iPhone/ipad with itunes match but not in iTunes?

    I copied mp3 files from a usb stick and they appear in finder in my itunes media/music folder and on my iphone and ipad with itunes match but not in the itunes library?

    Not working.  And it didn't used to be a problem.  iTunes can find the songs with Search Library, but doesn't show in any index (by song, artist or album).  Finding with Search Library offers to play or add to Up Next, but neither actually does anything.  Using File-Add to Library does nothing as well.  The only way I can get the new files to play is to find in Finder and Open with iTunes.
    I suspect Apple is trying to drive me to buy from iTunes store.  Not gonna happen.  If they don't fix this, I'll find another player.
    This worked fine before OSX 10.8.

  • How to copy a file from application server to local system

    Guys,
    Need to copy a file from application server to local system.Is there an FM for the same.
    Tried searching for it but couldn't find anything useful.
    Code snippets will be highly appreciated.
    Warm Regards,
    P.
    Moderator message: very frequently asked and answered question, obviously you did not search thoroughly, all points removed.
    Edited by: Thomas Zloch on Dec 3, 2010 4:48 PM

    hi,
    You can use the transactions CG3Y or through program u can do like this..
    DATA: BEGIN OF IT_FILE OCCURS 0,
                    LINE TYPE STRING,
               END OF IT_FILE.
    OPEN DATASET <file_name>  FOR INPUT IN TEXT MODE ENCODING DEFAULT.
            IF SY-SUBRC IS INITIAL.
              DO.
                READ DATASET<file_name> INTO IT_FILE-LINE.
                IF SY-SUBRC = 0.
                  APPEND IT_FILE.
                  CLEAR IT_FILE.
                ELSE.
                  EXIT.
                ENDIF.
              ENDDO.
            ENDIF.
    CLOSE DATASET <file_name>.
    Download it to local system using  FM - GUI_DOWNLOAD

  • Problem copying some files.  Error messages -36 and -50

    I'm trying to backup my user folder onto an external LA Cie drive, and some of the files refuse to copy. The files, it seems, are mostly image or mov. files, and there appear to be dozens of "bad" ones, maybe hundreds. Several tens of thousand have no problem copying, but the bad files foul up the entire process.
    The error messages I tend to get are as follows:
    --"The finder cannot complete the operation because some data in [file name] could not be read or written (error code -36)"
    --"The operation cannot be completed because the item [file name] is locked."
    --I also get error code -50 sometimes.
    Can anyone diagnose this problem and tell me how to fix it?
    Powerbook G4   Mac OS X (10.4.9)  

    Todd--
    First thing I think I'd try would be to see if a different cable helps. Sometimes a bad cable can cause problems with an external disk. Also, make sure nothing but the drive is connected to the PowerBook.
    Second, look at the LaCie web site and see if there's a firmware update for your drive. I found a post on another board where the person had the -50 problem with a LaCie DVD drive that was cured by a firmware update.
    The -36 error means there's a disk I/O error:
    <pre class="command">ioErr = -36, /*I/O error (bummers)*/</pre>Look in your console log at the time you try to copy one of these files. It might have a line something like this:
    <pre class="command">Apr 07 09:00:00 username kernel[0]: disk0s3: I/O error.</pre>The username and disk0s3 parts will change a bit. You can figure out which disk is which using the Terminal application. Just copy and run this command:
    <pre class="command">diskutil list</pre>That'll give you the names and BSD identifiers (which is the diskNsN name) for your drive's partition. That should tell you where the actual error is occuring.
    As for the -50 error, that's an error in the parameter list. That can be caused by copying Mac files to FAT32 formatted partitions. If your LaCie drive is not formatted as Mac OS Extended, you might come up against this problem, too.
    charlie

  • Process indicator and scrolling up

    Hi Everyone,
    Question 1. In my webdynpro application I have detailed navigation link once I clicked that corresponding iview should load in content area but its taking time for loading. How can I implement loading in process indicator sign till the iview loads?.
    Question 2. I have added webdynpro views into the tabstrip viewset. My views has save button in the bottom once I clicked save button I want to scroll up to top of the view. How can I achieve this?.
    Regards, Suresh KB

    Hi,
    For the second question set the focus to the corresponding item,
    Ex:
      IWDTextEdit textBox =  // your text box;
           textBox.requestFocus();
       Requests to change the keyboard input focus to this view element.
      It is undefined which focus request wins if there are several ones.
       The request may silently fail, but is guaranteed not to throw an exception.
        If this view element is a table cell editor, its occurence in the current
        row (according to the context's lead selection) will receive focus. Similar
        things will happen inside other containers that display multiple occurences
        of the same view element.
    Regards
    Ayyapparaj

  • Missing files, user folder, application folder and system folder

    I am using a MacBook Pro 2011 model with OS X 10.9.4.
    Since I bought the machine several years ago, I have had only a few small problems with it. Yesterday I wanted to reduce the size of a video, so I downloaded a video compressor/converter software, and left the computer on and the program compressing my video whilst I went off to work. When I returned home, the compressing program had a pop-up saying ''Could not complete compression, system full'' or something along those lines.... After trying to play the movie without success, I decided that I would restart my computer, as it had been on all day.
    When the computer restarted, it came up with the grey loading bar, which usually comes up when I have done a software update. It disappeared quite soon and several minutes later, my user profile appeared. I logged in as normal, and then tried to open my browser. An error message popped up stating"Can't open user profile directory, because you lack sufficient privileges. You might want to contact the administrator of this machine". I then tried to open other programs and they all came up with similar messages and did not open. Skype stated "Can't create a lock file at Users/Lauren/Library...etc".
    I then went to Finder to look at my applications and they were ALL GONE! Then I went to a folder I have with all my files called "My files", and although the primary folders were visible, "SCHOOL,WORK, HOLIDAYS PICS, etc", these folders were empty. I then checked my User folder, and my systems folder and these were empty too. However, the Desktop and Documents folders still contain the documents that were previously there, and my background images remained the same.
    I tried to open Word, and although it is also missing from the applications folder, and it opened, also allowing me to open a document which I know is located within the 'empty' folders. I have a feeling that my documents and files are still on my computer, but I don't know how to access them!
    Please if someone could shed light on the situation! All my work files and personal files are on this computer and I would be devastated to loose them!
    Let me know if you need any more ino or screen shots!
    Kind regards,
    Lauren

    OS X- Gray progress bar appears under Apple logo during startup
    You need to start by doing the following:
    Reinstall Lion, Mountain Lion, or Mavericks without erasing 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.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu.
    Reinstall Lion, Mountain Lion, or Mavericks
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • TR marked with processed indicator by system automatically

    Hi,
    I have an issue where in the system marks a TR with the processed indicator when in reality only TO is created with partial quantity. So now when we try to create TO for the balance quantity, it will not allow. So we have to manually take the TR in change mode and uncheck the processed indicator in the TR.
    From what i understand the system sets this indicator automatically only when the TO quantity is the same as the TR quantity, or we have to change it manually. But in our case neither of the above situation is there. Still the TR is marked as fully processed.
    This is not a very common problem. It shows up sometimes. Has anyone faced this issue earlier?
    Thanks
    Vineeth

    HI,
    PDT - Portable data terminal or a handheld RF scanner.
    Yes it is a putaway process. The materials are scanned and when the pre-determined pallet quantity is reached the material document is posted. Now the warehouse person selects an option in his handheld device to transfer the physical location of the material from the production floor to the warehouse bin . The only option the user has is to input the bin location number. So he enters the bin location number and the TO is created in the background. This is the normal process. In some cases we only post half the quantity to the bin location, and the other half is remaining in the GR area. Now when we try to transfer the location of the balance quantity it throws an error. On checking we came to understand that the TR is marked as fully processed. So we have to manually change the indicator to transfer the balance material to the respective bin locations.
    Thanks
    Vineeth

  • How can I do the same as Windows Explorer with datemodified:11/6/2013 .. 11/13/2013 showing only changed files with path in tree and NOT every folder along the way as Finder seems to do by default? Thanks!

    I'm an Apple newbie.
    I'd like to be able to list each file in the "Desktop" tree (ie; on the desktop, or in any folder on the desktop, etc.), along with its path, that has been modified since a certain date.
    When I use Finder to do a similar search, I get tons of output including every folder in the path to the modified file, etc. Although I can view the path to the individual files in the output, I can't for example, order the output by path, etc.  Very difficult to sort through. I'd love to have output like the example above - just the filename and path for each changed file.  Possible?  Thanks in advance!
    Wayne

    The file structure is a little complex. I will use inbox as an example.
    Inbox (a large file with no file extension)
    Inbox.msf ( An index of inbox with tags etc. Can be deleted with only loss of tags)
    Inbox.sdb (a folder, indicating that the folder within Thunderbird has a sub folder.
    POP mail is stored in
    Appdata/Roaming/Thunderbird/Profiles/*.default/Mail/[Server name]/
    Local folder is stored in
    Appdata/Roaming/Thunderbird/Profiles/*.default/Mail/Local Folders/
    As long as you do not overwrite, you can copy and paste whole folder trees into local folders (stuff on your old computer under a mail account is best relocated to local folder and then sorted as necessary afterwards.
    Note that you should delete foldertree.json after making those sorts of copies (it forces a full refresh of the folder tree, no cache) and under no circumstances copy data with Thunderbird running. It can irrevocably corrupt things

  • Script to Copy preference file to all users profiles and to the default template

    I have build a package using Apple PackageMaker, this will install an application and a preference (plist) file to the current logged in user. Now I wanted to build a postflight script, which can copy a plist (ex com.test.plist) form an current logged in user to other user account on a machine also to the default user template (/System/Library/user template/...../Library/preferences) so any new user account created will have same preference file copied.

    Hi Mark...here is another script which work well if I have to copy my preference file from an account named as "admin" or some other account. However, it not certain that all Mac machine will have a account named as "admin". This is why I am looking for a way to copy the preference file from /private/var location to all user accounts on a mac.
    #!/bin/sh
    localUsers=$( dscl . list /Users UniqueID | awk '$2 >= 501 {print $1}' | grep -v admin )
    for userName in "$localUsers"; do
         cp /Users/admin/Library/Preferences/org.mypreference.plist /Users/$userName/Library/Preferences/
         chown $userName /Users/$userName/Library/Preferences/org.mypreference.plist
    done
    I tried to update it as suggest in some other forum like this, still no luck
    #!/bin/sh
    UserAccounts=`dscl . list /Users UniqueID | awk '$2 > 500 { print $1 }'`
    for userName in "$UserAccounts"; do
         cp /private/var/org.mypreference.plist /Users/$userName/Library/Preferences/
         chown $userName /Users/$userName/Library/Preferences/org.mypreference.plist
    done
    When I run the above script it comes up with the following error:
    cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
    cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
    chown: admin: No such file or directory
    chown: admin/Library/Preferences/org.mypreference.plist: No such file or directory

  • Copy FTP files according to modified date and time

    Hi all,
    I am creating an application where I need to copy the latest file created only from a remote FTP location. So for example, if my remote/ftp location contain some folders and some files, it would list only the file which was modified recently.
    Right now, both NLST and LIST commands are giving me full list of folder and files directly, but I need only the file which was recently modified.
    Can anyone help me out?
    -FraggerFox!
    Certified LabVIEW Architect, Certified TestStand Developer
    "What you think today is what you live tomorrow"
    Solved!
    Go to Solution.

    I don't believe so.
    Look in vi.lib\addons\internet\ftp\ftp1.llb for the tested and supported LabVIEW FTP raw client functions.
    For a list of the defined FTP commands, see this document. Note that the server you are talking to may or may not support the full list.
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • Copy the file in a nother disk and bott from there

    Hi,
    i have a disk with my file all in the same slice:
    Filesystem size used avail capacity Mounted on
    /dev/dsk/c1t0d0s0 63G 49G 13G 79% /
    /proc 0K 0K 0K 0% /proc
    mnttab 0K 0K 0K 0% /etc/mnttab
    fd 0K 0K 0K 0% /dev/fd
    swap 11G 16K 11G 1% /var/run
    swap 512M 344K 512M 1% /tmp
    now i have a second disk and i have an nother partiton:
    Part Tag Flag Cylinders Size Blocks
    0 root wm 824 - 1688 4.20GB (865/0/0) 8802240
    1 swap wu 0 - 823 4.00GB (824/0/0) 8385024
    2 backup wm 0 - 14086 68.35GB (14087/0/0) 143349312
    3 var wm 1689 - 2925 6.00GB (1237/0/0) 12587712
    4 usr wm 2926 - 4162 6.00GB (1237/0/0) 12587712
    5 unassigned wm 4163 - 14065 48.05GB (9903/0/0) 100772928
    6 unassigned wm 14066 - 14086 104.34MB (21/0/0) 213696
    7 unassigned wu 0 0 (0/0/0) 0
    I mount the slice from the second disk:
    /dev/dsk/c1t1d0s3 6198606 157424 5979196 3% /disk1/var
    /dev/dsk/c1t1d0s5 49625344 34310869 14818222 70% /disk1/opt
    /dev/dsk/c1t1d0s4 6198606 6198606 0 100% /disk1/usr
    and copy with:
    cp -p -r /opt /disk1
    cp -p -r /var /disk1
    cp -p -r /usr /disk1
    Can i do that so?
    an how i can boot from disk2?
    Thanks
    regards,
    mayas
    Edited by: dasdasdadad on 27.04.2010 12:29

    I've seen posts about chapters missing or not being able to open ibooks, but I can't remember seeing any about missing words (though I don't see every post).
    Try deleting the book from the bookshelf in the app (there should be an Edit button at the top of the bookshelf), and then redownload it via the Purchased tab in the ibookstore in the app (ibooks will be redownloadable as long as they remain in your country' store, and if you don't change countries).
    If if it re-downloads in the same state then try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • ORA-00704: bootstrap process failure and SYSTEM datafile corrupt

    We have an Oracle 10g Express database that is getting the following error on startup.
    ORA-00704: bootstrap process failure
    It is also showing that the SYSTEM datafile is corrupt. And unfortunately the backups are gone. Is there any way to recover from this without a backup? Maybe some hidden undocumented parameter???
    We do have some full database exports from a couple weeks ago so it is not a complete loss but would really like a full recover.

    Windows XP
    We have tried allowresetlogs_corruption and allowread_only_corruption and no luck so far.
    ALTER DATABASE MOUNT
    Thu Aug 09 08:49:28 2012
    Setting recovery target incarnation to 2
    Thu Aug 09 08:49:28 2012
    Successful mount of redo thread 1, with mount id 2672004948
    Thu Aug 09 08:49:28 2012
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE MOUNT
    Thu Aug 09 08:49:50 2012
    alter database open upgrade
    Thu Aug 09 08:49:50 2012
    Beginning crash recovery of 1 threads
    Thu Aug 09 08:49:50 2012
    Started redo scan
    Thu Aug 09 08:49:50 2012
    Completed redo scan
    0 redo blocks read, 0 data blocks need recovery
    Thu Aug 09 08:49:50 2012
    Started redo application at
    Thread 1: logseq 84298, block 3, scn 10745981851
    Thu Aug 09 08:49:50 2012
    Recovery of Online Redo Log: Thread 1 Group 4 Seq 84298 Reading mem 0
    Mem# 0 errs 0: D:\DATA\ORACLE\ORADATA\XE\REDO04A.LOG
    Mem# 1 errs 0: D:\DATA\ORACLE\ORADATA\XE\REDO04B.LOG
    Thu Aug 09 08:49:50 2012
    Completed redo application
    Thu Aug 09 08:49:50 2012
    Completed crash recovery at
    Thread 1: logseq 84298, block 3, scn 10746001852
    0 data blocks read, 0 data blocks written, 0 redo blocks read
    Thu Aug 09 08:49:51 2012
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=18, OS id=2524
    Thu Aug 09 08:49:51 2012
    ARC0: Archival started
    ARC1 started with pid=20, OS id=2956
    Thu Aug 09 08:49:52 2012
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    Thread 1 advanced to log sequence 84299
    Thread 1 opened at log sequence 84299
    Current log# 2 seq# 84299 mem# 0: D:\DATA\ORACLE\ORADATA\XE\REDO02A.LOG
    Current log# 2 seq# 84299 mem# 1: D:\DATA\ORACLE\ORADATA\XE\REDO02B.LOG
    Successful open of redo thread 1
    Thu Aug 09 08:49:52 2012
    ARC1: STARTING ARCH PROCESSES
    Thu Aug 09 08:49:52 2012
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Thu Aug 09 08:49:52 2012
    SMON: enabling cache recovery
    Thu Aug 09 08:49:52 2012
    ARC2: Archival started
    Thu Aug 09 08:49:52 2012
    ARC1: STARTING ARCH PROCESSES COMPLETE
    ARC1: Becoming the heartbeat ARCH
    ARC2 started with pid=21, OS id=3916
    Thu Aug 09 08:49:54 2012
    Successfully onlined Undo Tablespace 1.
    Thu Aug 09 08:49:54 2012
    SMON: enabling tx recovery
    Thu Aug 09 08:49:54 2012
    Database Characterset is WE8MSWIN1252
    Thu Aug 09 08:49:56 2012
    Hex dump of (file 1, block 39) in trace file c:\oraclexe\app\oracle\admin\xe\bdump\xe_smon_876.trc
    Corrupt block relative dba: 0x00400027 (file 1, block 39)
    Bad check value found during buffer read
    Data in bad block:
    type: 6 format: 2 rdba: 0x00400027
    last change scn: 0x0002.7fee0b69 seq: 0x1 flg: 0x06
    spare1: 0x0 spare2: 0x0 spare3: 0x0
    consistency value in tail: 0x0b690601
    check value in block header: 0x8f6c
    computed block checksum: 0x1000
    Reread of rdba: 0x00400027 (file 1, block 39) found same corrupted data
    Thu Aug 09 08:49:56 2012
    Stopping background process MMNL
    Thu Aug 09 08:49:56 2012
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_smon_876.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01578: ORACLE data block corrupted (file # 1, block # 39)
    ORA-01110: data file 1: 'D:\DATA\ORACLE\ORADATA\XE\SYSTEM.DBF'
    Thu Aug 09 08:49:57 2012
    Stopping background process MMON
    Starting background process MMON
    Starting background process MMNL
    MMON started with pid=11, OS id=1012
    Thu Aug 09 08:49:58 2012
    ALTER SYSTEM enable restricted session;
    MMNL started with pid=12, OS id=3584
    Thu Aug 09 08:49:58 2012
    ALTER SYSTEM SET systemtrig_enabled=FALSE SCOPE=MEMORY;
    Thu Aug 09 08:49:58 2012
    ALTER SYSTEM SET aq_tm_processes=0 SCOPE=MEMORY;
    Thu Aug 09 08:49:58 2012
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_324.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01578: ORACLE data block corrupted (file # 1, block # 39)
    ORA-01110: data file 1: 'D:\DATA\ORACLE\ORADATA\XE\SYSTEM.DBF'
    Thu Aug 09 08:49:58 2012
    Error 604 happened during db open, shutting down database
    USER: terminating instance due to error 604
    Thu Aug 09 08:49:59 2012
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_pmon_3120.trc:
    ORA-00604: error occurred at recursive SQL level
    Thu Aug 09 08:49:59 2012
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_psp0_3444.trc:
    ORA-00604: error occurred at recursive SQL level
    Thu Aug 09 08:49:59 2012
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_mman_2592.trc:
    ORA-00604: error occurred at recursive SQL level
    Thu Aug 09 08:49:59 2012
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_dbw0_932.trc:
    ORA-00604: error occurred at recursive SQL level
    Thu Aug 09 08:49:59 2012
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_ckpt_1156.trc:
    ORA-00604: error occurred at recursive SQL level
    Thu Aug 09 08:50:00 2012
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_1508.trc:
    ORA-00604: error occurred at recursive SQL level
    Thu Aug 09 08:50:00 2012
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_reco_2700.trc:
    ORA-00604: error occurred at recursive SQL level
    Thu Aug 09 08:50:00 2012
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_smon_876.trc:
    ORA-00604: error occurred at recursive SQL level

  • What installers and files to archive for software and system restore

    ... in case of a catastrophe
    Hum, it must be a newbie question .
    What do you keep and archive for softwares, system and preferences restoration on a new machine - in case your actual machine goes dead - which happens sometimes (just happened to a friend).. Do you keep all the .dmg files, installers ? I'm not talking about documents - of course, easy to archive.
    Are there software for helping for that ?

    wow... i think i'll try that one out i'll let u know how it works for me(im on a fossil computer so i have to test things out...)
    BY THE WAY, I GOT MY AUDIO WORKING ON CU CU SOFT but still have my eyes open for the NEXT BIG THING in conversion software

Maybe you are looking for