Hi guys,
To resolve some issues with a database, we are trying to migrate the tablespaces to locally managed. The sys.dbms_space_admin.tablespace_migrate_to_local() package has been called to start the migration of one of the tablespaces, but it's taking a really long time (3hrs+). Is there a way to monitor the progress of this process, or are there any guidelines to speed up this process?
Thanks!