SUMMARY_USER_LOGIN
SUMMARY_USER_LOGIN records information about user logins and logouts on the primary database node, as described in Table 1. In the multi-tenancy scenario, global information is returned if this view is accessed in a non-PDB, and information about a PDB is returned if this view is accessed in the PDB.
|
Name |
Type |
Description |
|---|---|---|
|
node_name |
text |
Node name. |
|
user_name |
text |
Username. |
|
user_id |
integer |
User OID (Its value is the same as that of oid in pg_authid.) |
|
login_counter |
bigint |
Number of logins. |
|
logout_counter |
bigint |
Number of logouts. |
|
dbid |
oid |
ID of the database to which the user logs in. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot