Oracle数据库迁移--->从Windows到Linux(三)
> select tablespace_name from dba_temp_files;
TABLESPACE_NAME
------------------------------
TEMP
SQL> select instance_name,status from v$instance;
INSTANCE_NAME STATUS
---------------- ------------
Watson OPEN
From the above information, we can know that the migration of the database from windows os to Linux OS is sucesssful.