「Oracle 19c」現在ログインしているユーザ名を確認する方法
環境
Windows 10 Home 64bit
Oracle 19c
sqlplus
SQL構文
select username from user_users;
テーブル「user_users」を参照して、現在ログインしているユーザー名を確認します。
使用例
SQL> select username from user_users; USERNAME -------------------------------------------------------------------------------- SYS