سؤال

There is another way to drop a type in oracle.

I know that FORCE can help me but it is not the best way.

If a want to drop a type with type or table dependents, how can I migrate all data to new Type.

هل كانت مفيدة؟

المحلول

You can alter an existing type and migrate existing objects when you use keyword CASCADE, see documentation ALTER TYPE

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top