Here's my scenario... I have a Web Server in our DMZ, we have customers that will be submitting data to a production server internally. We normally would not allow 'outside, in', only 'inside, out'. In this case, I would like to figure out how to secure this data that will be submitted via the web page in the DMZ to an internal oracle database server. I know this is a basic concept, but I am fuzzy on securing things correctly. Basically I want the data the customer inputted externally immediately updating our internal database when they hit the 'submit' key. Any advice or books to read would be greatly appreciated. Thank you.