shell script to find filename & line count of each file, now insert this record into Oracle table

前端 未结 4 1972
暗喜
暗喜 2021-01-23 12:59

I have to find the filename available in a folder with each file line count. And then, i will have kind of two column data.

Now i have to insert this record into a orac

4条回答
  •  情话喂你
    2021-01-23 13:18

    You can load text data into Oracle with its command-line tool SQLLoader. There is too much to describe here about how to use SQLLoader, start by reading this web page:

    http://www.orafaq.com/wiki/SQL*Loader_FAQ

提交回复
热议问题