Week 15
Week 15
Week 15
implementing now.
SQL> CONNECT system/manager
SQL> CREATE TABLE customers ( cust_code VARCHAR2(3),
name VARCHAR2(50),
region VARCHAR2(5) )
TABLESPACE users;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------------------
3 Find which files and blocks contain the rows for the orders table.
Hint: Query the data dictionary view DBA_EXTENTS.
6 Allocate an extent manually, with default size, for the table ORDERS and
confirm
that the extent has been added as specified.