惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
H
Help Net Security
B
Blog RSS Feed
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
N
Netflix TechBlog - Medium
S
SegmentFault 最新的问题
The Cloudflare Blog
I
InfoQ
美团技术团队
博客园 - 三生石上(FineUI控件)
MyScale Blog
MyScale Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 司徒正美
L
LangChain Blog
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
Y
Y Combinator Blog

博客园 - chensss2008

JavaScript 中的undefined and null 学习 html5 file upload and form data by ajax openresty + lua-resty-weedfs + weedfs + graphicsmagick动态生成缩略图(类似淘宝方案) windows xp + mysql5.5 + phpmyadmin insert 中文繁體 (原创)ubuntu 10.04+ruby1.9.2+rails3 安装记录 ruby簡單的代碼行統計工具 Ruby中如何复制对象 (deep clone)(转载) vi 常用命令使用說明 ruby1.9.2 +windowxp svn Server sent unexpected return value (403 Forbidden) in response to CHECKOUT ubuntu 14.04 安装svn server (subversionedge ) ubuntu 13.10 install wireshark Ubuntu 14.10下基于Nginx搭建mp4/flv流媒体服务器(可随意拖动)并支持RTMP/HLS协议(含转码工具) mysql distinct field1,field2,field3, .... from table jsoup 使用总结4--高级用法之 script js 脚本 jsoup 使用总结3--高级用法之 not jsoup 使用总结2--高级用法之 :gt(n) jsoup 使用总结1--添加header require './ex25' can't load such file
ubuntu10.04 安装oracle server 版 笔记
chensss2008 · 2015-08-12 · via 博客园 - chensss2008

1:从oracle 官网下载oracle 10g ,然后解压出一个database文件夹。
2 :创建RedHat的版本声明文件[默认ubuntu无法通过oracle 的检查]
在/etc/redhat-release中添加以下语句,以使安装程序认为正在一个RedHat的系统上安装:
Red Hat Linux release 3.1 (drupal)
3: 安装oracle10g时报:Error in invoking target 'all_no_orcl ihsodbc' of makefile...
ubuntu oracle, error in invoking target all_no_orcl ihsodbc
无法通过 sudo apt-get install libstdc++5安装
gcc-3.3-base_3.3.6-15ubuntu6_i386 ==》cpp-3.3_3.3.6-15ubuntu6_i386 ==》gcc-3.3_3.3.6-15ubuntu6_i386 ==》
libstdc++5_3.3.6-15ubuntu6_i386

参考网站地址:http://mirrors.kernel.org/ubuntu/pool/universe/g/gcc-3.3/

4:按提示安装即可。
如有安装会有乱码,清使用eng环境
export LC_CTYPE=en_US.UTF-8

5:安装完后,提示
/u01/app/oracle/orainventory/orainstRoot.sh
/u01/app/oracle/product/10.2.0/root.sh
没有执行成功,需要 need root 权限。
主要是/etc/oratab没有创建成功!

使用root权限,找到并执行./root.sh