How to Resolve ORA-01765: specifying owner's name of the table is not allowed
ORA-01765 Saw an error ORA-01765 when tried to rename a table by SYS. SQL> conn / as sysdba Connected. SQL> rename hr.employees to hr.employees_bak; rename… Read More »How to Resolve ORA-01765: specifying owner's name of the table is not allowed