Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle user in SQLPLUS
select user from dual;
or
show user
darkstar wrote:
>
> how to check the current oracle user in SQLPLUS command?
> what is command for:
> select * from dual;
>
> Thanks.
Received on Mon Sep 02 2002 - 20:03:11 CDT