Author: SSWUG Research

Community

Using a PL/SQL Table in SQL

(Lewis R Cunningham) A friend of mine called a few days ago with a question. He wanted to populate a PL/SQL table and use it to compare to some other data via a NOT IN subquery. He was having a problem getting the data into the nested table and wasn’t sure how to access it from SQL after he did.

Community

The Java XML Validation API

(Elliotte Rusty Harold) Validation is a powerful tool. It enables you to quickly check that input is roughly in the form you expect and quickly reject any document that is too far away from what your process can handle. If there’s a problem with the data, it’s better to find out earlier than later.