473,545 Members | 2,055 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Please help: Oracle9i/AIX5.2/Veritas vxvm raw devices Problem

Fellow Oracle Netters:

I have the following problem:

Enviroment: Oracle9i/AIX5.2/Veritas vxvm

I am trying to create an Oracle database using RAW devices UNDER
the Veritas vxvm.(Veritas Volume Manager).

Brief Antecedents:

I created the necessary veritas raw devices for the Oracle Database files
(controlfiles, system, logfiles, datafiles), /dev/vx/rdsk/oradg/cntrl1,
/dev/vx/rdsk/oradg/cntrl2,
/dev/vx/rdsk/oradg/log1, /dev/vx/rdsk/oradg/system1, etc without any
problem,
I changed the permissions and ownership to oracle:dba, and ofcourse enabled
write permissions.

To check that I can write to the Veritas raw volumes (devices) I used
the dd commnad, and AIX wrote to them just fine. (Also I checked the veritas
vxvm
daemons are running). I also have the AIX bos.rte.vxvm to allow both AIX and
Veritas
Volume Managers to coexist.

The Problem:

When I try to create a very simple database like (at the SQL> prompt logged
as
sys as sysdba ofcourse):

connect sys/change.. as sysdba
startup nomount pfile=mycorrect pfile.ora
create database myoradb controlfile reuse
datafile '/dev/vx/rdsk/oradg/system1' size 700M reuse
logfile '/dev/vx/rdsk/oradg/log1' size 300M reuse,
logfile '/dev/vx/rdsk/oradg/log2' size 300M reuse;
exit
it FAILS to create the database (see error message at the end of this post).
Now if I do the database creation using the SAME raw devices but UNDER
the AIX volume manager creates the database without any problem and
uses the raw devices.
Also if I do the trick, of creating a soft link to the veritas raw device
it fails and works if I use the raw device under AIX LVM.

Questions:

1)Is there something else to tell Oracle sql that the files to be used for
the database creation
are under Veritas?

2)I understand that if I was using RAC, I would have to export
DBCA_RAW_CONFIG =myveritas_rawd evices_mapping. txt,
but it is not the case here. So is there a similar mapping like this
when NOT using RAC?
The error message is:

"Connected to an idle instance.
ORACLE instance started.
Total System Global Area xxxxx bytes
Fixed Size
xxxx bytes
Variable Size
xxxxx bytes
Database Buffers
xxxxx bytes
Redo Buffers
xxxxxx bytes

create database "myoradb" controlfile reuse maxdatafiles 700
ERROR at line 1:ORA-01501: CREATE DATABASE failed
ORA-00301: error in adding log file '/dev/vx/rdsk/oradg/log1'
- file cannot be created
ORA-27041: unable to open file
IBM AIX RISC System/6000 Error: 22: Invalid argument
Additional information: 11
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit
Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production"

(Note, in the above run, I used jfs files for the control files, so the
first veritas to
try to access were the log1 and log2, but comes with the
same stream or ORA errors if I use the Veritas raw devices to place the
control
files)
Any ideas/thoughts/clues/suggestions would be greatly appreciated.

Best,

A. Fuentes
512-297-9937


Jul 19 '05 #1
0 6229

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2203
by: aychai | last post by:
Hi all, I am trying to make use Oracle9i db to call an external .Net Web Service from a JAva Stored Procedure. I created the .Net Web Service and use JDeveloper 9.0.3.4Build(1247) to create the Client Stub Java class(ie: serviceClientStub.java). Following the instruction from the article"Calling External Web Service from Java Stored...
9
2913
by: sk | last post by:
I have an applicaton in which I collect data for different parameters for a set of devices. The data are entered into a single table, each set of name, value pairs time-stamped and associated with a device. The definition of the table is as follows: CREATE TABLE devicedata ( device_id int NOT NULL REFERENCES devices(id), -- id in the...
5
2053
by: linyy_ca | last post by:
Hi All, I have upgrade the OS from AIX5.1 to AIX5.2ML03 and installed DB2v8.2( no FixPack) on RS/6000 H50. I find it is very slow when run command db2icrt to create Instance and db2start. The db2icrt took me 2-3 minutes to finish. The db2start took more than 1 minutes to start( without any database). The hardware config is 2CPU 1GB...
2
7620
by: zhouhaiming | last post by:
On our test machine I can compile my c source code on AIX5.1(ML4) by "- q32" option and "OBJECT_MODE=32" environment variable, and it can correctly running. My operation system environment is: AIX5.1, ML4, 32 bit Kernel, IBM c5.1 compile and Informix7.31. I can't compile my c source code on the same system by using "-q64" option and...
3
2399
by: Fred Palmer | last post by:
I am trying to get reponses from multiple devices on my network by sending the following message via UDP: // Create the message Byte bytesSent = new Byte {0x00, 0x00, 0x00, 0xF6}; Socket s = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp); // Send the message to be broadcast s.SendTo(bytesSent,...
1
1105
by: frederic.germaneau | last post by:
Hi, I'm trying to install, postgreSQL v8 beta2 on AIX5.2, and I have one problem: configure refuses to see AIX5.2 like as an OS assuming multithreading, any idea to resolve it ?
3
6613
by: Har | last post by:
I have created a small client application with loopback address (127.0.0.1) so that same machine act as server and client. but i want to know whether we have to create seperate server application and run that seperately inorder to connect with the same machine. Even if i run client and server application seperately client...
0
271
by: A. Fuentes | last post by:
Fellow Oracle Netters: I have the following problem: Enviroment: Oracle9i/AIX5.2/Veritas vxvm I am trying to create an Oracle database using RAW devices UNDER the Veritas vxvm.(Veritas Volume Manager). Brief Antecedents:
2
3548
by: Ruslan A Dautkhanov | last post by:
Hello ! I'm about to install O9i on FreeBSD box. uname -a: FreeBSD stat2.scn.ru 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #2: Fri Apr 23 19:19:43 KRAST 2004 rd@stat2.scn.ru:/usr/src/sys/i386/compile/RDSTAT2-ORACLE i386 uname -a under oracle user : Linux stat2.scn.ru 2.4.2 FreeBSD 5.2.1-RELEASE-p3 #2: Fri Apr 23 19:19:43 KRAST 2004 i686...
0
7408
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7815
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
5976
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5340
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4949
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3458
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3444
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1891
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
712
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.