What is the system function to get the current user's user
id?

Answers were Sorted based on User's Feedback



What is the system function to get the current user's user id?..

Answer / dhivya

select * from v$session;

from this we can get the user's id.

Is This Answer Correct ?    1 Yes 1 No

What is the system function to get the current user's user id?..

Answer / lakshmi narayanan r

SELECT CURRENT_USER

Is This Answer Correct ?    1 Yes 1 No

What is the system function to get the current user's user id?..

Answer / ajitnayak

select USERNAME,user_id from user_USERS;

Is This Answer Correct ?    0 Yes 0 No

What is the system function to get the current user's user id?..

Answer / dinesh sharma


select User_Id()

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More DB Development Interview Questions

What are the three types of database design?

0 Answers  


What are the key features of dbms?

0 Answers  


How to use timestamp datatypes

0 Answers  


How to read and create .LDC data files which are used by linguatic dictionary.

0 Answers  


Which four data types cannot be used as a return type from a user-defined function?

0 Answers  






Write short notes on XSU and JAVA

1 Answers  


Write the difference between case version and decode version.

2 Answers  


What is DB Development software?

0 Answers  


How to create an external table.

1 Answers  


How to generate OIDS

0 Answers  


Explain the family trees and connection by clause.

1 Answers  


what is difference between primary key and unique key ?

2 Answers  


Categories