1. Set môi trường cho SQL*Plus
col owner_name format a10
col table_name format a15
col cluster_name format a7
col partition_name format a9
col subpartition_name format a12
col head_rowid format a20
col <column_name> 999,999
col target format a25
|
Định dạng dữ liệu kiểu string, 10 ký tự
Định dạng dữ liệu cột kiểu
number, VD: 123,456
|
set linesize 200
|
Mỗi dòng 200 ký tự
|
SQL> set pagesize 9999
|
Định dạng cỡ của trang
|
Set timing on
|
Hiển thị thời gian chạy của câu
lệnh
|