Not sure if this is the right place for this question but as I could not found the answer on Oracle or through Google.
Can I back up my table (say table A) data from Oracle using external table, and is the right way to do it? The data will be older than 5 years that will be only used for investigation purposes.
And does this process save my tablespace in Oracle, if I delete/purge those copied from table A?
Does an external table use any space in the actual database?