Is it possible, and how, to do a Oracle trigger "to see" some default value in column even if it´s not inserted yet? Mean, if :old is for update and :new is for insert and in this case I need to "cheat" trigger to believe something was inserted (:new) though I just want to update (:old) record.
Oracle version is so new, that even exotic ideas are welcome. Also it can be a combination of different mechanism if it's required to achieve this.