oracle LOAD資料
LOAD資料
1.loading data using direct_load insert
sql> insert /*+append */ into emp nologging
sql> select * from emp_old;
2.parallel direct-load insert
sql> alter session enable parallel dml;
sql> insert /*+parallel(emp,2) */ into emp nologging
sql> select * from emp_old;
3.using sql*loader
sql> sqlldr scott/tiger
sql> control = ulcase6.ctl
sql> log = ulcase6.log direct=true[@more@]
1.loading data using direct_load insert
sql> insert /*+append */ into emp nologging
sql> select * from emp_old;
2.parallel direct-load insert
sql> alter session enable parallel dml;
sql> insert /*+parallel(emp,2) */ into emp nologging
sql> select * from emp_old;
3.using sql*loader
sql> sqlldr scott/tiger
sql> control = ulcase6.ctl
sql> log = ulcase6.log direct=true[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/52450/viewspace-989970/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 異構資料庫資料遷移 oracle to mysql之oracle sqlloader和mysql load data資料庫OracleMySql
- MySQL load data載入資料MySql
- MySQL load xml載入資料MySqlXML
- Oracle RAC Load BalanceOracle
- 加資料檔案引起load上升
- ORACLE GoldenGate Initial LoadOracleGo
- mysql load資料無法繞過innodb cacheMySql
- GreatSQL 並行Load Data加快資料匯入SQL並行
- MySQL資料匯入匯出之Load data fileMySql
- 【轉貼】mysql匯入資料load data infile用法MySql
- Oracle LOAD_BALANCE&TAF總結Oracle
- 如何解讀Oracle的LOAD PROFILEOracle
- [zt] Oracle RAC Load Balance [final]Oracle
- MySQL 5.5使用LOAD DATA INFILE語句匯入資料MySql
- oracle load banlance 配置與測試方法Oracle
- Oracle RAC Load Balance , Fail Over測試OracleAI
- DB2資料的匯入(Import) 匯出(Export)(Load)DB2ImportExport
- Attempt to load oracle client libraries threw BadImageFormatExceptionOracleclientORMException
- 如何配置Oracle RAC Load Balance 及FailOverOracleAI
- [Oracle]Oracle資料庫資料被修改或者刪除恢復資料Oracle資料庫
- ORACLE 資料泵Oracle
- oracle資料泵Oracle
- oracle 資料字典Oracle
- Oracle 資料庫Oracle資料庫
- oracle資料加密Oracle加密
- oracle資料集Oracle
- oracle ebs r12 use loadrunner load dataOracle
- 「Oracle」Oracle 資料庫安裝Oracle資料庫
- 使用load data匯入資料到mysqlMySql
- oracle資料庫資料字典應用Oracle資料庫
- Oracle資料庫資料遷移流程Oracle資料庫
- Oracle資料庫資料物件分析(上)Oracle資料庫物件
- Oracle資料庫資料物件分析(轉)Oracle資料庫物件
- 資料移植到Oracle資料庫(一)Oracle資料庫
- sqlserver讀取oracle資料庫資料SQLServerOracle資料庫
- -Objc -all_load -force_loadOBJ
- Oracle資料塊格式Oracle
- ORACLE資料加密(轉)Oracle加密