随笔 - 746  文章 - 0  评论 - 39  阅读 - 79万

随笔分类 -  Oracle

上一页 1 2 3 4 5 6 7 8 下一页
BUG:oracle 10g 10.2.0.1 linux-64位 升级到 10.2.0.5:Seed_Database.dfb 文件没有升级:会造成后续dbca或使用该文件的操作失败!
摘要:oracle 挺垃圾的。 如题。 解决:自己手工把补丁文件内的正确文件提取出来,覆盖升级后的问题文件。 阅读全文
posted @ 2020-09-05 19:21 jinzhenshui 阅读(255) 评论(0) 推荐(0) 编辑
Fedora 32 server 安装 oracle database 10.2.0.1 并安装 10.2.0.5 补丁
摘要:挺意外,竟然十分顺利! Fedora Server 的基本情况: [root@f32 ~]# uname -a Linux f32 5.8.4-200.fc32.x86_64 #1 SMP Wed Aug 26 22:28:08 UTC 2020 x86_64 x86_64 x86_64 GNU/L 阅读全文
posted @ 2020-09-05 15:21 jinzhenshui 阅读(233) 评论(0) 推荐(0) 编辑
Tiny-Core-Linux 9.x:安装oracle【11g|】:最终版
摘要:as of # tce-ab 需要安装的软件 # gcc make flex Xorg-7.7-lib Xorg-7.7-bin glibc_base-dev # mkdir /mnt/sda1/u01 chmod 777 /mnt/sda1/u01 ln -sf /mnt/sda1/u01 /ho 阅读全文
posted @ 2020-08-20 16:03 jinzhenshui 阅读(193) 评论(0) 推荐(0) 编辑
Tiny-Core-Linux 9.x:安装oracle【11g|】:艰难的旅程,不过,最终成功了!:mini-install
摘要:as of: #需要安装的包#gcc make flex glibc_base-dev awk grep Xorg-7.7 【Xorg-7.7-lib、Xorg-7.7-bin】mkdir /mnt/sda1/u01 chmod 777 /mnt/sda1/u01 ln -sf /mnt/sda1/ 阅读全文
posted @ 2020-08-19 19:57 jinzhenshui 阅读(162) 评论(0) 推荐(0) 编辑
Tiny-Core-Linux 9.x:安装oracle【11g|】:艰难的旅程,不过,最终成功了!
摘要:成功!不畏艰险、历经磨难、锲而不舍、终于达成! as of: # 需要通过tce-ab安装以下包: drwxr-xr-x 3 tc staff 26 Dec 7 2017 util-linux_base-dev root@box:/tmp/tcloop# ls Xorg-7.7-bin gawk g 阅读全文
posted @ 2020-08-18 20:31 jinzhenshui 阅读(371) 评论(0) 推荐(0) 编辑
Alpine 3.12:安装oracle12c:!!!
摘要:基本的安装脚本,as of: ####### alpine312:~# historyrc-service sshd restart echo alpine312 >/etc/hostnameecho 127.0.0.1 alpine312 >>/etc/hosts apk add coreutil 阅读全文
posted @ 2020-08-17 22:11 jinzhenshui 阅读(302) 评论(0) 推荐(0) 编辑
Alpine 3.12:安装oracle11g:!!!
摘要:as of: ####### alpine312:~# historyrc-service sshd restart echo alpine312 >/etc/hostnameecho 127.0.0.1 alpine312 >>/etc/hosts apk add coreutils shadow 阅读全文
posted @ 2020-08-16 20:12 jinzhenshui 阅读(414) 评论(0) 推荐(0) 编辑
Arch Linux 2020.08 安装 oracle 11.2.0.4
摘要:Arch Linux 比较小众的一类,但理念、工具等也是非常完善了。 其发行特点是一切【追新】、自由定制:撒手不管! 历史版本只能通过snapshot来获取当时的软件集(但你有没有办法获取到当时的软件.... ,真不一定了) # 废话不多说,看看怎么在当前(2020-08-14)最新的发行版上安装o 阅读全文
posted @ 2020-08-14 22:59 jinzhenshui 阅读(2063) 评论(0) 推荐(0) 编辑
oracle dbca 【bug】:JAVA_JIT_ENABLED=false
摘要:在Linux-x86_64 中默认为 true,但是,很多时候dbca会报错,oracle证实是bug。需要设置为false才行。 JAVA_JIT_ENABLED PropertyDescription Parameter type Boolean Default value Operating 阅读全文
posted @ 2020-08-08 23:07 jinzhenshui 阅读(616) 评论(0) 推荐(0) 编辑
Ubuntu-20.04.1 安装 oracle 12.2.0.1 数据库database软件
摘要:as of: #!/bin/sh ##ubunt-20.04.1 ##Linux j 5.4.0-26-generic #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux ##GNU C Library 阅读全文
posted @ 2020-08-01 21:38 jinzhenshui 阅读(3727) 评论(0) 推荐(0) 编辑
gcc的编译选项
摘要:gcc 4.6+ :/usr/bin/gcc-? -Wl,--no-as-needed $* gcc 7+ :/usr/bin/gcc-? -Wl,--no-as-needed -no-pie $* 阅读全文
posted @ 2020-08-01 20:03 jinzhenshui 阅读(175) 评论(0) 推荐(0) 编辑
Ubuntu-16.04.6 安装 oracle 11.2.0.4 数据库database软件
摘要:as of: root@ubuntu16:~# cat setup11g-for-ub-16.04.sh #!/bin/sh ##ubunt-16.04 ##Linux ubuntu16 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45 UT 阅读全文
posted @ 2020-08-01 16:29 jinzhenshui 阅读(321) 评论(0) 推荐(0) 编辑
Ubuntu-16.04.6 安装 oracle 12.2.0.1 数据库database软件
摘要:as of: root@ubuntu16:~# cat setup12c-for-ub-16.04.sh #!/bin/sh ##ubunt-16.04 ##Linux ubuntu16 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45 UT 阅读全文
posted @ 2020-08-01 16:01 jinzhenshui 阅读(266) 评论(0) 推荐(0) 编辑
Ubuntu-14.04.6 安装 oracle 12.2.0.1 数据库database软件
摘要:as of: #!/bin/sh ##ubunt-14.04 ##Linux ubuntu14 4.4.0-142-generic #168~14.04.1-Ubuntu SMP Sat Jan 19 11:26:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 阅读全文
posted @ 2020-08-01 14:53 jinzhenshui 阅读(142) 评论(0) 推荐(0) 编辑
Ubuntu-14.04.6 安装 oracle 11.2.0.4 数据库database软件
摘要:as of: #!/bin/sh ##ubunt-14.04 ##Linux ubuntu14 4.4.0-142-generic #168~14.04.1-Ubuntu SMP Sat Jan 19 11:26:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 阅读全文
posted @ 2020-08-01 14:52 jinzhenshui 阅读(146) 评论(0) 推荐(0) 编辑
Ubuntu-12.04.5 安装 oracle 12.2.0.1 数据库database软件
摘要:as of: 提示:对gcc的配置不敏感!好好。 #!/bin/sh ##ubunt-12.04 ##Linux ubuntu1204 3.13.0-32-generic #57~precise1-Ubuntu SMP Tue Jul 15 03:51:20 UTC 2014 x86_64 x86_ 阅读全文
posted @ 2020-08-01 14:16 jinzhenshui 阅读(184) 评论(0) 推荐(0) 编辑
Ubuntu-12.04.5 再再再次安装 oracle 11.2.0.4 数据库database软件(又不一样了!)
摘要:重点:根本不需要libstdc++5 安装setup-oracle11g-for-ubuntu-12.04.5.sh,如下: #!/bin/sh ##ubunt-12.04 ##Linux ubuntu1204 3.13.0-32-generic #57~precise1-Ubuntu SMP Tu 阅读全文
posted @ 2020-08-01 13:52 jinzhenshui 阅读(124) 评论(0) 推荐(0) 编辑
Ubuntu-4.10 安装 oracle 11.2.0.4 数据库database软件(最古老的ubuntu)
摘要:几乎是最古老的ubuntu了,amd64位的。 当然,安装也是不顺利,不过都解决了。 首先是手动安装libaio1、libaio-dev,最后最新的能用的版本是0.3.107的。 其次是oracle11g安装程序本身的不适应问题,磕磕绊绊的。 自动环境安装脚本如下: #!/bin/sh ##gcc- 阅读全文
posted @ 2020-07-31 11:24 jinzhenshui 阅读(226) 评论(0) 推荐(0) 编辑
Debain-4 安装 oracle 12.2.0.1 数据库database软件(过程辛苦,所以重复发布,留念)
摘要:首先:debian-4 默认发行版是无法安装oracle12c的!原因是发行版的 [g]libc6版本、libstdc++6库版本太低! 关键:既然知道了原因,升级就好了。问题就在于这两个家伙都是系统最最底层的支持库,小白根本升级不了,弄不好系统就彻底崩溃了! 提示:测试、测试、再测试; 尝试、尝试 阅读全文
posted @ 2020-07-30 16:21 jinzhenshui 阅读(192) 评论(0) 推荐(0) 编辑
Debain-4 安装 oracle 12.2.0.1 数据库database软件
摘要:首先:debian-4 默认发行版是无法安装oracle12c的!原因是发行版的 [g]libc6版本、libstdc++6库版本太低! 关键:既然知道了原因,升级就好了。问题就在于这两个家伙都是系统最最底层的支持库,小白根本升级不了,弄不好系统就彻底崩溃了! 提示:测试、测试、再测试; 尝试、尝试 阅读全文
posted @ 2020-07-30 16:20 jinzhenshui 阅读(227) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 下一页

点击右上角即可分享
微信分享提示