IN sql deveoper -
1. Precreate the tables
2.Select the first table in explorer.
3. Right-click on it and select import data.
4. Select the txt file (you can export the cvs file to a text)
5. go ahead. Good Luck.
I am attached the jpg with the screenshots of the menu items to select.
Main Topics
Browse All Topics





by: markgeerPosted on 2009-10-02 at 06:00:02ID: 25477413
Your question title is misleading. It indicates that you want to "create users" but the text of your question indicates that you want to load records into a table named: "USR" that you have created instead, and not use Oracle's "create user..." command. Is this correct?
If yes, it may be possible to do this using SQL Developer, but I never use SQL Developer for loading data from ASCII files. I use SQL*Loader (on the server) for this, so I don't know exactly how to do this with SQL Developer.