hi experts
i am facing a small issue and need help in this regards. when i place my reports in given below path, all my reports run
REPORTS_PATH C:\oracle\FRHome_1\reports\templates;C:\oracle\FRHome_1\reports\samples\demo;C:\oracle\FRHome_1\reports\integ;C:\oracle\FRHome_1\reports\printers;
but now i want to place my reports in my desired folder and run it from there. moght be possible i would use multiple locations for diffirent applications.
My question is how can i edit report enviroment through EM, and where is reports_path parameter i found to modify and add list of my desired folders.
** i check my report parameters through command
http://10.10.0.13:7778/reports/rwservlet/showenv
for your ease my coding behind the button is as following
BEGIN
web.show_document('http://10.10.0.13:7778/reports/rwservlet?report=emp_list.rdf&userid=scott/tiger@amsdb_xe&destype=CACHE&desformat=html','_blank' );
END;
regards
Anwer