DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: table schema change & data migration

  1. #1
    Join Date
    Dec 2002
    Location
    Chennai, India
    Posts
    104

    table schema change & data migration

    Hi Guys,
    I have to migrate data from Informix(6.x) to Oracle(9.x) but some of the tables in Oracle9i contains additional field.
    I got the control and data files from informix and planning to import this in oracle using sql loader.
    My doubts are:-
    (1) How can i specify the data for the new fields in the table because the data file dosn't contain this values. Initially i thought of manually editing the data file for adding new data but this won't work out if the number of records are more.
    (2) Should order of field in table is a matter for sql loader?
    Could any one pls help me out.
    Regards,
    Sudheer

  2. #2
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    Hi

    i would suggest that for tables having extra fields, just load data into some dummy user... then just do ITAS(insert into table as select)
    to the actual user from the dummy user

    HTH
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width