renaming a trigger
Hi gurus,
i am having 4 databases of which 2 are in oracle8i and other 2 in oracle9i.
i am having same tables and triggers in all the four databases.
when i am trying to rename the triggers in all the four databases, i am successful in both 9i databases. but for 8i i am getting problem.
i am getting following error "ora-00922:missing or invalid option"
i want to know why it happend. did oracle8i doesn't support for trigger renaming?
plz help me