晚上cpu报警显示当前cpu使用率达到90%以上,不到10%的空闲 先查询当前sql: #(ORACLE) SQL > set line 200 pages 1000 col event for a30 col program for a30 col username for a12 col sql_id for a15 col INST_ID for 9999 col machine fo
文档课题:ORACLE数据库高水位线(high water mark). 数据库:oracle 11.2.0.41、实验测试 1.1、建测试表 SQL> create user leo identified by leo; User created. SQL> grant dba to leo; Grant succeeded. SQL> conn leo/leo; Connect
–查字符集 select userenv(‘language’) from dual; 1.在服务器端插入生僻字,服务器端正常可显示: 但工具客户端显示乱码: 2.在客户端工具插入生僻字,服务器和客户端都显示乱码: SQL> conn / as sysdba Connected. SQL> create user jyc identified by jyc; User created.