select * from user_indexes where table_name = 'MY_TABLE'To find out the triggers on a table:
select * from user_ind_columns where index_name = 'PK_MY_INDEX'
select * from user_triggers where table_name = 'MY_TABLE'
Digital Transformation, Artificial Intelligence, Machine Learning, IoT, Big Data Analytics, Enterprise Architecture, Performance Engineering, Security, Design and Development tips on Java and .NET platforms.
select * from user_indexes where table_name = 'MY_TABLE'To find out the triggers on a table:
select * from user_ind_columns where index_name = 'PK_MY_INDEX'
select * from user_triggers where table_name = 'MY_TABLE'
No comments:
Post a Comment