diff --git "a/content/zh/docs/Toolreference/\345\270\270\350\247\201\351\227\256\351\242\230\345\244\204\347\220\206.md" "b/content/zh/docs/Toolreference/\345\270\270\350\247\201\351\227\256\351\242\230\345\244\204\347\220\206.md" index 0d8d34f7f4eec1f0f35ca50a98b18f7d61f6cec1..7a8268e7ccf48f9edb03a72f05fe1e4087f5aff6 100644 --- "a/content/zh/docs/Toolreference/\345\270\270\350\247\201\351\227\256\351\242\230\345\244\204\347\220\206.md" +++ "b/content/zh/docs/Toolreference/\345\270\270\350\247\201\351\227\256\351\242\230\345\244\204\347\220\206.md" @@ -111,7 +111,7 @@ >gsql: FATAL: database "postgres" does not exist >gsql -d postgres -U user1 -W gauss@789 -p 5432 >gsql: FATAL: Invalid username/password,login denied. - >``` + >``` - gsql: FATAL: sorry, too many clients already,active/non-active: 197/3. @@ -173,8 +173,7 @@
执行如下命令查看指定用户USER1已使用的会话连接数。其中,1表示USER1已使用的会话连接数。
SELECT COUNT(*) FROM V$SESSION WHERE USERNAME='user1'; - count - ------- + ###### count 1 (1 row)
SELECT COUNT(*) FROM V$SESSION; - - count - ------- + + ###### count 10 (1 row)