Posts by GaberRB • 21 points
5 posts
-
0
votes1
answer70
viewsA: Log trigger that saves the numbering of the JOB that executed the change
CREATE OR REPLACE TRIGGER TL_MAP_PRODUTO_LOG AFTER UPDATE ON PRODUTO REFERENCING OLD AS OLD NEW AS NEW FOR EACH ROW DECLARE ------------------ --- VARIAVEIS --- …
-
0
votes1
answer70
viewsQ: Log trigger that saves the numbering of the JOB that executed the change
I need an oracle resource to use on a Trigger, which searches which JOB or Scheduler_job executed such a change. I am using Sys_context to get some example information: User, Terminal, Program…
-
0
votes0
answers152
viewsQ: Trunc date oracle, Tuning SQL
Is there any way to optimize query sql, where it is necessary to truncate two dates of a column? Select * from work_table a where trunc(a.datetime) = trunc(a.datetime);…
-
0
votes1
answer342
views -
2
votes1
answer342
views