I also tried the following...
% dd if=/dev/rrawlv of=/dev/rrawlv ibs=512 count=100
100+0 records in.
100+0 records out.
% dd if=/u01/app/oracle/product/8.1.7/dbs/raw_datafile of=/u01/app/oracle/product/8.1.7/dbs/raw_datafile ibs=512 count=100
100+0 records in.
100+0 records out.
%
I also have tried dd to the device as root and oracle user
to check that I can read and write to the disk.
# dd if=/dev/rhdisk8 of=/dev/rhdisk8 ibs=512 count=100
100+0 records in.
100+0 records out.
#
#
#
# su - oraspn
% dd if=/dev/rhdisk8 of=/dev/rhdisk8 ibs=512 count=100
dd...
Has anyone created tablespaces on raw devices with aix
4.3.3.0 and oracle 8.1.7 64 bit. I get an error fron the create saying no such device, even thought I can dd to the device. Here is what i am doing,
mkvg -f -y'rawvg' -s'16' hdisk8
mklv -y'rawlv' -b'n' rawvg 100
#ls -la | grep -i dev...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.