Bernard
Bernard

Reputation: 4580

Import SQL server type data into Oracle?

I was trying to import data from sql to oracle and the only way I found was Oracle SQL Developer. Finally I gave up. Today I heard someone said there is a format which I can do it in table level only. but she couldn't remember the format. It is something like CVN or CSV or something similar. Anyone has heard about that?

Upvotes: 0

Views: 347

Answers (1)

Declan_K
Declan_K

Reputation: 6826

What they were talking about was the Bulk Load Utility using a .CSV file format.

Upvotes: 1

Related Questions