自己由于工作测试需要做了个EL5加oracle11g的安装,由于以前没用过linux装oracle,好多东西要现查...中途还有别的事情打扰,结果搞了好几天,这个文档也是都做完后几天才补的,写的时候老怕忘了什么,唉,应该过程差不多就是这样了,写个帖子加深一下印象,呵呵,万一有问题,大家提,我再去回忆... 1系统环境 虚拟机软件:VMware Workstation 6.0 操作系统:redhat EL 5 内存:1G CPU:1个 硬盘:3块30G磁盘 Swap交换区:2G 数据库:Ora...
by zx0724xin - Oracle - 2008-05-08 11:52:54 阅读(9711) 回复(1)
我在安装oracle的时候看了一个pdf文档。上面说的是修改/etc/pam.d/login中输入session required/lib/security/pam_limits.so 官方文档写的是 # Add the following line to the /etc/pam.d/login file, if it does not already exist: session required pam_limits.so 我到底用那个啊。这两个有什么区别
我的系统是solaris9,sunv880服务器。下载了solaris.sparc64_11gR1_database.zip,建了oracle用户后安装。 安装是报错,提示: Checking operating system requirements ... Expected result: One of 5.9,5.10 Actual Result: 5.9 Check complete. The overall result of this check is: Passed ======================================================== Checking for the correct operating system update version... Check c...
aix6安装oracle11g笔记,过程比较详细,没什么难度。有空了再找个共享存储试试rac。 [ 本帖最后由 yuio654 于 2009-9-2 11:40 编辑 ]
我写的一篇blog 对于想安装oracle可以参考 CentOS5.3安装oracle11g(图文)(一) CentOS5.3安装oracle11g(图文)(二) CentOS5.3安装oracle11g(图文)(三) CentOS5.3安装oracle11g(图文)(四) CentOS5.3安装oracle11g(图文)(五) CentOS5.3安装oracle11g(图文)(六)
我在安装oracle时,提示 ./runInstaller You do not have sufficient permissions to access the inventory '/home/db/oracle/'. Installation cannot continue. Make sure that you have read/write permissions to the inventory directory and restart the installer.: Permission denied 但我并没有把/home/db/oracle设为安装目录啊,怎么会访问到那边去呢? profile内容: oracle_BASE=/home/ora export oracle_BASE oracle...
HP-UX安装oracle11g出错?急!~请知道的帮忙看一下,谢谢了!~ 安装错误提示: [83] % ./runInstaller Starting oracle Universal Installer... Checking Temp space: must be greater than 415 MB. Actual 8470 MB Passed Checking swap space: must be greater than 150 MB. Actual 24576 MB Passed Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed Prepari...
我在sunv880服务器上全新安装了solaris10,然后安装oracle11g时出错,提示: [code] # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0xffffffff5d902598, pid=2092, tid=20 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_11-b03 mixed mode) # Problematic frame: # C [auxiliary_object.so+0x2598] # # An error report file with more information is saved as hs...
我是oracle新手,安装了一个11G的服务器,在安装机器上用:sqlplus sys/oracle@orcl as sysdba , sqlplus scott/tigger@orcl 都可以登录,在客户机上,sqlplus sys/oracle@orcl as sysdba 也可以登录,但sqlplus scott/tigger@orcl 出现错误:ORA-01017: invalid username/password; logon denied ,请问高手,我应该怎么做才能在客户机上用普通用户连接登录??? 先在这里谢谢了.
我这个R11i是for linux版本的,我已经按照手册的要求将对应的光盘拷贝到stage目录下了,然后运行rapidwiz来安装R11i。 安装过程中出现error,该error的日志文件我已经上传到附件中,请大家用写字板打开(打开之前请将后缀jpg改成txt) 安装过程中error的显示信息如下: Fails at this script appsutil/install/TMIS/adcrdb.sh The log is found at appsutil/log/TMIS/adcrdb_TMIS.txt 我是P4 1.6G,内存是1G,硬盘40G+120G 操...