Hi,
I have a concurrent program with one parameter (p_file_path)
For this, i need to pass the file path using LIKE operator,means it should consider which are having like ;AA%' from particular path. eg: /utldata/inbound/AA_20180130.csv
Lets say, i have a file in this path as: /utldata/inbound/AA_20180130.csv
Can we pass parameter using LIKE operator either in SQL*loader program OR concurrent program parameter, say it should pick files which starts with 'AA_%' from that path. Lets assume only one file will be there in that path.
Could some one help me on this.
Thanks