有没有人在debian下使用oracle的,不是个人学习安装那种,我的意思是商业性质的,因为oracle官方宣布支持的linux之后suse和rhel,所以不知道debian在使用的时候性能,稳定性等方面会不会有什么影响?
install oracle 9204 on debian 3.1 作者 blue_stone E-mail blue_stone@xinhuanet.com 本文记录了在debian 3.1环境下安装oracle 9204的过程,硬件环境为vmware gsx server 3.1.0 build-9089 on windows 2003,虚拟机内存分配了272m。参考了 http://www.geekbone.org/~chaos/debian-ora9i.txt,套用原文的一句话,*基本上都是抄的*。 1 vm建立时选择虚拟机类型为RedHatEnterprise linux 3 ,hd大小为12G 2 debian安装时选择2.4内...
install oracle 9204 on debian 3.1 作者 blue_stone E-mail blue_stone@xinhuanet.com 本文记录了在debian 3.1环境下安装oracle 9204的过程,硬件环境为vmware gsx server 3.1.0 build-9089 on windows 2003,虚拟机内存分配了272m。参考了 http://www.geekbone.org/~chaos/debian-ora9i.txt,套用原文的一句话,*基本上都是抄的*。 1 vm建立时选择虚拟机类型为RedHatEnterprise linux 3 ,hd大小为12G 2 debian安装时选择2.4内...
debian用的是Stable的6.0.5 oracle使用的是源http://oss.oracle.com/debian下的oracle-xe国际版 安装完后程序应该在/usr/lib/oracle/xe/app/oracle/product/10.2.0/server下 配置用户及启动服务会自动在运行/etc/init.d/oracle-xe configure的时候完成 问题: 许多文档都提到oracle需要设置一些参数,包括/etc/sysctl.conf和/etc/security/limits.conf并且在.bashrc或者有同样作用的地方导出一些环境变量。 我想问一下,有人试过...
采用静默安装方式: db_swonly.rsp 文件 oracle.install.option=INSTALL_DB_SWONLY DECLINE_SECURITY_UPDATES=true UNIX_GROUP_NAME=oinstall INVENTORY_LOCATION=/home/oracle/oracle11g/oraInventory SELECTED_LANGUAGES=en,zh_CN,zh_TW oracle_HOME=/home/oracle/oracle11g/11g oracle_BASE=/home/oracle/oracle11g oracle.install.db.InstallEdition=EE oracle.install.db.isCustomInstall=true oracle.install.db.DBA_GROU...
debian:~# su - oracle -su: ulimit: open files: cannot modify limit: Operation not permitted oracle@debian:~$ sqlplus "/as sysdba" -su: sqlplus: command not found oracle@debian:~$ sqlplus -su: sqlplus: command not found 怎么去设置的呀,谢谢
Is running oracle10g on debian Linux possible? Oh yes, definitely! And it runs great, really. It's even easier to install than older versions of oracle as there are no problems with incompatible libc library & other bugs. You need to make just two simple preparations before you can enjoy your new development database. Important note: I tested this only on the debian unstable distribution and only ...
先下oracle9i映象,解压到本地, 这里放到/soft/download/oracle/oracle92 apt-get install gcc-2.95 libstdc++2.10-glibc2.2 root用户下操作: oracle 9i需要libstdc++-libc6.1-1.so.2,作一个链接, ln -s /usr/lib/libstdc++-libc6.2-2.so.3 /usr/lib/libstdc++-libc6.1-1.so.2 rm /usr/bin/gcc ln -s /usr/bin/gcc-2.95 /usr/bin/gcc export oracle_BASE=/soft/oracle export oracle_HOME=$oracle_BASE/9i export oracle_TE...
我又换系统了,其实不想换,奈何当初装的一个kubuntu太过于华丽,让人难以忍受,linux应该简洁,让人专注于开发,而不是桌面,我也想不要界面,但是在那些黑洞洞的字符界面中工作,总决不舒服,而且字体很丑陋! debian,印象还不错,Ubuntu是从debian发展而来的,但是看起来差不多,只是简洁一些,舒服一些,昨晚配置了好长时间,一不留神到了3点多,终于把所有的东西都搞好了,过几天写个详细的配置日志,作为一个记录的文...