Consultor Eletrônico



Kbase P123742: Multiple tables with the same name in the database.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   03/05/2007
Status: Unverified

SYMPTOM(s):

Multiple tables with the same name in the database.

More than one _File records found by a unique FIND. (3166)

Tables were added by SQL user.

CAUSE:

Tables have different schema owners, i.e. pub.customer, odbcuser.customer.

FIX:

Execute a drop table odbcuser.customer command in SQL.