Followers

Saturday, February 21, 2015

how to drop SOA RCU schemas in oracle

Using the below command we can drop the RCU schemas with out running RCU.

Connect System User.And run the following commands.

DROP USER test_mds CASCADE; 
DROP USER test_soainfra CASCADE; 
DROP USER test_orabam CASCADE; 
DROP USER test_orasdpm CASCADE; 

No comments:

Post a Comment