Idoc script’s simplicity is both a blessing and a curse. While it’s a breeze to learn, and easy to reach for when you need to do a bit of server-side processing with the Oracle Universal Content Managment suite, the sparse feature set and lack of things like user-defined functions and arrays often result in a cut-paste-tweak approach to problem-solving that’s a real pain to maintain.
In this post, I cover how to simulate a simple, one-dimensional array with a ResultSet created with the rsMakeFromString() function.