
oracle冷備份操作如下:
1.shutdown資料庫
2.將重要文件備份到指定位置(datafile,controlfile,online log,archive log)
3.startup資料庫
to52016 發表在 痞客邦 留言(0) 人氣(4,959)

在此先不使用內部的參數,純粹exp table。內部參數可由 exp help=y 獲得
流程如下:
to52016 發表在 痞客邦 留言(0) 人氣(139)

SQLLDR 的使用方法是如何將檔案資料快速上載到 Oracle 資料庫的 Table 中
STEP 1 先建立需要上載的檔案 salary.txt,檔案內容如:
100,abc,5000to52016 發表在 痞客邦 留言(0) 人氣(319)
實驗表未更新造成的錯誤
*******************
to52016 發表在 痞客邦 留言(0) 人氣(194)
離線重建:
方法: 建立一個新區段再將索引指向新的區段並刪除舊的索引區段
to52016 發表在 痞客邦 留言(0) 人氣(116)
-何時破壞
select systimestamp from dual;
to52016 發表在 痞客邦 留言(0) 人氣(29)
SQL> startup
ORACLE instance started.
Total System Global Area 167772160 bytes
Fixed Size 1218316 bytes
Variable Size 75499764 bytes
Database Buffers 88080384 bytes
Redo Buffers 2973696 bytes
Database mounted.
ORA-01157: cannot identify/lock data file 7 - see DBWR trace file
ORA-01110: data file 7: '/u01/oradata/example/test.dbf'
to52016 發表在 痞客邦 留言(0) 人氣(735)
修改前的hosts文件内容如下:
[root@ ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
修改后的hosts文件内容如下:
[root@ssm ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 ssm localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
to52016 發表在 痞客邦 留言(0) 人氣(17)
to52016 發表在 痞客邦 留言(0) 人氣(20)
參考:http://tomkuo139.blogspot.tw/2009/08/oracle-select-sql-tuning.html
參考:http://nathanmint.pixnet.net/blog/post/167287665-sql---%E5%9F%B7%E8%A1%8C%E6%95%88%E8%83%BD%26%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A0%85%EF%BC%9B%E5%BC%95%E7%94%A8%E6%96%87%E7%AB%A0
to52016 發表在 痞客邦 留言(0) 人氣(535)