What is AUTH_ID and AUTH_USER in pl/sql ?



What is AUTH_ID and AUTH_USER in pl/sql ?..

Answer / Sachin Dev Verma

In PL/SQL, `AUTH_ID` is a system-generated number that uniquely identifies each user. It's automatically assigned when the user account is created. On the other hand, `AUTH_USER` refers to the username that was specified during the account creation process.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What are the parameter modes supported by pl/sql?

1 Answers  


Is sql a dbms?

1 Answers  


What are the different types of database management systems?

1 Answers  


What is the use of a view in sql?

0 Answers  


How many tables can a sql database have?

1 Answers  


what is online transaction processing (oltp)? : Sql dba

1 Answers  


Why does %isopen return false for an implicit cursor?

1 Answers  


How can i insert data inro a table with 3 columns using FORALL?

2 Answers   Oracle,


How can I pass the inner procedure value to outer procedure ?

2 Answers  


what is try_catch block in procedure

1 Answers  


What does (+) mean in sql joins?

1 Answers  


What is different between union and minus?

7 Answers   Accenture, TCS,


Categories