I'd like to know if it's possible to have, for example, a python program waiting for input and as a database change occurs in a specific table it would notify the python program with the information I want to obtain from that exact table.
Thanks in advance.
PS: I know of the existence of sys_exec, but i'd like to know if it's possible in another way other than using UDF's.