|
|
Question : loading the contents of text file into database
|
|
How do you load the content of a file into Oracle? Is it possible, how? I'll be a batch file to do this, is it possible using batch file?
|
Answer : loading the contents of text file into database
|
|
Use the APPEND keyword instead of INSERT.
|
|
|
|
|