Oracle Rename a table
From WickyWiki
rename table1 to table2;
Note: if you used the tablename in the table's constraints and indexes, these will not be renamed
rename table1 to table2;
Note: if you used the tablename in the table's constraints and indexes, these will not be renamed