Getting an external table's location and file name?

前端 未结 2 1304
臣服心动
臣服心动 2020-12-11 22:03

I\'m processing multiple files as part of an external table. Is there any way I can get the file name being processed in external tables and place it in the table?

2条回答
  •  误落风尘
    2020-12-11 22:47

    You might be able to extract that data from the all_external_locations DDL. It contains the directory name and location parameters specified when you created the table.

提交回复
热议问题