php - Is it possible to pass data to Oracle Trigger? -


i use oracle trigger log update/insert/delete query, possible pass php session_id oracle trigger ? append in query, possible ? how ?

you can use contexts. right after have connected database - specify php session id context , read context in trigger.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -