from here:

select lower(sys_context('USERENV','SESSION_USER'))||
'@'||
lower(sys_context('USERENV','DB_NAME'))||'>' prom
from dual;


... if only to check my sanity at one point.

Labels: ,