Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Oracle sqlldr imports a date column instance in detail

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Oracle sqlldr imports a date column instance in detail

1.

LOAD DATAINFILE * INTO TABLE testFIELDS TERMINATED BY X'9'TRAILING NULLCOLS (c2 "upper (: c2)", c3 date "yyyymmdd", C1 "SEQ_test_c1.nextval") BEGINDATAAAAAAAAAAA 20051201BBBBBBBBBB 20050112CREATE TABLE TEST (C1 VARCHAR2 (10 BYTE), C2 VARCHAR2 (20 BYTE), C3 DATE); CREATE SEQUENCE VV_USER.SEQ_TEST_C1START WITH 0MAXVALUE 9999999MINVALUE 0NOCYCLENOCACHENOORDER

Sqlldr user/passwd control = load_date.ctl

Thank you for reading, hope to help you, thank you for your support to this site!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report