Book a Demo

Author Topic: DB transfer errors  (Read 3185 times)

jaspat

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
DB transfer errors
« on: May 02, 2011, 03:44:39 pm »
I am migrating from a Oracle9i repository created with the Oracle basemodel.sql created 12/03/2003
To an Oracle10g database created with script Oracle_EASchema.sql  created 21/1/2010

There are a number of changes between the 2 models for instance
t_connector. PDATA2 VARCHAR2(255)
has changed to
t_connector. PDATA2 PDATA2           CLOB

How are these changes in data types managed?  I have used the data management > Project Transfer which completes sucessdfully but get numerous error when access the target model