一、操作前準備事項 1、查詢資料庫版本 SQL> select * from v$version; 2、當前實例名 SQL> select instance from v$thread; 3、查詢當前資料庫名 SQL> select name from v$database; ...
一、操作前準備事項
1、查詢資料庫版本
SQL> select * from v$version;
2、當前實例名
SQL> select instance from v$thread;
3、查詢當前資料庫名
SQL> select name from v$database;