mbleron / ExcelTable

ExcelTable is an Oracle SQL interface to read Microsoft Excel files (.xlsx, .xlsm, .xlsb, .xls, .xml), ODF spreadsheet files (.ods) and flat files as external tables
MIT License
45 stars 12 forks source link

Add three required grants to README.md #50

Closed ReneNyffenegger closed 10 months ago

ReneNyffenegger commented 10 months ago

The schema into which ExcelTable is installed requires at least three privilages (create session, create package and create type). These are now explicitely mentioned in the README.md.

mbleron commented 10 months ago

Thanks for your contribution René.