Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Change Schema OWNER of ALL Objects in 10gR2 ?

RE: Change Schema OWNER of ALL Objects in 10gR2 ?

From: Kerber, Andrew W. <Andrew.Kerber_at_umb.com>
Date: Mon, 14 May 2007 07:24:18 -0500
Message-ID: <D40740337A3B524FA81DB598D2D7EBB307EF010D@x6009a.umb.corp.umb.com>


You can use the network_link option in impdp and do it all with one command, like this:  

Impdp remap_schema=owner1:owner2 network_link=instance_name  

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of VIVEK_SHARMA Sent: Monday, May 14, 2007 3:17 AM
To: oracle-l_at_freelists.org
Subject: Change Schema OWNER of ALL Objects in 10gR2 ?  

Folks  

How can the Schema OWNER of ALL Objects Owned by (say) OWNER1 be Changed to OWNER2 in 10gR2?

NOTE - OWNER2 does NOT exist in the Database.

NOTE - Other / multiple schemas & respective Objects should remain unaffected.

NOTE - Database is a Testing Database. Hence Downtime is NOT an issue.  

Qs Is Export , Import the the only way using 1 of the following?  

exp - OWNER=OWNER1 / imp - FROMUSER=OWNER1, TOUSER=OWNER2 ,

expdp - SCHEMAS=OWNER1 / impdp - REMAP_SCHEMA=OWNER1:OWNER2  

Cheers  


NOTICE: This electronic mail message and any attached files are confidential. The information is exclusively for the use of the individual or entity intended as the recipient. If you are not the intended recipient, any use, copying, printing, reviewing, retention, disclosure, distribution or forwarding of the message or any attached file is not authorized and is strictly prohibited. If you have received this electronic mail message in error, please advise the sender by reply electronic mail immediately and permanently delete the original transmission, any attachments and any copies of this message from your computer system. Thank you.
--
http://www.freelists.org/webpage/oracle-l
Received on Mon May 14 2007 - 07:24:18 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US