51CTO博客开发
使用xmanger 3连接 错误如下: --------------------------- Xrcmd --------------------------- The server sent a disconnect packet. Received ieof for nonexistent channel 0. (code: 2) -----------------------
1、oracle用户登录到linux图形界面中 2、启动SecureCRT,进入Options->Session Options->Remote/X11 选中Forword X11 Packets ->OK 进入Options->Save Settings Now 之后重启SecureCRT 3、启用SecureCRT打开一个终端界面以ro
实用技巧:在Linux下设置xhost方法步骤 第一步:用root登陆linux,启动vnc服务; 第二步:根据vnc起来的端口,设置export DISPLAY=localhost:1(1表示vnc在第一个tty上启动的),vnc的启动信息见附件1; 第三步:执行xhost +,并且提示“access control disabled, clients can connec
检查是否表空间目录拥有oracle用户的访问权限,磁盘空间大小
/etc/hosts中设定错误 本机ip地址是172.24.4.1﹐而/etc/hosts中的设置是: [root@paclx ~]# vi /etc/hosts # Do not remove the following line, or various programs # that require network functionality will fail. 127.0
今天数据库在重启后,打开数据库时发生以下错误: SQL> alter database open; alter database open * ERROR at line 1: ORA-16038: log 1 sequence# 62 cannot be archived ORA-19504: failed to create file "" ORA-
oracle 11g,安装后丢失了日志文件,启动数据库发生错误 ORA-16038: 日志 2 序列号 23 无法归档 ORA-00312: 联机日志 2 线程 1: 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO02.LOG' ORA-16032: 参数 LOG_ARCHIVE_DEST_1
1:Linux加载光驱 1.1: 弹入光驱命令 #eject -t 1.2建立光驱加载目录 #mkdir /mnt/cdrom 1.3:加载光驱文件 #mount /dev/cdrom /mnt/cdrom 1.4:进入光驱目录,读取光驱文件 cd /mnt/cdrom/ 1.5:卸载光驱文件: #umount /mnt/cdro
root用户 chmod +x xxxxxx.bin ./xxxxxx.bin
1. 配置VNC Server 编辑vi /etc/sysconfig/vncservers文件,添加VNC用户。 在vncservers文件末尾,加入如下一行: —————&mdas
第一步: gunzip lnx_920_disk1.cpio.gz 第二步: cpio -idmv < lnx_920_disk1.cpio
Oracle Database 10g Release 2 (10.2.0.1.0) Enterprise/Standard Edition for Microsoft Windows (32-bit) http://download.oracle.com/otn/nt/oracle10g/10201/10201_database_win32.zip http://download.oracle
一般情况是PHP.ini配置问题,根据下面的配置项再设置一次,然后重启服务器,试试! (1) 设置扩展路径 查找 extension_dir 有这么一行 ;extension_dir = "./" 在此行后面加入一行(注意是加入一行,不是加到后面) extension_dir = "
编辑 vi /etc/ssh/sshd_config PermitRootLogin yes 重启服务 service sshd restart
重新编译安装php的make时候出现 make: *** [sapi/cli/php] Error 1 一:考虑过make clean,问题依然 二:(采取此方法后出现启动apache报错:/usr/local/apache2/modules/libphp5.so: undefined symbol: libiconv_open),采取第三种方法无问题 在「./conf
一个MySQL客户可以两种不同的方式连接mysqld服务器:Unix套接字,它通过在文件系统中的一个文件(缺省“/tmp/mysqld.sock”)进行连接;或TCP/IP,它通过一个端口号连接。Unix套接字比TCP/IP更快,但是只有用在连接同一台计算机上的服务器。如果你不指定主机名或如果你指定特殊的主机名localhost,使用Unix套接字。 错误(2002
在用PHP5.3以上的PHP版本时,只要是涉及时间的会报一个 "PHP Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date
今天在服务器上安装phpMyAdmin,出现这样的提示 Wrong permissions on configuration file, should not be world writable! 查资料一看,原来phpMyAdmin要在755权限下才能正常工作(777不行)。所以解决办法也就来了: SSH,cd到phpMyAdmin上级目录, chmod -R
Copyright © 2005-2023 51CTO.COM 版权所有 京ICP证060544号