Hi,
Say I installed Oracle database in my C drive, and now would like to create schema to host some big data (> 100Gb), but the C drive (now only 80Gb left) is short of space for it. In this circumstance, my choice will be to use an external HD for the data. So, how can I create a schema and store the data in the D drive, i.e. the external HD?
Thank you.