1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > oracle数据库查询表语句 oracle数据库重要的查询语句

oracle数据库查询表语句 oracle数据库重要的查询语句

时间:2023-04-17 09:14:22

相关推荐

oracle数据库查询表语句 oracle数据库重要的查询语句

查看所有数据文件(dbf文件)的存放位置

SQL> select name from v$datafile;

标红色的为默认表空间文件

SQL> select name from v$datafile;

NAME

--------------------------------------------------------------------------------

/home/oracle/app/oracle/oradata/helowin/system01.dbf

/home/oracle/app/oracle/oradata/helowin/sysaux01.dbf

/home/oracle/app/oracle/oradata/helowin/undotbs01.dbf

/home/oracle/app/oracle/oradata/helowin/users01.dbf

/home/oracle/app/oracle/oradata/helowin/example01.dbf

/oracle-tablespace/brdb_1031_tablespace.dbf

6 rows selected.

SQL>

查看数据库的字符集

SQL> select userenv('language') from dual;

SQL> select userenv('language') from dual;

USERENV('LANGUAGE')

----------------------------------------------------

AMERICAN_AMERICA.AL32UTF8

查看系统中所有的路径信息

SQL> select * from dba_directories;

查询数据库用户信息

SQL> select * from dba_users;

end

标签:语句,数据库,dbf,SQL,oracle,home,app,select

来源: /djlsunshine/p/10985331.html

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。