Help! problem installing oracle8i

Oracle8i server is installed on my pc (operate system: windows NT) without any warning.I can connect to database using this pc(scott/tiger@mycomputer). But an error occured when I try to connect to database using SQL*Plus (scott/tiger@test) on another pc,'test' being noted in TNSNAME.ORA .
Error Code is ORA-00000.
Who can help me? help!! help !!!

This is my work-around for RH 7. This John Smiley's step-by-step description which is posted elsewhere on this forum. It is better put than my original post:
Here is a step-by-step process for getting Oracle 8.1.6 or 8.1.7 working on systems with glibc 2.2 (don't bother with 8.1.5 if you can help it):
1. Install the compat-glibc RPM for 2.1.3.x
2. cd to the directory where compat-glibc installed the files (for me it's /usr/i386-glibc21-linux/lib).
3. Copy the following files to $ORACLE_HOME/lib:
libc-2.1.3.so
libpthread.so
libdl.so
ld-linux.so.2
For me, several of these are symbolic links, so you'll need to copy the target of the symbolic link and rename it to the link name when you copy it to $ORACLE_HOME/lib.
For example, if ls -l shows:
ld-linux.so.2 -> ld-2.1.3.so
libc-2.1.3.so
libdl.so -> libdl.so.2
libpthread.so -> libpthread.so.0
Then you will:
cp ld-2.1.3.so $ORACLE_HOME/lib/ld-linux.so.2
cp libc-2.1.3.so $ORACLE_HOME/lib
cp libdl.so.2 $ORACLE_HOME/lib/libdl.so
cp libpthread.so.0 $ORACLE_HOME/lib/libpthread.so
4. Create a file in $ORACLE_HOME/lib called libc.so with the following contents (as a single line):
GROUP ( <OH>/lib/libc-2.1.3.so <OH>/lib/ld-linux.so.2 <CL>/libc_nonshared.a )
Substitute the value of $ORACLE_HOME for <OH> and the location of the compat-glibc directory for <CL>. For example:
My $ORACLE_HOME is:
/u01/app/oracle/product/8.1.7
and my compat-glibc directory is:
/usr/i386-glibc21-linux/lib
so the GROUP line looks like this for me:
GROUP (/u01/app/oracle/product/8.1.7/lib/libc-2.1.3.so /u01/app/oracle/product/8.1.7/lib/ld-linux.so.2 /usr/i386-glibc21-linux/lib/libc_nonshared.a)
This is all one line.
5. cd $ORACLE_HOME/bin
6. Run the following command from the UNIX prompt:
relink all
All of the Oracle software, including the assitants, will work fine now.
null

Similar Messages

  • Problems installing Oracle8i on Win XP

    Hi,
    Anyone knows what to check for problems installing Oracle8i on WindowsXP?
    I would appreciate getting a check list so that I or anyone reading the list can understand clearly run through all the steps required in sourcing the problem.
    I am writing for a friend so I can't actually state what he is experiencing; only that the WinXP may have been an upgrade installation and not a clean installation. Could that cause problems. The Oracle8i installed and worked fine on the previous system.
    I Would really appreciate hel asap. Thanks in advance.
    Linda

    Lida,
    first of all verify the version of Oracle is certified with the version of the Operating System.
    then do the following steps to install :
    Start the Installer and Install the Oracle Software:
    -Insert the CD into the CD-ROM drive
    -If autorun is configured, the installer will start automatically
    -To manually start the installer, double-click on cd:\setup.exe     
    -From the welcome screen, select NEXT
    -From the File Location screen, select NEXT
    -Select "Enterprise Edition" for the Install Category.
    -Select Typical to install the software, create a database and start
    the database (Other selections are available for minimal or custom installs).
    -Follow on screen prompts     
    -The install will begin.
    -When completed, the install will have created a default database,configured a listener, and started both for you.
    -When the installer completes, you should have a working database running along with the listener.
    -Should the installer fail, note the error given. Check nstallActions.log in the C:\Program Files\Oracle\Inventory\logs directory.
    Oracle 8i does not have any installation problem with XP.
    hope this will help you.
    Yogi
    [email protected]

  • Problem: install Oracle8 in window98

    I have problems of installing Oracle8 in window 98. (error msg:
    unable to load WIN32\INSTALL\OIEXEC.DLL file)It seemed that my
    operating system could not read 32 bit. (I was able to install
    16 bits or window 3.1x, but that is not what I WANTED)
    Any suggestion, or maybe I should install window NT4.0.
    Thanks for any help
    Charlie
    null

    charlie chu (guest) wrote:
    : I have problems of installing Oracle8 in window 98. (error
    msg:
    : unable to load WIN32\INSTALL\OIEXEC.DLL file)It seemed that my
    : operating system could not read 32 bit. (I was able to
    install
    : 16 bits or window 3.1x, but that is not what I WANTED)
    : Any suggestion, or maybe I should install window NT4.0.
    : Thanks for any help
    : Charlie
    Has to be 8.0.5 or later if you want it to work on Windows 98.
    null

  • Help! problem installing oracle8i server

    hi,
    Oracle8i server is installed on my pc (operate system: windows NT) without any warning.I can connect to database using this pc(scott/tiger@mycomputer). But an error occured when I try to connect to database using SQL*Plus (scott/tiger@test) on another pc,'test' being noted in TNSNAME.ORA .
    Error Code is ORA-00000.
    Who can help me? help!! help !!!
    E-mail:[email protected]
    null

    Bonjour,
    Can you please reset your permissions for your oracle environment with unison user to include:
    ORACLE_HOME= your oracle home (for midtier)
    This should resolved the problem.
    If not, please create a new itar from Metalink.
    Thank you,
    Manon Delisle

  • Problem installing Oracle8i on redhat 6.1

    When I try to install the Oracle8i on my redhat linux 6.1, I am
    receiving the following error message:
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre.
    Please wait...
    Error in CreateOUIProcess(): -1
    : Bad address
    I download the jre and jdk 1.7 v3 from blackdowm.org.
    Any help will be appriciated!!!
    Saeid,
    null

    It worked for me like this:
    cd install/linux
    ln -s ../../stage/ ../stage
    # The following is all on the same line
    /usr/local/jre118_v1/bin/jre "-Doracle.installer.library_loc=../stage/Components/oracle/swd/oui/1.6.0.7.0/1/DataFiles/Expanded/bin/linux" "-Doracle.installer.star
    tup_location=/space/kits/oracle/install/linux/.." "-Doracle.installer.nlsEnabled
    =\"FALSE\"" "-Doracle.installer.unixVersion=2.2.13 " "-ms16m" "-mx32m" "-ss1m"
    "-oss1m" "-cp" "/usr/local/jre118_v1/lib/i18n.jar:/usr/local/jre118_v1/lib/rt.ja
    r:/tmp/OraInstall:../stage/Components/oracle/swd/oui/1.6.0.7.0/1/DataFiles/Expan
    ded/lib/OraInstaller.jar:../stage/Components/oracle/swd/oui/1.6.0.7.0/1/DataFile
    s/Expanded/lib/InstImages.jar:../stage/Components/oracle/swd/oui/1.6.0.7.0/1/Dat
    aFiles/Expanded/lib/InstHelp.jar:../stage/Components/oracle/swd/oui/1.6.0.7.0/1/
    DataFiles/Expanded/lib/oracleice.jar:../stage/Components/oracle/swd/oui/1.6.0.7.
    0/1/DataFiles/Expanded/lib/help.jar:../stage/Components/oracle/swd/oui/1.6.0.7.0
    /1/DataFiles/Expanded/lib/ewt.jar" "oracle.sysman.oii.oiic.OiicInstaller" "-scra
    tchPath" "/tmp/OraInstall" "-sourceLoc" "../stage/products.jar" "-sourceType" "n
    etwork"
    null

  • Problem Installing Oracle8i on Linux

    Hello..
    When i try to install Oracle 8i in my RedHat Linux 6.1 , i am getting an error
    Error in CreateOUIProcess():-1
    : Bad Address.
    at the start itself..
    Any one knows what is problem??
    null

    This is a known problem.
    Firstly, make sure that you're running the right version of the JVM. I
    don't know what Oracle do with their software, but it's very dependent
    on the version you use.
    Secondly, it might help if, instead of running runInstaller from the
    root of the CD, you move into install/linux and run the runInst.sh
    shell script instead.
    This problem seems more common on RedHat 6.1 than 6.0 and could be
    something to do with a newer C library.
    I've also heard reports that if you have the wrong version of Gnome
    you might get this problem. Upgrade or switch to another environment
    such as KDE or Fvwm2.
    Hope this help you!
    null

  • Problems installing Oracle8i

    Hi,
    I cannot start die Oracle Universal Installer (OUI) on my Linux Distribution RedHat 7.0.
    When I start ./runInstaller I get the error message:
    Ung|ltige Adresse (invalid address)
    Is there perhaps an error on my Linux system ?
    Please help ! Thanks !
    Heinz

    Please tell in detail about installation steps.
    Well I recently installed Oracle 8i Enterprise Edtion and there was no problem.
    I installed the Enterprise Edition with pretuned Database in 1 hour apporax.
    Well I just clicked the setup.bat and the Oracle Universal Installer ( The Geni)
    started working.
    Imran.

  • Problems installing Oracle8i Personal Edition

    Please help i have windows Me and i just purchased and oracle tool kit for my course which i am takig in school. the cd that i have is Version 8.1.5 for windows 98 is there a win me version becuase it don't want to install on my PC
    thanks

    There4s no version of Personal 8i for Windows ME. However, you can install this version in your system. Before you do this, modify your WIN.INI file, in section [Compatibility95], adding : Jrew=0x00080000. Reboot your system and try to install. Hope that helps you. Good luck.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Domagoj Sain ([email protected]):
    Please help i have windows Me and i just purchased and oracle tool kit for my course which i am takig in school. the cd that i have is Version 8.1.5 for windows 98 is there a win me version becuase it don't want to install on my PC
    thanks<HR></BLOCKQUOTE>
    null

  • [Help] Problem Installing Flash CS3

    Hi there mates,
    I have a problem here. I downloaded the 30 Days Trial version
    of Adobe Flash CS3 Pro from this site to my Vista Laptop but when i
    finished installing, theres an error box at the bottom of the
    installer saying that Adobe Flash CS3 is failed to be installed and
    even after i restarted computer i still have the same error.
    Do anyone have any idea how to solve this problem of mine?
    I'd be grateful if i can get a answer.
    Regards to all...!

    FYI: "Br" is the Bridge application - try launching that to
    see if it fully installed.
    Chris Georgenes
    Adobe Community Expert
    mudbubble.com
    keyframer.com
    http://tinyurl.com/2urlka
    Ms. Clause wrote:
    > My computer is a brand new Vaio laptop loaded and 4 GB
    RAM. I don't think I
    > have a hardware problem. I tried to reinstall,
    redownload and it still will
    > not install the flash software. After I download I
    clicked on the file and it
    > install a folder in my drive, then I clicked on set up,
    it went through a
    > normal set up but for some reason it doesn't load Flash
    CS3, it only load 2
    > components from that I think it Br and something else.
    >

  • Problems installing Oracle8i v 8.1.6 on ICL Teamserver running Unixware

    When trying to do the above I receive an error saying that runInstaller could not be found.When I edited the script, it appears that that it looks for one of three forms of Unix via /bin/uname.
    when I type uname -a I receive the following
    UNIX_SV oliver 4.2MP 2.01 i386 x86at
    Am I right to say that the version of Unix (UNIX_SVR4 2.01) is not supported, or can I overcome this by modifying the install script ?
    null

    Oracle 8.1.6/8.1.5 is certfied only on SCO Unixware 7.1.
    null

  • Help, problem installing iDVD

    Yes, I have read other posts on this topic.
    I have iLife 9 with iDVD installed with Mountain Lion.  iDVD link to download old themes takes you to blank app store page.  So, was trying to manually install old themes by marking them as favories.  Now iDVD crashes immediatly after launch.
    What I have tried:
    --Removed all Favorites themes from Application Support-->Library-->iDVD
    --Reboot
    --Downloaded iDVD 7.1.2update from Apple Support and installed
    --Deleted iDVD and tried to install iDVD 7.0.1 from Apple Support but will not install unless previous version installed.
    --Tried to reinstall iDVD from iLife disk using custom install but iDVD is greyed out.
    --Tried to install iDVD from iLife Package but will not let me install packages individually without using installer.
    My next thought would be to reinstall old iLife 9 from disk over newer updated copy.  Then I would need to re-download and install software updates for iLife.
    Any other suggestions before I nuke iLife?
    Thanks,
    Hotoru
    Rant: Why would Apple put iDVD to pasture while it is still the default means to burn DVDs from iMovie?

    First, one should not put their emaill address in a post as that offer it up to spiders that toll forums like this looking for emails to spam.  I've asked the Hosts to remove them from your postl
    What system are you running?  Liion or Mt. Lion.
    Try the following:
    1 - delete the iWeb preference file, com.apple.iWeb.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete iWeb's cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iWeb folder (Snow Leopard and Earlier).
    3 - launch iWeb and try again.
    NOTE: In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion or Mountain Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file in your Home/Library/Application Support/iWeb folder that you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • Installing oracle8i personal edition on windows ME

    I am having a problem installing oracle8i personal edition on windows ME.
    The error on running the setup.exe was "jrew has caused an error in javai.dll. " A fix was reported on the internet for this , which is adding a line ": Jrew=0x00080000" to compatibility95 in the win.ini file. Appaarently this fix worked for few people, but it is making no difference for me.
    Please provide a solution for this. email:[email protected]
    regards,
    Swati
    e-mail: [email protected]

    Duh hello....This is a Java forum not Oracle. Place your question in an Oracle forum.

  • Manually install Oracle8i:DBMS_Standard problem,help!

    I tried to manually install Oracle8.1.7 on Win2K, successfully created an instance and attempted to create a new database using command CREATE DATABASE, the newly creately database can be connected by INTERNAL. But I failed in running catproc.sql under SVRMGR, the main error messages are like 'DBMS_STANDARD package must be created before using SQL*Plus', and 'package STANDARD not accessible'.....could anyone tell me how to solve this problem?
    great appreciation

    by the way, i used command ORADIM -NEW -SID xxx -INTPWD xxx to create the new instance
    and i did not use oracle assistant to create the new database, instead, I used command CREATE DATABASE xxx LOGFILE xxx CONTROLFILE xxxx.....
    also i did set the ORACLE_SID to new SID.....

  • Having problem installing Adobe Extension Manager 6.0.7 update. Received Error  Code  U44M1P7.Help?

    I am having a problem installing Adobe Extension Manager 6.0.7 update.  Received Error Code: U44M1P7.  Help?
    Thank you for your assistences.

    Dreamachiever2 please see Installation failed. Error U44M1P7 | Updates - http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html for information on how to resolve your current difficulties.

  • Help!!! i cant install oracle8i in windows2000 professional!

    To the oracle,
    im having some problem installing oracle 8i in my pc. my pc is running with pentiumIII processor, with 384mb of ram, i still have 16Gb free hard disk space, and running windows 2000 proffesional.
    during installation, after you click next on the window(where you need to key in the source and destination of where oracle be installed) a window will pop-up with the message:
    "Invalid stagin area. There are no top level components
    for Windows NT available for install from this staging area."
    what should i do? i need help urgently as because in my studies now sql is one of my subject, and i need a lot of practice with regards to it.
    respectfully yours,
    christian haze
    [email protected]

    My guess is that you have a 2G iPod. Those can only go to iOS 4.2.1 while the FaceBook app requires 4.3 or later. To identify yours:
    Identifying iPod models
    If that is right yo will have to puichase a newer model iPod.
    Otherwise update your iPod.
    iOS: How to update your iPhone, iPad, or iPod touch
    You will need iTunes version 10.X on your computer

Maybe you are looking for

  • DVD burn how?

    Where are accurate instructions on how to burn a data DVD? Everywhere i search it comes up with crap that isnt even close to correct. Please help. Im just trying to backup my TV shows to a DVD.

  • Excessive Logging in Windows Security Logs

    Hi, We are running a Windows Server 2012 server as a file server.  We have 'Audit object access' turned-on in the Local Security Policy. We have a file share that is enabled for auditing.   We are receiving numerous Event ID 5145, 5156, and 5456 in t

  • Search issue in CCM

    Hi, I need help on searching catalog items when end user creating shopping cart and connect to CCM. We have one procurement catalog, shared by 3 different companies, and I created different view for each company. In each view I defined rule to includ

  • HT203066 Health App keeps resetting data and dashboard view

    Health up on my iPhone 5s (iOS v8.1.2) keeps resetting the data and dashboard views: - when I enter data in the 'Me' tab (Birthdate, Sex, Blood type), the data keeps disappearing when opening the application again - adding a dashboard (i.e. 'Weight')

  • Sharing programs between two users?

    I just picked up a brand new 20" iMac G5 yesterday and I will be sharing it with my boyfriend. Is there a way to share programs between the two of us? We set it up so both of us are Admins. For example, I downloaded the Mozilla Firefox browser, but i