hai i have created a script in which i create tables.

i will connect as internal to sqlplus and should run the script to create tables in another user's schema.

the script will be as follows

create table "&owner".table1(....)
/
create "&owner".table2(....)
/

actually i need to give the owner name input only once and this value has to be substituited for other
input owner variables also.What should i do.