mod plsql without application server?
604377Feb 22 2008 — edited Feb 25 2008I was wondering... is there a way to add mod plsql to my local apache server without using the application server?
The reason for this is that i do a lot of development for portal for different customers.
I want to create some libraries for stuff i always use like ajax functions, dynamic drop down lists, popups,... so when i get to a new customer i can just take my package and plug it in.
I want to create that package on my locall desktop because company policy does not allow to take code with you so if i create it on my own time it's my code :)
My pc is not good enough to install application server + database. I'm running an oracle XE and i have an apache server installed so it would be great if i could use the mod plsql on my apache so i can execute procedures by a url...