I have a existing schema in my database called SCOTT, how can I create a new schema with exactly the same privileges which SCOTT schema is having?
Is there any create like or some command to create schema like SCOTT?
Thanks
I have a existing schema in my database called SCOTT, how can I create a new schema with exactly the same privileges which SCOTT schema is having?
Is there any create like or some command to create schema like SCOTT?
Thanks
expdp \'/ as sysdba\' schemas=scottandimpdp \'/ as sysdba\' remap_schema=scott:brown– Mindaugas Riauba Sep 12 '13 at 13:22