oracle 載入文字檔案
oracle 載入文字檔案
1.編寫控制檔案 input.ctl
LOAD DATA INFILE 'c:1.txt'
APPEND INTO TABLE houzi
FIELDS TERMINATED BY ","
(no1,no2,no3)
2.執行控制檔案
C:Documents and Settingshp>sqlldr control=c:input.ct
l
SQL*Loader: Release 9.2.0.1.0 - Production on Wed Aug 27 15:18:01 2008
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Commit point reached - logical record count 3
Commit point reached - logical record count 4
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9307930/viewspace-1009650/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SQLSERVER匯出TXT文字檔案,ORACLE SQL LOADER匯入TXT文字檔案SQLServerOracle
- PHP:檔案載入PHP
- 載入常量-從檔案中載入
- oracle11g啟動過程中載入配置檔案Oracle
- VBA建立文字檔案、讀寫文字檔案
- properties檔案載入器
- giflib載入GIF檔案
- WKWebView載入本地檔案WebView
- MyBatis載入配置檔案MyBatis
- laravel 載入公共檔案Laravel
- Springboot載入配置檔案Spring Boot
- JavaScript 檔案載入方式JavaScript
- Oracle RAC NFS掛載檔案系統OracleNFS
- 如何從文字檔案讀入 SQL 引數SQL
- C#讀取文字檔案和寫文字檔案C#
- 載入Mapper對映檔案APP
- JAVA載入配置檔案方法Java
- js動態載入 js檔案和 css檔案JSCSS
- 檔案排版(文字檔案讀寫)
- oracle匯入dmp檔案win10怎麼操作_win10系統oracle如何匯入dmp檔案OracleWin10
- 對文字檔案的簡單輸入操作(2020.12.21)
- Spring Boot @PropertySource 載入指定配置檔案、@ImportResource 匯入Spring 配置檔案Spring BootImport
- oracle匯入dmp檔案的2種方法Oracle
- 7、靜態檔案的載入
- [springboot]配置檔案載入順序Spring Boot
- Eclipse 無法載入類檔案Eclipse
- Profile配置和載入配置檔案
- windows載入PE檔案的流程Windows
- python 修改文字檔案Python
- python如何將資料寫入本地txt文字檔案Python
- Oracle 控制檔案Oracle
- react專案中使用threejs載入glb檔案ReactJS
- HTML載入FLASH(*.swf檔案)詳解HTML
- SpringBoot是如何載入配置檔案的?Spring Boot
- Android 的 so 檔案載入機制Android
- PHP檔案的自動載入(autoloading)PHP
- Springboot 載入配置檔案原始碼分析Spring Boot原始碼
- javascript如何動態載入js檔案JavaScriptJS
- QT 檔案相對路徑載入QT