DBA đang import 1 table và 1index từ dump file mà được export từ 1 CSDL Oracle9i khác. Tùy chọn nào mà DBA có để sử dụng các thống kê(statistic) từ dump file?(chọn nhiều cái)?
A. Explicitly accept all statistics
B. Explicitly reject all statistics
C. Let IMPORT decide if the statistics are safe; otherwise recalculate
Tạo tablespace sdụng câu lệnh sau: CREATE TABLESPACE MYTS DATAFILE SIZE 200M AUTOEXTEND ON MAXSIZE 2G EXTENT MANAGEMENT LOCAL UNIFORM SIZE 5M SEGMENT SPACE MANAGEMENT AUTO; Oracle bỏ qua 3tham số nào khi tạo table trong tablespace MYTS?