Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Has anyone come across error with synonym on oracle tables? seems to time out as it thinks the table is either not there but when I run the same script in oracle or toad using the same user id and password credentials, it runs with no problem. Can anyone help with this?
Does a simple select * from tablename from QV against a simple small Oracle table work ok ?
To avoid this problem, have 3 tier architecture.. store all relevant source tables into QVDs and then use transformations, this will not have that oracle "synonym" issue.
HTH
Sreeni
Hi Sreeni,
thank you for your help. I tried restructuring the architecture of the table and that seems to have helped. I also, streamlined the amount of data I am pulling in. that is working also. thank you for your help.
Glad that it has worked! Please close the thread by marking correct or helpful