Oracle 9i R2 Installation on RH Linux 7.3 -- Have a few questions.

Hello,
I am at the end of the Oracle 9i R2 installation and have a few questions.
1) The "Agent Configuration Assistant" keeps failing. I get the following message.
Parameters "orahome" = /opt/oracle/product/9.2.0
Parameters "nodeinfo" = NODE_VALUE
Agent Service Failed
What does this mean and how can I complete Agent Configuration Assistant install?
2) I completed the Oracle Database Configuration Assistant successfully and created passwords for sys and sysoper (not sure if these were the exact users). Note I did not modify any other users or unlock them.
How do I log into the sqlplus prompt, what users should I use and how can I create new users and databases?
Thanks for your help in advance.
Regards,
Chris Barone
[email protected]

(1) You can probably just ignore the Agent Configuration (are you using the Agent to collect data?)
(2) sqlplus '/ as sysdba' will log you into the SQL*Plus prompt.
Rob

Similar Messages

  • Oracle R12 EBS installation on CentOS Linux 5

    Per MOS Note 761566.1 , I am installing Oracle 12.1.1 EBS on CentOS 5.5 Linux 64 bit servers. Issue is that I cannot find the packages listed below which are required for 64 Bit Linux installation with Oracle R12 EBS:
    The following packages must be installed from the OEL 5 or RHEL 5 distribution media:
    gcc-4.1.2-14.el5.x86_64
    gcc-c++-4.1.2-14.el5.x86_64
    glibc-2.5-18.i686 (32-bit)
    glibc-2.5-18.x86_64
    glibc-common-2.5-18.x86_64
    glibc-devel-2.5-18.i386 (32-bit)
    glibc-devel-2.5-18.x86_64
    libgcc-4.1.2-14.el5.i386
    libgcc-4.1.2-14.el5.x86_64
    libstdc++-devel-4.1.2-14.el5.i386
    libstdc++-devel-4.1.2-14.el5.x86_64
    libstdc++-4.1.2-14.el5.i386
    libstdc++-4.1.2-14.el5.x86_64
    make-3.81-1.1.x86_64
    gdbm-1.8.0-26.2.1.i386
    gdbm-1.8.0-26.2.1.x86_64
    libXp-1.0.0-8.1.el5.i386
    libXp-1.0.0-8.1.el5.x86_64
    libaio-0.3.106-3.2.i386
    libaio-0.3.106-3.2.x86_64
    libgomp-4.1.2-14.el5.x86_64
    sysstat-7.0.0-3.el5.x86_64
    util-linux-2.13-0.45.el5.x86_64
    compat-libstdc++-296-2.96-138.i386
    compat-libstdc++-33-3.2.3-61.i386
    Additionally, the following RPMs are required for an 11gR1 Database (which is bundled with the 12.1.1 release) on the database tier:
    compat-libstdc++-33-3.2.3-61.x86_64
    elfutils-libelf-devel-0.125-3.el5.x86_64
    elfutils-libelf-devel-static-0.125-3.el5.x86_64
    libaio-devel-0.3.106-3.2.x86_64
    unixODBC-2.2.11-7.1.i386
    unixODBC-devel-2.2.11-7.1.i386
    unixODBC-2.2.11-7.1.x86_64
    unixODBC-devel-2.2.11-7.1.x86_64
    kernel-headers-2.6.18-8.el5.x86_64
    I cannot find these at the http://oss.oracle.com/projects/compat-oracle/files/Enterprise_Linux
    site for CentOS 5.5 and they are not at the CentOS site either.
    Any ideas where to obtain these required Linux packages for CentOS 5.5?
    Thanks!
    Ben

    Ben,
    CentOS is not certified as a database/application tier node.
    You can find the packages from the Media Pack (Download it from e-Delivery website), or just search Google (below is an example):
    Download compat-libstdc++-33-3.2.3-61.x86_64
    http://tinyurl.com/33rj6ea
    Thanks,
    Hussein

  • A few questions re: installing 10g on a virtual linux machine

    I am in the process of building up a virtual linux box on my XP laptop and have a few questions regarding the networking setup. Purpose is to have a sandbox *nix setup at my fingertips. 
    Here's what I have so far:
    Dell Latitude laptop running Win XP. This is a DHCP machine.
    Installed VMWare Player
    Created virtual machine with OEL 4.8, with NAT network config
    So far, so good. Next step is to install 10.2.0.4 EE on the virtual Linux machine. When installing 10.2.0.4 directly on the XP system, of course I had to install a loopback adapter to provide a fixed IP address for Oracle, all well documented in the installation guide. While it is my understanding that the loopback adapter, as installed and configured on Windows, is primarily a Windows issue, I would expect something of the same fundamental under Linux insomuch as it is still a dhcp machine. However, when checking the relevant installation guide, the section on networking considerations and DHCP simply gave a two-paragraph discussion of what DHCP was. I found no discussion on how to deal with it in a *nix environment.
    This particular vmware setup gives me a choice of 3 network configs - Bridged , NAT, or host-only (private vitrual net shared only with the host) I am currently configured to use NAT because I need outside connectivity (to yum server, etc) but do not want an additional device (ip address) on the real network. I'm guessing I could use host-only most of the time and when I need to access the internet, shut down the db and switch back to NAT.
    This is all new territory for me, so I guess I'm looking at some 'best practices' advice as much as anything.

    Ed,
    I would encourage going for OEL 5u2 or 5u3 and including the oracle-validated package. It makes sure you have all the prerequisites for 10gR2 and makes life much easier.
    I set up dozens of these machines for Oracle U classes. What I started with originally is 2 virtual NIC - a NAT and a Bridged. The Bridged allowed me to access the outside world at any time and was assigned using DHCP from the local network. The NAT I'd configure manually as a static IP, and I used it primarily to provide a second 'virtual network' so the classroom machines could communicate with each other.
    In my latest iteration, I've dropped back to a single Bridged NIC based on DHCP. For Oracle install purposes, I
    - pick a hostname (myhost.oraclass.com)
    - switch to static IP (I've scripted it - edits /etc/sysconfig/network-scripts/ifcfg-eth0 and /etc/syscfg/network : hostname) but using the network GUI tool is ok as well
    - I choose the static to macth the DHCP address assigned
    - inject a single line into the /etc/hosts with the new static address, the hostname, and a hostname that I want to publish
    192.168.4.21 myhost.oraclass.com orahost student21.oraclass.com student21
    - set a global env variable (/etc/profile.d/oraprofile.sh (export HOSTNAME=myhost.oraclass.com)
    and after installing Oracle, I switch back to DHCP. Then if I want to travel, I can easily switch the 'static' address as often as I want (also scripted) to match the IP addr the 'host DHCP' provides.
    I've used the NAT. It hands out a DHCP address and usually it works for me (and Oracle) simply by making it static (as above) and letting VMWare container handle it. But every once in a while it seems to 'jam up' and I'd need to fight with it. So I've converted to bridged .. with the help of some scripts I've written.

  • A few questions about the installation

    Hi,
    Our block of flats has just been upgraded to Infinity - I think it's likely to be FTTP as we have a fibre optic 'pullback' cable running around each floor outside the flats. 
    We have not yet been able to order the service but I have a few questions anyway. Apologies for the lengthy nature but my partner and I are trying to explore all options with regards to installation.
    As it's likely FTTP do we need to have the modem in the same place as the existing master socket. Reading this it seems that we could have the modem located in a different place and have some Cat5e/Cat6 cables run prior to installation to link the modem to the router (which would remain near the master socket). Is that something that's feasible?
    If we have to route the fibre cable through to the lounge, what lengths will the engineer go to in order to aid a discrete run? Can they do things like routing through drywall voids where accessible without structural work beyond drilling a hole? Ideally we would need to drill some holes anyway, are they happy doing more than just the one to bring the cable into the flat?
    If the engineer is not able to be overtly flexible, can additional cabling be left in a loop with a view to us conducting future work, things like burying the cable into the drywall? Can the cable even be moved once it's connected to the modem? Does moving the modem cost?
    Hopefully someone will be able to advise. It's been a long battle to get the infrastructure put into place and I'm looking forward to getting access to Infinity as soon as possible
    Thank you for any replies

    My understanding is that you don't even need a phone line for fibre therefore you don't need a master socket. That being the case, if you do have a phone line then master socket does not need to be anywhere near the fibre modem. You will find that usually you will have to have a phone line installed as part of the package.
    EDIT: You should run Ethernet cable from where the modem will be placed to where you want the homehub/router sited.

  • Oracle 8i Installation on Redhat Linux AS 3.0

    Hi guys,
    I am just doing some home work before installation of Oracle 8i Enterprise server on Redhat Linux AS 3.0. Before I started my work on this, I planned to install 8i on AIX 5L, which was a bad idea. Because 8i being a 32bit db and 5L being 64bit kernel, and also this combination is not supported. But with little tweeking and installing few patches, things should work.
    Anyway, I would like to know, if any of you have installed 8i on RH Linux AS 3.0, and do any of you think I need to worry about 32 & 64 bit? I am installing this combination on Compaq PL 6500 server, will there be any problem, because PL 6500 is 32 bit processor? Please pass on any information which can help me in a proper installtion, Thanks in Advance

    Joel,
    I am new to this company. This is my first year here, from last one and half year my company was trying to migrate from Informix to Oracle. After I joined I came to know that my predecessor started the project on 8i and left the project half way thru. Then I took over the project and completed the migration from Informix to Oracle. My company spent awful lot of money on this project due to lack technical know how and mislead by the technology staff who has no knowledge of oracle or UNIX (they are bunch of old NCR and Cobol guys here). So bottom line is if I submit a proposal to my boss of upgrading from 8i to 9i or 10g, which I will, probably won't be happy to see. But on the other hand we will loose support and left with no choice, I can only say that I am sorry for them.
    Anyway, this is just a part of disorganized IT shop we have here, it needs a major facelift, and I am just pushing one at a time. Thanks for your reply, I really appreciate.

  • Oracle 8i installation on RedHat Linux 7.3

    Hi,
    I'm having a tough time installing Oracle 8i Ent Ed on Redhat Linux 7.3.
    At first it was giving me this error and nothing else :
    Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait...
    Now, after I read many How-tos and did
    export LD_ASSUME_KERNEL=2.2.5
    its starts the installer runs for some time but always just vanishes after selecting
    Typical Installation, processing gows upto 84% and then just....vanished.
    What m I missing?
    I've done the following:
    Installed
    compat-glibc
    compat-egcs
    compat-libtdc++
    compat-libs
    from CD 2 of linux 7.3 (6.2 compatibility) as some How-tos suggested.
    also installed jre 1.1.8 from www.blackdown.org
    now what do i do? please help me as soon as possible.
    Thanks in advance..

    Joel,
    I am new to this company. This is my first year here, from last one and half year my company was trying to migrate from Informix to Oracle. After I joined I came to know that my predecessor started the project on 8i and left the project half way thru. Then I took over the project and completed the migration from Informix to Oracle. My company spent awful lot of money on this project due to lack technical know how and mislead by the technology staff who has no knowledge of oracle or UNIX (they are bunch of old NCR and Cobol guys here). So bottom line is if I submit a proposal to my boss of upgrading from 8i to 9i or 10g, which I will, probably won't be happy to see. But on the other hand we will loose support and left with no choice, I can only say that I am sorry for them.
    Anyway, this is just a part of disorganized IT shop we have here, it needs a major facelift, and I am just pushing one at a time. Thanks for your reply, I really appreciate.

  • Oracle 8.1.5 installation probelm on linux 7.3

    Please tell me about how to intstall oracle 8.1.5 on linux 7.3. without compiling kernel (MEMORY parameter), i try to install. But the error message like
    "cannot find the class oracle.sysman.oii.installer"
    etc..
    appear to me.
    now i am fully dtrucked. what to do ?

    newbie (guest) wrote:
    : Hi, All
    : I tried to install oracle 8.1.5 on RH6.0,
    : and I download the patch for enlightment,
    : the installation works well until CREATE DATABASE.
    : I got the error message "ORA-01012 not logged on".
    : Does anybody know what's the problem?
    : Thanks,
    Hi,
    try to
    export NLS_LANG=american
    In my case it helped. I described the strange behaviour of
    svrmgrl in detail in another post.
    Greetings
    Rolf
    null

  • Installation of Oracle 8.1.17 on Redhat Linux Enterprise Edition 2.4

    dear all
    I have tried to Oracle 8.1.17 on Redhat Linux Enterprise Edition 2.4 but it gives an error "Error in invoking target make file .."
    I tried using retries it failed each time to prorceed.
    I checked for my binutils ( binutils-2.14.90.0.4-26 ) but mine are higher than binutils-2.11.90.0.8-13.i386.rpm required ..
    do i need to down grade my binutils for 8.1.7
    abhi

    Hi Abhi!
    If I remember correctly (817 is stone age) the binutils used a strange debug flag in the 2.11.90.0.8-13 (something with -z).
    If this is not present in your newer version of the binutils the make will fail.
    Try downgrading the binutils during the installation.
    cu
    Andreas

  • Problem for Oracle 8.1.6 installation on Turbo Linux 7.0 platform

    I meet problem when installing Oracle 8.1.6 on Turbo Linux 7.0
    system.
    I successfully set environmental variables and accessed K.D.E
    interface.
    The installation blocked at 80% at “Database Creation Process”
    window.
    I have tried two times. Both blocked at 80% and could not
    continue.
    The error message is:
    Warning: Cannot convert string “-*-Kochi Gothic-medium-r-normal-
    --100-136-140----” to type FontStruct
    Please help me.

    Hi,
    check out the management server service is started and also configure a Management server in the machine where you have installed the mangement service. and also you have to start some log service i think

  • Oracle 9i R2 Installation on Linux -ORA-03113 error

    I am in the process of installing Oracle 9i R2 trail version on Linux Server 2.2.4. The software did get installed but the DBCA did not create the sample database.
    The error I get is:
    ORA-03113:end-of-file on communication channel.
    I have also after the installation re-run the DBCA but get the same error. Any help will be appreciated.
    Thank you

    Please post this question in the Database - Installation forum. The URL is:
    Database Installation

  • Silent installation of oracle 10.2.0.5 on Linux 5

    Please anyone guide me for the steps of silent installation of oracle 10.2.0.5 on Linux 5. Please provide me the link if any.

    Hi;
    Please anyone guide me for the steps of silent installation of oracle 10.2.0.5 on Linux 5. Please provide me the link if any.You mention to install oracle 10.2.0.5 client or patch on Linux?(What is linux5? version,its 32 bit or 64 bit)
    If yes than its mean you are already on 10.2.0.x level. Because 10.2.0.5 is a patch check
    10.2.0.5 Patch Set - Availability and Known Is [ID 1087991.1 ]
    For installation you need to check readme part of patch
    If you mention client installation than check:
    10.2.0.5 client
    Re: Oracle 10g 10.2.0.5 Installation
    Regard
    Helios

  • Following error occurs while oracle client 10g installation on Linux 5

    Following error occurs while oracle client 10g installation on Linux 5
    [oraclient@SVHJ0678 client]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-04-14_02-30-53AM. Please wait ...[oraclient@SVHJ0678 client]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-14_02-30-53AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)

    user8862191 wrote:
    Following error occurs while oracle client 10g installation on Linux 5
    What is Linux 5? Do you mean Oracle Enterprise Linux (OEL) 5 ???
    [oraclient@SVHJ0678 client]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-04-14_02-30-53AM. Please wait ...[oraclient@SVHJ0678 client]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-14_02-30-53AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)

  • Oracle 10g installation error in linux...

    Hi,
    i am getting following error when installing oracle 10g(10.2.0.1) in RHEL4.i have installed following required packages also.
    binutils-2.15.92.0.2-21
    compat-db-4.1.25-9
    control-center-2.8.0-12.rhel4.5
    gcc-3.4.6-3
    gcc-c++-3.4.6-3
    glibc-2.3.4-2.25
    glibc-common-2.3.4-2.25
    gnome-libs-1.4.1.2.90-44.1
    libstdc++-3.4.6-3
    libstdc++-devel-3.4.6-3
    make-3.80-6.EL4
    pdksh-5.2.14-30.3
    sysstat-5.0.5-11.rhel4
    xscreensaver-4.18-5.rhel4.11
    libaio-0.3.105-2
    installActions2009-03-18_09-04-11AM.log
    INFO: rm -f nnfgt.*
    (if [ "compile" = "compile" ] ; then \
    /u01/app/oracle/10.2.0/db_1/bin/gennfgt > nnfgt.c ;\
    /usr/bin/gcc -c nnfgt.c ;\
    rm -f /u01/app/oracle/10.2.0/db_1/lib/nnfgt.o ;\
    mv nnfgt.o /u01/app/oracle/10.2.0/db_1/lib/ ;\
    /usr/bin/ar rv /u01/app/oracle/10.2.0/db_1/lib/libn10.a /u01/app/oracle/10.2.0/db_1/lib/nnfgt.o ; fi)
    INFO: /bin/sh: /usr/bin/gcc: No such file or directory
    INFO: mv:
    INFO: cannot stat `nnfgt.o'
    INFO: : No such file or directory
    INFO:
    INFO: /usr/bin/ar: /u01/app/oracle/10.2.0/db_1/lib/nnfgt.o: No such file or directory
    INFO: make: *** [nnfgt.o] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'nnfgt.o' of makefile '/u01/app/oracle/10.2.0/db_1/network/lib/ins_net_client.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2009-03-18_09-04-11AM.log' for details.
    Exception Severity: 1
    WARNING: This will stop installation of all products and exit the Installer. Are you sure that you want to stop the installation and exit?
    INFO: User Selected: Yes/OK
    INFO: Exception handling set to prompt user with options to Retry Ignore
    User Choice: User selected to stop installation of all components.
    Thanks,

    what bit oracle software are You trying to install on what bit linux? 32bit for both?
    show
    uname -a
    Required packages are these:
    binutils-2.15.92.0.2-18
    compat-libstdc++-33.2.3-47.3
    elfutils-libelf-0.97-5
    elfutils-libelf-devel-0.97-5
    gcc-3.4.5-2
    gcc-c++-3.4.5-2
    glibc-2.3.4-2.19
    glibc-common-2.3.4-2.19
    glibc-devel-2.3.4-2.19
    glibc-headers-2.3.4-2.19
    libaio-devel-0.3.105-2
    libaio-0.3.105-2
    libgcc-3.4.5
    libstdc++-3.4.5-2
    libstdc++-devel-3.4.5-2
    make-3.80-5
    sysstat-5.0.5
    unixODBC-2.2.11
    unixODBC-devel-2.2.11
    compat-db-4.1.25-9
    compat-libstdc++-296-2.96-132.7.2
    control-center-2.8.0-12
    gnome-libs-1.4.1.2.90-44.1
    pdksh-5.2.14-30
    xorg-x11-deprecated-libs-6.8.1-23.EL
    openmotif21-2.1.30-11.RHEL4.2 (Required to install Oracle Demos)
    do you have them all?
    querry with
    rpm -aq | grep ....
    If You have metalink access then read metalink note 401705.1

  • Oracle Installation Issue on Linux

    When I execute runInstaller Command it's give's following Error...
    "runInstaller: line 88: /usr/Software/database/install/.oui: Permission denied"
    What would I do to resolve this issue....
    Please Help me...
    Tharaka

    Refer & you can easily install linux
    http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/
    http://kamranagayev.wordpress.com/2010/04/25/video-tutorial-installing-oel-and-oracle-10gr2/

  • Step by Step Oracle i-Learning Installation on Linux

    Hi all;
    I prepare one documentation about Step by Step Oracle i-Learning Installation on Linux.
    Its avaliable at:
    http://heliosguneserol.wordpress.com/2010/05/25/step-by-step-oracle-i-learning-installation-on-linux/
    Hope it helps to forum users
    Regard
    Helios

    Helios,
    Thanks for sharing this with us!
    Thanks,
    Hussein

Maybe you are looking for

  • How to get the selected value/key of a drop down list box in webdynpro Java

    Dear SDN Members, I have added some static data into a drop down list box by key UI element using the procedure specified in value help tutorial. Now i want to display the value selected in a dropdown list box on view whenever i select an item in a d

  • Installing Windows 7 in Bootcamp after Installing Mountain Lion

    Before installing Mountain Lion I erased Windows XP and all contents from Bootcamp. Now I am running Mountain Lion and attempting to put windows 7 on Bootcamp 5.0.0. I ran the disk utility on Bootcamp and it shows (formatted as Mac OS Extended (Journ

  • Where can I find downloads for Mac OS 7-9 (out of curiosity)

    I briefly remember that apple offered Operating systems older than Mac OS X for download but I still can't find them. If you knows were to find Mac OS 7-9 please tell me at your earliest convenience.

  • Query to get a value for each day in a month

    Hi All, I'm needing a query (preferably without a loop or function) that can get a number representing each day of a given month. For example for the month of February, the result would be 1,2,3,....28 Surely this can be done? Thanks!

  • Error starting Apache when installing 10g Companion CD

    Hi all, When I'm trying to initialize Apache I get: $ ./apachectl start Syntax error on line 9 of /opt/oracle/Oracle10g_Companion/Apache/modplsql/conf/: Invalid command 'PlsqlDatabaseConnectString', perhaps mis-spelled or defined byn ./apachectl star