Sankar wrote:
> pls help me how to get list of trigger names in a database through
> JDBC.. I want to disable triggers for database migration ...
Many (but not all) databases will support:
SELECT * FROM INFORMATION_SCHEMA.TRIGGERS
Arne
>> Stay informed about: Getting list of trigger names