I'm new to Oracle database and using Oracle 12c on my localhost. I wannted to create trigger for the tables. It gives me an
Error: "ORA-04089: cannot create triggers on objects owned by SYS" .
I tried it by creating another user and granted it to create a trigger as it mentioned in this this post. But it gives me a same error.