i need hellp plz
i have server pc with windows server 2003 and there oracle database
when i setting up oracle developer and run reaport builder with RUN PAPER LAYOUT it run fine
but when i run it with RUN WEB LAYOUT
it's not working
and when i do printing order from a program screan it say
UNABLE TO CONNICT WITH DATABASE
and i use this code for printing
declare
v_url varchar(300);
BEGIN
v_url := '/reports/rwservlet?report=d:\reports\R_CITIES.rdf&userid=user1/1@orcl&destype=cache&desformat=PDF';
web.show_document(v_url,'_blank');
end;
plz help me plzzzzzz