Converting tablespaces segment_space_management from manual to auto
Is there a way of Converting tablespaces segment_space_management from manual to auto without having to expdp the db schemas,drop and create the tablespaces afresh with segment_space_management=auto then impdp the schemas.Can the conversion be done with an alter tablespace or any other command that wont need a downtime on the db?