#L

ORA-01941: SEQUENCE keyword expected

文档解释ORA-01941:SEQUENCEkeywordexpectedCause:keywordmissingAction:supplymissingkeyword。ORA-01941是Oracle数据库中一个常见的错误,它通常表明在DML语句中未找到所需的SEQUENCE关键字。官方解释ORA-01941表示接受...

ORA-01183: cannot mount database in SHARED mode

文档解释ORA-01183:cannotmountdatabaseinSHAREDmodeCause:Someotherinstancehasthedatabasemountedexclusive.Action:Shutdownotherinstancethenmountshared.这是Oracle数据库管理系统(R...

ORA-01022: database operation not supported in this configuration

文档解释ORA-01022:databaseoperationnotsupportedinthisconfigurationCause:Theattempteddatabaseoperationdoesnotconformtotheuserprogramminginterface(UPI)forthetwocommun...

ORA-02040: remote database string does not support two-phase commit

文档解释ORA-02040:remotedatabasestringdoesnotsupporttwo-phasecommitCause:thedatabasewaspotentiallyupdatedbutdoesnotsupportpreparetocommit(asdeterminedbyitslogontran...

ORA-00851: SGA_MAX_SIZE string cannot be set to more than MEMORY_TARGET string.

文档解释ORA-00851:SGA_MAX_SIZEstringcannotbesettomorethanMEMORY_TARGETstring.Cause:SGA_MAX_SIZEvaluewasmorethanMEMORY_TARGETvalue.Action:SetSGA_MAX_SIZEtobelessthan...
IT技术学习 ·2023-07-05

ORA-00493: GMON process terminated with error

文档解释ORA-00493:GMONprocessterminatedwitherrorCause:TheASMdiskgroupmonitorprocessdiedAction:WarmstartinstanceORA-00493的错误是指Oracle数据库的GMON进程已停止,无法将信息传递给客户应用程序而失败。官...

gFTP文件传输

gFTP是Linux或Unix平台下一款免费的,多线程文件传输软件。功能如下:DistributedunderthetermsoftheGNUPublicLicenseAgreementWritteninCandhasatextinterfaceandaGTK+1.2/2.xinterfaceSupportstheFT...
开发笔记 ·2023-04-15

使用rsync备份数据

使用rsync从linux到linux或到windows对网站进行镜像备份rsync是Linux系统下的数据镜像备份工具,从软件的命名上就可以看出来了——remotesync。rsync支持大多数的类Unix系统,无论是Linux、Solaris还是BSD上都经过了良好的测试。rsync的最新版本可以从http://r...
开发笔记 ·2023-04-15

KTorrent

一款性能非常优异的linux平台下的BT软件。KTorrentisaBitTorrentprogramforKDE.Thecurrentreleaseis2.0beta1whichaddsseveralbigfeaturessinceourpreviousrelease.Amongthenewfeaturesyouca...
开发笔记 ·2023-04-15

CentOS上使用yum安装Apache

Apache在Linux系统中,其实叫“httpd”,它“无耻的”占据了官方名义!CentOS可以使用yum命令,非常简单和容易的安装Apache,下面演示一下步骤:1、安装Apacheyuminstallhttpd2、设置Apache服务的启动级别chkconfig--levels235httpdonApache是一...

WDCP的安装配置

一、wdcp_v2.41简介lanmp一键安装包是wdlinux官网2010年开始推出的lamp,lnmp,lnamp(apache,nginx,php,mysql,zend,eAccelerator,pureftpd)应用环境的快速简易安装包,执行一个脚本,整个环境就安装完成就可使用,快速,方便易用,安全稳定.但由于...
开发笔记 ·2023-04-15

vsftpd配置

Linux下vsftpd的安全化的配置--------------------------------------------------------------------------------项目介绍目前主要的FTPserver有三个vsftpd和ProFTPd,wu-ftpd其中vsftpd安全性高,性能也比较...
开发笔记 ·2023-04-15

安装Bind

linux下安装bind                   一.、Bind简介。Bind是一款开放源码的DNS服务器软件,Bin...
开发笔记 ·2023-04-15

swap文件

如果你的硬盘空间已经全部分配给其他分区,也没有多余的预算新添购硬盘,我们可以利用swap文件的方式增加虚拟的swap空间,不过执行性能会较实际的swap分区差.产生swap文件 要创建swap文件,执行dd命令,新增一个256MB的swap文件: #ddif=/dev/zeroof=/tmp/mys...
开发笔记 ·2023-04-15

FreeBSD介绍

       FreeBSD是一种UNIX操作系统,是由经过BSD、386BSD和4.4BSD发展而来的Unix的一个重要分支,它支持x86兼容(包括Pentium®和Athlon?)、amd64兼容(包括Opteron?、Athlo...
开发笔记 ·2023-04-15
首页上一页...38943895389638973898下一页尾页