0

I have a file of 15 mb and i need run the sql of that file in oracle, but when I try load the file, I have a error:

The file exceeds the maxim limit

When I can change that limit or how I can run that sql file?

Lucas Kauffman
  • 16,818
  • 9
  • 57
  • 92
diegueus9
  • 117
  • 5

2 Answers2

1

Don't use Oracle Enterprise Manager for this. Use SQL Developer, sqlplus or another tool.

Colin Pickard
  • 1,261
  • 2
  • 16
  • 28
0

Promt in console: sqlplus 'user/password@database' @file.sql