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?

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.