Why Non-blob column in table required to perform operation
with Oracle ?



Why Non-blob column in table required to perform operation with Oracle ?..

Answer / Durgesh Mishra

Non-BLOB columns (such as VARCHAR2, NUMBER, DATE) are essential for performing operations within an Oracle database because they store a fixed amount of data that can be easily indexed and searched. BLOBs (Binary Large OBjects), on the other hand, are used to store large amounts of binary data (like images or audio files) that cannot be indexed efficiently.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Delphi Interview Questions

How to eject a CD-ROM in code?

1 Answers  


How to determine the names of the installed comm ports?

1 Answers  


What is "Error 113" during installation?

1 Answers  


How to draw directly on the Windows Desktop?

1 Answers   Infosys,


what is SQL Parameter binding?

1 Answers   HCL,


How to Change the printer setup between pages?

1 Answers  


How to Pass TPrinter handle to GetDeviceCaps() ?

1 Answers  


How do we get access to a database from Delphi?

1 Answers  


How to detect if a non-menu key has been pressed?

1 Answers   IBM,


How to Detect what direction a printer will rotate for a portrait ?

1 Answers  


'Invalid BLOb handle' error . what does this indicates?

1 Answers  


How to retrieve the position of the cursor?

1 Answers  


Categories