Problems importing to 8.1.6 SE under Linux from 8.1.6 Solaris

Dear collegues,
We used Oracle 8.1.6 SE under linux mostly for development and have a need do import production database into developement server. We recently upgraded RedHat 5.2 to RedHat 6.2 and omved to Oracle 8.1.6, but currently expirienced next problem:
IMP-00003: ORACLE error 1874 encountered
ORA-01874: time zone hour must be between -12 and 13
IMP-00000: Import terminated unsuccessfully
Import file made under Solaris when timezone set to usual POSIX value. Under Linux I tried to set TZ both to values like 'GMT+6' and according new glibc docs to 'Asia/Novosibirsk'. When I export and then import data on linux I have allthings OK. If I have files from 8.0.5 It's OK too. Does anyone expirienced such problems? Any suggestion?
Serge.

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Graham Strang ([email protected]):
Hey all. Just to let you know that it is entierly possible to get Oracle to install under RedHat 7 and run happily. I have done it on two differenct machines. There is a bit of fooling with glibc to get it to work. However after you do that it works like a dream. VALinux has a work around posted at: http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/
The READEME.Oracle8i has the work around and the two tar balls are the necessary files. I followed the directions to the letter and they worked like a dream. Any questions feel free to drop me a line.
Cheers,
Graham<HR></BLOCKQUOTE>
OK, so i followed your instructions to the letter (several times), sure I get past the 80% bug but now I have new erros coming up , -"Error in invoking target install of makefile /usr/oracle/sqlplus/lib/ins_sqlplus.mk". I get a whole series of these errors for various mk files. These errors apear during the link phase of the install, prior to the glibc workaround I was not getting this. I am a newbie to Linux and trying to give it a serious go but so far I have had little luck
Any help appreciated.
Nick
null

Similar Messages

  • Color saturation problem in Acrobat Reader 7.0.9 under Linux

    Hi,
    I'm working with a guy who is producing PDFs of my work with Indesign.
    Using acrobat reader under Linux (version 7.0.1 and also 7.0.9), the colours in these PDFs always appear very saturated. This is a big problem for me because I cannot see with the reference viewer the results of PDFs to be sent to print.
    I tried the same pdf file under OS X & Windows, it appears OK with Acrobat reader. Other free pdf readers under Linux also show the right colours (but not always the transparency ;-).
    Does anybody has an idea to help me?
    @Adobe people: in case you want to test, I drop a copy of my PDF file at: http://cardot.net/files/pdfcolours.pdf (2.24 MB)
    Thanks in advance
    Jean-Christophe Cardot

    We are able to reproduce color saturation problem at our end. We have noted down and will work on this.
    Thanks.

  • JTable rendering problem in JRE 1.6.0.10 under Linux

    I've encountered a bizarre issue using JTable. I've got a 3x10 JTable of Strings, values in which I change from within the program (no user input). After every update the value in the first column gets superimposed on the top of the previous one, so they are both visible, but totally unreadable (they interlace).
    I'm using Linux, and it only happens under jre 1.6.0.10. When I switch to 1.5.0.16 it works fine. I also noticed, that if I set the value to null in the first column and then set it to the new value it works fine. However, if I do it simply like that:
    table.setValueAt(null, 1, 0);
    table.setValueAt(newValue, 1, 0);it doesn't work. I need to re-set it to null on one user's click (it triggers the update) and only change it on the following click. Am I reporting a bug here, or is it a known issue with some proper solution?
    Thanks

    There are some crazy things, I can't explain...
    1) Here is my [sample project|http://vlkv.storm-soft.kiev.ua/_mywiki/images/6/6f/JavaApplication1.tar.gz]. I've created it with NetBeans 6.5 and jdk 1.6.0_11.
    2) there are directories dist_windows, dist_linux with jars, created under Windows and Linux (same version JDK everywhere). You may compare both JavaApplication1.jar files with some diff tool (such as WinMerge) and you can see that these jars are slightly different. WHY?
    3) Run my sample
    java -jar JavaApplication1.jarpress the button and scroll up and down JTable. Under Windows everything is ok. But under Linux I have the subj bug with BOTH dist_windows/JavaApplication1.jar and dist_linux/JavaApplication1.jar !!!
    4) Start NetBeans 6.5 and open the project. Run the project from inside NetBeans on Linux. Then I see that my java program runs perfectly, without any bugs!!!
    This command
    ps fu -C javaproduces this output:
    vlkv 8778 1.0 2.8 217084 22408 ? Sl 14:01 0:00 \_ /usr/java/jdk1.6.0_11/bin/java -classpath /home/vlkv/NetBeansProjects/JavaApplication1/build/classes:/home/vlkv/NetBeansProjects/JavaApplication1/src NewJFrame
    But if I run NewJFrame without NetBeans like this (copy/paste command):
    /usr/java/jdk1.6.0_11/bin/java -classpath /home/vlkv/NetBeansProjects/JavaApplication1/build/classes:/home/vlkv/NetBeansProjects/JavaApplication1/src NewJFrame
    This bug returns!!! WHY UNDER NETBEANS IT'S OKAY?
    Where are the java experts to help us, please?
    PS: I've found a topic about this problem, unfortunately not answered, here .

  • How to output executable Bin file under linux from java

    Hi
    im beginner in java under linux and i want to out put my java programs to be bin files that can run
    if this not possilble
    how to run the output jar files with just double click ?
    does i have to run sh file that do the hob how?
    thanks in advance.

    say your main method (application's entry point) is located in a class com.my.Class,
    then first you create a text file (say, manifest.txt) that contains this line:
    Main-Class: com.my.Class
    [/code}
    and then you append this to the jar's manifest as such:
    jar cfm yourjarfile.jar manifest.txt [additional files you might want to add]
    for more info,
    http://java.sun.com/docs/books/tutorial/deployment/jar/manifestindex.html                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Rman of database under Linux from Windows server

    Dear colleagues! I need some help.
    I have Oracle database 10.2.0.1, which works under Linux CentOS. I've just set up rman, to backup this database to local linux partition. Now, i want to adjust rman, so it starts from Windows 2003 ( i've already install Oracle 10.2.0.1 client for Wondows 32-bit) server to backup this database to local Windows folder.Could you please answer, is it possible at all?
    When i try to perform rman from Windows manually i got this errors:
    channel t1: starting piece 1 at 29-APR-10
    released channel: t1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on t1 channel at 04/29/2010 03:07:32
    ORA-19504: failed to create file "/u02/app/oracle/product/10.2.0/db_1/dbs/c:123
    bak"
    ORA-27038: created file already exists
    Additional information: 1

    1. You can run the backup from windows server 2003 which take the RMAN backup of your linux server. But this backup can only stored into your linux server.
    2. You can't store the backup set of linux server into windows server.
    Regards
    Asif Kabir
    -- mark your helpful post as correct/helpful.

  • Problems capturing audio under linux

    Hello. I have developed an application that captures audio using the Audio API of JFM. The problem is when I start capturing audio under Linux (all the audio devices are well configurated), the JVM returns the following error:
    java.lang.IllegalArgumentException : Illegal request to write non integral numbre of
    frames (13107 bytes)
    The piece of code that causes the error is :
    while(!stop) {
    numBytesRead = inputLine.read(data,0, data.length); bufferoutput.write(data,0,
    numBytesRead); }
    where inputLine is a TargetDataLine.
    Under Windows this runs OK. Anyone know why not under Linux?
    Thanks

    Hi!
    I'm developing a videoconferencing application on Linux and I can't
    capture audio; I get messages like these: "couldn't initialize audio device"
    or " or "java.io.IOException: Cannot open audio device for input." from JMStudio.
    Have you got any idea about the problem ?
    Thankyou.

  • Video tearing under Linux w/Air 2.6

    Flash 10.2 fixed the problem of video tearing of Flash applications under Linux with the move to use OpenGL for displaying.  Does Air 2.6 (or will a future version) support the same OpenGL layer and/or is there a config file like the Flash mms.cfg that must be edited to enable hardware acceleration?
    Video tearing is a massive issue with full screen applications under Linux and we need a solution now with Air since Flash >= 9 does not allow keyboard input when fullscreened.
    Thanks,

    Though AIR is no longer being actively supported on Linux, do you happen to have a bug number that we can look into from bugbase.adobe.com?  If not, would you mind adding a bug report?

  • 320 GB External Drive (PX1267E-1GB32) under Linux

    Hi,
    I just bought a Toshiba 320 GB External Drive (PX1267E-1GB32) and I need it to work under Linux.
    Linux recognizes the drive as a SDA but give an I/O error with an Unable to read partition table.
    Any idea what is the problem? Can I use this Drive under linux?
    Carlos.

    @Gipsyman
    Sorry, but he could be right imho.
    This disk mounts a cd-drive with the security software on it. This could be the reason why other operating systems could have difficulties recognizing it. A solution to the problem could be deleting the whole partition, which you mentioned, but you cannot use Disk Management for this issue. Because of the fact that the disk has one partition containing two partitions (CD-drive and FAT32 disk), one has to delete this partition as a whole. I haven't yet figured out how to delete this partition (which is tagged as 'BAD' by Partition Magic 8). I tried to format it to NTFS, but that doesn't work either.

  • APIs under Linux!

    I'm writing application to call API under Linux using JNI, but i can't file API (file .h) to perform. My particular problems, this is APIs to dial-up under Linux. Help me!
    Thanks!

    I'm writing a application to dial up under linux using JNI, but i can't find what API under linux to perform.
    Thanks your idea!

  • Continual problem importing CDs

    For years now I have had problems importing CDs, and I am at my wit's end. Many times when I import a CD, I finish, eject the CD, and find that my songs are no where to be found on itunes. Often time they will hang out in the "recently added" playlist, but even then, if I had gone through the trouble of "getting info" and changing the song descriptions and what not, those changes would surely not be shown there. Furthermore, I can't seem to get itunes to recognize the tunes even when they are in this recently added area.
    Please help.

    I have lost songs in the past and this is what I did to fix it. iTunes uses an on-line service called Gracenote to get the details like song titles, album title, artists, genre and so on. One of those bits of info is whether or not the CD in question is a compilation. This data was entered by people like you and me. If Gracenote doesn't have it in its database, it will prompt you to enter the info and the next person will have it ready to go.
    You can search under artist (CTL+B) to look for "Compilations" or you can also look under "Various Artists"
    iTunes files albums by ALBUM ARTIST when possible. Gracenote doesn't give that info so if there is a guest artist on one song, that song shows up as a separate album. I fix this by highlighting every song in that album and right-click to GET INFO (CTL+I) and fill in the blank for ALBUM ARTIST.
    A more basic check is to look in EDIT > PREFERENCES > ADVANCED to see where iTunes puts things by default. I have a pretty big library, so I installed a separate drive and made that my default. Right below the drive location is a couple of important check boxes.
    "Keep iTunes Media Folder Organized" means that iTunes will create folders by ALBUM ARTIST (or ARTIST if you didn't fill in the blanks) and each album as a sub-folder.
    "Copy Files To iTunes Media Folder when adding to Library" If you have music files in your computer (thumb drive, desktop, e-mail, MP3 disc, etc) and you add them to your iTunes Library, they stay right there if this box is not checked. iTunes knows where to find them (until you pull the thumb drive out) If you check this box, iTunes puts a copy in the Library: MUSIC > ALBUM ARTIST > ALBUM >
    There is another check box that helps find lost songs FILE > LIBRARY > ORGANIZE LIBRARY > CONSOLIDATE FILES

  • I tried dowloading Skype yesterday and my Safari browser crashed.  It gives the message "Safari quit while using the librooksbas.dylib plug-in.  I trashed Skype but still have the browser problem.  I also tried logging in under guest, and no Safari.

    I tried dowloading Skype yesterday and my Safari browser crashed.  It gives the message "Safari quit while using the librooksbas.dylib plug-in.  I trashed Skype but still have the browser problem.  I also tried logging in under guest, and still
    no Safari.

    Julie --
    Backing up QuickTime's advice --
    Unless your bank's website is insecure, you're fine.  Go up to the Safari "Search" bar and type in Rapport.  You'll be amazed.  It may  "work" on PCs, but definitely not Macs.  And it's not needed for Macs.

  • I am having problems importing from a DVD or a CD to my Ipod nano via windows 8.  I initially set everything up on a computer with windows 7, and authorized the windows 8 computer as well.  Howevre, the oly thing that comes up on windows 8 is my purchases

    I am having problems importing to my Ipod nano via windows 8.  I usually do this from a windows 7 computer and have had no problems; hoever in windows 8 I can only see items purchased in the Itunes store.  I do not have access to my entire library, which includes song uploaded from CDs and some videos.  As a result, I'm having problems uploading any new items from CDs or DVDs.  The computer with windows 8 is an authorized computer, so I don't understand why I'm having the problem.

        Hello APVzW, we absolutely want the best path to resolution. My apologies for multiple attempts of replacing the device. We'd like to verify the order information and see if we can locate the tracking number. Please send a direct message with the order number so we can dive deeper. Here's steps to send a direct message: http://vz.to/1b8XnPy We look forward to hearing from you soon.
    WiltonA_VZW
    VZW Support
    Follow us on twitter @VZWSupport

  • Problem importing from JVC MG 155 (videcam with hard disk drive)

    I had a problem importing video from my videocam Jvc MG 155.
    I tried when there was only few record in the videocam and everything gone right.
    Otried when there were 520 movies and over 4 hour of video (I went to holiday and made also underwater movies) and the program crach before importing the movies.
    I can import the moviesw only via firewire but in this way i import in DV mode (so I have near 60 gigabytes occupied by that movies insted of the original size in the hdd of the camera of 18 giga).
    Someone have a solution?
    If I import by firewire I reach the same quality (the camera record directly in mpeg 2 and via firewire I import in dv way)?
    Any idea?
    Jvc don't support mac because they don't give you software compatible (the cd inside is win only).

    You are right.
    But the first time I imported with imovie 08 (the time when there was only few movies on the camera and everything gone right and the program don't crash) i notice that the program imported the movies in compress format (mpeg2) and the size was the same of the videocamera (more or less ..but I'm sure it's not in DV format).
    Maybe the prgram crash because of the hight number of the miniature it must generate to let me choose witch I want import.
    Certantly Apple mus resolve this bug because the model of this videocamera is one of the fews they assure like compatible directly with imovie 08.

  • Problems importing connections from a SAN directory

    Is anybody having a problem importing connections from a directory that's on a SAN?
    My network is setup so that the Application Data directory is out on a SAN and when SQL Developer opens up the file dialog, current directory is listed as C:\ and entry in the file name field is file://<server>/<path to my stuff>/Application Data/SQL Developer/. This looks fine but when I click on the "Open" button to get the directory listing, an error dialog pops up with the following message:
    The directory C:\file:\<server>\<path to my stuff>\Application Data\SQL Developer is not accessible. Please select a different directory.
    When I change the current directory to the drive that maps the SAN location, I get the same message only with C: replaced with another drive letter.
    If I had to guess, the dialog is not processing the file:// protocol indicator properly before it attempts to get the directory listing. Does anyone have a work around?

    Other users also had problems with network shares, so you're right that might very well be the cause of your problems.
    As workaround, try mapping the settings folder to a local drive. Add this to \sqldeveloper\bin\sqldeveloper.conf:
    AddVMOption -Dide.user.dir=C:\sqldeveloperHope that helps,
    K.

  • On windows 8 and itunes I have importing problems the DVD is only reading the music cd from 1.5x to 4.0x for 95% of the time, it does hit speeds of 30x for the other 5% of the time. Is it a driver issue with the DVD or is it  a windows 8 issue?

    on windows 8 and itunes I have importing problems the DVD is only reading the music cd from 1.5x to 4.0x for 95% of the time, it does hit speeds of 30x for the other 5% of the time. Is it a driver issue with the DVD or is it  a windows 8 issue?

    No. You have no alternative but to plug it into a computer running iTunes and restore it.

Maybe you are looking for

  • Any hope for cheap 8GB for mbp soon?

    Am dying to get 8GB in my 13" MBP. Does anyone know when we might expect a price drop for 2x4GB kits soon? The cheapest I am able to find is about $800.

  • LightRoom 5 closes immediately at splash screen

    I just updated Lightroom 5 via Creative Cloud.  There were also updates to Photoshop and Bridge.  When I attempt to open LightRoom, it closes as the splash screen opens.  Photoshop and Bridge work fine.  I did a restart of my Mac Pro after install. 

  • SAP Front-End Software Maintenance Service kann nicht gestartet werden

    Hallo, habe eine SAP Installationsserver (8.0.77) mit Patch 8 incl LSH. Nachdem ich auf denn Clients die Installation durchgeführt habe wird folgende Meldung im Ereignisprotokoll und der PC bleibt nach der Anmeldung ca. 20 Minuten stehn bis er weiter

  • Every document should have a unique number.

    The layout of SDN and service.sap.com changes seemingly daily.  The location of documents changes to an extent that it is often not possible to find things any more.  Many documents refer to other documents that no longer exist or at a location that

  • ITunes Match FAIL

    I attempt to play one of my songs and get the following message: This computer is not authorized to play "stringofnumbersandletters.m4a". Would you like to autnorize it? The problem is that my computer is already authorized. At least that is the mess