From: Shashi Bhosale on
I would like to create a view for the entire Database.
The view should exclude any fields which is UniqueIdentifer (Type=36) .
Also when creating a Indexes for View it should exclude any index which uses
UniqueIdentifier field.

The table name and View name should be same.
The index name should also match.

I am going to create a New schema which will hold all the views.

Any help is greatly appreciated.

Thanks