This also affects how the table names display in the database painter and how the
SELECT statements are painted for datawindows. If you connect to it as dba in the
development environment, then the table name shows up in the painter as MyTable, and
any datawindow created has a select statement that starts as SELECT
The easiest way to deal with this is to connect in the development environment with
a user name other than the table owner whenever you create or modify a DW to force the inclusion of the owner prefix in the
generated SELECT statement.
In this case the SELECT statement created will include the table owner prefix (i.e. dba.MyTable).
Written and compiled by Réal Gagnon ©1998-2005
[ home ]