I need to change one procedure from within the package. I need to relate to both declaration and implementation. Since I support patch files for each modification, I would like the changes to be minimal.
Is it possible to update a package only with a modified procedure (if so, how?) Or do I need to provide a complete definition and implementation of the package?
You need to replace the entire specification and body of the package - you cannot work only with part of the package.
Just to contradict everyone else.,
- -, , ( USER_SOURCE), EXECUTE IMMEDIATE.
, . , . - .
, - , . , . - , .
. , - CREATE OR REPLACE PACKAGE BODY.
CREATE OR REPLACE PACKAGE BODY
, , . , , , ( ).
Oracle 11g , .
Source: https://habr.com/ru/post/1763471/More articles:Oracle Instant Client with web application - oracleAndroid: InputConnection missing getSelection () method - androidEnhanced django-facebookconnect permissions - djangoГде в Visual Studio 2010 хранятся элементы "Последние проекты и решения" для меню "Файл"? - visual-studio-2010Getting OS version - luaUsing boost :: bind and boost :: lambda :: new_ptr to return the shared_ptr constructor - c ++If the logic in the SQL statement is sqlWhat is the difference between .psd (photoshop) and .xcf (gimp) file types? - file-typeExecuting jQuery Fadeout () callback function synchronously - jqueryHow to get input to a hidden text box and submit a form? - c #All Articles