ORA-30736: objects in a table or view hierarchy have to be in the same schema
What triggered the Error:
An attempt was made to create a subtable(subview) under a supertable(superview) located in another schema.What should we do to fix it:
Connect as schema owner of the superobject and retry the operation.