I recently inherited a database that I need to backup/export. There is one table with ~36 million records, each ~8000 bytes worth of data. So, I've found I can't use the exp utility to export the data since the resultant file is bigger than 2GB.
Unfortunately, I don't think the table was partitioned when it was created so I can't specify a table partition with the exp command.
Does anybody have any suggustions on how I can most effectively export this data to back it up?
Thanks,
Banner
Unfortunately, I don't think the table was partitioned when it was created so I can't specify a table partition with the exp command.
Does anybody have any suggustions on how I can most effectively export this data to back it up?
Thanks,
Banner