Sequence is used to generate numbers which can be stored in tables. View does not have data of its own and is generally used to query data. So sequence can not be created to a view.
Above answer was rated as good by the following members: subajay
sequence is a independent object . It has no relation with table/view . its matter of use. where is being used because in general sequence is used for generating a sequenceal number ( primary number).
Sequence is used to generate numbers which can be stored in tables. View does not have data of its own and is generally used to query data. So sequence can not be created to a view.