Where I can find the .rtf locations I uploaded in XML Publisher of Oracle EBS R12? I just wanted to know the locations of all the rtf I published?
问题 Where I can find the .rtf locations I uploaded in XML Publisher of Oracle EBS R12? I just wanted to know the locations of all the rtf I published? Please tell me the command of linux through which i can know..or anything 回答1: BI Publisher .rtf templates are not uploaded to OS level, they are stored as blobs in DB table xdo_lobs.file_data as below (see full query in Blitz Report XDO Publisher Datasources) select xtv.template_name, xtv.template_code, ( select xl.file_name from xdo_lobs xl where