Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by novi

  1. novi

    oracle 64 bit on aix fails to create tablespace on raw device

    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. %
  2. novi

    oracle 64 bit on aix fails to create tablespace on raw device

    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...
  3. novi

    oracle 64 bit on aix fails to create tablespace on raw device

    # cd # su - oraspn % cd /dev % touch testfiletodelete % rm testfiletodelete % This works fine....
  4. novi

    oracle 64 bit on aix fails to create tablespace on raw device

    # ls -l /u01/app/oracle/product/8.1.7/dbs/raw_datafile lrwxrwxrwx 1 oraspn dba 11 Dec 20 11:55 /u01/app/oracle/product/8.1.7/dbs/raw_datafile -> /dev/rrawlv #
  5. novi

    oracle 64 bit on aix fails to create tablespace on raw device

    here the listing ls -l raw_datafile lrwxrwxrwx 1 oraspn dba 11 Dec 20 11:55 raw_datafile -> /dev/rrawlv # ls -l /dev/rrawlv crw-rw---- 1 oraspn dba 56, 1 Dec 19 14:27 /dev/rrawlv #
  6. novi

    oracle 64 bit on aix fails to create tablespace on raw device

    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...

Part and Inventory Search

Back
Top