declare
TYPE t_test IS RECORD(
xx NUMBER(10)
);
my constant t_test := ????;
请问如何初始化my?
------解决方案--------------------
http://www.oracle-base.com/articles/9i/MutatingTableExceptions.php
------解决方案--------------------
参考:http://www.itpub.net/405702.html