Move datafiles to new machine

Hi need to mount the datafiles of a tablespace on a new machine to be able to access a table.
Can I do this? How?
I restored the datafiles from a backup into a new folder and wanted to mount them in a new DB to access a table inside.

Can you be more precise as I'm new in this :)
I have a database running, and I have this files restored from a tape
01-01-2009 02:01 1.073.745.920 D_RFAC01.DBF
01-01-2009 02:01 1.073.745.920 D_RFAC02.DBF
01-01-2009 02:01 1.073.745.920 D_RFAC03.DBF
01-01-2009 02:01 1.073.745.920 D_RFAC04.DBF
01-01-2009 02:01 1.073.745.920 D_RFAC05.DBF
01-01-2009 02:01 1.073.745.920 D_RFAC06.DBF
01-01-2009 02:01 1.073.745.920 D_RFAC07.DBF
01-01-2009 02:01 1.073.745.920 D_RFAC08.DBF
01-01-2009 02:01 1.073.745.920 D_RFAC09.DBF
01-01-2009 02:01 1.073.745.920 D_RFAC10.DBF
01-01-2009 02:01 1.073.745.920 D_RFAC11.DBF
01-01-2009 02:01 1.073.745.920 D_RFAC12.DBF
01-01-2009 02:01 1.073.745.920 D_RFAC13.DBF
01-01-2009 02:01 1.073.745.920 D_RFAC14.DBF
14 File(s) 15.032.442.880 bytes
I know that these are the datafiles of a tablespace named PK_RFAC in the old server.
It's possible to create a tablespace and make it use this datafiles without rewriting them in the new server?

Similar Messages

  • Migrated movie projects to new machine....

    Ok so I bought a new iMac and migrated all my iMovie projects. They play fine within iMovie itself but refuse to export either to iDVD or as a standalone film.
    Basically the export starts ok but usually hangs at a random point during the export and I get the beach ball of death until I force quit iMovie.
    All the projects were created in the older iMovie 9 and I'm currently using iMovie 11 that came with the new machine.
    I have tried verifying/repairing permissions and deleting the iMovie configuration. But nothing seems to work.

    Hello potvora
    You can archive off iMovie projects and final movies to your computer by following the steps in the article below.
    iMovie for iOS (iPhone, iPod touch): Send to iTunes
    http://support.apple.com/kb/PH3355
    Regards,
    -Norm G.

  • Move Lightroom to new machine?

    Have new machine I want Lightroom on.  need to transfer license.

    You do not need to transfer the license, you just need to install it on the second machine.  Your license allows you to have the software installed and activtaed on two machines.  If you already have it installed on two machines then you just need to deactivate it on one of them (Help -> Deactivate)

  • HOW TO MOVE DATAFILES FROM ONE  DISK RAID TO ANOTHER:PLZ HELP ME  :=)

    Hi all,
    For Tunning reasons : perform The I/O from the Instance to datafiles (database). I decide to move some Index datafiles from One DISK RAID to another.
    I'm on Linux Redhat Server and Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    My database 's On PRODUCTION and there 're many web applications updating some databases tables and for sure using Index tablespace. I preapared yet my procedure to move datafiles but I'm posting this to be sure that I will not have BAD EFFECTS on my Oracle database.
    So I plan without SHUTDOWN MY DATABASE to these steps :
    /*Step1 : */
    ALTER TABLESPACE INDX OFFLINE ;
    /*Step 2 : move datafiles to new disk raid*/
    mv /u01/oraindx/DB01/indx01_05.dbf /u01/oraindx2/DB01/indx01_05.dbf
    mv /u01/oraindx/DB01/indx01_06.dbf /u01/oraindx2/DB01/indx01_06.dbf
    mv /u01/oraindx/DB01/indx01_07.dbf /u01/oraindx2/DB01/indx01_07.dbf
    /*Step 3 : */
    ALTER TABLESPACE INDX RENAME DATAFILE '/u01/oraindx/DB01/indx01_05.dbf' TO '/u01/oraindx2/DB01/indx01_05.dbf';
    ALTER TABLESPACE INDX RENAME DATAFILE '/u01/oraindx/DB01/indx01_06.dbf' TO '/u01/oraindx2/DB01/indx01_06.dbf';
    ALTER TABLESPACE INDX RENAME DATAFILE '/u01/oraindx/DB01/indx01_07.dbf' TO '/u01/oraindx2/DB01/indx01_07.dbf';
    /*Step 4 : */
    ALTER TABLESPACE INDX ONLINE ;
    Please verify my procedure and tell me the precautions that I should take care :=)
    regards,

    Werner,
    If this is an active databases (indexes are used),
    you cannot set offline the index tablespace.you can offline it.
    DAB user:
    SQL>create tablespace inds datafile '/oracle/newdb/mydb/inds01.dbf' size 10m;
    Tablespace created.
    Scott user:
    SQL>create table t2 (col1 date, id number) tablespace users;
    Table created.
    SQL>create index t2_ind on t2(id) tablespace inds;
    Index created.
    SQL>insert into t2 values (sysdate,1);
    1 row created.
    SQL>insert into t2 values (sysdate,2);
    1 row created.
    SQL>insert into t2 values (sysdate,10);
    1 row created.
    DBA user:
    SQL>select segment_name,segment_type,tablespace_name
      2  from dba_segments
      3  where owner='SCOTT' and segment_name like 'T2%';
    SEGMENT_NAME                   SEGMENT_TYPE       TABLESPACE_NAME
    T2                             TABLE              USERS
    T2_IND                         INDEX              INDS
    SQL>alter tablespace inds offline;
    Tablespace altered.
    SQL>!mv /oracle/newdb/mydb/inds01.dbf /oracle/newdb/mydb/inds0001.dbf
    SQL>alter tablespace inds rename datafile '/oracle/newdb/mydb/inds01.dbf' to
      2  '/oracle/newdb/mydb/inds0001.dbf';
    Tablespace altered.
    SQL>alter tablespace inds online;
    Tablespace altered.
    scott user:
    SQL>insert into t2 values (sysdate,20);
    1 row created.
    SQL>
    SQL>select * from t2;
    COL1              ID
    22-NOV-07          1
    22-NOV-07          2
    22-NOV-07         10
    22-NOV-07         20
    SQL>commit;
    Commit complete.

  • How do I move booksmark to another machine without replacing the bookmarks on the new machine, i.e combine a number of bookmark files

    I'm setting up a laptop and want to have all the bookmarks from my desk machine to be moved there from different accounts, but in end up in one file so that I don't have to have loads of separate accounts.

    You need to combine all the links to one HTML file.
    You only need a file with Anchor links like this:
    <pre><nowiki>
    <a href="https://support.mozilla.com/en-US/questions/754997">How do I move booksmark to another machine without replacing the bookmarks on the new machine, i.e combine a number of bookmark files | Firefox Support Forum | Firefox Support</a></nowiki></pre>
    If you export bookmarks to an HTML file then you create a copy of your bookmarks and you edit that copy and you do not affect the original bookmarks.
    See also [/questions/737050]

  • I can't seem to get my Windows 7 Box to "see" the NAS where my music and movies are stored.  This ran fine on W XP.  After I installed iTunes on my new machine, I can't get it to "see/recognize" the NAS drive.  5 other computers can.  Any Ideas ?

    I have a mix of Apple and Windows Boxes.  The primary NAS is a 2TB Buffalo Unit.  The back-up NAS is a QNAP with 6TBs (set up as Raid 5).  Until I removed my old 32 Bit Dell machine today, all the rooms in the house got excellent delivery of audio or video, via Apple TVs, which then run into DACs and amps, and the  rest of the gear.  The 32 Bit Box was failing on some boots, so I got a new machine.  I installed 64 Bit iTunes on it, but cannot get it to recognize the NAS Box. It's like the setting took, as I can see it, however, it "appears" that iTunes is looking elsewhere for the media.  I would really prefer not to reload all 850 CDs, and redownload the 56 movies from iTunes.
    Is there something that changed in 64 Bit iTunes ?  years ago, iTunes would sometimes boot and really want to find the music under Documents and Settings..... but that seemed to sort itself out.
    Bill O 6TB

    I have a mix of Apple and Windows Boxes.  The primary NAS is a 2TB Buffalo Unit.  The back-up NAS is a QNAP with 6TBs (set up as Raid 5).  Until I removed my old 32 Bit Dell machine today, all the rooms in the house got excellent delivery of audio or video, via Apple TVs, which then run into DACs and amps, and the  rest of the gear.  The 32 Bit Box was failing on some boots, so I got a new machine.  I installed 64 Bit iTunes on it, but cannot get it to recognize the NAS Box. It's like the setting took, as I can see it, however, it "appears" that iTunes is looking elsewhere for the media.  I would really prefer not to reload all 850 CDs, and redownload the 56 movies from iTunes.
    Is there something that changed in 64 Bit iTunes ?  years ago, iTunes would sometimes boot and really want to find the music under Documents and Settings..... but that seemed to sort itself out.
    Bill O 6TB

  • I have CS5 on a PC vith Vista. I need to move it to a PC with windows7. I had originally downloaded it so how do I move it to the new machine?

    I have CS5 on a PC with Vista. I need to move it to a PC with windows7. I had originally downloaded it so how do I move it to the new machine?

    Much the same way as you originally did.  Download it and use your serial number to activate it.
    CS5 - http://helpx.adobe.com/creative-suite/kb/cs5-product-downloads.html
    If you registered it when you first installed it then your serial number might be available in your Adobe account online.

  • Secondly, i used migration assistant to move everything from old laptop to new. when i used pages on new machine, 10.8.5 operating system, there is no click for file save as in the menu, only flle save. why?

    secondly, i used migration assistant to move everything from old laptop to new. when i used pages on new machine, 10.8.5 operating system, there is no click for file save as in the menu, only flle save. why?

    Hold down Option key while clicking on menu bar and Save as will appear.

  • Best way to move the aperture library to a new machine?

    Hi Folks,
    This must be an FAQ I just can't find it.
    I've just got a new machine and want to move Aperture to it. I have backed up the vault to an external drive. I 'think' you would restore the library from that. Any advice from those who've done this already, would be much appreciated.
    Mac Pro   Mac OS X (10.4.9)   Quad-Core Intel Xeon 4GB memory

    What it won't do is copy across your preferences, presets and keyword lists...
    Preferences - copy 'your home folder'/Library/Preferences/com.apple.Aperture.plist to the same place on the new computer.
    Presets and keywords lists etc. - copy the entire 'your home folder'/Library/Application Support/Aperture folder across.
    If you used Migration Assistant these have probably been copied across already.
    Ian

  • HT4926 If I download Final Cut Pro X, can I move it or re-download it to a new machine later?

    If I download FCP X, can I move it to another machine later? I'm thinking of buying a new machine, but don't want to wait until then for the software.

    Yes, FCP X is completely self-contained and you can copy it onto a memory stick, SD card or hard drive and put it on any computers you own.
    It's worth keeping a copy on a DVD or SD card in case you ever "lose" your normal one as it's much quicker than downloading from the AppStore.

  • How to move VMM 2008 R2 Sp1 server to new machine

    Hello,
    I need to move/migrate VMM 2008 R2 Sp1 installation (server, not database) to new machine. New machine has several different roles installed so backup/restore method is not possible. New server will have different name.There are also several Hyper-V hosts
    and library servers connected to old VMM.
    Do you have any good step-by-step for this?
    Robert Mandziarz | IT Administrator:
    CodeTwo
    If this post helps resolve your issue, please click the "Mark as Answer" or "Helpful" button at the top of this message. By marking a post as Answered, or Helpful you help others find the answer
    faster.

    Hi,
    Thank you for your posting in Windows Server Forum.
    From your description it seems that you have 50 RDS User CAL, if I am wrong then please correct it. If you are using RD User CAL then you can track per User CAL and also generate a report by
    RD Licensing Manager. But for tracking RD User CAL, the system must be domain joined as it won’t work with workgroup mode. After creating report you can have the CAL details and to retain\migrate and activate again you need to contact MS clearing house.
    Please check below article for more information.
    Track the Issuance of Remote Desktop Services Per User Client Access Licenses
    http://technet.microsoft.com/en-us/library/cc754625.aspx
    Migrate Remote Desktop Services Client Access Licenses (RDS CALs)
    http://technet.microsoft.com/en-us/library/dd851844.aspx
    Hope it helps! 
    Thanks,
    Dharmesh

  • How to move SSL certificates to a new machine

    Hi,
    we are moving our SL Server to a new machine, keeping the previous IP and DNS name.
    We had obtained a SSL certificate for the old server.
    We want to move the certificate to the new machine, since the name and IP is the same.
    However when we try to replace the self-signed certificate installed in the new machine with the certificate we bought for the old machine we get an error message saying that the certificate does not match the "private key".
    Is it possible to move a certificate from a server to a new one?

    UptimeJeff wrote:
    Look in the old machine in /etc/certificates
    Grab the key and cert.
    On the new machine, import the pair (hit Plus, then Import a Certificate Identity)
    There are some reasons it may not go that smoothly.. but certainly try the above first.
    Thanks a lot.
    I tried what you suggested but at the import stage in the new server Server Admin asked for the passphrase used to protect the private key.
    I had no idea of the passphrase but then, checking the Advanced Server Administration Manual I found this information:
    When certificates and keys are imported via Certificate Manager, they are put in the /etc/certificates/ directory.
    After they are imported, Certificate Manager encrypts the files with a random passphrase. It puts the passphrase in the System keychain, and puts the resulting PEM files in /etc/certificates/.
    So I checked the System Keychain in the original server and managed to get the random passphrase and used it to import the files into the new server.
    It looks as if everything is OK now.

  • HT201250 How long does it take to move 700gb from time machine to a new iMac?

    How long does it take to move 700gb from time machine to a new iMac?

    Last time I did this it took approx 2 and a half hours for 220 GB...
    That was using an External USB 2 Time Machine Hard Drive.

  • Bah! Publishing or "test movie" do not work on new machine

    Bah! Publishing or "test movie" do not work on new machine. I
    repaired all permissions, saved as different file names, and I
    still get a "Be sure destination file is not locked..." This even
    happens on Adobe's sample files! Fresh install (CS 4), fresh
    operating system, new iMac. Thank you for your help, guys and
    gals.

    Nevermind, I got it. I had to change the publishing directory
    to a different one.

  • Move Databse 10g R2 from Old Machine to New Machine .

    Hello Every body
    We have a new Server (Windows server 2003 OS)
    So My Manager asked me to Move Our Oracle Databse 10g release 2 from an Old Sever to The New one , i Will also install Oracle Databse 10g release 2 on the New server , Everything will be same like the Old one ..
    My Question is , What is the easiest way to Do that ... ? , And i will be appreciate if you Give me instruction as steps , Like 1 , 2 , 3 ...
    i was thinking to Install the New Database at the New server , and Copy All Oradata folder From Old Server Database to the New One ... is that right ? Or ... ?!!
    Thank you Alll
    Alaa

    Alaa Al-allan wrote:
    thank you again for replay Aman....      
    No unfortunately , no one around me , am new at DBA , and the old DBA has left 2 months ago ...am alone now , :(
    ooh man , i was thinking its easy task , but i can feel from your voice that its a complicated task , is it ??!!
    thanks again
    AlaaIt's not all that complicated, but your old DBA left you with a mess and it may take a while to clean up.
    First of all, you should not be running any kind of production (and many kinds of "non-production") database in noarchivelog mode, unless you really, really know what you are doing. It is prima-facie evidence that someone does not know what they are doing. So there will be issues of space and configuration that are what we nicely call "deferred maintenance" but more accurately naming would be censored by this board.
    Second, mulitiple databases on a Windows box is usually a mistake. But that may or may not be true, as people from the MS world often have a different definition of "database," what Oracle calls a schema. So you need to let us know if there are multiple databases from the Oracle viewpoint - multiple alert logs, services and so forth.
    Third, not having archives means your backup is done wrong. You will need to fix that!
    You are fortunate in that you are moving to a new box, so hopefully the 4 days you mentioned means a window of opportunity at an arbitrary time in the future, not just 4 days from yesterday. This lets you try it several ways. 30G isn't all that big. Personally, I favor exp/imp, because that fixes some old problems that may be floating about, such as tablespace conversions that didn't really convert from DMT to LMT. It has it's own issues, such as the possibility of wasting some space and various well-known idiosyncracies that newbies inevitably trip over, but it also means the db is starting fresh and clean.
    So this is what I do when given the opportunity:
    Create a new db on the new machine, you can use the database creation assistant. There will be a parameter file, find the one on the old machine (you may want to google "create pfile from spfile") and compare to the new one, you may want to make some adjustments. If there are any parameters that start with one underscore, you want to ask about those. You don't want to just blindly use the same parameters.
    Come up with scripts to exp each schema on the old machine.
    Evaluate the metadata of tablespaces and objects that will be coming over. Exactly how depends on how many - some systems have tens of thousands, but only use thousands - but note there is an option to get imp to put the metadata into text files you can edit, and there are programmatic ways to get them from the original db.
    Pre-create the tablespaces and tables in the new system.
    Imp the data.
    Make several test runs, fixing issues as I find them. In some cases I use the create table as select syntax over a network instead of importing the data. Once you have the db created, you can drop schema to clean them up if you've made scripts to recreate the metadata.
    Test your app, this may point up some things missed that are outside schemata, and missing grants and synonyms.
    Now, I've been doing this for a long time, so I use the old exp/imp, but as a newbie you may want to use the new one (impdp). Note there are ways to use the network so you don't have to copy export files, and various ways to compress, which can speed up moving things around. Since I usually am in a fog of much more work upgrading apps, I may have missed some steps. but hopefully this gives you a starting point.
    You may want to get a consultant in who is familiar with your app and doing this kind of migration, if there is any kind of pressure.

Maybe you are looking for