Who am I?

No votes yet

Here is a quick SQL to help you identify what database are you logged into and with what user Id.

SELECT sys_context('USERENV',   'SESSION_USER') SESSION_USER,
  sys_context('USERENV',   'DB_NAME') db_name
FROM dual;

SESSION_USER    DB_NAME
dba123456       developdb

Please try to help out with unanswered topics on the forum. Chances are you have had the same issue/question some time in your IT career!

Comments

Have a question? Please ask it on the forum instead.

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
The question below is to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.