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 ....
You are correct in your assumption that the DDT only works with SQL Server. However, while the DDT can only deploy structures to SQL Server, even if you use Oracle, you can create table structures within it and bind business objects to those structures. So, if you have a complex view or some sort of table that does not have a mappable data source (such as XML), you can create the structure for that view within the DDT and map your business object to it.
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.