who am i :表示登录此虚拟机(或者计算机)时,使用的操作系统级别用户名称

whoami:表示当前正在使用的操作系统级别用户名称

select username from dba_users;查询的是当前数据库中所拥有的用户名称(属于数据库级别);


[root@rhel58 oracle]# who

oracle   :0           2015-01-04 23:47
oracle   pts/0        2015-01-04 23:48 (:0.0)

oracle   pts/1        2015-01-05 09:36 (192.168.0.111)


[root@rhel58 oracle]# who am i

oracle   pts/0        2015-01-04 23:48 (:0.0)


[root@rhel58 oracle]# whoami

root


[root@rhel58 oracle]# su - oracle
[oracle@rhel58 ~]$ who
oracle   :0           2015-01-04 23:47
oracle   pts/0        2015-01-04 23:48 (:0.0)

oracle   pts/1        2015-01-05 09:36 (192.168.0.111)


[oracle@rhel58 ~]$ who am i

oracle   pts/0        2015-01-04 23:48 (:0.0)


[oracle@rhel58 ~]$ whoami
oracle


Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐