The role of ApEx listener
895614Jun 29 2012 — edited Jun 30 2012Hello All,
I want a few expert views on my understanding
As far as I understand, mod_plsql is responsible for generating html outputs which the XML http server or OHA presents to the user.
Now when we use ApEx listener, we are no longer using mod_plsql so I guess ApEx listener sends only the queries to the database. The database responds back with the result and the listener then generates the html page out of it and sends it back to the user. So as far as I understand, with the listener configuration, owa packages are no longer used.
Please correct me if I am wrong
Thanks