Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
alter database datafile (select file_name from sys.dba_data_files where tablespace_name='my_undo_tbsp') AUTOEXTEND ON next 1024k; the above query fails in oracle. Please guid me how to accomplish above. Thanks in advance