fatcodeguy
Programmer
Hi,
I need to export (and import) just the data from a database. I currently run this in the command prompt.
But it dumps all the constraits, indexes and user grants as well. Is there a way to dump just the table data, or to import just the table data from a dmp with all the other stuff?
Thanks for the help!
I need to export (and import) just the data from a database. I currently run this in the command prompt.
Code:
exp userid=user/pw@srv tables= tb1,tb2,tb3 file=c:\myfolder\srvdmp.dmp
But it dumps all the constraits, indexes and user grants as well. Is there a way to dump just the table data, or to import just the table data from a dmp with all the other stuff?
Thanks for the help!