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

随笔分类 -  Oracle

上一页 1 2 3 4 5 6 7 8 下一页
Debain-4 安装 oracle 11.2.0.4 数据库database软件 (特别说明,完美)
摘要:真没想到,一点错误都没有! debian49:~# cat setup11g-for4-WanMei-tmd.sh #!/bin/sh ##gcc-4.1.2 ##debian-4,buildin glibc version is 2.3.6 > 2.3.4 #################### 阅读全文
posted @ 2020-07-30 08:36 jinzhenshui 阅读(166) 评论(0) 推荐(0) 编辑
Debain-4 安装 oracle 11.2.0.4 数据库database软件
摘要:as following: #!/bin/sh ##gcc-4.1.2 ##debian-4,buildin glibc version is 2.3.6 > 2.3.4 ###################################### cat <<eof>>/etc/profile e 阅读全文
posted @ 2020-07-30 08:34 jinzhenshui 阅读(118) 评论(0) 推荐(0) 编辑
Debain-7.11 安装 oracle 11.2.0.4 数据库database软件
摘要:特别的,因为debian-7已经不再被维护,所以apt的sources.lst必须要选择一个有效、快速的归档repository,经 测试这个归档镜像源最好: #deb http://archive.debian.org/debian wheezy main deb http://ftp.kaist 阅读全文
posted @ 2020-07-29 21:14 jinzhenshui 阅读(150) 评论(0) 推荐(0) 编辑
Debain-7.11 安装 oracle 12.2.0.1 数据库database软件
摘要:特别的,因为debian-7已经不再被维护,所以apt的sources.lst必须要选择一个有效、快速的归档repository,经 测试这个归档镜像源最好: #deb http://archive.debian.org/debian wheezy main deb http://ftp.kaist 阅读全文
posted @ 2020-07-29 21:01 jinzhenshui 阅读(146) 评论(0) 推荐(0) 编辑
Debain-8.11 安装 oracle 11.2.0.4 数据库database软件
摘要:一切见脚本,setuporacle11g.sh,内容如下: #!/bin/sh ##gcc-4.9 ##debian-8.11,buildin glibc version is 2.19 ###################################### cat <<eof>>/etc/p 阅读全文
posted @ 2020-07-29 14:17 jinzhenshui 阅读(192) 评论(0) 推荐(0) 编辑
Debain-8.11 安装 oracle 12.2.0.1 数据库database软件
摘要:自动化配置脚本oracle12c.sh,如下: #!/bin/sh ##gcc-4.9 ##debian-8.11,buildin glibc version is 2.19 ###################################### cat <<eof>>/etc/profile 阅读全文
posted @ 2020-07-29 11:14 jinzhenshui 阅读(250) 评论(0) 推荐(0) 编辑
Debain-9.13 安装 oracle 12.2.0.1 数据库database软件:更精简的配置
摘要:#!/bin/sh ##gcc-6##debian-9.13,buildin glibc version is 2.24######################################cat <<eof>>/etc/profileexport DISPLAY=192.168.157.1: 阅读全文
posted @ 2020-07-28 23:07 jinzhenshui 阅读(217) 评论(0) 推荐(0) 编辑
Debain-9.13 安装 oracle 11.2.0.4 数据库database软件
摘要:一切件oracle11g.sh,内容如下: #!/bin/sh ##gcc-6 ##debian-9.13,buildin glibc version is 2.24 ###################################### cat <<eof>>/etc/profile exp 阅读全文
posted @ 2020-07-28 22:44 jinzhenshui 阅读(247) 评论(0) 推荐(0) 编辑
Debain-9.13 安装 oracle 12.2.0.1 数据库database软件
摘要:as 11g, the setup shell script is : #!/bin/sh ##gcc-6 ##debian-9.13,buildin glibc version is 2.24 ###################################### cat <<eof>>/e 阅读全文
posted @ 2020-07-28 22:42 jinzhenshui 阅读(235) 评论(0) 推荐(0) 编辑
Debain-10.4 安装 oracle 11.2.0.4 数据库database软件
摘要:废话不多说了。一切见:setup-oracle11g.sh #!/bin/sh ##gcc-8 ###################################### cat <<eof>>/etc/profile export DISPLAY=192.168.157.1:0 alias cl 阅读全文
posted @ 2020-07-28 15:31 jinzhenshui 阅读(794) 评论(0) 推荐(0) 编辑
Debain-10.4 安装 oracle 12.2.0.1 数据库database软件
摘要:废话不多说了。一切见:setup-oracle.sh #!/bin/sh ######################################cat <<eof>>/etc/profileexport DISPLAY=192.168.157.1:0alias cls=clearalias l 阅读全文
posted @ 2020-07-28 13:42 jinzhenshui 阅读(288) 评论(0) 推荐(0) 编辑
ANSI SQL 2003:美国国家标准:SQL-2003:该规范并不是free获取——你得花钱!
摘要:A.4.4. Where can I find the ANSI SQL 2003 specification for stored procedures? Unfortunately, the official specifications are not freely available (AN 阅读全文
posted @ 2020-03-25 13:38 jinzhenshui 阅读(1331) 评论(0) 推荐(0) 编辑
Oracle:连接安全:之:安全的(麻烦的)让你哭泣!
摘要:listener.ora设置特定的网络地址:0.0.0.0,127.0.0.1(localhost),nic_ip1, nic_ip2 ... listener.ora设置特定的网络端口:肯定不是1521了 sqlnet.ora设置基本的黑白名单检查:tcp.validnode_checking=y 阅读全文
posted @ 2020-02-24 19:42 jinzhenshui 阅读(372) 评论(0) 推荐(0) 编辑
Centos 7.6 安装 oracle 10.2.0.1 数据库软件
摘要:step 1: 编辑 /etc/redhat-release :内容为redhat-4 step 2: 安装32位的软件包:yum install libXp.i686 libXt.i686 libXtst.i686 glibc-devel.i686 compat-libstdc++-33.i686 阅读全文
posted @ 2019-07-26 22:06 jinzhenshui 阅读(823) 评论(0) 推荐(0) 编辑
linux 通过tar直接打包方式 迁移oracle的软件包环境:rdbms/lib/config.c
摘要:step1.修改sysctl.conf step2.修改ulimit.conf step3.打包源oracle安装包 step4.通过id{oracle的安装运行用户} 获取安装oracle的【ORACLE_HOME目录】、【用户】、【用户组】:注意uid、gid 注意:rdbms/lib/conf 阅读全文
posted @ 2019-06-10 14:19 jinzhenshui 阅读(773) 评论(0) 推荐(0) 编辑
Oracle relink 重新编译
摘要:如此而已! 阅读全文
posted @ 2018-12-15 21:14 jinzhenshui 阅读(873) 评论(0) 推荐(0) 编辑
Oracle:使用nginx做为代理访问
摘要:nginx 必须启用 启用 --with-stream 模块。 可下载源码编译。 nginx.conf的配置: 更一般的写法: 附录:官方改模块说明文档 Learn how to configure caching, load balancing, cloud deployments, and ot 阅读全文
posted @ 2018-11-30 13:14 jinzhenshui 阅读(1454) 评论(0) 推荐(0) 编辑
Oracle:oratop 第一栏中的 {n}er 的含义,及如何清除这个er
摘要:在oratop监控中: 第一栏的er【不】为{0}!说明Oracle的ADR诊断体系内发现有错误事件(problem + incident) 该信息实际是从一张视图内得来的: 这个gv$diag_info信息视图信息展示了ADR的各个级别信息,内容简洁明了 我们在运维过程中,就是要保证上数红线的信息 阅读全文
posted @ 2018-11-23 16:37 jinzhenshui 阅读(309) 评论(0) 推荐(0) 编辑
oracle18c linux x86-64 install 杂记
摘要:132 yum install libstdc++-devel 133 yum install compat-libstdc++-33 135 yum install compat-libcap1 138 yum install gcc-c++ 139 yum install ksh 阅读全文
posted @ 2018-10-25 15:57 jinzhenshui 阅读(459) 评论(0) 推荐(0) 编辑

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

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