问题
I have a variable in batch script and I want to use this variable at sqlloader
code for infile. How can I do?
回答1:
I solved my question.
my variable is directory_name in batch script. i define this variable like set directory_name = C:\a\b.csv. And i use this variable in sqlloader control file infile '%directory_name%'.
thanks.
来源:https://stackoverflow.com/questions/20858167/how-can-i-use-a-variable-in-batch-script-at-sqlldr