Monday, September 26, 2016

LICENSE INFORMATION NOTES


  •  

    License

    LICENSE INFORMATION NOTES:
  • Sessions Max - Maximum number of concurrent user sessions allowed for the instance.
  • Sessions Warn - Warning limit for concurrent user sessions for the instance.
  • Sessions Current - Current number of concurrent user sessions.
  • Sessions Highwater - Highest number of concurrent user sessions sine the instance started.
  • Users Max - Maximum number of named users allowed for the database.

    select SESSIONS_MAX,
     SESSIONS_WARNING,
     SESSIONS_CURRENT,
     SESSIONS_HIGHWATER,
     USERS_MAX
    from v$license
  • No comments:

    Post a Comment

    How To Fix Hive – Partition Table Query Failed When Stored As Parquet

    This article is about the bug in Hive filtering option, when the partition table query stored as parquet. Big data developers will help y...