In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
1. The method of modifying the maximum number of connections in Oracle
A. Log in to PL/SQL or Worksheet as sysdba
B. Query the current number of connections
Show parameter processes
C. Change the number of system connections
Alter system set processes=1000 scope=spfile
D, create pfile
Create pfile from spfile
Restart the Oracle service or restart the Oracle server
2. Methods of querying the usage of Oracle cursors
Select * from v$open_cursor where user_name = 'TRAFFIC'
3. The method of querying Oracle session
Select * from v$session
Modify the maximum number of mysql connections
The maximum number of connections for MySQL is 100 by default
You can modify the maximum number of connections for Mysql using the following command
Number of set GLOBAL max_connections= connections
For example:
Set the new maximum number of connections to 200:mysql > set GLOBAL max_connections=200
After setting up, use the command
Mysqladmin-uroot-p variables | find "max_connect"
Enter password:
| | max_connections | 200 |
Let's see if the setting is successful.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.