修改了程序的一个包,完成后,PL/SQL报错说“程序太大” PLS-00123:程序太大(Diana nodes)请教解决方法,急!!!!1

解决方案 »

  1.   

    The best solution is to modularize the program by defining subprograms, which can be stored in an Oracle database. Another solution is to break the program into two sub-blocks. Have the first block INSERT any data the second block needs into a temporary database table. Then, have the second block SELECT the data from the table.