Hi, I am updating RDP for the first time. I have imported a fact table to RPD and trying to add foreign keys to join dimension tables. These dimension tables are in two different oracle schemas. I have imported fact table to ADVHR folder ( this is one schema name and have a separate data source) and dimension tables are in two schemas ADVHR and HRUSER. I need to join dimension table in HRUSER with fact table in ADVHR. Both these schemas have SELECT privilege (READ) on each other. How should I join dimension and fact table with are in different schemas ? Please tell me best way to a join the tables.