Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C0D4681383y@Root
-u removes the files, well --remove=wipe
Throwing it in the bin has a similar affect, unless we are planning on reusing this miserable drive after it having oracle db on it.
as for you @Anakata
truncate tableName;
Or
drop tableName;
Or
delete from tableName;
Depending on your definition of purging it.
Related Rants
How to purge a table in Oracle through a Scala Application?
question
purge
oracle
spark
scala