码迷,mamicode.com
首页 >  
搜索关键字:total    ( 18887个结果
Linux命令之date +%F
#date命令现实当前日期 date +%F显示当前日期 [10:02:52 root@C8[ 2020-06-16DIR]#touch `hostname`_`date +%F`.log [10:03:47 root@C8[ 2020-06-16DIR]#ll total 0 -rw-r--r-- ...
分类:系统相关   时间:2020-06-16 10:20:35    阅读次数:314
deleteCustomer
1 public boolean deleteCustomer(int index){ 2 boolean ret=false; 3 if(index<total && index>=0){ 4 if(customers[index].getName()!=null){ //以name作为此位置是否 ...
分类:其他好文   时间:2020-06-16 01:11:56    阅读次数:55
SQL*Net more data to client等待事件
收到客户的一份报告,说远程处理数据库事务时出现"卡"的现象,也就是运行比较缓慢。在相应时段做了一个AWR报告,报告中显示了这样一些等待: 1 Top 5 Timed Events Avg %Total 2 ~~~~~~~~~~~~~~~~~~ wait Call 3 Event Waits Time ...
分类:数据库   时间:2020-06-15 18:13:25    阅读次数:62
SQL*Net more data to client等待事件
收到客户的一份报告,说远程处理数据库事务时出现"卡"的现象,也就是运行比较缓慢。在相应时段做了一个AWR报告,报告中显示了这样一些等待: 1 Top 5 Timed Events Avg %Total 2 ~~~~~~~~~~~~~~~~~~ wait Call 3 Event Waits Time ...
分类:数据库   时间:2020-06-15 17:37:29    阅读次数:68
linux系统free查看内存,发现可用物理内存很少,但是查看进程却发现没进程占用大内存
1.现象 当我们使用free命令查看内存的时候,发现可用物理内存很少,但是通过进程查看没有进程占用大内存。 [root@nexus-76150 ~]# free -h total used free shared buffers cached Mem: 15G 15G 193M 364K 1.0G ...
分类:系统相关   时间:2020-06-15 13:58:25    阅读次数:142
free 命令查看内存使用情况(待鸟哥的私房菜完善)
free h -c 3 Mem 行(第二行)是内存的使用情况。Swap 行(第三行)是交换空间的使用情况。total 列显示系统总的可用物理内存和交换空间大小。used 列显示已经被使用的物理内存和交换空间。free 列显示还有多少物理内存和交换空间可用使用。shared 列显示被共享使用的物理内存 ...
分类:其他好文   时间:2020-06-13 23:12:59    阅读次数:85
Oracle启动报错:ORA-03113: end-of-file on communication channel
Oracle启动报错:ORA-03113: end-of-file on communication channel问题背景:客户启动测试环境数据库报错 1 SQL> startup 2 ORACLE instance started. 3 Total System Global Area 1068 ...
分类:数据库   时间:2020-06-13 11:14:11    阅读次数:60
Oracle启动报错:ORA-03113: end-of-file on communication channel
Oracle启动报错:ORA-03113: end-of-file on communication channel问题背景:客户启动测试环境数据库报错 1 SQL> startup 2 ORACLE instance started. 3 Total System Global Area 1068 ...
分类:数据库   时间:2020-06-13 10:58:24    阅读次数:54
ORA-00742:Log read detects lost writein thread 1 sequence 1202 block 137840
问题背景: 客户数据库环境遭遇断电宕机,启动数据库失败,协助查看。 报错如下: 1 Total System Global Area 6442450944 bytes 2 Fixed Size 8807168 bytes 3 Variable Size 1375735040 bytes 4 Data ...
分类:其他好文   时间:2020-06-11 21:52:31    阅读次数:59
ORA-00742:Log read detects lost writein thread 1 sequence 1202 block 137840
问题背景: 客户数据库环境遭遇断电宕机,启动数据库失败,协助查看。 报错如下: 1 Total System Global Area 6442450944 bytes 2 Fixed Size 8807168 bytes 3 Variable Size 1375735040 bytes 4 Data ...
分类:其他好文   时间:2020-06-11 21:32:12    阅读次数:51
18887条   上一页 1 ... 9 10 11 12 13 ... 1889 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!