Hi Rajib,
If I understand correctly, you are talking about the database view created on a table(s). You can copy the CREATE VIEW statement from the view definition or generate the "CREATE VIEW" statement using Export SQL option. Then drop the existing view using DROP VIEW statement and re-create the view.
I don't think there is any "ALTER VIEW" statement as of now.
Regards,
Ravi