jaxio / celerio-angular-quickstart

Generate an Angular 5 CRUD application from an existing database schema (we provide a sample one)
Apache License 2.0
479 stars 138 forks source link

Oracle table user doesnot exist #33

Closed panksoni closed 7 years ago

panksoni commented 7 years ago

While reverse engineering my oracle database, getting error angular-quickstart: The table named USER could not be found.

In Oracle I cannot create a table named as user. I tried creating different table as account but did not work.

nromanetti commented 7 years ago

I guess that you haven't changed the configuration file celerio-maven-plugin.xml ... if it still mentions the USER table, then Celerio complains when it can't find it during the reverse phase. Please let me know, you may provide your console output, it would help diagnose... :)

panksoni commented 7 years ago

Thanks that worked