Explain the difference between a data block, an extent and a
segment.
Answer Posted / gaya
The oracle server manages the storage space in the datafiles
in units called oracle blocks or data blocks.
A segment is the space allocated for a specific logical
storage structure within a tablespace.
Space is allocated to a segment by extents.One or more
extents make up a segments.
Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
how do we explain a project in cognos in an interview? please help me. Also how do we perform testing in cognos after creating reports?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
what is ora 24313?what is the procedure to exclude that error?
internal architecture
who owns the operating system files created by the utl_file package?
How do you trace the traffic hitting a sql server? : sql server DBA
what is the use of recording information about current session?
What authentication modes does sql server support? : sql server DBA
What the different topologies in which replication can be configured? : sql server DBA
. I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?
How to start SQL Server in minimal configuration mode?
what is asm?
What types of replication are supported in sql server? : sql server DBA
What is the difference between clustered and non-clustered index? : sql server DBA
What is the importance of a recovery model? : sql server DBA