OS9 IMG files-lost data?

How many people have had problems using .IMG files (NDIF images) to transfer files from OS9 to OSX?
I've lost some important data because some of my .IMG files are apparently now missing their resource forks.  I didn't realize that files in OS9 were PHYSICALLY SPLIT into two parts on the actual disk. Of course, the very idea of doing such a thing is beyond absurd. Yet, i never had any problems transferring files in the past, even when using e.g. PC-formatted Zip disks, because both parts of the file were always there! The error when i try to mount the images now in OSX is:
The following disk images failed to mount
[filename] not recognized
Nor can i take the files back to my OS9 machine and mount them anymore, to my horror.
<Edited by host>

Yes, i probably used a Windows-formatted USB drive to transfer the files. Could have been FAt32.
The problem is, when you see a file (icon) e.g. on your Mac OS9 hard drive, and you copy it to a USB (flash) drive, and it shows up there, and then you open it from there (to make sure it copied okay), and it appears fine, the idea of there being an associated *invisible* file is totally inconceivable. It's insane that anyone would write a computer operating system that places *crucial* parts of a single file IN ANOTHER, *INVISIBLE* FILE. Yet, that seems to be what's going on here.
So, you copy that file (apparently) off to your other computer (OSX machine in this case), and assume everything is fine. Then some months later, you try to open (or mount) that file, on your OSX machine, and it doesn't work.
Is this data (in the .IMG) recoverable..? The .IMG image is of course an image file containing lots and lots of other, smaller files.

Similar Messages

  • REPLACED ITUNES FILE, LOST DATA PLEASE HELP

    So i wanted to restore backup for my phone on itunes and the backups werent my own so i tried to create one and here was my process:
    I reopened itunes and held down the shift key. And clicked the wrong file. So now all my stuff is lost because iTunes restarted. How can i get it back to normal

    Hello HipstaPaulese,
    You'd want to open iTunes with the Shift key held down, and choose the original library (Likely in your Music/iTunes/ folder).
    iTunes: How to open an alternate iTunes Library file or create a new one
    http://support.apple.com/kb/HT1589
    Cheers,
    Allen

  • ISCSI volume lost, have the .img file but no access to data. Help please, WD support worthless!

      Basically, I have a iSCSI target which I cannot access  after re-installing windows because the CHAP "secret"  I thought I knew was wrong.  Although I was told there was no way to acess the .img file by WD, I was able to pull the image using an SSH connection to the EX2 from a hidden folder.  So now I have that file stored locally.  Of course it would just be too easy to be able to mount that file and I understand why that is.  However, through research, I am seeing that it may in fact be possible some how.   Can anyone please help me with the resources that I have?  I have alot of info that I really do not want to lose and I dont have the funds to pay a data recovery company thousands of dollars like WD support suggested.  Is the .img file encrypted or is it just a FS that windows wont recognize?  Please help and I would really appreciate any info. Thank you.

    if the iSCSI target is protected with a username and password.  It would not do any good even with a linux tool to open it. Like WD tech support suggest to find a recovery company is all your best bet.  If you still have access to your NAS, you should be able to change the iSCSI target to with CHAP enable to NONE.  From your Windows try to access your iSCSI target again without a password. bda714 wrote:
    After being told multiple times by WD support that there was nothing I could possibly do to access my LUN i have gotten to a point that I believe is close to where I am trying to be.  Along the way, there were many times that the support tech's at WD had told me what was said to be rock solid information, was proven to be wrong. . . at this point I feel like I am better off on my own and hopefully with some help from the community. Basically, I have a iSCSI target which I cannot access  after re-installing windows because the CHAP I thought I knew was wrong.  Although I was told there was no way to acess the .img file by WD, I was able to pull the image using an SSH connection to the EX2.  So now I have that file stored locally.  Of course it would just be too easy to be able to mount that file and I understand why that is.  However, through research, I am seeing that it may in fact be possible some how.   Can anyone please help me with the resources that I have?  I have alot of info that I really do not want to lose and I dont have the funds to pay a data recovery company thousands of dollars like WD support suggested.  Is the .img file encrypted or is it just a FS that windows wont recognize?  Please help and I would really appreciate any info. Thank you. 

  • I recently have ipad but before i sell it i made a back up of it and by an iphone when i put all the date on my iphone some files and software did not install is there anything i can do to recover the lost data? please help

    i recently have ipad but before i sell it i made a back up of it and by an iphone when i put all the date on my iphone some files and software did not install is there anything i can do to recover the lost data? please help

    I don't think you're on iOS 5, I think you're using iOS 6.  That's the latest version.
    Unless you've used iCloud to back up your documents, you won't be able to restore them.  And for future reference, you don't have to uninstall Pages to update your iPad anymore.  Sorry about this.

  • Control file lost and datafile addeed restore/recovery with no data loss

    Here i have tried to the following
    created new table called t2 and made sure data went to a specific tablespace...
    took a level 0 backup
    removed the control file
    added couple of datafile to above tablespace and then inserted more data
    then went out to restore control file and the database...but datafile still could not be opened ?? what did i do wrong here....
    SQL> @datafile
    -- list of datafile
    Tablespace File Typ Tablespac File Stat    Used MB    Free MB    FILE_MB    MAXMB Datafile_name                     FILE_ID AUT
    UNDOTBS1   Datafile ONLINE    AVAILABLE         16         84        100    1,024 /data/trgt/undotbs01.dbf                3 YES
    USERS      Datafile ONLINE    AVAILABLE       1153        895       2048    3,072 /data3/trgt/user02.dbf                  5 YES
    CNT_TST    Datafile ONLINE    AVAILABLE          1          9         10        0 /data3/trgt/cnt_tst01.dbf               7 NO
    SYSAUX     Datafile ONLINE    AVAILABLE        626         35        660   32,768 /data/trgt/sysaux01.dbf                 2 YES
    USERS      Datafile ONLINE    AVAILABLE       2031         17       2048    2,048 /data3/trgt/move/users01.dbf            4 YES
    SYSTEM     Datafile ONLINE    AVAILABLE        712         58        770   32,768 /data/trgt/system01.dbf                 1 YES
    USERS      Datafile ONLINE    AVAILABLE         65         35        100   32,768 /data3/trgt/users03.dbf                 6 YES
    7 rows selected.
    -- new table is created called t2 and its going into TS called cnt_tst
    SQL> CREATE TABLE TEST.T2
      C1  DATE,
      C2  NUMBER,
      C3  NUMBER,
      C4  VARCHAR2(300 BYTE)
    TABLESPACE cnt_tst;  2    3    4    5    6    7    8
    Table created.
    -- data inserted
    SQL> INSERT INTO
      test.T2
    SELECT
    FROM
      (SELECT
        SYSDATE,
        ROWNUM C2,
        DECODE(MOD(ROWNUM,100),99,99,1) C3,
        RPAD('A',300,'A') C4
      FROM
        DUAL
      CONNECT BY
        LEVEL <= 10000)
    ;   2    3    4    5    6    7    8    9   10   11   12   13   14   15
    10000 rows created.
    SQL> commit;
    Commit complete.
    -- to check of cnt_tst has any free space or not, as we can see its full
    SQL> @datafile
    Tablespace File Typ Tablespac File Stat    Used MB    Free MB    FILE_MB    MAXMB Datafile_name                     FILE_ID AUT
    UNDOTBS1   Datafile ONLINE    AVAILABLE         16         84        100    1,024 /data/trgt/undotbs01.dbf                3 YES
    USERS      Datafile ONLINE    AVAILABLE       1153        895       2048    3,072 /data3/trgt/user02.dbf                  5 YES
    SYSAUX     Datafile ONLINE    AVAILABLE        626         35        660   32,768 /data/trgt/sysaux01.dbf                 2 YES
    USERS      Datafile ONLINE    AVAILABLE       2031         17       2048    2,048 /data3/trgt/move/users01.dbf            4 YES
    SYSTEM     Datafile ONLINE    AVAILABLE        712         58        770   32,768 /data/trgt/system01.dbf                 1 YES
    USERS      Datafile ONLINE    AVAILABLE         65         35        100   32,768 /data3/trgt/users03.dbf                 6 YES
    CNT_TST    Datafile ONLINE    AVAILABLE         10          0         10        0 /data3/trgt/cnt_tst01.dbf               7 NO
    7 rows selected.
    SQL> select count(*) from test.t2;
      COUNT(*)
         10000
    1 row selected.
    -- to get a count and max on date
    SQL> select max(c1) from test.t2;
    MAX(C1)
    29-feb-12 13:47:52
    1 row selected.
    SQL> -- AT THIS POINT A LEVEL 0 BACKUP IS TAKEN (using backup database plus archivelog)
    SQL> -- now control files are removed
    SQL> select name from v$controlfile;
    NAME
    /ctrl/trgt/control01.ctl
    /ctrl/trgt/control02.ctl
    2 rows selected.
    SQL>
    SQL> ! rm /ctrl/trgt/control01.ctl
    SQL> ! rm /ctrl/trgt/control02.ctl
    SQL> ! ls -ltr /ctrl/trgt/
    ls: /ctrl/trgt/: No such file or directory
    SQL>
    -- new datafile is added to CNT_TST TABLESPACE and new data is added as well
    SQL> ALTER TABLESPACE CNT_TST ADD DATAFILE '/data3/trgt/CNT_TST02.dbf' SIZE 100M AUTOEXTEND OFF;
    Tablespace altered.
    SQL> ALTER SYSTEM CHECKPOINT;
    System altered.
    SQL> alter system switch logfile;
    System altered.
    SQL> /
    System altered.
    SQL> /
    System altered.
    SQL> ALTER TABLESPACE CNT_TST ADD DATAFILE '/data3/trgt/CNT_TST03.dbf' SIZE 100M AUTOEXTEND OFF;
    Tablespace altered.
    SQL>  INSERT INTO
      test.T2
    SELECT
    FROM
      (SELECT
        SYSDATE,
        ROWNUM C2,
        DECODE(MOD(ROWNUM,100),99,99,1) C3,
        RPAD('A',300,'A') C4
      FROM
        DUAL
      CONNECT BY
        LEVEL <= 10000)
    ;   2    3    4    5    6    7    8    9   10   11   12   13   14   15
    10000 rows created.
    SQL> /
    10000 rows created.
    SQL> commit;
    Commit complete.
    SQL> INSERT INTO
      test.T2
    SELECT
    FROM
      (SELECT
        SYSDATE,
        ROWNUM C2,
        DECODE(MOD(ROWNUM,100),99,99,1) C3,
        RPAD('A',300,'A') C4
      FROM
        DUAL
      CONNECT BY
        LEVEL <= 40000)
    ;  2    3    4    5    6    7    8    9   10   11   12   13   14   15
    40000 rows created.
    SQL> commit;
    Commit complete.
    SQL> @datafile
    -- to make sure new datafile has been registered with the DB
    Tablespace File Typ Tablespac File Stat    Used MB    Free MB    FILE_MB    MAXMB Datafile_name                     FILE_ID AUT
    CNT_TST    Datafile ONLINE    AVAILABLE          9         91        100        0 /data3/trgt/CNT_TST03.dbf               9 NO
    UNDOTBS1   Datafile ONLINE    AVAILABLE         16         84        100    1,024 /data/trgt/undotbs01.dbf                3 YES
    USERS      Datafile ONLINE    AVAILABLE       1153        895       2048    3,072 /data3/trgt/user02.dbf                  5 YES
    CNT_TST    Datafile ONLINE    AVAILABLE          9         91        100        0 /data3/trgt/CNT_TST02.dbf               8 NO
    SYSAUX     Datafile ONLINE    AVAILABLE        626         35        660   32,768 /data/trgt/sysaux01.dbf                 2 YES
    USERS      Datafile ONLINE    AVAILABLE       2031         17       2048    2,048 /data3/trgt/move/users01.dbf            4 YES
    SYSTEM     Datafile ONLINE    AVAILABLE        712         58        770   32,768 /data/trgt/system01.dbf                 1 YES
    USERS      Datafile ONLINE    AVAILABLE         65         35        100   32,768 /data3/trgt/users03.dbf                 6 YES
    CNT_TST    Datafile ONLINE    AVAILABLE         10          0         10        0 /data3/trgt/cnt_tst01.dbf               7 NO
    9 rows selected.
    -- now the count and max ... note count before backup was 10000 and max(c1) was diff
    SQL> select count(*) from test.t2;
      COUNT(*)
         70000
    1 row selected.
    SQL> select max(c1) from test.t2;
    MAX(C1)
    29-feb-12 13:58:25
    1 row selected.
    SQL> -- now restore starts
    SQL> shutdown abort;
    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@berry trgt]$ rman
    Recovery Manager: Release 11.2.0.1.0 - Production on Wed Feb 29 14:01:48 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    RMAN>  connect catalog rman/pass@rcat
    connected to recovery catalog database
    RMAN>  connect target /
    connected to target database (not started)
    RMAN> startup nomount;
    Oracle instance started
    Total System Global Area     188313600 bytes
    Fixed Size                     1335388 bytes
    Variable Size                125833124 bytes
    Database Buffers              58720256 bytes
    Redo Buffers                   2424832 bytes
    RMAN> restore controlfile from autobackup;
    Starting restore at 29-FEB-12 14:02:37
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=20 device type=DISK
    recovery area destination: /backup/trgt/flash_recovery_area
    database name (or database unique name) used for search: TRGT
    channel ORA_DISK_1: no AUTOBACKUPS found in the recovery area
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20120229
    channel ORA_DISK_1: AUTOBACKUP found: /backup/trgt/backup/cont_c-3405317011-20120229-09
    channel ORA_DISK_1: restoring control file from AUTOBACKUP /backup/trgt/backup/cont_c-3405317011-20120229-09
    channel ORA_DISK_1: control file restore from AUTOBACKUP complete
    output file name=/ctrl/trgt/control01.ctl
    output file name=/ctrl/trgt/control02.ctl
    Finished restore at 29-FEB-12 14:02:39
    RMAN> alter database mount;
    database mounted
    released channel: ORA_DISK_1
    RMAN> recover database;
    Starting recover at 29-FEB-12 14:02:55
    Starting implicit crosscheck backup at 29-FEB-12 14:02:55
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=20 device type=DISK
    Crosschecked 96 objects
    Finished implicit crosscheck backup at 29-FEB-12 14:02:57
    Starting implicit crosscheck copy at 29-FEB-12 14:02:57
    using channel ORA_DISK_1
    Finished implicit crosscheck copy at 29-FEB-12 14:02:57
    searching for all files in the recovery area
    cataloging files...
    no files cataloged
    using channel ORA_DISK_1
    starting media recovery
    archived log for thread 1 with sequence 13 is already on disk as file /redo_archive/trgt/online/redo01.log
    archived log for thread 1 with sequence 14 is already on disk as file /redo_archive/trgt/online/redo02.log
    archived log for thread 1 with sequence 15 is already on disk as file /redo_archive/trgt/online/redo03.log
    archived log file name=/redo_archive/trgt/archive/1_10_776523284.dbf thread=1 sequence=10
    archived log file name=/redo_archive/trgt/archive/1_10_776523284.dbf thread=1 sequence=10
    archived log file name=/redo_archive/trgt/archive/1_11_776523284.dbf thread=1 sequence=11
    archived log file name=/redo_archive/trgt/archive/1_12_776523284.dbf thread=1 sequence=12
    archived log file name=/redo_archive/trgt/online/redo01.log thread=1 sequence=13
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 02/29/2012 14:02:59
    ORA-01422: exact fetch returns more than requested number of rows
    RMAN-20505: create datafile during recovery
    RMAN-11003: failure during parse/execution of SQL statement: alter database recover logfile '/redo_archive/trgt/online/redo01.log'
    ORA-00283: recovery session canceled due to errors
    ORA-01244: unnamed datafile(s) added to control file by media recovery
    ORA-01110: data file 9: '/data3/trgt/CNT_TST03.dbf'
    RMAN> -- wnet to session 2 and renamed datafile from unammed-- wnet to session 2 and renamed datafile for unammed file
    SQL> select name from v$datafile;
    NAME
    /data/trgt/system01.dbf
    /data/trgt/sysaux01.dbf
    /data/trgt/undotbs01.dbf
    /data3/trgt/move/users01.dbf
    /data3/trgt/user02.dbf
    /data3/trgt/users03.dbf
    /data3/trgt/cnt_tst01.dbf
    /oracle/app/product/11.2.0/dbhome_1/dbs/UNNAMED00008
    /oracle/app/product/11.2.0/dbhome_1/dbs/UNNAMED00009
    9 rows selected.
    SQL> alter database create datafile '/oracle/app/product/11.2.0/dbhome_1/dbs/UNNAMED00008' as '/data3/trgt/CNT_TST02.dbf';
    Database altered.
    SQL> alter database create datafile '/oracle/app/product/11.2.0/dbhome_1/dbs/UNNAMED00009' as '/data3/trgt/CNT_TST03.dbf';
    Database altered.
    SQL>  select name from v$datafile;
    NAME
    /data/trgt/system01.dbf
    /data/trgt/sysaux01.dbf
    /data/trgt/undotbs01.dbf
    /data3/trgt/move/users01.dbf
    /data3/trgt/user02.dbf
    /data3/trgt/users03.dbf
    /data3/trgt/cnt_tst01.dbf
    /data3/trgt/CNT_TST02.dbf
    /data3/trgt/CNT_TST03.dbf
    9 rows selected.after above was done, went back to session 1 and tried recovered the DB
    RMAN> recover database;
    Starting recover at 29-FEB-12 14:06:16
    using channel ORA_DISK_1
    starting media recovery
    archived log for thread 1 with sequence 13 is already on disk as file /redo_archive/trgt/online/redo01.log
    archived log for thread 1 with sequence 14 is already on disk as file /redo_archive/trgt/online/redo02.log
    archived log for thread 1 with sequence 15 is already on disk as file /redo_archive/trgt/online/redo03.log
    archived log file name=/redo_archive/trgt/online/redo01.log thread=1 sequence=13
    archived log file name=/redo_archive/trgt/online/redo02.log thread=1 sequence=14
    archived log file name=/redo_archive/trgt/online/redo03.log thread=1 sequence=15
    media recovery complete, elapsed time: 00:00:00
    Finished recover at 29-FEB-12 14:06:17
    RMAN> alter database open resetlogs;
    database opened
    new incarnation of database registered in recovery catalog
    starting full resync of recovery catalog
    full resync complete
    starting full resync of recovery catalog
    full resync complete
    RMAN> exit
    Recovery Manager complete.
    [oracle@berry trgt]$
    [oracle@berry trgt]$
    [oracle@berry trgt]$ sq
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Feb 29 14:07:18 2012
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> alter session set NLS_DATE_FORMAT="dd-mon-yy hh24:mi:ss:
      2
    SQL>
    SQL> alter session set NLS_DATE_FORMAT="dd-mon-yy hh24:mi:ss";
    Session altered.
    SQL> select count(*) from test.t2;
    select count(*) from test.t2
    ERROR at line 1:
    ORA-00376: file 8 cannot be read at this time
    ORA-01110: data file 8: '/data3/trgt/CNT_TST02.dbf'
    SQL> select max(c1) from test.t2;
    select max(c1) from test.t2
    ERROR at line 1:
    ORA-00376: file 8 cannot be read at this time
    ORA-01110: data file 8: '/data3/trgt/CNT_TST02.dbf'
    SQL> alter database datafile 8 online;
    alter database datafile 8 online
    ERROR at line 1:
    ORA-01190: control file or data file 8 is from before the last RESETLOGS
    ORA-01110: data file 8: '/data3/trgt/CNT_TST02.dbf'
    {code}
    so what did i do wrong in my recovery that i could not get my data?? how can i avoid this?? and restore my DB?
    Edited by: user8363520 on Feb 29, 2012 12:24 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    user8363520 wrote:
    Here i have tried to the following
    created new table called t2 and made sure data went to a specific tablespace...
    took a level 0 backup
    removed the control file
    added couple of datafile to above tablespace and then inserted more data
    then went out to restore control file and the database...but datafile still could not be opened ?? what did i do wrong here....
    SQL> @datafile
    -- list of datafile
    Tablespace File Typ Tablespac File Stat    Used MB    Free MB    FILE_MB    MAXMB Datafile_name                     FILE_ID AUT
    UNDOTBS1   Datafile ONLINE    AVAILABLE         16         84        100    1,024 /data/trgt/undotbs01.dbf ;               3 YES
    USERS      Datafile ONLINE    AVAILABLE       1153        895       2048    3,072 /data3/trgt/user02.dbf ;                 5 YES
    CNT_TST    Datafile ONLINE    AVAILABLE          1          9         10        0 /data3/trgt/cnt_tst01.dbf ;              7 NO
    SYSAUX     Datafile ONLINE    AVAILABLE        626         35        660   32,768 /data/trgt/sysaux01.dbf ;                2 YES
    USERS      Datafile ONLINE    AVAILABLE       2031         17       2048    2,048 /data3/trgt/move/users01.dbf ;           4 YES
    SYSTEM     Datafile ONLINE    AVAILABLE        712         58        770   32,768 /data/trgt/system01.dbf ;                1 YES
    USERS      Datafile ONLINE    AVAILABLE         65         35        100   32,768 /data3/trgt/users03.dbf ;                6 YES
    7 rows selected.
    -- new table is created called t2 and its going into TS called cnt_tst
    SQL> CREATE TABLE TEST.T2
    C1  DATE,
    C2  NUMBER,
    C3  NUMBER,
    C4  VARCHAR2(300 BYTE)
    TABLESPACE cnt_tst;  2    3    4    5    6    7    8
    Table created.
    -- data inserted
    SQL> INSERT INTO
    test.T2
    SELECT
    FROM
    (SELECT
    SYSDATE,
    ROWNUM C2,
    DECODE(MOD(ROWNUM,100),99,99,1) C3,
    RPAD('A',300,'A') C4
    FROM
    DUAL
    CONNECT BY
    LEVEL <= 10000)
    ;   2    3    4    5    6    7    8    9   10   11   12   13   14   15
    10000 rows created.
    SQL> commit;
    Commit complete.
    -- to check of cnt_tst has any free space or not, as we can see its full
    SQL> @datafile
    Tablespace File Typ Tablespac File Stat    Used MB    Free MB    FILE_MB    MAXMB Datafile_name                     FILE_ID AUT
    UNDOTBS1   Datafile ONLINE    AVAILABLE         16         84        100    1,024 /data/trgt/undotbs01.dbf ;               3 YES
    USERS      Datafile ONLINE    AVAILABLE       1153        895       2048    3,072 /data3/trgt/user02.dbf ;                 5 YES
    SYSAUX     Datafile ONLINE    AVAILABLE        626         35        660   32,768 /data/trgt/sysaux01.dbf ;                2 YES
    USERS      Datafile ONLINE    AVAILABLE       2031         17       2048    2,048 /data3/trgt/move/users01.dbf ;           4 YES
    SYSTEM     Datafile ONLINE    AVAILABLE        712         58        770   32,768 /data/trgt/system01.dbf ;                1 YES
    USERS      Datafile ONLINE    AVAILABLE         65         35        100   32,768 /data3/trgt/users03.dbf ;                6 YES
    CNT_TST    Datafile ONLINE    AVAILABLE         10          0         10        0 /data3/trgt/cnt_tst01.dbf ;              7 NO
    7 rows selected.
    SQL> select count(*) from test.t2;
    COUNT(*)
    10000
    1 row selected.
    -- to get a count and max on date
    SQL> select max(c1) from test.t2;
    MAX(C1)
    29-feb-12 13:47:52
    1 row selected.
    SQL> -- AT THIS POINT A LEVEL 0 BACKUP IS TAKEN (using backup database plus archivelog)
    SQL> -- now control files are removed
    SQL> select name from v$controlfile;
    NAME
    /ctrl/trgt/control01.ctl
    /ctrl/trgt/control02.ctl
    2 rows selected.
    SQL>
    SQL> ! rm /ctrl/trgt/control01.ctl
    SQL> ! rm /ctrl/trgt/control02.ctl
    SQL> ! ls -ltr /ctrl/trgt/
    ls: /ctrl/trgt/: No such file or directory
    SQL>
    -- new datafile is added to CNT_TST TABLESPACE and new data is added as well
    SQL> ALTER TABLESPACE CNT_TST ADD DATAFILE '/data3/trgt/CNT_TST02.dbf' SIZE 100M AUTOEXTEND OFF;
    Tablespace altered.
    SQL> ALTER SYSTEM CHECKPOINT;
    System altered. Upto this i was clear, but now i cann't understand when you actually dropped the control file from you database(in running stat) how can you perform "alter system checkpoint" and other "alter tablespace.." command? Once controlfile is inaccessible, oracle database is not suppose to function.

  • How do I burn a disc image (img file) to dvd?

    I created a disc image from iDVD, but my disc drive on my home computer is broken. With a flash drive, I copied the img file onto my work computer & burned the file to disc. However, while the file copied, the disc doesn't play as normal dvd. What am I doing wrong? Thanks.

    Though the replies above were very helpful and most likely would have worked, my work computer doesn't allow access to Disc Utilities. However, I bugged my IT guy and he showed me another way, using the Burn Application. I just needed to use the correct setting, as was mentioned above, I was burning data & not DVD. I'm sorry I don't have it in front of me, but I think I had to click the DVD tab & then select DVD/Video from the drop-down menu. One quirky element: I wasn't able to drag/drop the img file into Burn. I needed to drop the contents of the img file (the VIDEO_TS folder). Then it worked fine.
    Message was edited by: Unca Bip
    Message was edited by: Unca Bip

  • Lost data on my Mac after it got reset but my iPhone is still synced to the old version of my Mac?

    So, during an awful visit to the Apple store in which the "genius" completely reset my Macbook Pro (10.8.5) because it decided to go "turtle mode" for no reason whatsoever, I lost all my data and files on it. After putting whatever I had backed up back on the Macbook, I put some new things on my iTunes and tried syncing the Mac's iTunes and my iPhone 5 ios7's iTunes. However my iPhone was synced to the older version of my Mac before it crashed and got wiped out. I got this message:
    The iPhone “___” is synced with another iTunes library on “___”. Do you want to erase this iPhone and sync with this iTunes library?
    An iPhone can be synced with only one iTunes library at a time. Erasing and syncing replaces the contents of this iPhone with the contents of this iTunes library.
    Is there any way I can get my lost data back onto my laptop with my iPhone? Or if there isn't and I sync the new version of my Mac with the iPhone, will my iPhone lose any data to match my Mac?
    thanks

    See this User Tip from Apple Support Communties contributor turingtest2:
    https://discussions.apple.com/docs/DOC-3991

  • I lost all personal data while installing maverick in external drive. How can I recover lost data?

    I lost all personal data while installing maverick in external drive. How can I recover lost data?

    If all your files are missing
    You may have logged in as a different user, such as Guest. Open the Users & Groups pane in System Preferences. Your name should be at the top of the user list, under Current User. See also this support article.   
    If files are missing from one folder
    Change the Finder view mode; for example, from icon view to list view, or vice versa.

  • Disk Utility 'Disk Image from Folder' looses file create date?

    Hi,
    I have been working on creating backups that maintain the files' create dates. I have found the following anomoly using Disk Utility.
    If I create a Disk Image From Folder, the create dates of all files are changed to be the same as the last modify dates. Not what I want.
    If I creat a Blank Disk Image, and then using Finder to copy the files to the Disk Image, the create dates remain unchanged.
    I can then burn the backup CD's with the Disk Image and the files' create dates are maintained. So, future restore from the backup CD will contain the original files' create dates.
    Does anyone know if Disk Utility's Create Disk Image from Folder is supposed to loose the files' create dates? What other file attributes are being lost? Mac OS X maintains all of these attributes, and create dates via Finder copies, I would expect the Disk Utility Create Disk Image from Folder to do the same.
    Bob Horton

    To follow up on this post, I know at least part of the answer. The difference between the two becomes clearer if you read the documentation (man pages) for hdiutil and asr. Image 1 will be created in file mode, whereas image 2 will be in block mode, ie bypassing the file system. Image 1 will consist of a series of files, whereas image 2 will contain a series of blocks, mirroring the original layout of the hard disk.
    Technically the latter should be faster to restore (in block mode), although Apple recommend the first procedure (see man page for hdiutil). I haven't seen any evidence that images created in block mode can be mounted or restored, although you might be able to burn such images to a optical disks if applicable.
    As I've pointed out in another thread (http://discussions.apple.com/thread.jspa?threadID=1508199&tstart=0) I believe that this functionality should not be offered in disk utility, and I consider it a serious bug.

  • Check and Verify USMT IMG file before formatting the system

    Hi Team,
    We are using 2 phase approach for migrating from XP to windows 8.1 U1 since we have Config manager 2012 R2. Its a refresh, replace and baremetal scneario
    So 1st TS will just do user state backup using ADK8.0 USMT and backup the data on SMP.
    2nd TS will format the system, install OS,install Apps and then restore USMT data from SMP
    I am looking for some way to check the usmt data on SMP for the system before system is formatted. Can anyone give some pointers to do that in 2nd task sequence? I want if data (img file) is not verified, system should not format and TS should fail.
    Regards,

    Hi,
    Do not use the option /c .
    If an errors occur during the capture process, the ScanState command will not continue to run and the TS will fail.
    For more information, please review the link below:
    ScanState Syntax
    http://technet.microsoft.com/en-us/library/dd560781(v=WS.10).aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Mail(1739) deny file-read-data /Library/Preferences/com.apple.mail.plist

    Hi
    Since moving from HDD to SSD and Lion to ML I am getting loads of these errors in my System Log
    Mail(1739) deny file-read-data /Library/Preferences/com.apple.mail.plist
    I am not experiencing any end issues as a result but notice I am getting 6 every second which must be causing an issue
    The details are:
    Mail(1739) deny file-read-data /Library/Preferences/com.apple.mail.plist
    Process:         Mail [1739]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Load Address:    0x10f773000
    Identifier:      com.apple.mail
    Version:         1485 (6.0)
    Build Info:      3-Mail~1485000000000000
    Code Type:       x86_64 (Native)
    Parent Process:  launchd [237]
    Date/Time:       2012-08-05 11:54:01.392 +0100
    OS Version:      Mac OS X 10.8 (12A269)
    Report Version:  8
    Thread 0:
    0   libsystem_kernel.dylib            0x00007fff8c9d5fee __open + 10
    1   CoreFoundation                    0x00007fff8c12a588 __33-[CFPrefsPlistSource synchronize]_block_invoke_0 + 296
    2   CoreFoundation                    0x00007fff8c125f07 withDaemonConnection + 87
    3   CoreFoundation                    0x00007fff8c12a36c -[CFPrefsPlistSource synchronize] + 316
    4   CoreFoundation                    0x00007fff8c1291a1 -[CFPrefsPlistSource synchronizeIfStale] + 113
    5   CoreFoundation                    0x00007fff8c12927a -[CFPrefsPlistSource copyValueForKey:] + 42
    6   CoreFoundation                    0x00007fff8c128213 -[CFPrefsSearchListSource copyValueForKey:] + 131
    7   CoreFoundation                    0x00007fff8c124080 __CFPreferencesCopyAppValue_block_invoke_0 + 32
    8   CoreFoundation                    0x00007fff8c1277e8 +[CFPrefsSearchListSource withSearchListForIdentifier:perform:] + 824
    9   CoreFoundation                    0x00007fff8bffd67a CFPreferencesCopyAppValue + 186
    10  Foundation                        0x00007fff8ccb7db0 -[NSUserDefaults(NSUserDefaults) objectForKey:] + 22
    11  Foundation                        0x00007fff8ccb7c97 -[NSUserDefaults(NSUserDefaults) boolForKey:] + 23
    12  AddressBook                       0x00007fff92932d8b ABDLog + 290
    13  AddressBook                       0x00007fff92935eda -[ABSafeNotificationEntry reflectNotification:] + 63
    14  AddressBook                       0x00007fff92935cf1 -[ABSafeNotificationReflector reflectNotification:toEntryIfElligible:] + 72
    15  AddressBook                       0x00007fff92935c72 __50-[ABSafeNotificationReflector notificationFunnel:]_block_invoke_0 + 37
    16  CoreFoundation                    0x00007fff8c0597d9 __NSSetEnumerate + 985
    17  AddressBook                       0x00007fff92935c26 -[NSSet(ABSetAdditions) _abEach:] + 91
    18  AddressBook                       0x00007fff92935ad3 -[ABCopyOnWriteSet useReadOnlySet:] + 44
    19  AddressBook                       0x00007fff92935a9e -[ABCopyOnWriteSet each:] + 91
    20  AddressBook                       0x00007fff92935a1e -[ABSafeNotificationReflector notificationFunnel:] + 181
    21  CoreFoundation                    0x00007fff8bff5b8a _CFXNotificationPost + 2554
    22  Foundation                        0x00007fff8ccb7a76 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
    23  Mail                              0x000000010f7757d5
    24  CoreData                          0x00007fff88968e64 -[NSManagedObjectContext(_NSInternalAdditions) _didSaveChanges] + 2132
    25  CoreData                          0x00007fff88958589 -[NSManagedObjectContext save:] + 1241
    26  Message                           0x00007fff88d3e755 -[SeenMessagesManager saveChanges] + 46
    27  Message                           0x00007fff88d372f6 -[POPStore fetchSynchronously] + 2175
    28  Message                           0x00007fff88d2edd2 -[POPAccount fetchSynchronously] + 140
    29  CoreFoundation                    0x00007fff8c036cac __invoking___ + 140
    30  CoreFoundation                    0x00007fff8c036b47 -[NSInvocation invoke] + 263
    31  CoreMessage                       0x00007fff8b271d5d -[MonitoredInvocation invoke] + 225
    32  CoreMessage                       0x00007fff8b28a2b2 -[ThrowingInvocationOperation main] + 33
    33  CoreMessage                       0x00007fff8b236602 -[_MFInvocationOperation main] + 431
    34  Foundation                        0x00007fff8ccfdbb6 -[__NSOperationInternal start] + 684
    35  Foundation                        0x00007fff8cd053d1 __block_global_6 + 129
    36  libdispatch.dylib                 0x00007fff8cc5ef3d _dispatch_call_block_and_release + 15
    37  libdispatch.dylib                 0x00007fff8cc5b0fa _dispatch_client_callout + 8
    38  libdispatch.dylib                 0x00007fff8cc5c23e _dispatch_worker_thread2 + 304
    39  libsystem_c.dylib                 0x00007fff8c361ceb _pthread_wqthread + 404
    40  libsystem_c.dylib                 0x00007fff8c34c1b1 start_wqthread + 13
    Binary Images:
           0x10f773000 -        0x10fb0fff7  com.apple.mail (6.0 - 1485) <6C62E4AC-EBA9-3E31-B677-B26356423DE1> /Applications/Mail.app/Contents/MacOS/Mail
        0x7fff88914000 -     0x7fff88b32fff  com.apple.CoreData (106 - 407.5) <45EF39FE-7FD6-366E-BB5C-3E86E0B7DA3C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff88bc2000 -     0x7fff88e08ff7  com.apple.MessageFramework (6.0 - 1485) <79FA27A2-D01A-3D35-AE3A-7F8F41034728> /System/Library/Frameworks/Message.framework/Versions/B/Message
        0x7fff8b20c000 -     0x7fff8b2c4ff7  com.apple.CoreMessage (1.0 - 1485) <1210621B-BABB-3153-A8DF-DAC0FA671D05> /System/Library/PrivateFrameworks/CoreMessage.framework/Versions/A/CoreMessage
        0x7fff8bfb0000 -     0x7fff8c199fff  com.apple.CoreFoundation (6.8 - 744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8c34b000 -     0x7fff8c417fef  libsystem_c.dylib (825.24) <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
        0x7fff8c9c4000 -     0x7fff8c9dfff7  libsystem_kernel.dylib (2050.7.9) <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8cc59000 -     0x7fff8cc6eff7  libdispatch.dylib (228.18) <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
        0x7fff8cc6f000 -     0x7fff8cfcbff7  com.apple.Foundation (6.8 - 945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff92926000 -     0x7fff92be1fff  com.apple.AddressBook.framework (7.0 - 1143) <EC55CF4B-4194-3163-B6E1-8C8D2712FBCF> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    Any wise wisdom?
    Thanks, Chris.

    The .plist files are almost always preferences. I believe "plist" is short for "property list". It contains a list of keys (configuration options) and settings for each key, similar in some respects to the way the Windows Registry works, except that there is a separate file for each set of settings, instead of a single registry file as in Windows. In this case it's a shared settings file for Mail, but I couldn't tell you anything more about the contents.
    You were smart to back it up. Usually .plist files can be deleted without signicant loss, because they will be recreated automatically with default settings. But sometimes they contain important settings that may be hard to set up again, especially if you had help setting up your computer in the first place, or have lost important details that you'd need for setting up an app, such as Mail. But sometimes the settings are trivial, for example the position and size of windows, etc., and do not contain settings you'd care about, which may be in another .plist file or in some other kind of file/database.

  • Restoring the lost data.

    Hi All,
    We have two Planning Applications created in EPMA architecture.
    Accidentally user has deleted the critical forecast data from one of the application by running the Business rule which deletes the data. The data which got delete was critical one and now user need to restore it back.
    We do have latest windows file system back up taken on both Physical Hyperion Application & Essbase Servers therefore we can restore the necessary files from backup in order to restore the lost data with the help of our Storage team who handles the back ups.
    Could you please advice on how do we go ahead for restoring the lost data from backed up files and which files we may need to restore from the back up.
    This is an extremely urgent & critical issue we are facing hence your valuable advice is much needed as soon as possible.
    Thanks in advance !

    I have tried this Maxl couple of times in case of Invalid Block Header issues. Doesn't seem to resolve for me.
    If it is a case of invalid block header :
    How to restore a database:
    1. Stop the application/database and delete the dbname.ind file.
    2. Clear non input level data using Hyperion Application Manager, DATABASE -> CLEAR DATA -> NON-INPUT BLOCKS. Then perform a full calculation of the database either using CALC ALL or if required, specific calc scripts. This may not work however as it depends on where the IBH lies in the data. If this still returns the error during the calculation then proceed to step 3.
    3. Stop the application and delete the following files from your database.
    This removes all the data from the database.
    <dbname>.ind
    ess000#.ind
    ess000#.pag
    <dbname>.tct
    <dbname>.esm
    To get the data back:
    a. Do a full calc from your database from an input level export
    or
    b. Restore from an existing backup. If this backup does contain an IBH, then keep restoring previous backups and checking.
    Hope this helps!
    A.S.

  • Student file & master data change according to authority

    Deal all,
    I have following requirements about student file and master data that certain IT are not displayed when i do not have authority.
    for example, if A student is belong to my department, IT1702 must be dislayed but student B is not belong to my department IT1702 must be disabled or must dissappear.
    if i can adjust student file & master data according authority (student belong to my department or not) it would be very nice.
    regards,
    jin dal

    Hi,
    The authorizations checks in Campus Management consist of the basic authorization and the structural HR authorization.
    The basic authorization determines whether the user is allowed to execute a certain function, while the structural authorization determines the objects for which the user is allowed to execute this function. In other words, the basic authorization defines what function the user is allowed to use, and the structural authorization defines for which objects the user is allowed to use this function.
    For example, the basic authorization can define that the user is allowed to perform the create module booking activity. With the structural authorization you can restrict this activity only to modules offered by the faculty of Mathematics, for example. (The user can then access these modules whenever required; see also Structural Authorization).
    Basic Authorization
    In release CM 4.64, three authorization objects are used in Campus Management:
    At the first level is the transaction code check. The system performs this check each time the user starts a transaction using the menu or command line. For this check to be successful, the user requires an authorization for the relevant transaction code in the authorization object S_TCODE.
    At the second level, the Campus Management function is divided into two parts. The first part includes activities such as create request, create registration, create re-registration, cancel module booking, and so on. The second part covers master data like student master data and a major part of the academic structure.
    When checking the authorizations for master data, the system uses the HR authorization object PLOG for master data authorization checks. A new authorization object ( P_CM_PROC) has been implemented for activities in release CM 4.64. The system now only checks whether the user is authorized to use the activity. It no longer checks if the user is authorized to read or change the data in this activity. The new authorization concept has the following advantages:
    It simplifies authorization assignment. The system no longer uses the comprehensive data model with its many objects and object interrelationships as the basis for the activity authorization (authorization assignment via authorization object PLOG);
    Changes in the data model have no effects on the authorization checks for activities;
    It is now possible to distinguish between create and change operations, for example in re-registrations;
    You can now distinguish between re-registrations and leaves of absence.
    The table T7PIQPROCESS (Activities) contains all Campus Management activities. The system performs authorization checks for all activities with the exception of the ones listed below.
    Authorization checkes are not performed for the following activities:
    AC10 (Send Reminder for Outstanding Payments)
    HSMA (Create Status Indicator Manually)
    PR11 (Create Applicability List Automatically)
    These activities do not contain any activity-related authorization checks.
    In the standard system, the authorization check for activities is independent of the objects for which the activities are performed, and of their attributes. (The structural authorization only restricts the objects which the user can then process irrespective of the activity.). If you require additional checks, you can use the business add-in HRPIQ00AUTHORITY.
    Structural Authorization
    The structural authorization enables you to define the set of objects the user is authorized to process. You determine these objects using evaluation paths. You can define whether the user should only be given a display authorization for these objects or a maintenance authorization as well.
    You cannot combine the structural authorization with the basic authorization. The user is therefore authorized to process the assigned set of objects irrespective of the function (s)he is currently using.
    Further notes
    As functions from other applications areas (Training and Event Management, Notification Processing) and from Student Accounting are integrated in Campus Management, users also need authorizations from these areas.
    Campus Management contains a number of roles which you can combine with the roles of other application areas to create composite roles. You can either assign a composite role or individual roles to users.
    Component Prefix of the roles provided
    Campus Management SAP_CM_
    Training and Event Management SAP_HR_PE
    Notification processing SAP_CA_NO_NOTIF
    Student Accounting SAP_FI_CA_
    You create the business partner authorizations in separate IMG activities which you can find in Customizing for Campus Management in Campus Management Master Data -> Students -> Students as Business Partners -> Basic Business Partner Settings -> SAP Business Partner -> Business Partner -> Basic Settings -> Authorization Management.
    In the SAP Reference IMG under Basis Components -> System Administration -> Users and Authorizations, you can find more IMG activities in which you can make general settings for authorizations.

  • Is there a way to retrieve lost data

    I tried spotlight and it seems some of my iMovie files are gone. I don't have a backup. This was a result of a computer crash. Is there any third party software that I could use?

    leroystreet
    1. To recover lost data try using File Salvage
    2. Are you sure the Spotlight index wasn't damaged in the crash? Try re-indexing: In the Spotlight PreferencePane, drag the HD to the Privacy Pane, leave it there for a few moments, then drag it out again. Allow it time to re-index.
    Regards
    TD

  • Lost data in Aperture - NOT recoverable through Time Machine!

    I recently accidentally deleted photos in Aperture. Unfortunately, even though I backup regularly with Time Machine, I have come to find that Photos in Aperture libraries are non-recoverable.
    Can anyone please help? Apple has no help topics for lost data.
    Thanks in advance!
    Glenn
    [email protected]

    The photos in the library are recoverable. But you will likely have to restore the library and then navigate through the library to get the photos. You can get to them by right clicking the library and choosing "Show Package Contents" and then navigating the the project and again right clicking to do "show package contents" and then access the RAW files. It will be a bit tedious.
    It's a lot easier if you're using referenced masters.

Maybe you are looking for