
AIX5300-04, oracle9206 在Big VG上建oracle RAC数据库 VG上所有lv均为裸设备(已包括安装oracle要求的所有基本LV) 建库时报错: ora27041 unable to open file,(即不能访问第一个control file) 但如果把这个control file在rootvg上建成文件系统,就可以正常建库 什么原因?如何解决?
by land-cruiser - AIX - 2006-07-19 22:06:27 阅读(1569) 回复(6)
e:\>;sqlplus /nolog sql>;connect / as sysdba; startup nomount pfile="e:\oracle_new\admin\test1\pfile\inittest1.ora" LRM-00109: 无法打开参数文件 'e:\oracle_new\admin\test1\pfile\inittest1.ora' ora-01078: 处理系统参数失败 我的inittest1.ora内容是:请帮我看看,谢谢!!! ########################################### # MTS ########################################### dispatchers="(PROTOCOL=TCP) (SERVICE=...
产生pfile 文件如下: *.background_dump_dest='C:\oracle\admin\tf\bdump' *.compatible='9.0.0' *.control_files='C:\oracle\oradata\tf\CONTROL01.CTL','C:\oracle\oradata\tf\CONTROL02.CTL','C:\oracle\oradata\tf\CONTROL03.CTL' *.core_dump_dest='C:\oracle\admin\tf\cdump' *.db_block_size=4096 *.db_cache_size=33554432 *.db_domain='gaojin' *.db_name='tf' *.dispatchers='(PROTOCOL=TCP)(SER=MODOSE)','(P...
SQL> startup pfile="c:\oracle\admin\newdb\scripts\init.ora" oraCLE 例程已经启动。 。。。。。。。。。。。 SQL> connect SYS/change_on_install as sysdba 已连接。 SQL> create spfile from pfile; create spfile from pfile * ERROR 位于第 1 行: ora-01078: 处理系统参数失败 LRM-00109: could not open parameter file 'C:\oraCLE\ora90\DATABASE\INITNEWDB.ora' SQL> create spfile from pfile="c:\oracle\admin\newdb\...
SQL*Plus: Release 9.2.0.3.0 - Production on Sat Sep 20 01:43:58 2003 Copyright (c) 1982, 2002, oracle Corporation. All rights reserved. Enter user-name: / as sysdba Connected to: oracle9i Enterprise Edition Release 9.2.0.3.0 - 64bit Production With the Partitioning and Real Application Clusters options JServer Release 9.2.0.3.0 - Production SQL>; create pfile='/oracle/archivedlog/pfile....
第一次配置好了 运行得很好 某一天把cfg 文件给del 了 于是 准备再配置一次 ./cfgmaker --global "WorkDir: /apache/htdocs/mrtg" \ --global "Options[_]: growright,bits" \ --ifref=ip \ --output /etc/mrtg.cfg \ public@192.168.0.1 \ public@192.168.1.1 \ public@192.168.1.2 \ public@192.168.1.3 出错信息如下 ut /etc/mrtg.cfg public@192.168.0.1 --base: Get Device Info on public@192.168.0.1: SNMP Error: sen...
Caused by: org.springframework.jms.UncategorizedJmsException: Uncategorized exception occured during JMS processing; nested exception is javax.jms.JMSException: MQJMS1111: JMS1.1 未设置必需的队列/发布预订服务 {0}; nested exception is javax.jms.JMSException: MQJMS5087: 访问内部队列 SYSTEM.JMS.REPORT.QUEUE 时发生意外错误 2085 at org.springframework.jms.support.JmsUtils.convertJmsAccessException(Jm...
SQL> create database newdb 2 maxinstances 1 3 maxloghistory 1 4 maxlogfiles 5 5 maxlogmembers 5 6 maxdatafiles 100 7 datafile 'c:\oracle\oradata\newdb\system01.dbf' size 325M 8 reuse autoextend on next 10240K maxsize unlimited 9 undo tablespace "UNDOTBS" datafile 'c:\oracle\oradata\newdb\undotbs01.dbf' size 200M 10 reuse autoextend on next 5120K maxsize unlimited 11 cha...
vpn# ifconfig vlan0 create ifconfig: SIOCIFcreate: Invalid argument 是不是缺少内核支持?应该打开内核哪些东西呀?