How do I alter owner of database objects while maintaining referential and privilege integrity?
Is there any way with Oracle to alter owner of database objects while maintaining referential and privilege integrity? Other RDBMS allow for altering owners on the fly without having to drop and recreate an object. This includes objects like tables, views, functions, packages, procedures and sequences etc.