|
INTERVIEW QUESTIONS
ORACLE
DETAILS
Question: 14 Which component is not part of the ROWID? A. Tablespace B. Data file number C. Object ID D. Block ID
Answer: The format of a ROWID is OOOOOOFFBBBBBBRRR, where OOOOOO is the object number, FFF is relative data file number where the block is located, BBBBBB is the block ID where the row is located, and RRR is the row in the block.
|
|
|
Category |
Oracle Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 8064 users |
Added on |
7/7/2010 |
Views |
70797 |
Rate it! |
|
|
Question:
14 Which component is not part of the ROWID? A. Tablespace B. Data file number C. Object ID D. Block ID
Answer:
The format of a ROWID is OOOOOOFFBBBBBBRRR, where OOOOOO is the object number, FFF is relative data file number where the block is located, BBBBBB is the block ID where the row is located, and RRR is the row in the block. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
13. Which line in the following code has an error? 1. ALTER TABEL MY_TABLE 2. STORAGE ( 3. MINEXTENTS 4 4. NEXT 512K) 5. NOLOGGING;
|
View Answer
|
|
What clause is in the ALTER TABLE command is used to reorganize a table?
|
View Answer
|
|
Which keyword is not valid of the BUFFER_POOL parameter of the STORAGE clause?
|
View Answer
|
|
When validating a constraint, why would you specify the EXCEPTIONS clause?
|
View Answer
|
|
A table is created with an INITRANS value of 2. Which value would you choose for INITRANS of an index created on this table?
|
View Answer
|
|
Fill in the blank: The parameter MAXTRANS specifies the maximum number of concurrent transactions per ___________________.
|
View Answer
|
|
How does Oracle determine the extent sizes for a temporary segment?
A. From the initialization parameters B. From the tables involved in the sort operation C. Using the default storage parameters for the tablespace D. The database block size
|
View Answer
|
|
Which of the following statements may require a temporary segment?
a. CREATE TABLE b. CREATE INDEX c. UPDATE d. CREATE TABLESPACE
|
View Answer
|
|
Which two initialization parameters are used by ORACLE to determine the number of rollback segments required for an instance?
a. ROLLBACK_SEGMENTS b. TRANSACTIONS c. TRANSACTIONS_PER_ROLLBACK_SEGMENT d. PROCESSES
|
View Answer
|
|
What can cause the Snapshot too old error?
|
View Answer
|
|
What is row migration?
|
View Answer
|
|
Which data dictionary view can be queried to see the OPTIMAL value for a rollback segment?
A. DBA_ROLLBACK_SEGS B. V$ROLLSTAT C. DBA_SEGMENTS D. V$ROLLNAME
|
View Answer
|
|
What is the default value of PCTFREE?
|
View Answer
|
|
How can you fix the MAXEXTENTS reached error for a rollback segment?
|
View Answer
|
|
What type of rollback segment is used if a tablespace containing an active transactions taken offline?
|
View Answer
|
|
When does Oracle stop adding rows to a block?
|
View Answer
|
|
Which portion of the data block stores information about the table having rows in this block?
|
View Answer
|
|
What is the minimum number of extents a rollback segment can have?
|
View Answer
|
|
Which data dictionary view would you query to see the free extents in a tablespace?
|
View Answer
|
|
6. Choose the statement used to manually de-allocate the extents used by a rollback segment. A. ALTER ROLLBACK SEGMENT R01 DEALLOCATE; B. ALTER ROLLBACK SEGMENT RO1 DROP EXTENTS; C. ALTER ROLLBACK SEGMENT RO1 SHRINK; D. ALTER ROLLBACK SEGMENT RO1 SIZE 10K.
|
View Answer
|