⟩ What are the Large object types sported by Oracle?
1)bfile - Up to 4 gigabytes –> File locators that point to a read-only binary object outside of the database
2)blob - Up to 4 gigabytes. –> LOB locators that point to a large binary object within the database
3)clob - Up to 4 gigabytes. –> LOB locators that point to a large character object within the database
4)nclob - Up to 4 gigabytes. –>LOB locators that point to a large NLS character object within the database