external table creation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sboyalla
    New Member
    • Apr 2020
    • 1

    external table creation

    HI Guys,

    Could you please help me how to create external table with only one filed(number data type) in oracle

    I used the below code but it was not loading the data.
    Code:
    CREATE TABLE SOLNGLOBAL_ORIG_DATA_656356 (Account_NUMBER     NUMBER ) ORGANIZATION external (  DEFAULT DIRECTORY SWA_ED20307_OTHERPREP ACCESS PARAMETERS  (RECORDS DELIMITED BY NEWLINE ) LOCATION ( 'swa_privacy_delete_request_20200402_S6.txt' )  ) REJECT LIMIT UNLIMITED
    Could you please help me guys.

    Thanks,
    Sudhakar Boyalla
    Last edited by gits; Apr 7 '20, 08:13 PM. Reason: added code tags
Working...