RelationalDBDesign
SiteMap
Database Architecture
Database Admin
Managing Users
Managing Objects
Backup Recovery
Admin Tasks
Space Management
«Prev
Next»
Managing Objects
Space Management
Storage Management Concepts
Data Blocks
Data System Blocks
Segment Role
Oracle extents Data
Extent Allocation
Setting Extent Size
Tablespace Default
Data Dictionary Storage
Oracle Free Space
Oracle Lists
Space Blocks
Free Space
Table Space Fragmentation
Tablespace Database Objects
Correct Table Space
Space Management Conclusion
Managing Tables
Create Oracle Table
Column Datatypes
Schema Manager Table
Generate Table List
Describing Table Columns
Modify Table Column
Delete Oracle Table
Schema Manager Conclusion
Managing Constraints
Four Basic Constraints
Primary Key Constraints
Database Table Constraints
Create Foreign Constraints
Unique Foreign Key Constraints
Table Trigger
Adding Table Constraints
Implement Column Constraints
Data Dictionary Constraints
Managing Constraints
Oracle Indexes
Oracle Database Index
Oracle Data Index
Index Types
Create Table Index
Separate Indexes-
Alter Index Attributes
Rebuilding Oracle Index
Data Dictionary Views
Drop Index Oracle
Using Oracle Indexes
Managing Privileges
Granting Privileges
Grant Command
Using Security Manager
Listing Table Privileges
Listing Privileges Columns
Revoking Object Privileges
Object Privileges Conclusion
Database Security Roles
Database Roles
Creating Roles
Granting Role Privileges
Default non Default Roles
Password Protected Roles
WITH ADMIN OPTION
Security granted By Roles
Invoker Caller Routine
View Information about Roles
Listing Granted Roles
Drop Database Role
Oracle TableSpace - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which of the following SQL statements will not allow you to set storage parameters?
Please select the best answer.
A.
CREATE TABLE
B.
CREATE TABLESPACE
C.
CREATE DATABASE
D.
CREATE INDEX
2.
If the
NEXT
parameter for an extent is 100K and the
PCTINCREASE
parameter is 50, the third extent allocated will be?
Please select the best answer.
A.
50K
B.
100K
C.
150K
D.
225K
3.
Specifying default storage parameters for a tablespace can do which two things?
Please select all the correct answers.
A.
You can set storage parameters when you create or alter a table.
B.
If you specify storage parameters for a table, all segments in the table use them.
C.
You must specify storage parameters for each object.
D.
Specifying default storage parameters for a tablespace can decrease maintenance overhead.