DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: install of Oracle message files

  1. #1
    Join Date
    Feb 2001
    Location
    Paris, France
    Posts
    809

    Question

    here is the pb : I have 804 on a Unix box, and I can only connect using the console. Oracle is installed only in english, and I need to get french message files (msg and msb).
    I have the CD, which contains .msg_ and .msb_, but I dunno how to generate the usable files from these underscored ones ...
    they are neither compressed not packed ...
    does anyone know how to un pack these _ files ???

  2. #2
    Join Date
    Sep 2000
    Location
    Chennai, India
    Posts
    865
    here's the solution...

    Some platforms compress message files on the CDROM.
    oiuncomp must be run on each file that is copied from the CD-ROM.

    For example, to copy the French message files from a CD,
    you have to follow steps similar to this:

    $ORACLE_HOME/orainst/oiuncomp /cdrom/md/mesg/sdof.msb_ $ORACLE_HOME/md/mesg/sdof.msb
    $ORACLE_HOME/orainst/oiuncomp /cdrom/md/mesg/sdof.msg_ $ORACLE_HOME/md/mesg/sdof.msg

    oiuncomp only exists in $OH/orainst if the Installer was previously installed. It can be run directly from the CD-ROM if needed.

    However, version 8.x requires the products to be reinstalled for the message files to be installed.



    [Edited by ggnanaraj on 08-23-2001 at 09:27 AM]

  3. #3
    Join Date
    Feb 2001
    Location
    Paris, France
    Posts
    809

    Talking

    Excellent
    Thanks a lot man !!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width