Book a Demo

Author Topic: Generated DDL from reversed model  (Read 2718 times)

donghwi

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Generated DDL from reversed model
« on: January 31, 2006, 08:41:22 am »
I have generated from the model which is reverse engineered from the Oracle 8i.  The problem is, if the type is VARCHAR2 the length shows CHAR after length like:

AAA VARCHAR2 (100 CHAR).

I'd like to get rid of "CHAR" from the display and also from the DDL.  Would it be possible?  

Thanks,
Dennis

rneelakantan

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Generated DDL from reversed model
« Reply #1 on: February 24, 2006, 11:16:32 am »
When I tried to reverse engineering oracle schema, all the data types are converted to varchar in EA.  Did you face similar problem?

donghwi

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Generated DDL from reversed model
« Reply #2 on: February 24, 2006, 11:21:05 am »
Not for me. All data types are correctly reverse engineered.