odd issue on sqlcl on windows
>sql /nolog
SQLcl: Release 24.3 Production on Thu Nov 14 14:29:44 2024
Copyright (c) 1982, 2024, Oracle. All rights reserved.
SQL> exit
LOAD
-----
Loads a comma separated value (csv) file into a table.
LOAD [TABLE] [schema.]table_name { <file-specification> | <cloud-storage-specification> } [NEW | SHOW | SHOW_DDL | CREATE | CREATE_DDL]
where :
[schema.]table_name
Identifies table to load. If s