Hi,
Is there a way to export database features found in RPD?
Or perhaps is there a file where I can find this info?
Kind regards,
Antonija
Convert a copy of your rpd to XML and just search through that, or use a piece of middleware to do the same; -
https://www.datavail.com/blog/art-of-bi-converting-the-obiee-repository-file-rpd-into-a-xml-xml-file/
Right Click on the Database icon and click on copy then paste in your text editor of choice and you should get output (just an excerpt) similar to this:
DECLARE DATABASE "DBName" AS "DBName" TYPE Oracle11gFEATURES ('LEFT_OUTER_JOIN_SUPPORTED' = 'Yes','RIGHT_OUTER_JOIN_SUPPORTED' = 'Yes','FULL_OUTER_JOIN_SUPPORTED' = 'Yes','NESTED_OUTER_JOIN_SUPPORTED' = 'Yes','UNION_SUPPORTED' = 'Yes','UNION_ALL_SUPPORTED' = 'Yes','COUNT_SUPPORTED' = 'Yes','COUNT_DISTINCT_SUPPORTED' = 'Yes','COUNT_STAR_SUPPORTED' = 'Yes','SUM_SUPPORTED' = 'Yes','AVG_SUPPORTED' = 'Yes','MIN_SUPPORTED' = 'Yes','MAX_SUPPORTED' = 'Yes','FIRST_SUPPORTED' = 'Yes','LAST_SUPPORTED' = 'Yes','RANK_SUPPORTED' = 'Yes','PERCENTILE_SUPPORTED' = 'No','MOVING_AVG_SUPPORTED' = 'No','TOPN_SUPPORTED' = 'Yes','BOTTOMN_SUPPORTED' = 'Yes','GROUP_BY_SUPPORTED' = 'Yes','GROUP_BY_EXPR_SUPPORTED' = 'Yes','HAVING_SUPPORTED' = 'Yes','PARAMETERS_IN_HAVING_CLAUSE_SUPPORTED' = 'No','ORDERBY_SUPPORTED' = 'Yes','EXPRESSIONS_IN_ORDERBY_SUPPORTED' = 'No','ORDER_BY_COLUMNS_IN_SELECT_SUPPORTED' = 'No','NULL_VALUES_SORT_FIRST' = 'No','DISTINCT_SUPPORTED' = 'Yes','CASE_LOOK_UP_SUPPORTED' = 'Yes','CASE_IF_SUPPORTED' = 'Yes','DATE_LITERAL_SUPPORTED' = 'Yes','TIME_LITERAL_SUPPORTED' = 'Yes','DATE_TIME_LITERAL_SUPPORTED' = 'Yes','INTERVAL_LITERAL_SUPPORTED' = 'No','CURDATE_SUPPORTED' = 'No','CURTIME_SUPPORTED' = 'No','NOW_SUPPORTED' = 'No','CALENDAR_EXTRACT_DAY_SUPPORTED' = 'Yes','CALENDAR_EXTRACT_DAY_OF_QUARTER_SUPPORTED' = 'No','CALENDAR_EXTRACT_DAY_OF_YEAR_SUPPORTED' = 'Yes','CALENDAR_EXTRACT_HOUR_SUPPORTED' = 'Yes','CALENDAR_EXTRACT_MINUTE_SUPPORTED' = 'Yes','CALENDAR_EXTRACT_MONTH_SUPPORTED' = 'Yes','CALENDAR_EXTRACT_MONTH_OF_QUARTER_SUPPORTED' = 'Yes','CALENDAR_EXTRACT_QUARTER_OF_YEAR_SUPPORTED' = 'Yes','CALENDAR_EXTRACT_SECOND_SUPPORTED' = 'Yes','CALENDAR_EXTRACT_WEEK_OF_QUARTER_SUPPORTED' = 'No','CALENDAR_EXTRACT_WEEK_OF_YEAR_SUPPORTED' = 'Yes','CALENDAR_EXTRACT_YEAR_SUPPORTED' = 'Yes','CALENDAR_EXTRACT_WEEK_OF_MONTH_SUPPORTED' = 'Yes','CALENDAR_EXTRACT_SHORT_NAME_OF_MONTH_SUPPORTED' = 'Yes','CALENDAR_EXTRACT_DAY_OF_WEEK_SUPPORTED' = 'Yes',
Hi Team, We would like to raise an enhancement request for the SSO/SAML configuration guidance for OAS 2026. We have already raised multiple SRs regarding OAS 2026 SSO configuration. However, we are facing difficulties getting the required guidance, as the available documentation does not clearly cover the OAS 2026 SSO…
We are planning to archive the Contract and Lease data currently sourced from the External Source as Contract and Lease accounting functions are being migrated to Oracle's CLM and Lease Accounting modules. At this stage, only active and partially closed records are being converted into Oracle and the remaining historical…
The difference column is a calculation, and I would like to average that row.
We are trying to convert our OAS reports to OAC and one of the parameters in the where clause of the report is what I am trying to make in OAC. I created a calculation as follows and I am trying to put it into a filter . The code validates EVALUATE('GREATEST ( TRUNC ( NVL (%1, TO_DATE (''1/1/2013'', ''mm/dd/yyyy'') ) ),…
Hi , I am calling one parameter in another parameter and it is not working. 1st parameter is showing values, while calling the 1st parameter in second it is not showing any values. Regards, Sree Hari M