Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ODI postgresql reverse engineering put "." before table name right after keyword "From"

3327535Mar 9 2017

Hi,

I reverse engineered some tables from postgresql db and create a simple mapping. But the mapping failed. From the ODI generated code, I can see that there is a dot "." is placed in front of the table names right after the "From" keyword. I believe that is what cause the mapping failed. Such as: " .mi_user", and ".mi_device".

And when I tried to view the data from data stores, the same error come up as the error message on mapping failure. Is there any workaround to get rid of the ".". Thank you for your help!

Generated Code Snippet Here:

|

FROM .mi_device AS MI_DEVICE INNER JOIN (.mi_user AS MI_USER INNER JOIN .mi_device_ios AS MI_DEVICE_IOS ON MI_USER.device_id = MI_DEVICE_IOS.device_id ) ON MI_DEVICE.device_id = MI_DEVICE_IOS.device_id

|

pastedImage_6.png

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 6 2017
Added on Mar 9 2017
0 comments
397 views