Oracle数据库迁移--->从Windows到Linux(三)

2014-11-24 14:27:39 · 作者: · 浏览: 9
> 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.