码迷,mamicode.com
首页 >  
搜索关键字:currently    ( 676个结果
navicat premium 连接出现的问题
1、listener does not currently know of service requested in connect descriptor 2、问题截图: 3、问题原因:服务名或者SID不正确 4、改正方法:打开 图中tnsnames.ora文件 找到 XE就是服务名 正确连接: ...
分类:其他好文   时间:2017-09-25 20:42:31    阅读次数:193
安装数据库防火墙DBShield安装
Ubuntu 16.04 LTS 安装数据库防火墙DBShield 一、GO语言环境配置 1. 安装GO 2. 环境变量配置 二、DBShield安装 1. 下载DBShield源码 2. DBShield 编译并安装: 可能会遇到如下问题: 解决方法 ...
分类:数据库   时间:2017-09-23 00:02:30    阅读次数:379
ORA-01940: cannot drop a user that is currently connected
操作环境 SuSE11+Oracle11gR2 问题现象 删除oracle数据库用户失败,提示ORA-01940: cannot drop a user that is currently connected错误 问题分析 NA 问题解决 1、SQL>SELECT SID,SERIAL# FROM ...
分类:其他好文   时间:2017-09-14 23:47:31    阅读次数:300
jmeter远程分布执行遇到的网卡坑(A Test is currently running,stop or ....)
周末加班做一个项目app的性能测试,单机负载时由于公司给每个人的网络带宽上传下载流量就1M,300个用户并发就已经网络IO饱和了,虽然和相关部门协调过资源问题,但是收效甚微,因此打算先用分布部署压力机解决这个问题,然而问题来了,之前用分布式进行远程压力测试进展顺利,但是这次死活不能获取远程压力机反馈 ...
分类:其他好文   时间:2017-09-11 14:15:05    阅读次数:477
Git提交出现错误1
Git提交出现: If no other git process is currently running, this probably means a git process crashed in this repository earlier. Make sure no other git pr ...
分类:其他好文   时间:2017-09-02 11:32:46    阅读次数:152
linux命令
[linux系统]--常用命令 1、shell实现找到当前目录以及子目录中名字包含king的文件 find ./ | grep king 2、tcpdump抓包参数 -nne分别代表什么意思 -nn:直接以 IP 及 port number 显示,而非主机名称服务和名称 -e : 每行的打印输出中将 ...
分类:系统相关   时间:2017-09-01 14:28:30    阅读次数:180
ES shard unassigned的解决方法汇总
说下shard出现的几个状态说明: relocating_shards shows the number of shards that are currently moving from one node to another node(现网中遇到,因为kill -9重启es的方法不对,导致node ...
分类:其他好文   时间:2017-08-31 19:03:50    阅读次数:192
git 复位出现If no other git process is currently running, this probably means a git process crashed in this repo
复位到A节点的时候点了取消(终止),又去复位另外个节点,结果每次不管复位哪个都会报这个错误 fatal: Unable to create 'XXXXXXXXX' : File exists. If no other git process is currently running, this pr ...
分类:其他好文   时间:2017-08-31 15:57:06    阅读次数:155
nfs 客户端启动报错rpc.mountd: svc_tli_create: could not open connection for tcp6
根据启动提示可以获知,inet6地址族不被支持,原因是当前主机没有加载ipv6的模块,可以重新加载一遍ipv6模块解决这个问题。 由于我的系统不需要ipv6的支持,所以还可以通过下面的操作,取消NFS的ipv6调用。 还是报错: 还没启动rpcbin ...
分类:其他好文   时间:2017-08-22 18:00:36    阅读次数:391
Juniper Alarms 灯红色报警处理
1.2.5.1告警查看 root# run show system alarms 2 alarms currently active Alarm time Class Description 2015-11-20 14:21:49 UTC Minor Autorecovery information ...
分类:其他好文   时间:2017-08-22 13:51:43    阅读次数:733
676条   上一页 1 ... 26 27 28 29 30 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!