On May 2, 11:52 pm, oracleing...@[EMAIL PROTECTED]
wrote:
> INSERT /*+ append */ INTO OPERATION_DTLS
> VALUES
INSERT /*+ APPEND */ is only applicable to INSERT SELECT, not INSERT
VALUES. Just as well, as each INSERT /*+ APPEND */ uses new blocks
above the high water mark rather than looking for space in existing
blocks, so unless each row uses exactly one block it could waste a
load of space.


|