Skip to content

Instantly share code, notes, and snippets.

@tpjfern03
Created November 28, 2018 18:02
Show Gist options
  • Select an option

  • Save tpjfern03/cbc7a2f81dfb39cda321c0698926902b to your computer and use it in GitHub Desktop.

Select an option

Save tpjfern03/cbc7a2f81dfb39cda321c0698926902b to your computer and use it in GitHub Desktop.
[Oracle Control File] Oracle Control File #oracle
LOAD DATA
INFILE csvDevices.csv
append
INTO TABLE UTIL_DEVICE
fields terminated by '^' optionally enclosed by '"'
trailing nullcols
(device_name "trim(:device_name)",
device_type "trim(:device_type)",
sub_station_abbr "trim(:sub_station_abbr)",
device_id "DEVICE_ID_SEQ.NEXTVAL" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment