Get a list of all sequences or views in Oracle
select * from all_sequences;
Similarly you can get all views with,
select * from all_views;
[Click to add or edit comments])
Please prepend comments below including a date
Similarly you can get all views with,
Please prepend comments below including a date