Does anyone know if you could concatenate a sqlplus variable to a literal like


define tab=test
rename &tab to &tab123

this doesnt work

cheers