I have a simple problem, but I can't find out how to solve it.
I have a file which contains many SQL commands, like this:
insert into .. ;
insert into .. ;
...
And now is the question - how do I import it?
I was trying to import script, but it doesn't work, I'm getting:
Your export file is not supported
When I'm copying my commands manually, it's works. But I can't copy them all, it will take too long.
I'm using Oracle DB 11g XE.
Any solutions?