سؤال

Is possible to run a trigger to start the mysql database on the same oracle database? http://www.java2s.com/Tutorial/Oracle/0560__Trigger/DatabaseleveltriggerAFTERSTARTUPONDATABASE.htm

هل كانت مفيدة؟

المحلول

In short - no. In MySQL, triggers are strictly associated to tables, and can only be fired in response to a table event. For a complete list of triggering events, take a look at the CREATE TRIGGER Syntax page.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top