Psychology, asked by royanjan59, 2 months ago

explain the functions of temporary lob?.

Answers

Answered by Anonymous
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 Chavikushwaha6B
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