Any ideas or suggestions?
Am I also correct in my understanding that the DDT works ONLY with MS SQL databases and NOT Oracle databases?
Thanks for any help you can offer ....
Did I understand your reply to my original post correctly related to the DDT in that I can create the view structure in DDT and then it would pull the Oracle data that I wanted from multiple tables based on the defined relationships in the DDT?
I have not worked with the DDT yet. Would I be trying to define a single table structure based on what the view results would look like or define multiple data structures and the relationships between the multiple tables that would make up the view results?
Should I be able to see the SQL view when trying to map a business object to the DDT or would I still need to create the pseudo table structure for SQL views like you described for Oracle views and map the business object to the SQL pseudo table? I'm still confused on whether or not a business object can be mapped to anything except a 'table'.
I have projects to work on that will use both type of databases. It would be helpful to know what to anticipate when doing the design work on these projects.
So, you would still need to create a pseudo table within the DDT that has same structure as your view in Oracle and then, you can map to that.