we are invoking 10g oracle report and We are using the below command as part of it. It is working fi
In our forms application we are invoking 10g oracle report and We are using the below command as part of it. It is working fine with 10g database. But in 11g database it is failing. The details are given below:
UTL_HTTP.REQUEST('http://130.78.44.160:9002/reports/rwservlet?server=dev_test_server+report=RLRRSENQ+desformat=pdf+destype=PRINTER+desname=\\CSCDBCHE608\bngl+userid=APPLUSER/appluser@BRUPRD11+copies=1+p_facility_id=KB+paramform=no+maximum=yes+recursive_load=no+SESSION_ID=3011532+REQ_DATE=270613145546+OPERATING_FACILITY_ID=KB+USER_ID=CSCLB+P_LANGUAGE_ID=en');
Error:
ORA-06512: at "SYS.UTL_HTTP", line 1722
ORA-24247: network access denied by access control list (ACL)
UTL_HTTP.REQUEST('http://130.78.44.160:9002/reports/rwservlet?server=dev_test_server+report=RLRRSENQ+desformat=pdf+destype=PRINTER+desname=\\CSCDBCHE608\bngl+userid=APPLUSER/appluser@BRUPRD11+copies=1+p_facility_id=KB+paramform=no+maximum=yes+recursive_load=no+SESSION_ID=3011532+REQ_DATE=270613145546+OPERATING_FACILITY_ID=KB+USER_ID=CSCLB+P_LANGUAGE_ID=en');
Error:
ORA-06512: at "SYS.UTL_HTTP", line 1722
ORA-24247: network access denied by access control list (ACL)
0