explain the functions of temporary lob?.
Answers
Answered by
1
Answer:
Temporary LOBs are not stored permanently in the database like other data. The data is stored in temporary tablespaces and is not stored in any tables. This means you can CREATE an internal temporary LOB ( BLOB , CLOB , NCLOB ) on the server independent of any table, but you cannot store that LOB.
Answered by
1
Answer:
Temporary LOBs are not stored permanently in the database like other data. The data is stored in temporary tablespaces and is not stored in any tables. This means you can CREATE an internal temporary LOB ( BLOB , CLOB , NCLOB ) on the server independent of any table, but you cannot store that LOB.
Similar questions