Bug in Version 3.0.13.175 ?
Following scenario:
Reverse Engineering of a complete schema in a Oracle 10g database:
login as NONE Oracle DBA user
reverse engineer all tables of this user
…log message: reversing users
-> error message pop-up:
Source: CS3-Internal error
Script: REOracle10g
Description: ORA-00942 …
Row: 3126
Column: 3
Reason could be that script tries to select from dba_users, but currently logged in user has no access to this DBA view in the data dictionary.
Regards,
Markus