restoring unused columns
Hi i had a database 9i on windows xp. i had marked a column as unused using following command
alter table birth set unused column sex;
table altered.
i want to know whether we can reuse that marked column again?
if so how can i proceed?