Skip to Main Content

SQLcl

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

sqlcl issue on windows 11

zakiHNov 14 2024

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
This post has been answered by zakiH on Nov 14 2024
Jump to Answer
Comments
Post Details
Added on Nov 14 2024
3 comments
77 views