Hi Everyone,
as stated in the subject, I'm using PowerBuilder with Oracle 11R2. Every time I try to define update properties for the DataWindow object, PB cannot find the table:
The part of DBTrace log for this action shows:
(b973c50): GET EXTENDED ATTRIBUTES: TABLE=abaprojekt OWNER=ilv
(b973c50): SELECT OWNER, TABLE_NAME, TABLE_TYPE FROM SYS.ALL_CATALOG WHERE TABLE_TYPE IN ('TABLE','VIEW')AND OWNER =:1 AND TABLE_NAME =:2 (0.000 MS / 5846.140 MS)
(b973c50): SELECT OWNER, SYNONYM_NAME FROM SYS.ALL_SYNONYMS WHERE OWNER = :1 AND SYNONYM_NAME = :2 (0.000 MS / 5846.140 MS)
(b973c50): SELECT OWNER, SYNONYM_NAME FROM SYS.ALL_SYNONYMS WHERE OWNER = 'PUBLIC' AND SYNONYM_NAME = :1 (0.000 MS / 5846.140 MS) (105.759 MS / 5951.899 MS)
I thought, it could be because of the fact, that Oracle threats nonquoted names as upper case and PB tries to use lower case. But if I changed ilv.abaprojekt to ILV.ABAPROJEKT in the "Table to update" field - nothing changed.
Does anyone have possibly an idea, what could cause this behaviour?
PB connects as SYSTEM and all the tables and views do exist in the database painter.
I really appreciate any help,
regards,
Andrzej