trigger calling a procedure

chphang

Member
hi! i'm working on oracle portal.

i've got a trigger that calls a procedure
which will then output a html page.

problem is the html page is not shown.

if i change the same trigger to insert some values in Table Test, it works.

thus i conclude that the triggering event is working.

i've read that the page might be display on the db server if the db server and app server are in different box, but both my db and app server are in the same box.

kindly advise.
thx
 
Back
Top