Networking error (ORA-28547) with 10g on Red Hat Linux

Hello everybody
I'm having the following error when trying to set up a 10g database on a Red Hat machine. I can start the listener correctly, but then the Enterprise Manager shows the following error in the 'Agent Connection to Instance' section:
ORA-28547: connection to server failed, probable Oracle Net admin error (DBD ERROR: OCISessionBegin)
When I try to access using SQL*Plus, I get the same error. I don't know what can be wrong: the listener starts correctly, tnsping gives OK, both using the server name and the SID, and the config. files seem to be correct. Anyone has a clue?
Thanks in advance for your answers.
Just in case, here are (the relevant parts of) mi config. files:
listener.ora:
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(PROGRAM = extproc)
(SID_NAME = oradb10g)
(ORACLE_HOME = /opt/app/oracle/)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = oradb10g))
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = st03)(PORT = 1521))
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
tnsnames.ora:
ORADB10G =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = st03)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = oradb10g)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(Key = EXTPROC0))
(CONNECT_DATA =
(SID = oradb10g)
(PRESENTATION = RO)
sqlnet.ora:
SQLNET.AUTHENTICATION_SERVICES=(NONE)
Thanks again.

Sorry for the delay, I've been kind of busy :S
Here are the requested files' contents
/etc/hosts:
192.168.1.19 st00.summatec.net st00
192.168.1.33 st03.summatec.net st03
127.0.0.1 localhost.localdomain localhost
192.168.1.11 st01.summatec.net st01
/etc/nsswitch.conf:
passwd: files
shadow: files
group: files
hosts: files dns
bootparams: nisplus [NOTFOUND=return] files
ethers: files
netmasks: files
networks: files
protocols: files
rpc: files
services: files
netgroup: files
publickey: nisplus
automount: files
aliases: files nisplus
$ORACLE_HOME/sysman/config/emd.properties:
perlBin=/opt/app/oracle/perl/bin
scriptsDir=/opt/app/oracle/sysman/admin/scripts
emdRoot=/opt/app/oracle
agentStateDir=/opt/app/oracle
chronosRoot=/opt/app/oracle/sysman/emd/chronos
REPOSITORY_URL=http://st03.summatec.net:4889/em/upload/
agentSeed=802746336
agentVersion=10.1.0.4.0
UploadInterval=5
UploadFailBackoffPct= 20
UploadTimeout=1800
UploadFileSize=2048
UploadMaxBytesXML=50
UploadMaxNumberXML=5000
UploadMaxDiskUsedPct=98
UploadMaxDiskUsedPctFloor=95
emdRootCertLoc=/opt/app/oracle/sysman/config/b64LocalCertificate.txt
internetCertLoc=/opt/app/oracle/sysman/config/b64InternetCertificate.txt
emdWalletSrcUrl=http://st03.summatec.net:4889/em/wallets/emd
emdWalletDest=/opt/app/oracle/sysman/config/server
emd_email_address=
emd_email_gateway=
emd_from_email_address=
EMD_URL=http://st03.summatec.net:/emd/main/
AgentListenOnAllNICs=TRUE
NormalThreadStackSize=0
ouiLoc=/opt/app/oracle/oui
hostConfigClasspath=/opt/app/oracle/oui/jlib/xmlparserv2.jar:/opt/app/oracle/oui/jlib/OraInstaller.jar:/opt/app/oracle/oui/jlib/srvm.jar:/opt/app/oracle/oui/jlib/share.jar:/opt/app/oracle/sysman/jlib/emd_java.jar:/opt/app/oracle/sysman/jlib/log4j-core.jar
JAVA_HOME=/opt/app/oracle/jdk/jre
CLASSPATH=/opt/app/oracle/sysman/jlib/emd_java.jar:/opt/app/oracle/opmn/lib/ons.jar:/opt/app/oracle/lib/xmlparserv2.jar:/opt/app/oracle/sysman/jlib/log4j-core.jar:/opt/app/oracle/oc4j/j2ee/home/lib/http_client.jar:/opt/app/oracle/lib/dms.jar:/opt/app/oracle/lib/dmsEmd.jar:/opt/app/oracle/jlib/share.jar:/opt/app/oracle/jdbc/lib/ojdbc14dms.jar:/opt/app/oracle/jlib/jssl-1_1.jar:/opt/app/oracle/jlib/javax-ssl-1_1.jar:/opt/app/oracle/jlib/ojmisc.jar:/opt/app/oracle/lib/em_test.jar:/opt/app/oracle/jlib/ojmisc.jar:/opt/app/oracle/jlib/repository.jar:/opt/app/oracle/opmn/lib/optic.jar
agentJavaDefines=-Doracle.dms.refresh.wait.time=1000 -DUrlTiming.UseJSSE=true
LogFileMaxSize=4096
LogFileMaxRolls=4
TrcFileMaxSize=4096
TrcFileMaxRolls=4
dynamicPropsComputeTimeout=60
EMAGENT_PERL_TRACE_LEVEL=ERROR
tracelevel.main=WARN
tracelevel.emSDK.xml=WARN
tracelevel.emSDK.utl=WARN
tracelevel.ResMonitor=WARN
tracelevel.Dispatcher=WARN
tracelevel.ThreadPool=WARN
tracelevel.pingManager=WARN
tracelevel.collector=WARN
tracelevel.http=WARN
tracelevel.ssl=WARN
tracelevel.ssl.io=WARN
tracelevel.blackouts=WARN
tracelevel.upload=WARN
tracelevel.command=WARN
tracelevel.reload=WARN
tracelevel.scheduler=WARN
tracelevel.Authentication=WARN
tracelevel.metadata=WARN
tracelevel.targets=WARN
tracelevel.TargetManager=WARN
tracelevel.engine=WARN
tracelevel.javaproc=WARN
tracelevel.vpxoci=WARN
tracelevel.javavm=WARN
tracelevel.fetchlets=WARN
tracelevel.fetchlets.os=WARN
tracelevel.fetchlets.osline=WARN
tracelevel.fetchlets.oslinetok=WARN
tracelevel.fetchlets.UDM=WARN
tracelevel.fetchlets.sql=WARN
tracelevel.fetchlets.url=WARN
tracelevel.fetchlets.urllines=WARN
tracelevel.fetchlets.urllinetoken=WARN
tracelevel.fetchlets.URLTiming=WARN
tracelevel.fetchlets.propEcho=WARN
tracelevel.fetchlets.readFromFile=WARN
tracelevel.fetchlets.readMultFromFile=WARN
tracelevel.fetchlets.throwable=WARN
tracelevel.fetchlets.resourceGrab=WARN
tracelevel.fetchlets.emSDK=WARN
httpTimeoutPrimaryHeader=30
httpTimeoutSecondaryHeaders=30
httpTimeoutBody=60
$ORACLE_HOME/log/st03/client/css.log:
(the following lines are repeated several times)
2006-05-02 12:33:35.709: [  OCROSD][3070490304]utgdv:2:ocr loc file cannot be opened
2006-05-02 12:33:35.710: [  OCROSD][3070490304]utopen:1: Couldnt find ocr,[ocrmirror] location in config file
2006-05-02 12:33:35.710: [  OCRRAW][3070490304]proprinit: Could not open raw device
2006-05-02 12:33:35.710: [ default][3070490304]a_init:7!: Backend init unsuccessful : [33]
2006-05-02 12:33:35.711: [ CSSCLNT][3070490304]clsssinit: error(33 ) in OCR initialization
$ORACLE_HOME/network/log/listener.log (a representative piece):
05-MAY-2006 10:46:58 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=oradb10g)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.33)(PORT=52204)) * establish * oradb10g * 0
05-MAY-2006 10:47:07 * ping * 0
WARNING: Subscription for node down event still pending
05-MAY-2006 10:47:07 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=st03.summatec.net)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=st03.summatec.net)(PORT=1521)))(VERSION=169869568)) * status * 0
05-MAY-2006 10:47:08 * (CONNECT_DATA=(SID=oradb10g)(CID=(PROGRAM=perl)(HOST=st03.summatec.net)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.33)(PORT=52208)) * establish * oradb10g * 0
05-MAY-2006 10:47:28 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=oradb10g)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.33)(PORT=52212)) * establish * oradb10g * 0
(the last line is repeated several times)
$ORACLE_HOME/network/log/sqlnet.log :
Fatal NI connect error 12505, connecting to:
(DESCRIPTION=(SOURCE_ROUTE=OFF)(ADDRESS=(PROTOCOL=IPC)(Key=EXTPROC0))(CONNECT_DATA=(SID=oradb10g)(SERVER=)(PRESENTATION=RO)(CID=(PROGRAM=java)(HOST=st03.summatec.net)(USER=oracle))))
VERSION INFORMATION:
TNS for Linux: Version 10.2.0.1.0 - Production
Unix Domain Socket IPC NT Protocol Adaptor for Linux: Version 10.2.0.1.0 - Production
TCP/IP NT Protocol Adapter for Linux: Version 10.2.0.1.0 - Production
Time: 02-MAY-2006 12:35:22
Tracing not turned on.
Tns error struct:
ns main err code: 12564
TNS-12564: TNS:connection refused
ns secondary err code: 0
nt main err code: 0
nt secondary err code: 0
nt OS err code: 0
Fatal NI connect error 12505, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(Key=EXTPROC0))(CONNECT_DATA=(SID=oradb10g)(PRESENTATION=RO)(CID=(PROGRAM=java)(HOST=st03.summatec.net)(USER=oracle))))
VERSION INFORMATION:
TNS for Linux: Version 10.2.0.1.0 - Production
Unix Domain Socket IPC NT Protocol Adaptor for Linux: Version 10.2.0.1.0 - Production
TCP/IP NT Protocol Adapter for Linux: Version 10.2.0.1.0 - Production
Time: 02-MAY-2006 12:38:18
Tracing not turned on.
Tns error struct:
ns main err code: 12564
TNS-12564: TNS:connection refused
ns secondary err code: 0
nt main err code: 0
nt secondary err code: 0
nt OS err code: 0
I wasn't sure which logs to post, so I included the ones in $ORACLE_HOME/logs and $ORACLE_HOME/network/logs; I hope they are helpful.
Thanks again, and sorry for the long post.

Similar Messages

  • Error message while installing JDK on RED HAT  - linux interprise 5

    Hello!
    I have got an error message while installing JDK on RED HAT - linux interprise 5:
    [user@localhost Desktop]$ cd jdk-6u22-linux-i586-rpm.bin ./jdk-6u22-linux-i586-rpm.bin
    bash: cd: jdk-6u22-linux-i586-rpm.bin: Not a directory
    [user@localhost Desktop]$ ./jdk-6u22-linux-i586-rpm.bin
    Unpacking...
    Checksumming...
    Extracting...
    UnZipSFX 5.50 of 17 February 2002, by Info-ZIP ([email protected]).
    inflating: jdk-6u22-linux-i586.rpm
    inflating: sun-javadb-common-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-core-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-client-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-demo-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-docs-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-javadoc-10.5.3-0.2.i386.rpm
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Installing JavaDB
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Done.
    What is the problem?
    Thanks!

    Good point.
    Moderator action: thread locked.

  • Oracle Database 10g on Red Hat Linux Virtual Machine download location?

    anyone know where i can download the vmware image of redhat and oracle preinstalled?
    its called "Oracle Database 10g on Red Hat Linux Virtual Machine"
    i found a reference to it on this page, but the link at the bottom is broken.
    http://www.oracle.com/technology/obe/10gr2_db_vmware/htmlfiles/readme_oracleonlnxeval.html
    i want to test out oracle on redhat before i install it completely

    Please don't cross post on many forums,
    check where can i download a vmware image of redhat and oracle preinstalled?

  • Missing Listener.ora after installing 8i on Red Hat Linux 6.1

    Hi
    After Installing Oracle Enterprize Edition on Red Hat Linux 6.1(Using two patches viz jre1.1.6 and linux_815patches)& created default database with sid ORCL.But listener.ora is missing in $ORACLE_HOME/network/admin.
    So showing error when ever trying to start lsnrctl service.
    What is the reason ? How can you we get default listner.
    Is there any other way to connect client and server without listener.ora.
    please reply immediately.
    null

    Create and configure it. See Section 5:
    http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html

  • ORA-01017: OS Authentication on Red Hat Linux 6.2 and Oracle 11gR2

    Hello
    I am trying to eanble OS Authentication on Oracle 11.2.0.3 installed on a Red Hat Linux Server 6.2 and it just does not work. When I try to login I always get the error ORA-01017: invalid username/password; logon denied
    I have set the following Oracle parameters:
    remote_os_authent = TRUE
    os_authent_prefix = OPS$
    and i have created a linux user "oracle" and the Oracle user "OPS$oracle".
    I know that the parameter remote_os_authent in 11g is depricated but i thought that it still should work, just an error messages occures then i start the database but it runs as usual, just the OS Authentication does not seem to work.
    Does anyone knwo where the problem could be?
    Oracle said that remote_os_authent is depricated because as it is risky, i know that, but my database is in a secure environment without any connection to the internet. What other way would there be without using remote_os_authent?
    Thank you very much for your help.
    Regards Bernhard

    Thanks for the link, i found that i used a case sensitive user name as i created the user with "OPS$USERNAME" and this was why i cound not connect with that user.

  • Oracle Upgrade 8.1.7.4 to 10g in Red hat linux

    Dear All,
    We are planning to upgrade our oracle database from 8i to 10g along with the Redhat linux upgrade from  2.4.9-e 27 ent to Red Hat Linux 5. In my study and also from Installation guides and oracle upgrade guides I made sure that its possible to upgrade our database from 8.1.7.4.
    So I have planned the below options to do the same and not sure about the possibilities. If anyone have thoughts and idea on the same please suggest me.
    We dont have plan to migrate the development hardware and the sap version is 4.7E
    Option 1: Upgrade the Linux to 5 and then upgrading the database to 10g usign upgrade assistant tool
    Option 2: Export the database using sapinst tool and then crashing the server. Installing linux5 and importing the database using sapinst tool.(I am aware this is not a good idea since there is no migration in hardware but it will be helpful in production since we are migrating the production system).
    Option 3: Performing DBUA assistant in development and sapinst method in production.(helpful in disaster recovery)
    Could you please suggest on the same?
    My query is that.
    If i am performing oracle export from 8.1.7.4 and if i am import the same in oracle 10g using the sapinst tool. Will this work? or it will create a problem in table level. I am looking for answers for this Question. Kindly explain me on this.
    Regards
    Vijay

    Re: Restoring data from 9i to 10g
    The above link was useful to me
    Regards
    Vijay

  • Oracle 10g on Red Hat Linux 9

    Hello,
    Contrary to what Oracle advise, we're about to install Oracle 10g on Red Hat 9. I'm afraid that the decision is out of my hands.
    Has anyone installed Oracle 10g database on Red Hat 9? and if so, is the database running smoothly? If not what type of problems have you experienced?
    Thanks in advenace.
    Kind Regards,
    Rudi

    but my installation is failed :
    after i type in ./runInstaller,the following exception is throw:
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, UnitedLinux-1.0 or redhat-3
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2004-08-26_04-56-29PM/installActions2004-08-26_04-56-29PM.log
    why?thanks for any helps!!!!

  • Installation of OracleAS 10g on Red Hat Linux ES 3.0

    Installation of Oracle AS 10g on RedHat ES 3.0
    Red Hat Enterprise Linux 3
    Copy from OTN Note
    Start
    Oracle 10g is certified to run the base release of Red Hat Enterprise Linux 3 (Advanced Server and Enterprise Server) without updates. If you have update CDs, you can use the boot CD from the update instead of the boot CD from the base release to automatically apply all updates during the installation. All updates from Red Hat are supported by Oracle.
    1.     Boot the server using the first CD.
    o     You may need to change your BIOS settings to allow booting from the CD.
    2.     The boot screen appears with the boot: prompt at the bottom of the screen.
    o     Select Enter to continue with a graphical install on the console. (For other installation methods and options, refer to the Red Hat Installation Guide.)
    o     The installer scans your hardware, briefly displays the Red Hat splash screen, and then begins a series of screen prompts.
    3.     Language Selection
    o     Accept the default.
    4.     Keyboard Configuration
    o     Accept the default.
    5.     Welcome Screen
    o     Click on Next.
    6.     Mouse Configuration
    o     Accept the default.
    7.     Installation Type
    o     Select Custom.
    8.     Disk Partitioning Setup
    o     A thorough treatment of disk partitioning is beyond the scope of this article, which assumes that you are familiar with disk partitioning methods.
    (WARNING: Improperly partitioning a disk is one of the surest and fastest ways to wipe out everything on your hard disk. If you are unsure how to proceed, stop and get help, or you will risk losing data!)
    This article uses the following partitioning scheme, with ext3 for each filesystem:
    The 9GB disk on the first controller (/dev/sda) will hold all Linux and Oracle software and contains the following partitions:
    - 100MB /boot partition
    -1,500MB swap partition—Set this to at least twice the amount of RAM in the system but to no more than 2GB (32-bit systems do not support swap files larger than 2GB). If you need more than 2GB of swap space, create multiple swap partitions.
    -7,150MB root partition— This partition will be used for everything, including /usr, /tmp, /var, /opt, /home, and more. This was done purely to simplify installation for the purposes of this guide. A more robust partitioning scheme would separate these directories onto separate filesystems.
    9.     Boot Loader Configuration
    o     Accept the default.
    10.     Network Configuration
    o     It is usually best to configure database servers with a static IP address. To do so, click on Edit.
    o     A pop-up window appears. Uncheck the Configure using DHCP box, and enter the IP Address and Netmask for the server. Be sure that Activate on boot is checked, and click on OK.
    o     In the Hostname box, select manually and enter the hostname.
    o     In the Miscellaneous Settings box, enter the remaining network settings.
    11.     Firewall Configuration
    o     For the purposes of this walk-through, no firewall is configured. Select No firewall.
    12.     Additional Language Support
    o     Accept the default.
    13.     Time Zone Selection
    o     Choose the time settings that are appropriate for your area. Setting the system clock to UTC is usually a good practice for servers. To do so, click on System clock uses UTC.
    14.     Set Root Password
    o     Enter a password for root, and enter it again to confirm.
    15.     Package Group Selection
    o     Select only the package sets shown here. Leave all others unselected.
    o     Desktop
    - X Window System
    - Gnome
    - KDE
    - See my comments in the RHES 2.1 section regarding choice of GUI.
    o     Applications
    - Editors
    - Graphical Internet
    o     Servers
    - Do not select anything in this group.
    o     Development
    - Development Tools
    o     System
    - Administration Tools
    o     Red Hat Enterprise Linux
    - Do not select anything in this group.
    o     Miscellaneous
    - Legacy Software Development
    o     Click on Next to proceed.
    16.     About to Install
    o     Click on Next.
    17.     Installing Packages
    o     Software will be copied to the hard disk and installed. Change disks as prompted, and click on Next when the installation is complete.
    18.     Graphical Interface (X) Configuration
    o     Accept the defaults unless the installer does not recognize your video card. If your video card is not recognized, you will not be able to continue.
    19.     Monitor Configuration
    o     Accept the default if the installer correctly identifies your monitor. Otherwise, select a compatible monitor from the list.
    20.     Customize Graphical Configuration
    o     Accept the defaults.
    21.     Congratulations
    o     Remove the installation media from the system, and click on Next.
    22.     The system automatically reboots and presents a new welcome screen.
    o     Click on Next.
    23.     License Agreement
    o     Read the license agreement. If you agree to the terms, select Yes, I agree to the License Agreement and click on Next.
    24.     Date and Time
    o     Set the Date and Time.
    o     If you want to use an NTP server (recommended), select Enable Network Time Protocol and enter the name of the NTP server.
    25.     User Account
    o     Create an account for yourself.
    o     Do not create an account for oracle at this time. Creating the oracle account is covered later in this section.
    26.     Red Hat Network
    o     If you want to use or activate your Red Hat Network account now, accept the default, click on Next, and follow the product activation instructions that accompanied your Red Hat product.
    27.     Additional CDs
    o     Click on Next.
    28.     Finish Setup
    o     Click on Next.
    29.     A graphical login screen appears.
    30.     Congratulations! Your Linux software is now installed.     
    End of OTN Note
    Now just install compat-db-4.0.14-5.i386.rpm
    Gnome-libs-1.4.1.2.90-34.1.i386.rpm
    Libpng10-1.0.13-8.i386.rpm
    ORBit-0.5.17-10.4.i386.rpm
    Install patch 3006854
    Copy libcwait.so file from /etc to /lib
    And make links
    mv /usr/bin/gcc     /usr/bin/gcc323
    mv /usr/bin/g++     /usr/bin/g++323
    ln –sf /usr/bin/gcc296     /usr/bin/gcc
    ln –sf /usr/bin/g++296     /usr/bin/g++
    Kernel Settings as per requirement of ORACLE AS 10g in /etc/sysctl.conf
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    kernel.sem = 256 65000 200 256
    fs.file-max = 131072
    net.ipv4.ip_local_port_range = 1024 65000
    kernel.msgmnb=65556
    kernel.msgmni=4096
    Then restart the computer
    Login with Oracle user
    now path setting as
    I have done this by make two environment files
    Infra.env
    TMP=/tmp
    Export TMP
    TMPDIR=$TMP
    Export TMPDIR
    ORACLE_BASE=/oracle
    Export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/appsrv/infra
    Export ORACLE_HOME
    ORACLE_SID=asdb     (if u will not define SID here then while starting database u will face an error ORA-07217:sltn:environment variable cannot be evaluated)
    Export ORACLE_SID
    PATH=/usr/bin:/usr/sbin
    Export PATH
    PATH=$PATH:$ORACLE_HOME/bin     (u can include command paths like dcm as u needed)
    Export PATH
    LD_ASSUME_KERNEL=2.4.19
    Export LD_ASSUME_KERNEL
    Copy this file with name as.env and change ORACLE_HOME from infra to as.
    . ./infra.env
    DISPLAY=localhost:0.0; export DISPLAY
    Xhost +
    Now u can check that DISPLAY is ok by run the command xclock if clock appears then ok else set DISPLAY with root user ok
    Start installation from CD 1 .
    . ./runInstaller
    Press Y               (There is no need to disturb, upgrade, degrade any package)
    Press Y
    Installation will start while installing and reaches at ~50% then go to /oracle/appsrv/infra/bin open relink file and change at line # 50 i.e. remove 2 brackets
    ] –o [  and at line # 102 make= /usr/ccs/bin/make to /usr/bin/make remove ccs and save the file
    There will no error in installation in infrastructure
    Same as done with relink file in Middle tier installation. I would like to turn ur attention for a serious problem no one asked about it. Here u have seen that a script make 3 file in /usr/local/bin for infrastructure and middle tier when u finished infrastructure’s installation plz rename that 3 files as
    Mv coredb coredb-infra
    Mv dbhome dbhome-infra
    Mv ora     â€¦     ora…-infra
    If u overwrite that files by creating same name of middle tier files no problem.
    When problem comes?
    AS will work fine but when u have to install patches on AS then problem comes if u have overwrite that files. So plz rename them before creation of same files of middle tier. Thanx
    Zeeshan Ali
    @CES
    [email protected]

    Hi,
    I tried uname -a and it returns the following:
    Linux NLABLINUX 2.4.21-20.EL.c0 #1 Thu Sep 9 02:07:03 EDT 2004 i686 i686 i386 GNU/Linux
    We have the following problems:
    1. I am having a box running RHEL 3.0 (got from centos.org). I have Oracle 10g running ok. Now I tried to install ASMLIB downloaded from technet. The files are:
    rpm -Uvh oracleasm-2.4.21-EL-1.0.3-1.i686.rpm \
         oracleasmlib-1.0.0-1.i386.rpm \
         oracleasm-support-1.0.3-1.i386.rpm \
    When I tried to install these files, I got the following error:
    Checking for Red Hat enterprise kernel: [FAILED]
    Also when I try to run /etc/init.d/oracleasm , I get the same error
    Checking for Red Hat enterprise kernel: [FAILED]
    2. We created 4 raw partitions /dev/raw/raw1 - 4 using raw command.
    [root@rcdell root]# ls -l /dev/raw/raw[1,2,3,4]
    crw-rw---- 1 oracle dba 162, 1 Sep 9 11:05 /dev/raw/raw1
    crw-rw---- 1 oracle dba 162, 2 Sep 9 11:05 /dev/raw/raw2
    crw-rw---- 1 oracle dba 162, 3 Sep 9 11:05 /dev/raw/raw3
    crw-rw---- 1 oracle dba 162, 4 Sep 9 11:05 /dev/raw/raw4
    then tried this:
    SYS at +ASM on 29-DEC-04 >create diskgroup dg1 normal redundancy
    2 failgroup c1 disk '/dev/raw/raw1'
    3 failgroup c2 disk '/dev/raw/raw2';
    create diskgroup dg1 normal redundancy
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [kfdsk::grpmatch], [1],
    [3939617408], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kfgrpJoin2], [5], [], [], [], [],
    ORA-15076: Emulating I/O errors on the OSM disk
    ORA-15076: Emulating I/O errors on the OSM disk
    ORA-15076: Emulating I/O errors on the OSM disk
    ORA-15076: Emulating I/O errors on the OSM disk
    Any help is appreciated.
    Irshad A. Buchh
    Senior Principal Consultant

  • Download oracle 11g/10g for red hat linux

    hi,
    I have installed VM WARE on my laptop now want to download linux ISO and Oracle ISO.
    could you please tell me whcih linux version i have to install which support oracle for linux.
    from where i get that
    -linux installation files
    -oracle installation files
    both the above will install on oracle vm ware
    thanks
    Edited by: hard_stone on Sep 30, 2009 11:33 PM

    hard_stone wrote:
    hi,
    I have installed VM WARE on my laptop now want to download linux ISO and Oracle ISO. Red Hat, Centos and Oracle Enterprise Linux are almost identical. The major differences are:
    - Red Hat and Oracle Enterprise Linux are officially supported by Oracle to be used under Oracle products;
    - CentOS is NOT officially supported
    - the newer Oracle Enterprise Linux (OEL) includes an 'oracle-validate' rpm to reduce configuration guessing
    Each Distro has it's purpose. I use SUSE and OpenSUSE for my office. And for general servers I use RedHat (when I need commercial support) and CentOS. I fully support CentOS and the CentOS community effort.
    However, for the past year I have ONLY used Oracle Enteprise Linux under Oracle product. It is free, it is officially supported, if I need commercial support I can get it, and it has the Oracle Validated RPM to minimize my config effort. http://edelivery.oracle.com
    So, as compared to the other respondent - I encourage using OEL and NOT CentOS.

  • Oracle 10g on red hat linux enterprise 4

    Please
    Is REH enterprise 4 is perfect for installing oracle 10g or are there any installation issues. please guide me any one
    Nasir

    Hi everyone
    Even though I'm an Oracle ACE I'm not an ACE in the Linux operating system.
    I am getting a new laptop that has 4 GB RAM and a server that has a quad-core with 4 GB RAM and SCSI drives. Both of these are using the Windows operating system, the laptop using WIndows XP and the server using 2003 Server.
    I have been advised to use VM Ware to install Linux and then install my Oracle database and / or application server.
    Has anyone done this and would you be willing to give me some pointers?
    I also noticed in this thread that someone is not recommending the use of Linux 5 from Oracle but rather use version 4, update 5. Would you be willing to let me have the low down on this?
    If anyone has any white papers or word documents that show how to install Linux 4.5 on VM Ware I would be most grateful. My email address is: [email protected]
    Best wishes
    Michael
    Best wishes
    Michael

  • Oracle 10G on Red Hat Linux

    I have an OLD Compaq Workstation with 128MB RAM and 2 disk drives. One has Win98 and nothing else [5.5Gig Free] and the other drive is 4 Gig with Fedora on it [About 2.5 Gig free]. I am in the process of trying to install 10G on it. The install doc talks about a minimum of 512MB RAM and I am only installing Standard Edition. Would I still need that much of RAM in order to install 10G for a Single User???
    Your thoughts are deeply solicited.

    I want to clarify that I installed Oracle10g on RH9.
    I did install it on Fedora.
    This can help you:
    http://www.puschitz.com/InstallingOracle10g.shtml#CheckingKernelParameters
    Joel Pérez

  • How to start SQLPLUS in oracle 10g which install on Red Hat Linux AS 4

    I install oracle 10g on Red hat linux enterprize AS 4. but i can not start SQLPLUS. I could not login to grid control. When installation, some agents installations are fail. what can i do? please help me out.

    I install oracle 10g on RHEL 4. But error occure in cofiguration assistant.
    following assistance not configured (which are recommended):
    Oracle Net Configuration Assistant - fail
    HTTP Server Configuration Assitant - skipped
    Java Security Configuration Assistant - skipped
    OC4J Configuration Assistant - skipped
    Web Cache Configuration Assistant - skipped
    Oracle Instance Configuration Assistant - skipped
    Oracle Database Configuration Assistant - skipped
    OC4J Instance Configuration Assistant - skipped
    OPMN Configuration Assistant - skipped
    Register DCM Plug-ins with EM - skipped
    Application Server Control Configuration Assistant -skipped
    DCM Repository Backup Assistant - skipped
    Enterprize Manager Reposotory Creation Assistant - skipped
    Log Details given about "Oracle Net Configuration Assistant" as
    /usr/app/oracle_sw_owner/oracle/product/10..0/EM10g_1/oracle.swd.jre/bin/..
    /lib/i686/native_thread/libzip.so : symbol errno version GLIBC_
    Unable to initialize threads:cannot find class javalang thread not define in file libc.so.6 with link time referance (libzip.so)
    could not create Java VM
    configuration of assistant "Oracle Net Configuration Assistant" fail
    When try to run sqlplus from xterm, it gives an following error :
    $ /usr/app/oracle_sw_owner/oracle/product/10.1.0/EM10g_1/bin/sqlplus
    Message file sp1<lang>.msb not found
    Error 6 initializing SQL*Plus
    After installation there is an information is given for Enterprise Manager Grid Control and it gives an url as http://localhost.localdomain:7777/em. But when i try to connect it gives an error massage as "The connection was refuse when attempting to contact localhost.localdomain:7777"
    Same situation when i try to connect Enterprise Manager Application Server (its url: http://localhost.localdomain:1810). It gives an error massage "The connection was refuse when attempting to contact localhost.localdomain:1810"
    What can i do in this situation? Please help me out.

  • Can't Install 11g Db, Error ORA 28547/24324/01041

    hi,
    I was trying to install db 11g and the installation stopped half way through with 3 errors.
    1.ORA 24324: SERVICE HANDLE NOT IDENTIFIED
    2.ORA 01041: INTERNAL ERROR, HOSTDEF EXTERIOR DOES'NT EXIST
    3.ORA 28547: CONNECTION TO SERVER FAILED, PROABLY NET ADMIN ERROR.
    I have just trained on oracle application developper and very new to installing a personal database.
    My machine is a pentium duo core 1.7, 2gb ram and 120 hdd and my OS is XP professional sp2. I connect through this machine
    through my office lan to oracle 9i db in my company server.
    I have tried to set up a 11i DB Personal and 10g developer suite on the same machine.
    I could figured out the 1st error ORA-01041 and understand that the Environment variables have to be changed before I try to
    reinstall 11g.
    As I checked up the variable from System>advanced>environment variables it is showing a very long string which is
    (C:\app\ravid\product\11.1.0\db_1\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program
    Files\Intel\Wireless\Bin\;C:\ORANT\BIN;)
    After looking this up in the c:\oracle folder trace the string only uptil 'bin'.
    I have DEVELOPER 2000 NT with Forms runtime and Graphics runtime already on the machine however i did not see any path in the
    system environment variable for this, or could it be that the string i mentioned above has that included too..one thing i know for
    sure is there was no oracle home before i tried to install the 11g db.
    Could someone also help me out with the 1st and 3rd errors as i don't know what they mean?
    Will really appreciate if you can help me through this.
    Thanks in advance for your time and advice.

    Re: Can't Install 11g Db, Error ORA 28547/24324/01041

  • Two instances running at the same time on one machine - error ORA-28547

    Hi,
    I am running Windows XP (32-bit) and Oracle 10gR2 (10.2.0.3) and would like to run two services at the same time (NE and NE2). Configures my listerner like
    listener.ora
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = NE)
          (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = NE2)
          (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = dgregor-d630)(PORT = 1521))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
      )tnsnames.ora
    # tnsnames.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    NE2 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = dgregor-d630)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = NE2)
    NE =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = dgregor-d630)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = NE)
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
      )I am getting error
    ORA-28547: connection to server failed, probable Oracle Net admin error
    In the registry I am aware of the ORACLE_SID entry, but it is reserved only for one value (NE or NE2).
    How should I configure it to run both Oracle services at the same time?
    Thanks!
    D

    Hi,
    Please post your question in the appropriate forum/group.
    Database
    http://forums.oracle.com/forums/category.jspa?categoryID=18
    Thanks,
    Hussein

  • Infopath cannot submit the form because it contains errors. Errors are marked with either a red asterik(required fields) or a red, dashed border (invalid values)

    Infopath cannot submit the form because it contains errors. Errors are marked with either a red asterik(required fields) or a red, dashed border (invalid values).
    Press Ctrl+Shift+O for next error or Press Ctrl+Shift+I for error details
    Please help me, Thank in advance.
    Sravan.

    Hi Sravan, this means that one or more of the fields are required to be filled in or have validation set up on them so that the information entered matches a certain criteria. Make sure what's entered matches what's required. If the form still can't be
    submitted, check the rules set in InfoPath and the list/library to see what's causing the error(s).
    cameron rautmann

Maybe you are looking for

  • Table header wrap text?

    Hi, Is it possible to wrap the text of a table heading? I have found this question in many places always with a negative answer. Althought they are old posts and in main thread of this forum [POLL: Web Dynpro UI elements - enhancement proposals; in t

  • Error while Importing Integration kit  Transport Requets into SAP ECC 5.0

    HI , 1.  AT BO side -> I can see the many roles, but under 'role import tab'  in CMC  when i add any 'role' and click on update button,      system showing an  error as below .    "Failed while trying to get user list using class CSecRfcRemoteUsersAc

  • Starting Blend when client not connected to internet?

    I've recently started experimenting with Blend with my Z30 and my laptop running Windows 7 Enterprise sp1; Blend Windows client v.1.1.0.17, Blackberry Blend app v.1.1.0.67 on the Z30. One thing we'd like to do is to use it in places where we have no

  • SCCM 2012 R2 CU2 Update - Need to update console or clients as well?

    Hi, I am going to be installing the following update onto out SCCM 2012 server: http://support.microsoft.com/kb/2970177/en-us I am not 100% sure but is there a need to update all installed consoles and/or all sccm clients after the CU2 installation?

  • Serialize String containing only whitespace such as a " " character

    I'm having dufficulty figuring out how to serialize a String property [XmlElement("DescriptionDelimiter1")] public String DescriptionDelimiter1     get { return _DescriptionDelimiter1; }     set { _DescriptionDelimiter1 = value; } Granted, I don't re