File version using SQL Developer
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
Santhosh
0