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

2015-07-24 11:26:34 · 作者: · 浏览: 49
> 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.

?