Dear all, We can change the owner of a tbale like this
alter table tbl_year_end owner to anoop; Is it possible to change the owner name of a view through sql?
Dear all, We can change the owner of a tbale like this
alter table tbl_year_end owner to anoop; Is it possible to change the owner name of a view through sql?