How does Shell import data to Oracle using sqlldr?

Source: Internet
Author: User
Tags mysql command line mysql import

Sqlldr is not detailed here.

I usually write data to Oracle and suddenly think of MySQL? Is there any plug-in similar to sqlldr?

I did not find the plug-in, but the MySQL operation is relatively simple. Just import the file directly on the command line.

Mysql-uusername-ppasswd-e "command; command"

 

 

References:

1,Shell to operate MySQL

Http://blog.csdn.net/hbcui1984/article/details/5125387

2. Example http://bbs.chinaunix.net/thread-360349-1-1.html

Http://www.blogjava.net/Skynet/archive/2009/10/23/299458.html

3. Leakage of csdn passwords to peat the performance of major databases

Http://tech.it168.com/a2011/1227/1294/000001294604.shtml

Oralce provides the sqlldr tool, MySQL provides the load data command, and dm7 provides the dmfldr Tool, Dmfldr and sqlldr tools feel similar in use, MySQL provides load
Data is used as an SQL command. MySQL import is relatively simple. You can directly execute it on the MySQL command line without using the CTRL file.

MySQL > Load
Data Local Infile " D:/csdn/www.csdn.net. SQL " Into
Table csdn Fields

Terminated'#';


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.