What is the maximum number of data string can be returned from DBMS_OUTPUT? andHow do you call a trigger from a table?

Showing Answers 1 - 9 of 9 Answers

Sujatars

  • Mar 16th, 2007
 

You cannot call a trigger ,it automatically gets activated when any data manipulation (Insert,Update, modify )is done to the table in a database.

  Was this answer useful?  Yes

The maximum buffer size of DBMS_OUTPUT IS 1,000,000.  A database trigger is procedural code that is automatically executed in response to certain events on a particular table in a database. Trigger can not be executed manually

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions