ORA-01034: Message 1034 not found; No message file for product=RDBMS

Hi!
After creating a RAC Database (10.2.0.5) on Redhat Enterprise Linux 64-bit, we checked: Listeners, Processes and Environment variables.
Everything was set up properly and running.
When trying to connect as sysdba the following message appeared:
$sqlplus / as sysdba
sql>select * from v$instance;
select * from v$instance
ERROR at line 1:
ORA-01034: Message 1034 not found; No message file for product=RDBMS,
facility=ORA
A shutdown and startup did not help.
What could be the issue here?
Thanks!

Here is an excerpt of the alert log. No ora-
ALTER DATABASE OPEN
Picked broadcast on commit scheme to generate SCNs
Fri Feb 24 11:26:50 CET 2012
LGWR: STARTING ARCH PROCESSES
ARC0 started with pid=32, OS id=4930
Fri Feb 24 11:26:50 CET 2012
ARC0: Archival started
ARC1: Archival started
LGWR: STARTING ARCH PROCESSES COMPLETE
ARC1 started with pid=33, OS id=4932
Fri Feb 24 11:26:50 CET 2012
SUCCESS: diskgroup LOG01 was mounted
SUCCESS: diskgroup LOG02 was mounted
Thread 1 opened at log sequence 10
  Current log# 11 seq# 10 mem# 0: +LOG01/omdemo/onlinelog/group_11.265.776085353
  Current log# 11 seq# 10 mem# 1: +LOG02/omdemo/onlinelog/group_11.265.776085353
Successful open of redo thread 1
Fri Feb 24 11:26:50 CET 2012
ARC0: Becoming the 'no FAL' ARCH
ARC0: Becoming the 'no SRL' ARCH
Fri Feb 24 11:26:50 CET 2012
ARC1: Becoming the heartbeat ARCH
Fri Feb 24 11:26:50 CET 2012
SMON: enabling cache recovery
Fri Feb 24 11:26:50 CET 2012
Successfully onlined Undo Tablespace 1.
Fri Feb 24 11:26:50 CET 2012
SMON: enabling tx recovery
Fri Feb 24 11:26:50 CET 2012
Database Characterset is WE8MSWIN1252
replication_dependency_tracking turned off (no async multimaster replication found)
Starting background process QMNC
QMNC started with pid=34, OS id=4934
Fri Feb 24 11:26:52 CET 2012
Completed: ALTER DATABASE OPEN
Sat Feb 25 02:00:23 CET 2012
Thread 1 advanced to log sequence 11 (LGWR switch)
  Current log# 12 seq# 11 mem# 0: +LOG01/omdemo/onlinelog/group_12.266.776085355
  Current log# 12 seq# 11 mem# 1: +LOG02/omdemo/onlinelog/group_12.266.776085355$ps -ef|grep mon
oracle    4694     1  0 Feb24 ?        00:00:10 /oracle/app/oracle/product/10.2.0/db_1/bin/racgimon startd OMDEMO
oracle    4773     1  0 Feb24 ?        00:00:04 ora_pmon_OMDEMO1
oracle    4779     1  0 Feb24 ?        00:00:03 ora_lmon_OMDEMO1
oracle    4819     1  0 Feb24 ?        00:00:05 ora_smon_OMDEMO1
oracle    4825     1  0 Feb24 ?        00:00:00 ora_mmon_OMDEMO1
root     10429     1  0 Jan24 ?        03:29:11 /oracle/app/grid/11.2.0/grid/bin/osysmond.bin
root     10475     1  0 Jan24 ?        00:01:44 /oracle/app/grid/11.2.0/grid/bin/cssdmonitor
grid     11214     1  0 Jan24 ?        00:00:46 asm_pmon_+ASM1
grid     11301     1  0 Jan24 ?        00:00:19 asm_lmon_+ASM1
grid     11335     1  0 Jan24 ?        00:00:00 asm_smon_+ASM1
grid     11343     1  0 Jan24 ?        00:00:00 asm_gmon_+ASM1
grid     11347     1  0 Jan24 ?        00:00:00 asm_mmon_+ASM1
dbus     11972     1  0 Jan17 ?        00:00:03 dbus-daemon --system
xfs      14493     1  0 Jan17 ?        00:00:00 xfs -droppriv -daemon
avahi    14594     1  0 Jan17 ?        00:00:00 avahi-daemon: running [at1srv0080.local]
avahi    14595 14594  0 Jan17 ?        00:00:00 avahi-daemon: chroot helper
root     14671     1  0 Jan17 ?        00:00:00 /usr/sbin/gdm-binary -nodaemon
root     14736 14671  0 Jan17 ?        00:00:00 /usr/sbin/gdm-binary -nodaemon
oracle   17059 12052  0 10:42 pts/1    00:00:00 grep mon
[oracle@at1srv0080 /]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.5.0 - Production on Mon Feb 27 10:46:51 2012
Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.
Connected to an idle instance.
SQL> startup
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/oracle/app/oracle/product/10.2.0/db_1/dbs/initOCTA1.ora'

Similar Messages

  • Sqlldr:  Message 2100 not found - No msg files in my RDBMS\Mesg dir

    Hi All,
    I am trying to use sqlldr on an WIN2003R3 server. This is not working and I get an error message:
    MESSAGE 2100 NOT FOUND: WHEN ATTEMPTING TO START SQLLDR.
    I searched the internet and there it states that this should have to do with my ORACLE_HOME or ORACLE_BASE environment variables or path. I checked those, but they seem fine.
    On metalink it states two possiblities, for WIN NT,
    - Removing the ORACLE_HOME env. variable
    - Copy the files from another Oracle installation
    (Metalink Note:171648.1 and Note:1081848.6).
    I tried the first, but still doesnot work. Unfortunately I can't try the second, because all other Oracle installations I have access to are the same version, so they all have the same files in the RDBMS\Mesg directory.
    My questions are:
    - How many files should there be in the mentioned directory? (Now I've got 4: kgpus.msb, ocius.msb, oraus.msb, smgus.msb )
    - Where can I get the missing files, or is there any other way to get around this?
    - any ohter suggestions?
    Thanks in advance. Any help will be appreciated,
    Regards,
    Toin.
    Message was edited by:
    Toin
    Fixed a typo.
    Message was edited by:
    Toin

    The problem is that my SQL Loader is not working under WIN NT. This is a known issue, one of the suggestions I found on metalink is to manually copy the message files that should be in ORACLE_HOME\DBMS\Mseg from another Oracle installation.
    I cannot do this, because all my Oracle installations are the same. So the questions is where can I find the appropriate message files, so I can get my SQL Loader to run??
    Thanks.
    Toin.

  • Message 2100 not found; No message file for product=RDBMS, facility=UL

    Hi,
    I am trying to run sqlldr. But I got this message:
    Message 2100 not found; No message file for product=RDBMS, facility=UL;
    I checked my ORACLE_HOME and it is set to: C:\oraclexe\app\oracle\product\10.2.0\server which includes the folders BIN,RDBMS, ....
    I checked my C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS and there is no ORAUS.MSG inside the folder. If this is the solution where can I find this file? I read in the forums to copy it from the server directory to the client, but I couldn't find it anywhere on my machine.
    Thanks,
    M

    Thansk, I really appreciate your help. This is the result:
    AGSDESKTOPJAVA=C:\Program Files (x86)\ArcGIS\Desktop10.0\
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\Matt\AppData\Roaming
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    CommonProgramW6432=C:\Program Files\Common Files
    COMPUTERNAME=Smith
    ComSpec=C:\Windows\system32\cmd.exe
    DEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Users\Matt
    JAVA_HOME=C:\Program Files\Java\jdk1.6.0_23
    LOCALAPPDATA=C:\Users\Matt\AppData\Local
    LOGONSERVER=\\Smith
    NUMBER_OF_PROCESSORS=2
    ORACLE_BASE=C:\oraclexe\app\oracle
    ORACLE_HOME=C:\oraclexe\app\oracle\product\10.2.0\server
    ORA_NLS=C:\oraclexe\app\oracle\product\10.2.0\server\nls
    OS=Windows_NT
    Path=C:\XEClient\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Windows
    \system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerSh
    ell\v1.0\;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\MATLAB\R
    2010a\runtime\win64;C:\MATLAB\R2010a\bin;C:\Program Files (x86)\Common Files\Rox
    io Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLSh
    ared\
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 15 Model 6 Stepping 2, GenuineIntel
    PROCESSOR_LEVEL=15
    PROCESSOR_REVISION=0602
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    ProgramW6432=C:\Program Files
    PROMPT=$P$G
    PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
    PUBLIC=C:\Users\Public
    RoxioCentral=C:\Program Files (x86)\Common Files\Roxio Shared\10.0\Roxio Central
    36\
    SESSIONNAME=Console
    SQLPATH=C:\XEClient\sqlplus
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Users\Matt\AppData\Local\Temp
    TMP=C:\Users\Matt\AppData\Local\Temp
    USERDOMAIN=Smith
    USERNAME=Matt
    USERPROFILE=C:\Users\Matt
    VS100COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools
    VS90COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\
    VSEDEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
    windir=C:\Windows

  • Message 2100 not found; No message file for product=RDBMS, facility=ULMessa

    hi all,
    I am using windows2000 and 10g i am running loader using java
    but getting a message like
    Message 2100 not found; No message file for product=RDBMS, facility=ULMessage
    I have checked oracle_home and path in my env setting. but no progress same message i am getting
    but its running fine using cmd prompt.
    please help
    thanks in advance.

    First 10g is not a version it is a marketing label. What is the version number (to 3 decimal places).
    Second can you expand your question to explain you this has to do with AQ? How are enqueued, what code is executing to dequeue? We can make guesses but they may have nothing to do with your actual environment.

  • TNS-12560: Message 12560 not found; No message file for product=NETWORK

    I have downloaded and installed the SQL *Plus client software from the URL http://www.oracle.com/technology/tech/sql_plus/index.html
    This should help me connect to the Oracle database
    Following is the error I have in the sqlnet.log file (located at C:\oracle\product\10.2.0\client_1\BIN)
    Fatal NI connect error 12560, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleORCL)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=ORCL)(CID=(PROGRAM=C:\oracle\product\10.2.0\client_1\BIN\sqlplus.exe)(HOST=PEM270639IC)(USER=mattut))))
    VERSION INFORMATION:
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
    Time: 10-SEP-2007 10:45:13
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12560
    TNS-12560: Message 12560 not found; No message file for product=NETWORK, facility=TNS
    ns secondary err code: 0
    nt main err code: 530
    TNS-00530: Message 530 not found; No message file for product=NETWORK, facility=TNS
    nt secondary err code: 126
    nt OS err code: 0

    Where are you trying to connect to?
    If you want a local database you must down and install for example the Oracle 10 Express

  • ORA-01031: No message file for product=RDBMS, facility=ORA

    Hello,
    i run instance and get message:
    ORA-01031: Message 1031 not found; No message file for product=RDBMS,
    facility=ORA
    what can i do for solving that problem?
    regards
    Denis

    I assume you run under Windows:
    Check environment variable ORACLE_HOME and environment Variable Path.
    Path looks something like:
    PATH=c:\oracle\XXX\920\bin;<someother minor important oracle DIRs>;c:\windows;c:\windows\system32.......
    ORACLE_HOME looks like:
    ORACLE_HOME=c:\oracle\XXX\920    (without \bin!!!!)
    If you have installed more than one Oracle_home following is important:
    Your Path variable looks like following:
    PATH=c:\oracle\xx1\920\bin;c:\oracle\xx2\102\bin;c:\windows;c:\windows\system32;....
    if your ORACLE_HOME points now to c:\oracle\xx2\102 then you run in the problems you have documented.
    you have to remove oracle\*\bin references from System environment and have to move them to the userenvironment of the affected users:
    1. remove c:\oracle\xx1\920\bin;c:\oracle\xx2\102\bin; from system environment variable PATH
    2. modify xx1adm's environment variable PATH to include c:\oracle\xx1\920\bin
    3. modify xx2adm's environment variable PATH to include c:\oracle\xx2\102\bin
    Important:
    The first %ORACLE_HOME%\bin directory in PATH must be identical with %ORACLE_HOME%
    regards
    Peter

  • FND LOG messages are not printing in LOG file for Concurrent program

    Hi,
    I'm adding log messages in the package body , but these messages are not printing after completion of concurrent prog.
    Any suggestions.
    FND_FILE.PUT_LINE(FND_FILE.LOG,'Data Test :');
    Thanks.

    I'm adding log messages in the package body , but these messages are not printing after completion of concurrent prog.
    Any suggestions.
    FND_FILE.PUT_LINE(FND_FILE.LOG,'Data Test :');Do you have COMMIT in your code?
    https://forums.oracle.com/forums/search.jspa?threadID=&q=%27FND_FILE.PUT_LINE%27+AND+commit&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • ServletRunnerInfo not found in configuration file for ABCServlet

    Hello,
    I have created an iplanet web application which contains 2 servlets and some
    JSP files at Visual Cafe. After I deployed the web application war file at
    the iplanet server and run the site, I can access the first servlet without
    any problem, but encounter the above exception when come to the second one.
    Do anyone here knows the reason and the solution for that?
    Thanks.
    Fred Wong

    You didn't use the same GUID for both servlets did you?
    Fred Wong wrote:
    Hello,
    I have created an iplanet web application which contains 2 servlets and some
    JSP files at Visual Cafe. After I deployed the web application war file at
    the iplanet server and run the site, I can access the first servlet without
    any problem, but encounter the above exception when come to the second one.
    Do anyone here knows the reason and the solution for that?
    Thanks.
    Fred Wong--
    Consulting Project Engineer
    iPlanet Professional Services - ANZ
    iPlanet e-commerce Solutions
    - A Sun|Netscape Alliance
    Sun Microsystems Australia Pty Ltd

  • ServletRunnerInfo not found in configuration file

    I'm getting the following error message
    ServletRunnerInfo not found in configuration file
    for a servlet that I've never changed. The servlet was written by another developer sometime last year and it seems to have stopped working correctly over a month ago.
    I've checked the XML files and both have entries for the servlet. Anyone have an idea of how to resolve this?

    Sounds like an init parameter definition might be missing from the within this servlets definition in the web.xml file. Might need something like:
      <init-param>
        <param-name>ServletRunnerInfo</param-name>
        <param-value>Something or other config information</param-value>
      </init-param>You could tell if the init() method of the actual servlet asks for:
    config.getInitParameter("ServletRunnerInfo"));Then that is the problem for sure. Otherwise ... ????

  • ./lsnrctl start effort- Message 1070 not found;

    Message 1070 not found; No message file for product=network, facility=TNSTNS-125 error when trying to start the DB listiner?
    oracle@linuxsrv:/u01/app/oracle/OraHome/bin> ./lsnrctl start
    LSNRCTL for Linux: Version 10.1.0.4.2 - Production on 16-JUN-2009 17:16:15
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Message 1070 not found; No message file for product=network, facility=TNSTNS-125 45: Message 12545 not found; No message file for product=network, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=network, facili ty=TNS
    TNS-00515: Message 515 not found; No message file for product=network, facilit y=TNS
    Linux Error: 2: No such file or directory
    oracle@linuxsrv:/u01/app/oracle/OraHome/bin>
    OAS environment settings
    LESS=-M -I
    MACHTYPE=i686-suse-linux
    LOGNAME=oracle
    XDG_DATA_DIRS=/usr/share:/etc/opt/kde3/share:/opt/kde3/share
    LESSOPEN=lessopen.sh %s
    INFOPATH=/usr/local/info:/usr/share/info:/usr/info
    ORA_NLS33=/u01/app/oracle/as10gHome/lib:/u01/app/oracle/bin:/u01/app/oracle:/u01/app/midtier:/u01/app/midtier/bin:/u01/app/midtier/as10gHome/opmm/lib:/OraHome/lib:/OraHome/opmn/lib/nls/admin/data
    DISPLAY=192.168.2.9:0.0
    ORACLE_HOME=/u01/app/oracle/as10gHome/lib:/u01/app/oracle/bin:/u01/app/oracle:/u01/app/midtier:/u01/app/midtier/bin:/u01/app/midtier/as10gHome/opmm/lib:/OraHome/lib:/OraHome/opmn/lib
    LESSCLOSE=lessclose.sh %s %s
    G_BROKEN_FILENAMES=1
    COLORTERM=1
    _=/usr/bin/env
    OLDPWD=/u01/app/oracle/OraHome
    oracle@linuxsrv:/u01/app/oracle/OraHome/bin> vi /home/oracle/.bash_profile
    TMP=/usr/tmp
    DISPLAY=192.168.2.9:0.0
    ORACLE_BASE=/u01/app/oracle
    ORACLE_MID=/u01/app/midtier
    #ORACLE_OCA=/u01/app/OCA
    LD_LIBRARY_PATH=$ORACLE_BASE/OraHome/opmn/lib:$ORACLE_BASE/OraHome/lib:$ORACLE_MID/as10gHome/opmn/lib:$ORACLE_MID/as10gHome/lib:$PATH
    ORACLE_HOME=$ORACLE_BASE/as10gHome/lib:$ORACLE_BASE/bin:$ORACLE_BASE:$ORACLE_MID:$ORACLE_MID/bin:$ORACLE_MID/as10gHome/opmm/lib:$ORACLE_HOME/OraHome/lib:$ORACLE_HOME/OraHome/opmn/lib
    ORACLE_SID=orcl
    LISTENER=$ORACLE_HOME/bin/lsnrctl
    TNS_ADMIN=$ORACLE_HOME/network/admin
    ORA_NLS33=$ORACLE_HOME/nls/admin/data
    PATH=/usr/local/bin:/usr/bin:/usr/local2/bin:/usr:$ORACLE_HOME/bin:$ORACLE_HOME/bin:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/opmn/bin/$ORACLE_HOME/lib:$PATH
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib:$ORACLE_HOME/opmn/lib:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/opmn/bin:$ORACLE_HOME/lib:$PATH
    export TMP ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_MID ORACLE_OCA LD_LIBRARY_PATH LISTENER DISPLAY PATH TNS_ADMIN ORA_NLS33
    Any suggestion in resolving?

    exit and log back..
    oracle@linuxsrv:~> env
    LESSKEY=/etc/lesskey.bin
    NNTPSERVER=news
    INFODIR=/usr/local/info:/usr/share/info:/usr/info
    MANPATH=/usr/local/man:/usr/share/man:/opt/dx/man
    HOSTNAME=linuxsrv
    XKEYSYMDB=/usr/share/X11/XKeysymDB
    HOST=linuxsrv
    SHELL=/bin/bash
    TERM=xterm
    PROFILEREAD=true
    HISTSIZE=1000
    LISTENER=/u01/app/oracle/as10gHome/bin/lsnrctl
    ORACLE_MID=/u01/app/midtier
    GNOME_PATH=:/usr
    MORE=-sl
    USER=oracle
    LD_LIBRARY_PATH=/u01/app/oracle/OraHome/opmn/lib:/u01/app/oracle/OraHome/lib:/u01/app/midtier/as10gHome/opmn/lib:/u01/app/midtier/as10gHome/lib:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/u01/app/oracle/as10gHome/lib:/u01/app/oracle/as10gHome/opmn/lib:/u01/app/oracle/as10gHome/dcm/bin:/u01/app/oracle/as10gHome/opmn/bin:/u01/app/oracle/as10gHome/lib:/usr/local/bin:/usr/bin:/usr/local2/bin:/usr:/u01/app/oracle/as10gHome/bin:/u01/app/oracle/as10gHome/bin:/u01/app/oracle/as10gHome/dcm/bin:/u01/app/oracle/as10gHome/opmn/bin//u01/app/oracle/as10gHome/lib:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin
    LS_COLORS=no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=41;33;01:ex=00;32:*.cmd=00;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.deb=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.lzma=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.xz=00;31:*.avi=01;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.dl=01;35:*.gl=01;35:*.wmv=01;35:*.aiff=00;32:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32:
    ORACLE_SID=orcl
    XNLSPATH=/usr/share/X11/nls
    ENV=/etc/bash.bashrc
    ORACLE_BASE=/u01/app/oracle
    HOSTTYPE=i386
    FROM_HEADER=
    PAGER=less
    CSHEDIT=emacs
    XDG_CONFIG_DIRS=/etc/xdg
    MINICOM=-c on
    TNS_ADMIN=/u01/app/oracle/as10gHome/network/admin
    GNOMEDIR=/usr
    MAIL=/var/spool/mail/oracle
    PATH=/usr/local/bin:/usr/bin:/usr/local2/bin:/usr:/u01/app/oracle/as10gHome/bin:/u01/app/oracle/as10gHome/bin:/u01/app/oracle/as10gHome/dcm/bin:/u01/app/oracle/as10gHome/opmn/bin//u01/app/oracle/as10gHome/lib:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin
    CPU=i686
    INPUTRC=/etc/inputrc
    PWD=/home/oracle
    LANG=en_US.UTF-8
    PYTHONSTARTUP=/etc/pythonstart
    QT_SYSTEM_DIR=/usr/share/desktop-data
    SHLVL=1
    HOME=/home/oracle
    LESS_ADVANCED_PREPROCESSOR=no
    OSTYPE=linux
    LS_OPTIONS=-N --color=tty -T 0
    XCURSOR_THEME=DMZ
    WINDOWMANAGER=/usr/bin/startkde
    TMP=/usr/tmp
    G_FILENAME_ENCODING=@locale,UTF-8,ISO-8859-15,CP1252
    LESS=-M -I
    MACHTYPE=i686-suse-linux
    LOGNAME=oracle
    XDG_DATA_DIRS=/usr/share:/etc/opt/kde3/share:/opt/kde3/share
    LESSOPEN=lessopen.sh %s
    INFOPATH=/usr/local/info:/usr/share/info:/usr/info
    ORA_NLS33=/u01/app/oracle/as10gHome/nls/admin/data
    DISPLAY=192.168.2.9:0.0
    ORACLE_HOME=/u01/app/oracle/as10gHome
    LESSCLOSE=lessclose.sh %s %s
    G_BROKEN_FILENAMES=1
    COLORTERM=1
    _=/usr/bin/env
    oracle@linuxsrv:~>

  • Calling SQL*Loader from PERL; Message 2100 not found

    I am trying a simple PERL script to call sqlldr and load data into an Oracle 10G database. I get the error message:
    Message 2100 not found; No message file for product=RDBMS, facility=UL
    Many forums have said the answer to this is to set environment variables like ORACLE_HOME and PATH. Even having done that I get this error. My script looks like:
    #!E:\CommonApps\Perl\Perl\bin -w
    $ENV{ORACLE_HOME}='E:\CommonApps\oracle';
    print "Oracle HOME is: ";
    print $ENV{ORACLE_HOME};
    print "\n";
    $ENV{PATH} = 'E:\CommonApps\oracle;E:\CommonApps\oracle\bin';
    print "Path is ";
    print $ENV{PATH};
    print "\n";
    if ($#ARGV != 7) { print "Incorrect Usage of runsqlldr\n";print "Usage: perl runsqlldr.pl dbuser dbpass dbname datafile discard ctlfile logfile badfile \n"; exit; }
    $dbuser=$ARGV[0];
    $dbpass=$ARGV[1];
    $dbname=$ARGV[2];
    $datafile=$ARGV[3];
    $discard=$ARGV[4];
    $ctlfile=$ARGV[5];
    $logfile=$ARGV[6];
    $badfile=$ARGV[7];
    if (system("sqlldr userid=$dbuser/$dbpass\@$dbname control=$ctlfile data=$datafile=log=$logfile bad=$badfile discard=$discard SKIP=1 ERRORS=10000 ROWS=10000 BINDSIZE=512000 PARALLEL=TRUE") != 0) {
    die "\n Running sqlldr failed!\n";
    exit 0;
    Is there anything else I need to do to make this work? The E:\CommonApps\oracle\rdbms\mesg directory has 3 files: kgpus.msb, ocius.msb, oraus.msb.
    Thanks
    Arvind

    *** Duplicate Post *** {code}                                                                                                                                                                                                                           

  • Oracle XE on Windows: Message 3511 not found

    Hello,
    I run Oracle XE on Windows. My listerner is up and the database instance starts as well. - I can connect
    to it using oracle sql developer and the web manager.
    nevertheless. a tnsping xe does not work.
    C:\>
    C:\Oracle\OracleXe\app\oracle\product\10.2.0\server\BIN>net start OracleServiceX
    E
    The OracleServiceXE service is starting.......
    The OracleServiceXE service was started successfully.
    C:\Oracle\OracleXe\app\oracle\product\10.2.0\server\BIN>tnsping xe
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 18-JUN-2
    009 16:45:02
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Message 3511 not found; No message file for product=NETWORK, facility=TNSTNS-035
    05: Message 3505 not found; No message file for product=NETWORK, facility=TNS
    Clicking on system ->advanced -> environment variables does not show me a ORACLE_HOME but I guess
    that this is not the issue since the listerner is starting right ???

    I don't think going via command line or not has that effect. Actually when using e.g. tnsping the oracle.key file is used to identify Oracle Home's registry key, from which Home environment settings (e.g. ORA_, NLS_ and TNS_ parameters) are read.
    @op
    Problem may be related to "mixing" oracle homes. Is this a clean machine with no prior Oracle installations?

  • Displaying "ORA-20502: Automation context not found." error message

    Hi all,
    I am implementing functionality in OSM 7 to read jms message sent by external system.I am setting default jmscorrelationid as "test" in order to identify message.I have implemented an automated task as xslt automator and having external event receiver.but when i get the message on the queue from external system weblogic console start giving error message as -
    "ORA-20502: Automation context not found.
    Can you please tell me what could be the reason for this??

    The trick is that OSM needs to initiate the communication. It is depicted in the diagrams in OSM Developer's Guide in the automation plugin section (however not very clear - in my opinion).
    My experience is that you need to correlate messages to OSM by using the (JMS)correlation id sent by the initiating message from OSM. If this can't be sent directly to the external system, a component (e.g. JMS queue + MDB) needs to be placed between the systems and handle the correlation between the messages from the external systems and the OSM "request for reply".

  • URGENT: ORA-12514: Message 12514 not found;

    Hi, I have a big problem:
    I have a PC (PC1) with an Oracle 9.2.0.5 database.
    I have other PC (client=PC2) with Oracle forms and reports runtime installed.
    I try to execute my .fmx from PC2 and everything was ok.
    After that, I installed again in another server (PC3) the Oracle database, and when I tried to connect from my client (PC2) to the new database, it appears the error:
    ORA-12514: Message 12514 not found; Product=RDBMS80; Facility=ORA
    Why is giving this error? May be the PC3 needs an ORACLE_HOME environment variable or similar?
    I've seen the following in relation with oracle_home:
    In the PC server (PC3) the ora_home variable in regedit (it doesn't exists as windows environment variable) is e:\oracle\ora92
    It's different from oracle_home in PC2 (Pc client) , in which is: c:\orant
    Is it important?
    Is this error possible because of the TNSNAMES configuration?
    Please help me, is very urgent for me.
    Thanks a lot

    Hi guys,
    I've solved the problem: It was in the TNSNAMES. The service_name was incorrect. I changed it and it worked.

  • ORA-12514: Message 12514 not found;  product=RDBMS80; facility=ORA

    Hi,
    I have installed 10g's OracleEXE version and Oracle forms 6i on my machine.
    I am able to log on trough oracle 10g without using tnsnames.ora or sid.
    But when I am trying to connect 10g database through command prompt by using
    sqlplus username/password@xe then it is showing me below mentioned error.
    ORA-12514: Message 12514 not found; product=RDBMS80; facility=ORA
    I have tried tnsping xe on command prompt it is taking only 30msec. But still I am getting this error.
    Could anybody please help me out of it.
    Thanks in advance.
    Chandrakant.

    Hi to all,
    Is any knowledgable person is available in this group who can help me out of this problem.
    I have done following things.
    1) Installed Oracle XE version.
    2) Installed Forms 6i
    I am able to connect OracleXE through sqlplus system/abcd command but not with system/abcd@XE i.e. (with SID).
    Hence I am not able to connect OracleXE through Oracle Forms.
    Checked with tnsping xe at Dos Prompt.
    Getting connected through 30 seconds.
    Listener is up & Running and it is in started mode.
    netstat command is showing me the port 1521 (as opened)
    But Still I am not able to connect Forms 6i with OracleXE version.
    Please suggest me what should I do.
    Chandrakant.

Maybe you are looking for

  • How to put graphics into a JViewport?

    Hi, I'm trying to make a simple game, where a block can move around in a 30x30 grid with collision detection. So far, it works alright, but I want the window to hold only 10x10 and for the block that is moving to stay at the center while the painted

  • Adobe Acrobat 9 Pro - Form Toolbar

    There has been a big change from Acrobat 8 Pro to 9 Pro regarding how the forms toolbar is displayed.  While the changes are a great improvement to make it easier to create forms...I am having trouble adjusting to editing forms.  Is there any way to

  • I can't get mail to work after complete re-install

    Every time I open mail I can click on one message, when I click on the second it hangs and must be force quit. I deleted preferences, mail folder, etc. and reinstalled mail. Problem still exists. I am able to access the account with my iphone and t-b

  • How to retain focus in Web forms 6i item when displaying pdf image

    How to retain focus in Web forms 6i item when displaying pdf image in a multi-record block? Hello. I have a Web Forms 6i program (version Forms 6.0.8.19.2) running in a 3-tier application. The web form program has a multi-record block containing invo

  • How do I unfloat windows in Photoshop 7

    I have Photoshop 7.0 on a Windows XP system. Somehow I got all the little windows operating independently of the main window. Based on appends discussing how to do this in other versions of Photoshop, I think this is called "float". This means that i