Best way to recover transactions created in 10g back to 8i

We are going production with a migrated 8i database. Before managetent decides to turn the switch to move to 10g, we will perform full backups of both 8i (8.1.7.0)and 19g (10.2.0.3) environments using export utility, cold backups and RMAN. The 10g database should be data consistent with the 8i database from the previous production cycle.
Management wants to know the quickest wasy to faliover back to an 8i production database moving into 8i any transactions that took place between the time 8i production was shut down/10g production started up and the time 10g was shutdown and the 8i database become once again the actual production database environment.
Can I apply redo logs from the 10g database to the 8i database? Can RMAN do this for me but pretty sure there is no RMAN in 8i. Should I use export/import utilities?
If anyone has some best practice soultions to this type of situation please let me know.
Thanks.

I am not very sure that I have understood first paragraph from your post, but if you are trying to synchronize data between two different versions of Oracle, export-import (in this case) seems to be the only option.
You need to take export using 8i utilities only if you are connected to 10g database, as 10g export would not work with 8i database.
t pretty sure there is no RMAN in 8iRMAN was there in Oracle 8i. :)

Similar Messages

  • HT5554 how is the best way to recover deleted texts on an iPhone5s?

    I would like to know if there is a product or simply take to Apple?

    The best way and only way is to restore from your backup, if that backup included your text message.
    http://support.apple.com/kb/HT1766
    Apple can't recover your text for you.

  • Best way to recover from incorrect migration

    Let me start out by saying that we know we did things incorrectly, and that "doing it over again the right way" isn't the advice we're looking for in this discussion.
    Here's the situation:
    Existing database instance (A) is Oracle 10g on AIX.
    New database instance (B) is Oracle 11g on Solaris.
    We exported our schema from A and imported it into B.
    Unfortunately, about 12 tables in the schema were versioned using Workspace Manager in the 10g instance, but no data from WMSYS was exported.
    So we have a situation where we have MyTable_LT tables containing rows, but the MyTable views are reporting 0 rows. User_WM_Versioned_Tables reports 0 rows.
    It would be perfectly OK with us if we could "unversion" the tables in the new instance, and start again.
    Is there a way to determine which rows in the _LT tables are belonging to the LIVE workspace?
    Alternatively, is there a way to export/import the metadata from WMSYS in instance A into instance B?
    Thanks in advance for your advice.

    Ben -
    Thank you - that is very helpful. Your first solution looked like it would be best.
    Yesterday I looked at obtaining the LIVE version data from the source DB instance, but the drift in data content since the time the original export was done meant that the data refresh would have been fraught with risk, just as you identified.
    I convinced the powers-that-be that a do-over of the full export/import was the best way to go, however, this time we first un-versioned the tables in the source DB.
    I intend to study the documentation for how best to perform this process if we *did* want to retain all the workspaces and versioned data, but can I beg your indulgence and ask you what you would recommend?
    Assuming a clean install of Oracle 11g (complete with WMSYS) as the destination, would it be appropriate to:
    drop the WMSYS schema in the destination;
    export the MY_SCHEMA and WMSYS from the source;
    import into the destination
    upgrade the WMSYS in the destination from 10g to 11g
    Is this the basic process, or am I missing something important?
    Thanks,
    - Colin

  • Mail-Best way to recover

    Hi
    I used Time Machine to Backup. I then wiped drive and reinstalled. Leopard. Not wishing to reinstall buggy apps I dragged selected files back. Everything except Mail is behaving as expected. Mail only restored 1 out of 3 accounts. When I dragged the pop accounts back in it did not bring some 3000 messages. How do i find these current messages. All the archived mailboxes are there but not the current mail.
    Thanks
    Enio

    The best way to use Time Machine to get you old Mail back it not to restore files. Instead, you should run Mail and have the Mail window open front-most on your Desktop. Then click the Time Machine icon on the Dock to get the +flying through space+ interface. Zoom back in time until those emails exist. Then click the Restore button.

  • Best way to recover from "drop user; drop table space"

    Hello,
    I am practicing several different RMAN recovery senarios on oracle 11g windows 2003.
    The senario that I am stuck on is.
    drop user MYUSER cascade;
    drop table space MYUSER including contents and datafiles;
    Originally, I was trying to do this with RMAM. From further reading, it seems that RMAN fit for this type of recovery.
    What is the best approach to recover from this?
    thanks for any tips.

    DBPITR did not bring backup my tablespaces.
    break database
    drop user PWRPLANT CASCADE
    drop role PWRPLANT_ROLE_USER
    drop role PWRPLANT_ROLE_DEV
    drop role PWRPLANT_ROLE_ADMIN
    alter tablespace PWRPLANT_IDX offline
    alter tablespace PWRPLANT offline
    drop tablespace PWRPLANT_IDX INCLUDING CONTENTS AND DATAFILES
    drop tablespace PWRPLANT INCLUDING CONTENTS AND DATAFILES
    recover with BDITR
    RMAN> run {set until sequence 56; restore database; recover database;}
    executing command: SET until clause
    using target database control file instead of recovery catalog
    Starting restore at 28-APR-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=317 device type=DISK
    channel ORA_DISK_1: starting datafile backup set restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_DISK_1: restoring datafile 00001 to I:\ORACLE\ORADATA\PWRGAME\SYSTEM
    01.DBF
    channel ORA_DISK_1: restoring datafile 00002 to I:\ORACLE\ORADATA\PWRGAME\SYSAUX
    01.DBF
    channel ORA_DISK_1: restoring datafile 00003 to I:\ORACLE\ORADATA\PWRGAME\UNDOTB
    S01.DBF
    channel ORA_DISK_1: restoring datafile 00004 to I:\ORACLE\ORADATA\PWRGAME\USERS0
    1.DBF
    channel ORA_DISK_1: reading from backup piece I:\ORACLE\FLASH_RECOVERY_AREA\PWRG
    AME\BACKUPSET\2011_04_28\O1_MF_NNNDF_DATABASE_FULL_BACKUP_6VMMSSXV_.BKP
    channel ORA_DISK_1: piece handle=I:\ORACLE\FLASH_RECOVERY_AREA\PWRGAME\BACKUPSET
    \2011_04_28\O1_MF_NNNDF_DATABASE_FULL_BACKUP_6VMMSSXV_.BKP tag=DATABASE_FULL_BAC
    KUP
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:07:06
    Finished restore at 28-APR-11
    Starting recover at 28-APR-11
    using channel ORA_DISK_1
    starting media recovery
    archived log for thread 1 with sequence 55 is already on disk as file I:\ORACLE\
    PRODUCT\11.1.0\DB_1\RDBMS\ARC00055_0748950531.001
    archived log file name=I:\ORACLE\PRODUCT\11.1.0\DB_1\RDBMS\ARC00055_0748950531.0
    01 thread=1 sequence=55
    media recovery complete, elapsed time: 00:00:02
    Finished recover at 28-APR-11
    Did I miss something?

  • Is there a way to recover hard drive data after backing up via Time Machine (from Time Capsule)?

    iMac 27", Mid 2011
    2.7GHz Intel Core i5
    Mac OS X Lion 10.7.5 (11G63b)
    Apple Time Capsule (May 2012)
    Greetings,
    Is there a way to recover the most recent version of your hard drive, after you installed an earlier version. I accidentally restored to an earlier version of my Mac Book lap top and installed it on my iMac desk top. I installed the earlier version using an Apple Time Machine and Apple Time Capsule.
    I see some recovery software online, but I'm not sure if I should buy one or if there's another way to approach this problem.
    The restored version has some of my files, but it's 2 full years old!
    Am I dead in the water?
    I appreciate any advice you can offer on alternative recovery techniques or recovery software recommendations.
    Sincerely,
    Chuck "dying over here" B.

    Hey R,
    Thanks for the quick reply.
    Unfortunately the whole time I thought the TM/TC was backing up correctly as the thing was starting and stopping as if everything was fine. I guess I was blinded by the little green light that was always on.  So actually it does not have a recent version of my iMac, - it only lists old 2011 and 2012 versions of my Macbook.   I suppose I screwed something up at setup, and as it was hard lined (via a T5 cable) into my iMac, and the Macbook was shut down in a drawer, I never realized the error.
    The restored version is less than a Gig, so there's plenty of room left on the iMac (1TB HD). As such, I'm hoping that most of the files have not really been overwritten.
    I'm willing to pay to have it professionally recovered, but is that even possible?
    C

  • Best way to sync data from temp database back to primary one?

    Hello all!!
    I'm trying to figure the best way to remedy this situation.
    I have a RAC cluster...and one instance went down...some problems with all nodes running, etc. Anyway, while working with Oracle support, I was able to get one node up with sqlplus, and I ran a datapump export, and move that file to a test server I have...as that this was the quickest solution, and I was able to get my developers up and running again on the new server.
    I've been working with Oracle support for weeks now...and now all instances on the main RAC cluster all seem to be up and running now.
    The trouble is...the instance that was 'moved' to the test server...has had a LOT of work on it in many of the schemas it contains. I need to move the developers back to the main unit where backups are taken and more horsepower for load testing, etc.
    What is the best way for me to sync the main server up with the changes made in these weeks on the test server.
    Would it be best to take a datapump export from the test box.....move it over to the main server, and basically then....truncate all non-system schemas and just import from the test server (with changes) back onto the main server?
    Any other suggestions?
    Thank you in advance,
    cayenne
    ps. Both main and test servers are same version of Oracle 11Gr2 RAC. No rman backups currently being taken on test server, not in archive log mode on test server.

    The trouble is...the instance that was 'moved' to the test server...has had a LOT of work on it in many of the schemas it contains. I need to move the developers back to the main unit where backups are taken and more horsepower for load testing, etc.What is the nature of the work? Cleaned and filtered data? New code/stored procedures/triggers/metadata?

  • Best way to change config then change it back after a while.

    I spent some time today trying a couple approaches to this, but they all seemed a little klunky.
    I'm looking for the best way to change the BGP prefixes which are advertised out to an ISP, based on some check.  I want to set a timeout so the router won't attempt to send the route again for say 30 minutes after it is triggered, but then will start advertising it again, and monitor to see if the trigger condition returns.  If the trigger condition returns then again withdrawl the route for 30 minutes and so on.
    I'm using a prefix-list already to limit outbound route advertisments, so it seems simplest to just make a config change to remove one line in the prefix-list, then a few minutes later put it back.
    I tried just using the "cli command wait", but if I set the wait period too long, the applet seemed to die, and never ran the later cli commands to put the prefix-list line back.  There is also a exit-time clause for the event, but I couldn't figure out how to put the line back after the exit-time expired.  Lastly I tried doing an event with a watchdog timer, but also couldn't get that to work either.  Before I spend too much time working on differant options, I wanted to see if anyone had any recommendations.
    I've done some TCL scripting on Cisco routers, but that seemed to be overkill for this, and I wanted to keep the config easy to manage for peers who might not be as proficient in TCL scripting.
    This is intended for ASR-1002X routers if it matters.
    Any suggestions would be much appreciated.
    Thanks
    Derek

    Thanks for all your help Joe. 
    Ok, so here is my current script, which seems to be working pretty well (changing to entry-type "value" fixed the variability in detection times).  For testing in the script below, I'm using a 30 second timeout for when the line gets put back, and a 60 second timeout for when monitoring should resume after the event is triggered. The script checks the value of the OID every 5 seconds.
    The only other thing I would like to do with it that I can't figure out, is how to use an environment variable for the exit-time.  Ideally, I would just add a value, like 10 seconds, to the ATimeout variable.  However I can't figure out the syntax to just use a var for the exit-time.  Anyone know the secret (or if it is possible?)
    event manager environment ATimeout 30
    event manager environment q "
    no event manager applet DDOS_RESPONSE01
    event manager applet DDOS_RESPONSE01
    event snmp oid 1.3.6.1.4.1.9.9.166.1.17.1.1.21.80.65538 get-type exact entry-op gt entry-val "0" entry-type value exit-time 60 poll-interval 5
    trigger
    action 001 cli command "enable"
    action 002 cli command "config term"
    action 003 cli command "no ip prefix-list PUBLIC_NETWORKS seq 140 permit 10.4.1.0/24 le 32"
    action 004 syslog msg "DDoS Attack Detected. Removing Web Srvr Subnet from PUBLIC_NETWORKS for ($ATimeout) seconds."
    action 005 cli command "event manager applet RESTORE_PREFIX"
    action 006 cli command "event timer countdown time $ATimeout "
    action 007 cli command "action 101 cli command $q enable $q"
    action 008 cli command "action 102 cli command $q config term $q"
    action 009 cli command "action 103 cli command $q no event manager applet RESTORE_PREFIX $q"
    action 010 cli command "action 104 cli command $q ip prefix-list PUBLIC_NETWORKS seq 140 permit 10.4.1.0/24 le 32$q"
    action 011 cli command "action 105 syslog msg $q DDoS Attack Timeout ($ATimeout) reached. Re-adding Web Srvr Subnet to PUBLIC_NETWORKS. $q "
    action 012 cli command "action 106 cli command $q no event manager applet RESTORE_PREFIX $q"
    exit
    event manager environment ATimeout 30
    event manager environment q "
    event manager applet DDOS_RESPONSE01
    event snmp oid 1.3.6.1.4.1.9.9.166.1.17.1.1.21.80.65538 get-type exact entry-op gt entry-val "0" entry-type value exit-time 60 poll-interval 5
    trigger
    action 001 cli command "enable"
    action 002 cli command "config term"
    action 003 cli command "no ip prefix-list PUBLIC_NETWORKS seq 140 permit 10.4.1.0/24 le 32"
    action 004 syslog msg "DDoS Attack Detected. Removing Web Srvr Subnet from PUBLIC_NETWORKS for ($ATimeout) seconds."
    action 005 cli command "event manager applet RESTORE_PREFIX"
    action 006 cli command "event timer countdown time $ATimeout "
    action 007 cli command "action 101 cli command $q enable $q"
    action 008 cli command "action 102 cli command $q config term $q"
    action 009 cli command "action 103 cli command $q no event manager applet RESTORE_PREFIX $q"
    action 010 cli command "action 104 cli command $q ip prefix-list PUBLIC_NETWORKS seq 140 permit 10.4.1.0/24 le 32$q"
    action 011 cli command "action 105 syslog msg $q DDoS Attack Timeout ($ATimeout) reached. Re-adding Web Srvr Subnet to PUBLIC_NETWORKS. $q "
    action 012 cli command "action 106 cli command $q no event manager applet RESTORE_PREFIX $q"
    exit

  • Best way to port photos? mac harddrive back to mac

    I want to save my iPhoto library to my hard drive, wipe my macbook clean, and then re-import the photos. What's the best way? I want to preserve order, events, etc. Also, in the finder, when I look at iPhoto library, there is not a folder that holds these photos...it points me to the iPhoto application. My library is about 73GB.
    Thanks,
    Nile.

    The iPhoto library is now a unix styled folder like applications. Just drag the library package to the EHD. After dragging your library to the external hard drive open it by launching iPhoto with the option key depressed and, when asked, choose the library on the EHD to make sure it's working before you wipe clean your boot drive.

  • What is the best way to recover a corrupted file from a failing Hard Drive?

    I have a 3TB WD internal drive that is starting to fail with Bad blocks. I noticed it when I had some write errors and so got a new disc as fast as possible to get the data off before it dies completely.
    However, some files are failing to be copied with the Finder.  What tools are best for trying to recover these mainly video files?  I have Tech Tool Pro but its utility seems aimed at finding accidently deleted files.  I seem to remember a utility from way back that would repeatedly try to read a back block and re constitute the file. 
    All suggestions are welcome!
    Thanks.

    Choose and use only a single background process to monitor health of a drive, they really are not safe to use multiple tools. And SoftRAID does its scan and checking in background during idle time for weak sectors - they are not really black/white but more xx tries to read/write.
    as I mentioned, and you fit the profile, DW is one trick pony and can be used when you need to mount or access files to recover and backup.
    Yes, DW will create a new directory. It has an advanced deep scan to scavenge for files.
    Sometimes you just need to use DW's Preview to see what the drive volume 'looks like" now and what it would be after a rebuild/create directory. but sometimes you just want Data Rescue 3. both are in the $95 range.
    Too often large backups, like 10 drives, are not well categorized or 'where is what."
    Clone of a drive means you can restore the volume... TM to keep versions. But I don't have the 200% faith in TM sets or backup.
    Sometimes a RAID6 is the ideal method for a large viideo catalogue or collection. And some people or businesses keep duplicate RAID6 sets, to mirror each other.
    I liken 3TB drive sometimes as putting too many or all the eggs in one basket.
    also, to keep any drive to 40% free which may sound wasteful, unless you consider the data' value.
    SoftRAID 4 could be useful to zero and test the drive. Or to to 'take over' the drive even. Then to build a mirror from it.  MPG recommends using it even in non-array use for some of those very reasons.
    choice now going forward: clone with Superduper / CCC / recovery with DR3 / and build the directory (or not) with DW 4.x.
    With externals sometimes the weak link is the case and interface or drive enclosure, plus the bridge if any (SATA native and none is my preference). And controllers, which may be needed.
    Instead of having to order a drive? always have spares and extras. Always have a clone and an extra that can be used to put into service. And order more.

  • What is the best way to get or create this infoobject?

    Hi,
    I have a field “MRP Group” as part of the extractor 0Plant-Mat_Attr but the field is not on the left side of the Transfer Rules tab but on the right side(Assign-InfObjct-field).
    When I tried to move it to the left, I get “No rows selected in table Transfer Rules”.
    I know I need to include an InfoObject in the communication structure of the infoSource and type it in the right side and then move it to the right.
    Is there a standard infoobject in BW for “MRP Group”? There isn’t one in my BW, if one exists any hints on bringing it to BW for this purpose?
    Or, do I have to create my own Infoobject for this purpose? If so, do I simply assign any name to a new InfoObject and use Type “char” and Length 4 just as the field MRP Group  that I need to map to?
    Thanks

    What is the ECC field name for MRP Group ?
    BI - >SE16 - > RSOSFIELDMAP
    You will see :
    OLTPSOURCE
    LOGSYS
    OBJVERS
    FIELDNM = ECCFIELDNAME
    IOBJNM
    CONVERSION
    Width of Output List
    Maximum No. of Hits
    Execute to see if any infoobject exist....else create a ZOBJECT..

  • I want to create a TTL pulse. The stepper motor I'm trying to control responds to a high to low edge, when the low pulse width is greater than 0.5 microsecon​ds. What is the best way to go about creating a pulse like this?

    I'm using the NI PCI-6025E card connected to an SCB-100 wiring peripheral. I'm programming the DAQ card using LabVIEW 6.0.2 on a win95 box.
    My first attempt has yielded some surprising results.
    I created a vi with a single while loop set to true. Within that while loop is a two frame sequence. Both frames use the "Write to Digital Line.vi".
    The first frame sets the line in wire to false.
    The second frame sets the line in wire to true.
    The device channel on both frames has been set to my user defined channel nam
    e -> clock.
    clock --> sets the DIO0 channel to be digital write out.
    Using an oscilloscope and some wires I hook ground to the SCB-100's digital ground and I hook the probe to the DIO0 channel. What I see are two different pulses alternating between one another. One has a pulse width of 5ms and the other has a pulse width of about 50ms. You seem to get a grouping of one type of pulse followed by a grouping of the other type of pulse.
    Obviously this is very strange and not what I want. It is also far too slow. So I'd like to know if anyone knows how to do this properly. Remember I only need a low pulse width of 0.5 microseconds.
    Thanks,
    Any help or guidance would be much appreciated.
    Scott

    Scott,
    You don't need to use a digital line to create a TTL pulse. The PCI-6025E has two onboard general purpose counters. You can use one of these counters to create a single pulse of the desired pulse width. For an example of how to program the counters on your board, refer to LabVIEW's Search Examples>>I/O Interfaces>>Counters>>Pulse Generation>>DAQ-STC based.
    The advantage of using a counter over the digital line is that it allows you to control the timing of the pulse through hardware and not software. Thus, it is inherently faster, and the timing resolution is more accurate. The counter will count down an internal 20 MHz timebase to create the pulse delay and the pulse width.
    For more information on the hardware capabilities of your board, you can refe
    r to the User Manual online at www.ni.com/manuals.
    Hope this helps.
    Regards,
    Erin

  • EXT4-fs error loading journal - whats best way to recover

    uh oh, i have a hard drive crash it appears.  i was doing some web dev and i dont want to lose this work.   yesterday i noticed the hard light was on almost if not solid. i couldnt log remtoely into ssh, it did answer and let me atleast get to the username, but the password prompt wouldnt come up. the apache server was still running to serve web files, but the WebDAV wouldnt allow file connection, hittting the space bar and mouse wouldnt awake the monitor at all, this went on for several minutes.
    so i had to reset (restart).  looking back, i think this is the 2nd time i messed up things by resetting the file system while it was doing god knows what.
    now when it boots im getting sector and mount errors.
    Failed command: Read DMA
    Status DRDY ERR
    ata1:00 error: { UNC }
    end_request: I/O error, dev sda, sector 38762983
    Failed to read block at offset 1628
    EXT4-fs (sda3): error loading journal
    ^Zmount: wrong fs type, bad option, bad superblock on /dev/sda3
    missing code page, or helper program, or other error.
    in some cases userul info is found in syslog - try dmesg | tail or so
    now im dropped to an emergency shell
    # dmesg | tail
    outputs almost same error
    Descriptor sense data with sense descriptors (in hex)
    {followed by hex output}
    JBD2: Failed to read block at offset 1628
    JBD2: recovery failed
    EXT4-fs (sda3): error loading journal
    it appears i jacked it up when i reset it during file operations.
    where to go from here?  i was going to load a partition program just to see if it can read teh drive at all, in the attemtpt to relocate the drive to another pc to backup backup my home directory. 
    what kind of repair tools can i run from the emergency shell to repair?
    this link might help somebody hele me figure out whats best here http://www.linuxinsight.com/ext4-root-p … rrors.html  how do i make sure the partition isnt mounted, assuming it isnt is not good enough for me, since this is business data.
    im thinking of running fsck
    Last edited by wolfdogg (2012-02-24 17:52:34)

    Hard drive has quited down, thats a change.
    After pulling back up the attribs for the drive it is saying the same thing it said after both the short, and long test before i ran the WD Diagnostics and repair on it.  Thats expected im guessing since the SMART is just a log, so i wouldnt expect not to see the info that has already been logged.
    ill include a few of those attributes here that were reported when i ran those tests here incase anybody can help figure out their real meaning.  What i want to point out is that i found out that if the TYPE attribute comes up as "pre-fail" and "oldage", its my take that it means replacement is suggested, but does NOT mean the drive is failing.  Although this is counter intuitive, basically the more important attribute is "WHEN_FAILED".  see the quote from the man below for more info on this...
    Some of the attributes displayed for
    smartctl --all /dev/sda3
    Raw_Read_Error_Rate | Pre-fail
    Spin_Up_Time | Pre-fail
    Start_Stop_Count | Old_age
    this goes on and on for 15 attributes with Pre-fail and Old_age in all of them, with Old_age being in most. 
    note, the WHEN_FAILED column is filled only with hyphens - therefore, there has been no failure.
    so for future reference, i want to quote a portion of the smartmontools which relates to hard drive fail attributes http://smartmontools.sourceforge.net/ma … ctl.8.html
    Each Attribute also has a Threshold value (whose range is 0 to 255) which is printed under the heading "THRESH". If the Normalized value is less than or equal to the Threshold value, then the Attribute is said to have failed. If the Attribute is a pre-failure Attribute, then disk failure is imminent.
    Each Attribute also has a "Worst" value shown under the heading "WORST". This is the smallest (closest to failure) value that the disk has recorded at any time during its lifetime when SMART was enabled. [Note however that some vendors firmware may actually increase the "Worst" value for some "rate-type" Attributes.]
    The Attribute table printed out by smartctl also shows the "TYPE" of the Attribute. Attributes are one of two possible types: Pre-failure or Old age. Pre-failure Attributes are ones which, if less than or equal to their threshold values, indicate pending disk failure. Old age, or usage Attributes, are ones which indicate end-of-product life from old-age or normal aging and wearout, if the Attribute value is less than or equal to the threshold. Please note: the fact that an Attribute is of type 'Pre-fail' does not mean that your disk is about to fail! It only has this meaning if the Attribute's current Normalized value is less than or equal to the threshold value.
    If the Attribute's current Normalized value is less than or equal to the threshold value, then the "WHEN_FAILED" column will display "FAILING_NOW". If not, but the worst recorded value is less than or equal to the threshold value, then this column will display "In_the_past". If the "WHEN_FAILED" column has no entry (indicated by a dash: '-') then this Attribute is OK now (not failing) and has also never failed in the past.
    I have a couple questions
    Do i have this figured out right? 
    This particular hard drive is ok for stable use until i can afford to replace it?   I plan to keep an eye on the SMART monitor to look for fails as well.
    How would i run a proper file check, as opposedf to a file system check, because localhost/phpmyadmin isnt working, and thats where it all started.  im sure the files got chewed up there, and elsewhere.
    Last edited by wolfdogg (2012-02-25 07:51:22)

  • What is the best way to recover from an error which requires a reconnect (e.g. ORA-01033)?

    We use 11g with the OCI library.  A session pool was created for the server process (OCISessionPoolCreate), and a session was obtained in a thread (OCISessionGet).  Is it sufficient to call OCISessionRelease(...,OCI_SESSRLS_DROPSESS) in the thread, and then get a new session?  Or should the application call OCISessionPoolDestroy(...,OCI_SPD_FORCE), and then recreate the pool?

    Do the following:
    Copy the backup library package/folder to the Pictures folder on your new Mac. If you have any other libraries there move them to the Desktop first.
    Download and run iPhoto Library Upgrader 1.1 on the library to convert it to the new format.  The app will be in your Applications/Utilities folder.
    Launch iPhoto 9.5.1 and open the "converted" library.
    Now you can delete any libraries that you previously moved to the Desktop.

  • What is the best way to recover stolen ipod

    i want all of my pictures back

    - If you previously turned on FIndMyiPod and wifi is on and connect go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    - You can also wipe/erase the iPod and have to iPod play a sound via iCloud.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it.
    - Apple will do nothing
    Reporting a lost or stolen Apple product
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number
    To get photos, if they were taken by or saved to the iPod and you backed up the iPod after adding/taking the photos then resore an iOS device from that backup.

Maybe you are looking for