Generate only some table scripts

D

david.parenteau

Hi!

I have a big data model with about 150 tables. When I choose
"Database", "Generate...", it tells me that I have 420 errors... But it
doesn't show me any code or any window to choose generate options...

Is a way exists to generate code for some tables without having to
correct all 420 errors on all the data model tables? Some errors like
"Child table doesn't have a field associated".

Thanks a lot!
 
D

Dmitry Duginov

Hi!

I have a big data model with about 150 tables. When I choose
"Database", "Generate...", it tells me that I have 420 errors... But it
doesn't show me any code or any window to choose generate options...

Is a way exists to generate code for some tables without having to
correct all 420 errors on all the data model tables? Some errors like
"Child table doesn't have a field associated".

Yes, this is weird. I reverse engineered a subset of 5 tables from a bigger
database model. When I'm trying to generate the script, I'm getting 74
errors and all of them are related to database objects I don't care about!

Examples:

error P2403: 'XDB$FACET_LIST_T' : Collection type cannot be based on another
collection type or object type which contains collection type attributes.

error P1003: 'WELCOME-FILE-TYPE48_T' : Table name contains invalid
character(s).

error P1009: 'welcome-file49_COLL.WELCOME-FILE49_COLLFIELD1' : Column name
contains invalid character(s).

and so on...

So, I'd like to get the answer as well...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top