select * from session_privs; --查询用户权限
grant create any view to 用户名 --视图权限
CREATE OR REPLACE VIEW 视图名字 AS (select 查询语句) --创建视图