Oracle Reports (MOSC)

MOSC Banner

File version using SQL Developer

edited Oct 8, 2013 3:01AM in Oracle Reports (MOSC) 2 commentsAnswered
 Hi 
I am using the below command to find the version of a report ..Is this fine?

select * from ad_file_versions
where file_id in 
(
select file_id from ad_files 
where filename = 'ABCDEF.rdf'
)

Sometimes when I check the same report version in server (cd $PRODUCT_TOP/reports/US) it shows a different one..

Thanks
Santhosh

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center