I have two Oracle DBs, one locally and another in AWS RDS. In Local, I can give the option AUTOEXTEND ON for tablespaces but RDS does not have this option as far as I know.
Also, when I check the DBA_TEMP_FILES in both the DBs, in the local one the autoextensible is YES where as in RDS it is NO.
I want to know if there is anyway we can change this autoextensible to YES in RDS?
I have gone through online links and read through the Amazon AWS documentation but could not find anything related to autoextensible column or AUTOEXTEND replacement.