摘要:
1.cmd窗口下,登陆管理员用户:sqlplus sys/1 as sysdba 2.创建新用户并为用户授权: (1)创建用户 Create the user create user Helq3_Pro identified by "1" default tablespace MOF tempora 阅读全文
摘要:
oracle数据库忽然连不上了,一查是游标数量超了。 1.查看游标数 show parameter open_cursors 2.修改游标数 alter system set open_cursors = 10000; 3.获取打开的游标数 select o.sid, osuser, machine 阅读全文