Entries tagged as Oracle
Equivalent term in forms 4.0 for the following. Page, Page 0
Give the equivalent term in forms 4.0 for the following. Page, Page 0. Page – Canvas-View Page 0 – Canvas-view null. Read More...
Store pictures in database
Can you store pictures in database? How? Yes , in long Raw datatype. Read More...
Determine the structure of the table DEPT
Give two examples of how you might determine the structure of the table DEPT. Use the describe command or use the dbms_metadata.get_ddl package. Read More...
Difference between a data block, an extent and a segment
Explain the difference between a data block, an extent and a segment. A data block is the smallest unit of logical storage for a database object. As objects grow they take chunks of additional storage that are composed of contiguous data blocks. These groupings of contiguous data blocks are called extents. All the extents Read More...