RENAME COLUMN table-Name.simple-Column-Name TO simple-Column-Name
When i try to rename column i am getting following error message on all columns:
RENAME COLUMN EMP_NEW.EMPLOYEE_ID TO EMPLOYEEID
Error report -
ORA-00903: invalid table name
00903. 00000 - "invalid table name"
*Cause:
*Action:
Following is version
Oracle Database 12c Release 12.1.0.1.0 - 64bit Production
PL/SQL Release 12.1.0.1.0 - Production
"CORE 12.1.0.1.0 Production"
TNS for IBM/AIX RISC System/6000: Version 12.1.0.1.0 - Production
NLSRTL Version 12.1.0.1.0 - Production
Any suggestion how to resolve this issue? (Note i have created structure from some existing table and not copied anything i.e no index, no constraint nothing, so it is simple create)