Exporting data limit
I want to update an Oracle database. I have a script that generates other scripts to export data but some of the...
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
strings are more than 2000 characters and export doesn't accept this. I can't reduce the length of the string. I would like to know a method to do the export. If you are hitting the limit because you are listing all the table names, you can put each table name on it's own line. Try something like this ....
exp system/manager file=full.dmp tables='table1
,table2
,table3
...
table999'
Dig Deeper on Oracle database export, import and migration
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Oracle Database / Applications experts
View all Oracle Database / Applications questions and answers
Start the conversation
0 comments