logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

oracle 查看指标 tps(Transactions Per Second)

oracle 查看指标 tps(Transactions Per Second)https://blog.csdn.net/ctypyb2002/article/details/102930616

#oracle
oracle ora-3113可能是由于resource manager的限制

21:35:20 SQL> select count(*) from t_3 order by created;select count(*) from t_3 order by created*ERROR at line 1:ORA-03113: end-of-file on communication channelProcess ID: 392578Session ID: 1873 S

#oracle
oracle中 特殊字符 转义 (&)

https://blog.csdn.net/u011897392/article/details/52449389不错 参考一下

#oracle
linux里面上下键出现乱码及退格键出现乱码的解决方法

linux里面出现上下键乱码的原因是因为该用户的默认shell不对,所以可以在/etc/profile里面加入一行 bash,就可以将默认shell设置为bash。

文章图片
#linux#bash#运维
oracle的data redaction测试

【代码】oracle的data redaction测试。

文章图片
#oracle#数据库#dba
如何解决linux用户密码过期的问题 Your password has expired.

今天在dbca创建db的时候,发现两个节点的cluster只显示一个节点,随想ssh到另外一个node查看GI情况,发现如下错误。Your password has expired.使用chage -M -1 crsusr可以解决这个问题crsusr@slcz01db03 bin]$ ssh slcz01db04You are required to change your password im

#linux
linux中去除密码复杂度验证

我们在修改linux用户的密码时,由于系统设置了很复杂的密码规则,但是我们只想设置一个简单的密码,这个时候就需要将系统中设置的密码规则去掉,这样我们就可以设置一个比较简单的密码了设置密码复杂度的地方是是这个文件/etc/pam.d/system-auth设置密码复杂度的就是password那个block将里面为requisite或者required哪行通过修改,使其密码校验规则简单化,就可以为用户

#linux#服务器#运维
在使用ssh tunnel时碰到错误 channel 1018: open failed: administratively prohibited: open failed

在使用ssh tunnel时碰到错误channel 1018: open failed: administratively prohibited: open failed如何解决这个问题

#linux
解决ssh过程中报Too many authentication failures

https://www.jianshu.com/p/2b720e4277d2解决ssh过程中报Too many authentication failures问题在使用securecrt登陆某台主机时, 报Too many authentication failures原因可能在使用过程中, 失败登陆多次导致解决登陆到服务器, 编辑/etc/ssh/sshd文件,增加以下配置MaxAuthTrie

#linux
解决问题“Gtk-Message: 20:40:00.102: Failed to load module “pk-gtk-module“

https://www.cnblogs.com/ference/p/3610813.htmlhttps://blog.csdn.net/u014337397/article/details/81068991可以参考这个帖子解决下面的问题在linux上安装firefox运行的时候碰到下面的错误[root@scaqad02adm01 ~]# firefoxFailed to open connecti

#linux
    共 26 条
  • 1
  • 2
  • 3
  • 请选择