I have once schema say DEV_A .under this schema i have one user say T.
select * from T.TABLE_NAME;
i want to copy the same table with data in another schema PROD_A schema (prod_a also ha a usernamed t) under the user name T(IN PROD_A)
How can i do it