From: Dmitry Y. <fir...@ya...> - 2014-04-29 09:20:53
|
29.04.2014 13:05, Vlad Khorsun wrote: > Technically - it is possible. Practically - what generation of altered object > user transaction should work with ? Statements already having the object cached - the old version. Statements to be [re]prepared - the new version, as the metadata cache will be immediately (or later via AST) updated after DDL. Dmitry |