One instance on expert exchange says it is because of bug and suggestion was to add "control_file_record_keep_time=0" in init.ora. Done that and restarted instance but same result. My Oracle version is 12.1.0.2.0.
Any suggestion please?
On my laptop the main drive storage space is mostly used. And at times I need to import DB data from different test environment. So trying to store all major datafiles on a separate USB or Micro SSD storage.
In the process tried to move it first to a local directory.
It was failing. Today try with 32GB micro sd card.
Thanks.
Chandan Pratihast
ASKER
The filesystem of SD Card was FAT32. Formatted it to NTFS.
The main point was that the file size was 24GB which was more than the target available space.
Thanks for the help to resolve it.
Chandan Pratihast
ASKER
The file system on the SSD storage was FAT32 and I formatted it to NTFS and then was able to move the file.
Your point was correct my data size was 24GB and the target space was less than that.
On my laptop the main drive storage space is mostly used. And at times I need to import DB data from different test environment. So trying to store all major datafiles on a separate USB or Micro SSD storage.
In the process tried to move it first to a local directory.
It was failing. Today try with 32GB micro sd card.
Thanks.