Hello.
I use sqlplus scripts to install patches (compile packages + DDL) which I run through Command Window.
Why compiling packages takes much longer when doing it through @@package_name.pck in command windows than though opening it in Pl/SQL Developer and compiling directly (F8)? Are there any hints to improve performance of Command Window execution?
I use sqlplus scripts to install patches (compile packages + DDL) which I run through Command Window.
Why compiling packages takes much longer when doing it through @@package_name.pck in command windows than though opening it in Pl/SQL Developer and compiling directly (F8)? Are there any hints to improve performance of Command Window execution?