查看编码:
select userenv('language') from dual;
查看数据文件大小:
select * from v$dbfile;
查看数据库版本:
select * from v$instance;