I want to start with a package for Pythonic string manipulation:
'The {0} brown fox jumped over the {1} dog'.format('quick','lazy')
.join()
.split()
.splitlines()
... and so forth
I think this package would not just implement the ones that don't exist in SQL or PL/SQL, it will provide Pythonically familiar names and interfaces to the ones that do exist.
Granted, there's only so Pythonic you can get in PL/SQL. A perfect set of packages would be a heroic task. Still, it's easy to imagine helping PL/SQL to suck less...
2 comments:
its amazing that in the year 2010, Oracle still doesn't ship with a decent string tokenizer. Best of luck!
running jython in Oracle JVM is possible
http://forums.oracle.com/forums/thread.jspa?threadID=492882&tstart=45
Post a Comment