I am connecting to an oracle instance called inst1 which has a linked database to another oracle instance called inst2. I can write SQL when connected to inst1 and join to tables in inst2 using the multi-part syntax and this is good, but...... I would like to see the tables in inst2 when connectioning my Crystal Report 11 to inst1. I only see the tables and views in inst1. How can I see the tables in inst2 in the Crystal Connection? I guess one alternative is to make views in inst1 that reference the tables in inst2, but I want to avoid this if possible. I am connecting thru the native oracle connection and we are prevented from using ODBC in our company. Need to use the native connection or possibly OLEDB.