Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Physical Layer joins - Numbers vs. Varchar

I have inherited an RPD in which there are the usual physical joins between dimension tables and fact tables, but with a twist that I've not encountered before.
In the Oracle Database tables, the key columns (in both the dimension tables and the fact tables) are defined with a NUMBER(10,0) datatype. But In the RPD, the data type of those same columns has been manually altered to VARCHAR, meaning that OBIEE treats the joins in the physical layer as if they were between two character columns, not two numeric columns.
Is there some technical specification that requires that the physical layer joins must use text columns instead of numeric columns? Or, since this is an old 10g repository, was there, at some point long ago, a technical requirement to that effect? In other words, was the physical layer switch from number to varchar ever really necessary?
Answers
-
Hi Mark,
no - this was never necessary - even back to 10g.
0 -
Well, I sure didn't think so either, but I wanted confirmation. Thanks, Robert. Correct answer credited to you.
0