Note
You can only change names of view tables, but not any other properties.
You are logged on to the database as a database user.
You are the owner of the view table and have CREATIN privilege for the schema to which the view table belongs.
More information: SQL Reference Manual, Privilege Specification for a Schema (schema_priv_spec)
The database is in the ONLINE operational state.
Select the view table in the explorer tree.
In the context menu of the view table, choose Definition.
In the context menu of the editor window, choose Edit.
Change the name of the view table.
In the context menu of the editor window, choose Alter View.
SQL Reference Manual, RENAME VIEW Statement (rename_view_statement)