以下の内容はhttps://htn20190109.hatenablog.com/entry/2024/11/10/082443より取得しました。


{SQL Loader}ダイレクトパスロードでSQL*Loaderを実行

 

https://docs.oracle.com/cd/F19136_01/sutil/oracle-sql-loader-conventional-and-direct-loads.html#GUID-A491440D-63A4-4781-9292-B822DDDF9BF3

vi example4.dat
hello,"world",###
james,"bond",###

vi example4.ctl
load data
infile 'example4.dat'  "str '###\n'"
into table example4 append
fields terminated by ',' optionally enclosed by '"'
(col1 ,col2 )

create table test.example4(col1 varchar2(100),col2 varchar2(100));
sqlldr test/test@orcl DIRECT=TRUE control=example4.ctl data=example4.dat

select * from test.example4;

 




以上の内容はhttps://htn20190109.hatenablog.com/entry/2024/11/10/082443より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14