I have a file a csv file on my pc.
I want to load this to a database which is on a unix system.
I have a connection set up to the database area on unix and I can see my empty table that I want to load my data into(in sql developer).
Usually I would right click on the table and import the data. However, the file is too big I think. It freezes when I try to do this.
I am not an administrator on my pc and will not be able to get such access so I cannot use sql loader as I see it.
Is there a way that that I can load this file into this database without being an administrator on my pc??
Thanks in advance