1.设置每行的长度: SET LIN[ESIZE] 200; 2.设置分页数量: SET PAGES[IZE] 50; 3.查看表空间相关信息: select file_id, tablespace_name, file_name from dba_data_files; 4.查看系统中所有的表: select owner, table_name, tablespace_name from dba_tables 5.查看所有用户的表: select owner, table_name, tabl…