I need to change table name from lowercase to uppercase but using this statement the table name can be changed but the names are in lowercase..
sql> rena
This should give u what you are looking for...
ALTER TABLE oldtable RENAME TO NewTable;