03 2015 档案

摘要:1->下载hadoop-1.2.1.tar.gztar -zxvf hadoop-1.2.1.tar.gz 解压 这里假设解压的文件在 /root/soft2->创建 hadoop 账户groupadd hadoopuseradd -g haddop -d /hom... 阅读全文
posted @ 2015-03-31 21:57 饺子吃遍天 阅读(175) 评论(0) 推荐(0)
摘要:主机名文件 /etc/sysconfig/network网络ip配置文件 /etc/sysconfig/network-scripts/ifcfg-eth0shell运行加载的脚本文件 工作目录下/.bash_profile系统启动全局 脚本文件 /etc/pro... 阅读全文
posted @ 2015-03-26 21:10 饺子吃遍天 阅读(106) 评论(0) 推荐(0)
摘要:Step 1: Specify an Instance Identifier (SID) [指定SID]假如这里 我们名字为 hello linux 下 执行命令 :cd $ORACLE_HOME/dbstouch setenv.shvi命令 输入以下内容ORACLE... 阅读全文
posted @ 2015-03-23 22:29 饺子吃遍天 阅读(149) 评论(0) 推荐(0)
摘要:1.以操作系统权限认证的oracle sys管理员登陆 sqlplus '/ as sysdba' 或者 sqlplus / as sysdba (/和as中间必须有一个空格)2.输入 sqlplus 使用 conn登陆 sqlplus /nolog ... 阅读全文
posted @ 2015-03-23 19:10 饺子吃遍天 阅读(128) 评论(0) 推荐(0)
摘要:[root@localhost oracle]# groupadd oinstall;[root@localhost oracle]# groupadd dba;[root@localhost oracle]# mkdir /u01[root@localhost or... 阅读全文
posted @ 2015-03-18 22:12 饺子吃遍天 阅读(202) 评论(0) 推荐(0)
摘要:http://utopia.knoware.nl/~hlub/uck/rlwrap/ 下载rlwrap-0.42.tar.gz 找到centos7 安装的iso中的 Packages的 ncurses-devel-5.9-13.20130511.el7.x86_64.... 阅读全文
posted @ 2015-03-18 21:46 饺子吃遍天 阅读(406) 评论(0) 推荐(0)
摘要:在安装时 设置了静态ip 但是 使用ifconfig命令时 只有 127.0.0.1的ip地址 这时候查看/etc/sysconfig/network-scripts 目录下是否存在ifcfg-eth0 文件如果不存在 查看是否存在ifcfg-开头的文件 我的系统... 阅读全文
posted @ 2015-03-18 20:47 饺子吃遍天 阅读(232) 评论(0) 推荐(0)
摘要:在图形界面使用 ctrl+alt+F2切换到dos界面 dos界面 ctrl+alt+F2切换回图形界面在命令上 输入 init 3 命令 切换到dos界面 输入 init 5命令 切换到图形界面如果想系统默认 以某种方式启动 使用systemd创建符号链接指向默认... 阅读全文
posted @ 2015-03-18 20:13 饺子吃遍天 阅读(153) 评论(0) 推荐(0)
摘要:with event_trace as(select * from w_user where user_name like '%a%')select * from event_trace相当于建个临时表 也相当于是一个针对sql的别名语法就是with tempname... 阅读全文
posted @ 2015-03-18 09:15 饺子吃遍天 阅读(194) 评论(0) 推荐(0)
摘要:在CMD里输入命令如下:C:\Documents and Settings\Administrator>orapwdUsage: orapwd file= password= entries=wherefile - name of password file (man... 阅读全文
posted @ 2015-03-16 21:41 饺子吃遍天 阅读(312) 评论(0) 推荐(0)
摘要:ORACLE9I和10Gshow parameter dump; 可以查看 SQL> show parameter dumpNAME TYPE VALUE------------------... 阅读全文
posted @ 2015-03-16 20:02 饺子吃遍天 阅读(1144) 评论(0) 推荐(0)