Hi All...
I want to export data from csv file to oracle database table using COPY command of SQLPLUS..please help...
i could login to database using the below
c:\>sqlplus username/password@host:port/servicename
then iam saying
copy SRC from 'c:\xxx\src.csv' --where SRC is table name
please tell me the correct way of using copy command on sqlplus command prompt...