Got above error while trying to create a table inside the database. Checked the tablespace and datafile, everything looks good but still below error
After brief research found that you get this error whenever the space left inside the datafile is less than the space you need to insert data.
Extended the datafile and solved the problem
alter database datafile '<data-file>' resize 1G;