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

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]

  • 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

  • Problem Installing SQL Server 2012

    Hello,  I am currently trying to install SQL Server 2012 and I'm having a problem.  When I try to install a "New SQL Server stand alone installation..." from the SQL Server Installation Center, it gives me the error:
    An error occurred during the installation of assembly
    'Microsoft.VC80.ATL,version=8.0.50727.6229",publicKeyToken="1fc8b3b9a1e18e3b",processorArchit
    ecture="x86",type"win32". Please refer to Help and Support for more information. HRESULT:
    0x80070422.
    After clicking "OK" I get this error:
    Windows Installer file: C:\Users\Mike\AppData\Local\Temp\SQL Server 2012
    \Setup\1033_ENU_LP\x64\setup\sqlsupport_msi\SqlSupport.msi
    Windows Installer log file: C:\Program Files\Microsoft SQL Server\110\Setup
    Bootstrap\Log\20131207_210515\SqlSupport_Cpu64_1_ComponentUpdate.log
    After clicking "Retry" it loads for awhile and then shuts down and I get the "Setup Stopped Working" window.  Does anyone know what the problem is?  How can I finish installing the software? Thanks

    Hello,
    Please try to manually install VC++ 2005 SP1 from the following link.
    http://www.microsoft.com/en-us/download/details.aspx?id=5638
    The following resources may help you too:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/a508768d-9468-41e0-9159-b66b45c39043/microsoft-visual-c-2005-redistributable-error?forum=vssetup
    http://answers.microsoft.com/en-us/windows/forum/windows_vista-windows_programs/error-1935an-error-occurred-during-the/7105ee7e-ab45-4bd2-b5db-a3e9002f7f9e?auth=1
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Problems installing Project Server 2013 SP1

    Hi,
    I have an issue installing Project Server SP1 (KB2880553). The history of this installation is as follows below:
    I have one App Server and one Web Server (test environment)
    On February I installed the mistaken SharePoint 2013 SP1, Project Server SP1 and Language Pack SP1 in both servers, followed by SharePoint Config Wizard. No problem here, other than the mistaken SP1's
    The current week I've installed SharePoint SP1 (KB2880552) in both servers, followed by SharePoint Config Wizard. No problem here.
    Then I installed Project Server SP1 (KB2880553) in both servers, it got installed in both servers apparently, but when I run the SharePoint Config Wizard in the APP server I get the error below and I can't continue:
    If I try to install Project Server SP1 in the Web Server it tells me that the product is alteady installed there, if I try to install the Language Pack SP1 KB2880554, it tells me that there is nothing to be installed  in that Web server.
    If I check the Patch Status in Central Admin, this is what I get regarding the Web server, the APP server is apparently ok:
    So the problem is that I can do nothing, as it doesn't allow me to install anything anywhere.
    Please, do you know what to do in this case?
    Thank you for your help and regards,
    José Espases

    Hi,
    thank you for your answer.
    Maicco, I've already tried to follow the links but as I said initially there is nothing that I can install, as you can see in the second picture that I sent before, the KB2880553 is installed partially (last line) but missing/required in other lines, so
    when I try to install it again it keeps saying that it has been already installed, but when I execute the Config Wizard it says that it is missing and required.
    The Uninstallation/installation is what I try to avoid.
    Raymundo, regarding the post http://www.maadarani.com/Blog/Lists/Posts/Post.aspx?ID=12&mobile=0 it
    doesn't work, probably something is missing in the link, please, can you send it again?
    Thank you and regards,
    José Espases

  • Problem installing weblogic server 7.0 in Mandrake Linux 10.1

    hi
    i am very new to Mandrake Linux ..i have installed Mandrake Linux 10.1 in my machine ...the problem is that when i try i to install weblogic server 7.0 it gives some error
    ** Error during execution, error code = 11
    my machine spec
    * 512MB RAM
    * 40GB HDD
    * P4 2.8GHZ
    can any one help me..
    the weblogic server i downloaded from bea site its version is weblogic server 7.0 with jrockit (sp6)
    regards
    babu

    Hi,
    first of all, unfortunately, WebLogic Server is not supported under Mandrivia (use the right name ;-) ), so you should use Novell Suse or Redhat AS, check this list
    Anyway, error code 11 should be related to permission issues, so you should check that the user you are using is allowed to write under the installation directory and under /var/log/
    Could you kindly post the log messages?
    Regards.
    Antenore Gatta
    Middleware Specialist
    Hequa S.r.l
    C.so Buenos Aires 77
    20124 Milano
    http://www.Hequa.it
    Tel +39(0)267493078
    Fax +39(0)267493079
    Mobile +39 3481537897
    ______________________________________

  • Problem installing weblogic server 8.11

    I have a problem while installing weblogic server 8.11 on a solaris 9 machine.
    I use the following instruction: ./filename.bin and I see the following message:
    Illegal instruction (memory dumped)
    (in french: instruction incorrecte (vidage memoire))
    A core file is generated but it doesn't help resolving this problem. It seems
    to be talking about unzip, as I found things like this message in this file:
    error: cannot allocate unzip buffers
    unzipsfx: cannot find myself! [%s]
    error [%s]: missing %ld bytes in zipfile
    I also tryed to install weblogic server 8.10 and no core file is generated but
    I have the following message:
    error [export/home/tleberre/net_server810_solaris32.bin]: missing 570 byes in
    zipfile
    (attempting to process anyway)
    ** Error during init, error code = 2.
    I first thought the file I downloaded was incomplete, so I downloaded it again
    but I still have the same problem. Can anyone help me? What have I forgotten to
    do?
    Thank you
    Tanguy Le Berre

    "Tanguy" == Tanguy Le Berre <[email protected]> writes:
    Tanguy> I have a problem while installing weblogic server 8.11 on a solaris 9 machine.
    Tanguy> I use the following instruction: ./filename.bin and I see the following message:
    Tanguy> Illegal instruction (memory dumped)
    Tanguy> (in french: instruction incorrecte (vidage memoire))
    Tanguy> A core file is generated but it doesn't help resolving this problem. It seems
    Tanguy> to be talking about unzip, as I found things like this message in this file:
    Tanguy> error: cannot allocate unzip buffers
    Tanguy> unzipsfx: cannot find myself! [%s]
    Tanguy> error [%s]: missing %ld bytes in zipfile
    Tanguy> I also tryed to install weblogic server 8.10 and no core file is generated but
    Tanguy> I have the following message:
    Tanguy> error [export/home/tleberre/net_server810_solaris32.bin]: missing 570 byes in
    Tanguy> zipfile
    Tanguy> (attempting to process anyway)
    Tanguy> ** Error during init, error code = 2.
    Tanguy> I first thought the file I downloaded was incomplete, so I downloaded it again
    Tanguy> but I still have the same problem. Can anyone help me? What have I forgotten to
    Tanguy> do?
    Well, perhaps one thing you've forgotten is that it's better to write notes
    about particular problems in the newsgroup or mailing list that is most
    appropriate to the problem. If people who read this newsgroup only know about
    the webserver, then they won't have any idea how to help you with installation
    problems with WebLogic server, which this clearly is (the "webserver" is not
    "WebLogic Server", but only part of the entire package).
    Have you made an attempt to contact BEA support? It seems likely that your zip
    file is corrupt.
    ===================================================================
    David M. Karr ; Java/J2EE/XML/Unix/C++
    [email protected] ; SCJP; SCWCD; SCBCD

  • Problem Installing SQL Server 2012 Express

    Hello
    I'm in the process of installing SQL Server 2012 and the install is continually failing. It reports to possibly be a problem with the package; I've tried downloading three times now and setup has failed each time. There is a link below to the install log
    file which I believe will likely be more help than my attempting to describe the symptoms but please let me know if there is any additional information which would help in finding the problem.
    https://skydrive.live.com/redir?resid=9ACB131B26E0E088!514&authkey=!ABuTadbr92UTFpo
    Thanks in advance. 

    Hello,
    “Error Code: 29559
    The installer has encountered an unexpected error installing this package. This may indicate a problem with the package. The error code is 29559”
    Let’s try to work around the issue on a different way. Please try to download the following Evaluation Copy of SQL Server 2012, run setup, and on the “Product Key” page select
    Express Edition (on the “Specify a free edition” combo box).
    http://www.microsoft.com/en-us/download/details.aspx?id=29066
    Do you have another instance of SQL Server installed?
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Problem:Installing Developer server 6

    Hi,
    I have installed NT4 with service pack6, Oracle Enterprise 8.0.5, OAS 4.0.7.
    And i stop all oracle services.
    Mem:128M, 330MHz processor.
    The problem is:
    When I installing developer server 6, it is automatically logout of the installion. So there are nothing to be installed.
    Thanks in advance..

    check if your oracle 805 and developer 6i is y2k. it seems that developer 6i will auto-log out if the db is not y2k. i've experienced this similar situation with 805 and i had to roll-back the OS date to go through with the installation. hope this helps!

  • 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

  • Problems installing SQL Server 2014 Dev on Windows 7 64 bit

    I just purchases Microsoft SQL Server 2014 Dev edition from the Microsoft store, downloaded the 64bit version, and tried to install it. The install fails consistently on the Install File Setup (after the product code and accepting the license) with
    the following error:
    The following error has occurred:
    Unable to open Windows Installer file 'D:\SQL2014Dev\Sqldev_eng_mar14\redist\VisualStudioShell\VC10SP1\x86\vc_red.msi'.
    Windows Installer error message: 1: 2203 2: D:\SQL2014Dev\Sqldev_eng_mar14\redist\VisualStudioShell\VC10SP1\x86\vc_red.msi 3: -2147286960 .
    Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this action and continue setup.
    My system is running Windows 7 Home Premium x64, which looks like it's supported for this product.
    Does anyone have any suggestions?

    Hi
    Please make sure firewall is turned off when you are installing SQL Server. Also make sure you are not installing from CD drive, install it from Local Drive.
    For such issues MS has released support article to fix any missing installer. You can refer to below support article
    https://support.microsoft.com/kb/969052?wa=wsignin1.0
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • PVM Installation Problem (install report server)

    Hi,
    i am trying to install PVM 1.0.2 , but i have the following error:
    Installing Report Server:
    ERROR: Failed to install report server as user pvmadm. Please check OS
    user configuration then try again.
    I add pvmadm to root group,except dba group, but i have the same problem.
    Any ideas ?
    TIA

    Hello,
    The installation of a Reports Server as a "Windows Service" is no more possible in Oracle Reports 10g R2 :
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_strt.htm#i1005629
    Start the reports server with the command :
    rwsrver server=<server_name> batch=yes
    or use opmn to manage the reports server .
    Regards

  • Help, I installed Windows Server 2008

    Please advise me on what to do. I installed Windows Server 2008 on my laptop for networking class. This past summer I had upgraded it from Windows Vista to Windows 8 then 8.1. I want to take Windows Server 2008 off, but I cannot seem to get my windows
    8 to work. When the computer is in command screen mode I have to option to start in Windows Server 2008, or Windows 8. But Windows 8 will not come up, I get an error stating a file is missing. I cannot seem to connect to the internet IN Windows Server 2008
    either . Help!!!!

    Okay this is what you need for a basic setup.
    Servers:
    1 main host server - install Hyper-V role on this
    2. 1 guest server to act as a domain controller - also install remote desktop licensing role on this server
    3. 1 remote desktop session host server that you install your applications on
    join the remote desktop server to the domain
    leave your hyper-v host server off the domain in a workgroup
    install applications on remote desktop session host server
    install remote desktop licences on the license server - role that you have installed on your domain controller
    configure any settings - including the licence server to use - on the remote desktop session host
    users connect to remote desktop server using RDP client on their computers
    NB: this is the minimum setup you could use
    Regards,
    Denis Cooper
    MCITP EA - MCT
    Help keep the forums tidy, if this has helped please mark it as an answer
    My Blog
    LinkedIn:

  • Problems installing Leopard Server on Xserve

    I have an Xserve with no monitor or keyboard access. I need to install Leopard server upgrade, I read the instructions on-line and in the booklet that comes with the software. Obviously, I cannot press C upon boot since I cant see the monitor nor can I see if I need to update my bios.
    I tried enabling Remote Desktop using the kickstart command, but whenever use Chicken of the VNC to connect it says it cant find the server.
    I used the "Server Assistant" and it tells me the same thing "Cant find server" but i can ping it and log into it using terminal. I can also run all the other applications like "Server Monitor", "Server Admin", and "Workgroup Manager" just fine.
    The server is in another segment because it is in our server room I used one of the server room connection and still cant find server.
    Can someone please help getting Leopard installed on this Xserve?
    Thanks

    The general answer is yes. But the conditional answer is that you must have the original installation media from the Xserve model before it started shipping Snow Leopard exclusively. This means you would need to have bought an Xserve as recently as December to have the combo OS pack as I believe Apple stopped shipping Leopard around early January (although that might be on BTO models so if you got one from the channel it may still have the original media kit). You need to be mindful of the machine's Boot ROM version. The change of one digit can cause some issues with older installation media.
    If you don't have recent media kits, you "should" be able to construct a functional OS by building on other hardware and patching up to 10.5.8. Then cloning it to the new unit.
    And, you've peaked my interest. What specific issue have you had with 10.6 and Xsan?
    Hope this helps

  • Help with installing sql server 2012 upgrade advisor

    Hello there,
    I have two questions here:
    1. My sql server 2005 is on Window Server 2003/SP2. Does this mean I cannot install sql server 2012 upgrade advisor on it? This page (http://msdn.microsoft.com/en-us/library/ms144256.aspx)
    cites that the supported OS are "Windows Vista SP1, or SP2, Windows 7 and Windows Server 2008 R2."
    2. I tried to install the upgrade advisor on my local machine (windows 7, 64-bit). Even after I installed "Microsoft SQL Server Transact-SQL ScriptDom ", I still got the error message "Setup is missing prerequisites: - Microsoft SQL Server 2012 Transact-SQL
    ScriptDom, which is not installed by Updgrade Advisor Setup........" Why is that?
    Thank you for your help in advance!

    Hello,
    Have you installed .NET Framework 4.0 also?
    Make sure you installed Transact-SQL ScriptDom from the following link:
    http://www.microsoft.com/download/en/details.aspx?id=29065&amp;ocid=aff-n-we-loc--ITPRO40886&amp;WT.mc_id=aff-n-we-loc--ITPRO40886
     (on the
    Microsoft SQL Server 2012 Engine Feture Pack Components section)
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

Maybe you are looking for

  • Buying Monopoly on a 5th Gen iPod

    i tried to buy the monopoly game using the money that is on my account buy it wants me to buy the game with a cred card. what should i do ?

  • Retrieving information about the logged in user in Power BI for O365

    I am trying to retrieve the email of the current logged in user so i can pass it into a query to my sql server which then adjusts the data based on who is viewing a power bi dashboard. If anyone knows a way to grab that information or even the url th

  • How can i un zip files

    i have downloaded a data file in zip format. i want to unzip it

  • N95 -1 or 2 or 3 what's the differences

    I'm a bit confused - i've seen more and references to what seems like variations of the N95 is this to do with individual build dates? For instance what are the differences between a N95-1 and an N95-3 if they are both running say FW 11.xxxx??? Regar

  • No start up menu via option key

    Greetings, I'm trying to start up from an external drive but when I hold down the option key at start up, instead of getting a menu from which to chose the start up disk, I get three buttons I've never seen before. To the left is a circular arrow, in