Oracle PL/SQL Frequently Asked Questions

Source: http://www.orafaq.com Oracle PL/SQL FAQ Topics ·  What is PL/SQL and what is it used for? ·  Should one use PL/SQL or Java to code procedures and triggers? ·  How can one see if somebody modified any code? ·  How can one search PL/SQL code for a string/key value? ·  How can one keep a history of PL/SQL code changes? ·  How can I protect my PL/SQL source code? ·  Can one print to the screen from PL/SQL? ·  Can … More ->

Tagged , , , , , , , , , , , , , , Leave a comment

Servlets FAQ

TABLE OF CONTENTS How does the performance of JSP pages compare with that of servlets? How does it compare with Perl scripts? What’s a better approach for enabling thread-safe servlets and JSPs? SingleThreadModel Interface or Synchronization? How can I further optimize my servlets? How do I set my CLASSPATH for servlets? Why doesn’t my servlet work inside a <SERVLET> tag? How do I fully shut down the server? My browser says “the server returned an invalid or unrecognized response” — … More ->

Tagged , , , , , Leave a comment