I do what you say, but i get the error "-568: Cannot reference an external database without logging.
Help text:
This statement refers to a database other than the current database. However, the current database uses transaction logging, and the external one does not. This action is not supported; the databases that are used in a single transaction must all use logging or all not use it."
I'm a Oracle developer, and I need to create a trigger in a database that insert data in another database. My aknowledge about informix is poor....
Can someone help me?