Using data dictionary in PL/SQL
BolevAug 11 2008 — edited Aug 14 2008What people think about using data dictionary in PL/SQL witch supposed to be used for a long time (selects, type declarations and so on)?
Oracle does not guarantee data dictionary names will be same forever.
Is it a good idea to restrict the using of this in the Development standards?