Tagged Questions

5
votes
10answers
666 views

Hidden features of PL/SQL

In light of the "Hidden features of..." series of questions, what little-known features of PL/SQL have become useful to you? Edit: Features specific to PL/SQL are preferred over features of Oracle's …
15
votes
16answers
2k views

Hidden features in Oracle

I enjoyed the answers and questions about hidden features in sql server What can you tell us about Oracle? Hidden tables, inner workings of ..., secret stored procs, package that has good utils...
0
votes
1answer
51 views

What does dbms_transform.compute_transformation do?

In 10gR2 (first available in 9.0.1) if you Describe dbms_transform it shows a procedure compute_transformation not listed in the documentation. Google searches show it's undocumented... d'uh. Has …