Oracle AWR 資料匯入/匯出的步驟
LINUX狀態下,連線oracle使用者:su - oracle
1.上傳採集快照.dmp檔案至伺服器 (dbid:4292035712) 919219826
2.在伺服器端建立目錄 (即資料夾awrtest)
$> mkdir /home/oracle/awrtest
3.把第一步中上傳的.dmp檔案,移動到第二步中建立的資料夾中:
$> cp /var/ftp/AWR_10107.dmp(如果原檔案字尾名是.DMP一定要改成小寫.dmp) /home/oracle/awrtest
4.切換至sqlplus狀態,並且啟動資料庫:
$> sqlplus / as sysdba SQL>startup;
5. 建立資料庫目錄便於資料庫查詢
SQL> create directory AWRTEST as '/home/oracle/awrtest';
6.載入資料檔案:
SQL> @?/rdbms/admin/awrload.sql
SQL>Enter value for directory_name: AWRTEST ////注意:輸入directory name 時,字母需要大寫
Enter value for file_name: AWR_10107 ///注意:此處不要加檔案字尾名
Enter value for schema_name: AWR_STAGE //(一般預設就行)
Enter value for default_tablespace: USERS
Enter value for temporary_tablespace: //(回車預設)
出現一下文字,就說明匯入成功了!
... Creating AWR_STAGE user | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Loading the AWR data from the following | directory/file: | /home/oracle/awr | AWRDAT_9239_9394.dmp | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | *** AWR Load Started ... | | This operation will take a few moments. The | progress of the AWR load operation can be | monitored in the following directory/file: | /home/oracle/awr | AWRDAT_9239_9394.log | ... Dropping AWR_STAGE user End of AWR Load ----------------------------------------------------------------------------------
報錯症狀:(注意資料夾復權的問題!)
[root@localhost ~]# cd /home/oracle/ [root@localhost oracle]# ls -lt
total 660 drwxr-xr-x 2 root root 4096 Aug 6 02:07 awr
drwxr-xr-x 2 root root 4096 Aug 6 02:04 awrtest2 -rw-r--r-- 1 oracle oinstall 326088 Jul 8 22:13 zhongxing.html -rw-r--r-- 1 oracle oinstall 311525 Jul 1 12:48 HUAYOUSHIJI.html drwxr-xr-x 3 oracle oinstall 4096 Jul 1 11:32 awrtest1
drwxr-xr-x 2 oracle oinstall 4096 Jul 1 01:10 awrtest
drwxr-xr-x 2 oracle oinstall 4096 Jun 30 12:47 jishubu
drwxr-xr-x 3 oracle oinstall 4096 Jun 22 14:58 Desktop [root@localhost oracle]# chmod -R 777 awr [root@localhost oracle]# ls -lt
total 660 drwxrwxrwx 2 root root 4096 Aug 6 02:07 awr
drwxr-xr-x 2 root root 4096 Aug 6 02:04 awrtest2 -rw-r--r-- 1 oracle oinstall 326088 Jul 8 22:13 zhongxing.html -rw-r--r-- 1 oracle oinstall 311525 Jul 1 12:48 HUAYOUSHIJI.html drwxr-xr-x 3 oracle oinstall 4096 Jul 1 11:32 awrtest1
drwxr-xr-x 2 oracle oinstall 4096 Jul 1 01:10 awrtest
drwxr-xr-x 2 oracle oinstall 4096 Jun 30 12:47 jishubu
drwxr-xr-x 3 oracle oinstall 4096 Jun 22 14:58 Desktop [root@localhost oracle]#
其他報錯問題 解決參考地址:
http://space.itpub.net/12129601/viewspace-735524 http:///3966.html 惜分飛 http://blog.163.com/jet_it_life/blog/static/205097083201262431444951/directory 建立不正確導致的ORA-39070 http:///note/37656300/oracle impdp/expdp 的許可權問題 http://space.itpub.net/519536/viewspace-664406 侯聖文老師
AWR資料遷移參考地址:
春風: http:///?p=223
eygle: AWR 與 Statspack 資料的匯出與遷移 http:///archives/2010/08/awr_statspack_extract.html
7.執行相關指令碼:(如邏輯讀指令碼、db-time指令碼等)
檢視dbid:
SQL> select dbid from v$database; 223805804 SQL> setpagesize 500 # su - oracle
$ cd awrtest/ #根據自己的安裝目錄確認
$ ls (檢視當前目錄下檔案,確認相關檔名)
生成邏輯讀-語句:
注意:結尾的分號不能少。
生成db-time資料語句:
8.匯入excel表 ,生成趨勢圖
excel裡邊選擇資料 -匯入-自文字
選擇匯入的資料-生成曲線圖-雙擊橫座標選擇文字格式
9. 觀察趨勢圖高峰值,匯出AWR報告,Oracle使用者下執行如下命令:
@?/rdbms/admin/awrrpti
匯出的AWR報告有兩種型別格式: .txt 和 .html
系統預設匯出是.html 一般輸入時間間隔天數:7
按照步驟,連續操作就行。
Enter value for dbid: 4292035712 Using 4292035712 for database Id
Enter value for inst_num: 1(輸入例項個數)
Using 1 for instance number
例如:匯出時間點為:7月1日 11點 12點 負載高峰時段的AWR資料。
注意:在匯出報告時,檔案起名時要手動新增字尾名.html
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12272958/viewspace-2149318/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 匯入和匯出AWR的資料
- Oracle資料匯入匯出Oracle
- Oracle 資料匯入匯出Oracle
- Oracle資料泵的匯入和匯出Oracle
- oracle資料匯出匯入(exp/imp)Oracle
- AWR跨庫匯出與匯入
- phpExcel實現Excel資料的匯入匯出(全步驟詳細解析)PHPExcel
- Oracle資料庫匯入匯出。imp匯入命令和exp匯出命令Oracle資料庫
- Oracle資料泵匯出匯入(expdp/impdp)Oracle
- Oracle使用資料泵expdp,impdp進行資料匯出匯入Oracle
- phpMyAdmin匯入/匯出資料PHP
- 資料泵匯出匯入
- sqoop資料匯入匯出OOP
- EasyPoi, Excel資料的匯入匯出Excel
- Mongodb資料的匯出與匯入MongoDB
- 資料庫 MySQL 資料匯入匯出資料庫MySql
- Oracle 資料匯入ExcelOracleExcel
- 將資料匯入kudu表(建立臨時hive表,從hive匯入kudu)步驟Hive
- SQL資料庫的匯入和匯出SQL資料庫
- 【oracle 資料匯入匯出字元問題】Oracle字元
- MySQL入門--匯出和匯入資料MySql
- [Docker核心之容器、資料庫檔案的匯入匯出、容器映象的匯入匯出]Docker資料庫
- Mysql 資料庫匯入與匯出MySql資料庫
- Access 匯入 oracle 資料庫Oracle資料庫
- 【最佳實踐】MongoDB匯出匯入資料MongoDB
- 複雜「場景」資料匯入匯出
- ClickHouse 資料表匯出和匯入(qbit)
- 【STATS】Oracle匯入匯出優化器統計資訊Oracle優化
- QZpython匯入匯出redis資料的實現deuPythonRedis
- 使用Dbeaver 進行資料的匯入和匯出
- 5步帶你入門GaussDB(DWS)的GDS匯入匯出
- Oracle 資料匯出注意事項Oracle
- MongoDB--Mongodb 中資料匯出與匯入MongoDB
- Oracle生成awr報告操作步驟Oracle
- Oracle資料庫——資料匯出時出現匯出成功終止, 但出現警告。Oracle資料庫
- 使用csv批量匯入、匯出資料的需求處理
- MYSQL資料匯出備份、匯入的幾種方式MySql
- PHP大資料xlswriter匯入匯出(最優資料化)PHP大資料
- 【oracle 多種形式的外部表匯入、匯出】實驗Oracle