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.

Similar Messages

  • 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.

  • 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}                                                                                                                                                                                                                           

  • 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 ... ????

  • 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-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'

  • Each time I start up my computer and have my iPhone plugged in, I get a message window that eads "New Wave" file not found in your files....How do I get this file I am missing?

    Each time I start up my computer and have my iPhone plugged in, I get a message window that eads "New Wave" file not found in your files....How do I get this file I am missing?

    Hey Podieboy,
    Thanks for the question. It sounds like you are receiving a message about missing files when you start iTunes. The following resource may provide more information:
    iTunes: Finding lost media and downloads - Apple Support
    http://support.apple.com/en-us/TS1408
    If the file/song is not important, you can simply delete it from your library to avoid this error message in the future:
    iTunes 12 for Windows: Delete songs, playlists, or other items
    http://support.apple.com/kb/PH20391
    Thanks,
    Matt M.

  • Itunes install error message - program not found ...x64/difxinst64.exe

    itunes install error message - program not found ...x64/difxinst64.exe
    no problems with ITunes on Dell Inspiron Windows 7 until yesterday.  ITunes version 11.0.2.  iphone won't connect stating required software is not installed.  uninstall and install 64 bit version of iTunes.  I have 64 bit version already.  I have uninstalled and reinstalled 5 times already.  When re-installing ITunes get error message c:\programdata\34be82c4-e596-4e99-a191-52c6199ebf6\x64\difxinst64.exe.  file does not have a program associated with it for performing this action. please install or create an association in the Default Programs control panel.   iTunes install continues after the difxinst64.exe error message but then get the iphone cannot be used error message again.  therefore, I can't sync my iphone with iTunes until I figure this out.
    can't win for losing.  had iTunes on my windows 7 laptop for 4 years.  first time I've ever encountered this.

    I am a PC Tech and had a customer with this issue. Ran across this post in my search and ended up finding the solution on my own. The problem isn't with the iTunes software but the installer for the GEARAspi drivers. Really the issues is with the file type asssociations in the windows registry. On the system I was working on the HKCR key for .exe should point to the exefile key but pointed to nothing. To fix it create a new txt document and paste the following in (only paste what is in between the [code][/code] tags):
    [code]
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\.exe]
    @="exefile"
    "Content Type"="application/x-msdownload"
    [HKEY_CLASSES_ROOT\.exe\PersistentHandler]
    @="{098f2470-bae0-11cd-b579-08002b30bfeb}"
    [/code]
    Now change the extension from .txt to .reg. Then right click and select merge. iTunes should now install properly.

  • Error when sending message: 404 not found

    Hi,
    New to XI, practicing file to jdbc scenario. File is pickedup from the source folder but nothing appearing on the receiver end ms access database.
    In the Component Monitoring, tried sending message manually with all the right info in Integration engine, getting an error message saying:
    "Error when sending message : 404 not found"
    Also tried in Adapter Engine and the result same.
    Before doing this scenario, I tried file - file scenario then also the sender file pickedup from source folder but nothing happend at the receiver end.
    Any idea's?? what might be the issue????
    Thanks,
    Venu.

    Hi Venu,
    "404 is a not found error", plz make a check of  your URL you're using is correct? do you use the right port? Normally the port is 80<SystemNo>, so rather 8001 than 7001.
    Also check in transaction SICF, if the node /sap/xi/adapter_plain has been activated, if not, activate it and try again.
    If you are testing sending the message to the Adapter Engine, then the Send Message URL should be like this:
    http://<server>:<J2EEport>/MessagingSystem/receive/AFW/XI
    For your error, refer to the following threads:
    Unable to find an associated SLD element
    Unable to refresh cache contents in XI.
    Unable to find an associated SLD element
    Also check that the Adapter Engine is successfully registered in the SLD. To do this, call the Content Maintenance function in the SLD as follows:
    http://<sld-host>:<sld-j2ee-port>/sld u2192 Administration u2192 Content Maintenance.
    Select XI Adapter Framework.
    Thirteen associations have to be registered.
    (Source: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2498bf90-0201-0010-4884-83568752a857)
    If you can't find all the associations, then you will have to create the associations manually.
    This is a very good blog which answers ur question:
    check this weblog
    https://weblogs.sdn.sap.com/pub/wlg/4061?page=last&x-showcontent=off [original link is broken] [original link is broken] [original link is broken]
    Regards,
    Vinod.

  • ./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:~>

  • Message 3513 not found;  product=NETWORK; facility=TNS

    I have installed 11g instant client on windows machine and when I do a tnsping from cmd I get
    Message 3513 not found; product=NETWORK; facility=TNS
    I have already copied all the files over from mesg folder. Also when I do tnsping on something which is not in tnsnames.ora file I get
    C:\Users\xxx>tnsping abc
    TNS Ping Utility for 64-bit Window
    012 10:49:12
    Copyright (c) 1997, 2010, Oracle.
    Used parameter files:
    D:\oracle\product\11.2.0\client_1\.......
    TNS-03505: Failed to resolve name
    What else can I do to resolve this?

    868806 wrote:
    I have installed 11g instant client on windows machine and when I do a tnsping from cmd I get
    Message 3513 not found; product=NETWORK; facility=TNS
    I have already copied all the files over from mesg folder. Also when I do tnsping on something which is not in tnsnames.ora file I get
    Copied from where to where, and why? there should be no reason to be copying these files at all.
    C:\Users\xxx>tnsping abc
    And to add to the confusion, as has already pointed up, instant client doesn't come with tnsping, so your use of tnsping contradicts your statement that you are working with instant client.
    TNS Ping Utility for 64-bit Window
    012 10:49:12
    Copyright (c) 1997, 2010, Oracle.
    Used parameter files:
    D:\oracle\product\11.2.0\client_1\.......
    TNS-03505: Failed to resolve name
    http://edstevensdba.wordpress.com/2011/02/26/ora-12154tns-03505/
    What else can I do to resolve this?First, answer the questions to clarify the instant client/tnsping disconnect ...

  • Message 7700 not found ; product=form facility=fmf

    Hi Friends,
    I am getting this error Message 7700 not found ; product=form facility=fmf while trying run report using v_runrep := run_report_object(repid);
    after that i am getting an exception for FRM-40738 argument 1 to built in report_object_status can not be null
    if somebudy have any idea about please help me.
    Thanks in advance

    Hi Friends,
    This problem got soled.
    LIBPATH=/d02/10gas/products/10.1.2/lib32:/d02/10gas/products/10.1.2/jdk/jre/bin:/d02/10gas/products/10.1.2/jdk/jre/bin/classic:%LIBPATH%
    was commented in env file .
    Thanks

  • 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?

  • Message 133 not found

    hi.
    i run command line : <i>sqlplus /nolog</i> and geting
    message : <i>Message 133 not found;  product=SQLPlus; facility=SP2
    : Release 9.2.0.7.0 - Production on Tue Oct 31 18:33:48 2006
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER}]
    where <logon>  ::= <username>[/<password>][@<connect_identifier>] | /
    Enter user-name:</i>
    what does it mean?

    C:\> path
    C:\> set
    C:\> set path=<paste from the previous path command with 9i path listed first>
    for exapml:
    D:\oracle\product\10.2.0\db_1>path
    PATH=C:\Program Files\Java\jdk1.5.0_07\bin;D:\oracle9iClient\bin;C:\Program File
    s\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;D:\oracle\product\1
    0.2.0\db_1\bin;D:\Oracle10gApplicationServer\bin;D:\Oracle10gApplicationServer\j
    lib;C:\PROGRA1\RATIONAL\RATION1\NUTCROOT\bin;C:\PROGRA1\RATIONAL\RATION1\NUT
    CROOT\bin\x11;C:\PROGRA1\RATIONAL\RATION1\NUTCROOT\mksnt;C:\WINNT\system32;C:\
    WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Rational\common;C:\Program Files\R
    ational\ClearQuest;C:\Program Files\Rational\Rose\TopLink\;C:\Program Files\Rati
    onal\Rational Test
    D:\oracle\product\10.2.0\db_1>set
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Administrator\Application Data
    COMMONHOME=C:\Program Files\Rational\common
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=WIN2000SERVER
    ComSpec=C:\WINNT\system32\cmd.exe
    DISPLAY=:0.0
    HOME=C:\Documents and Settings\Administrator
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Administrator
    LOGONSERVER=
    WIN2000SERVER
    NUMBER_OF_PROCESSORS=1
    NUTCROOT=C:\PROGRA1\RATIONAL\RATION1\NUTCROOT
    NUTSUFFIX=1
    NUT_SUFFIXED_SEARCHING=1
    oracle_home=d:\oracle\product\10.2.0\db_1
    oracle_sid=orcl
    oracle_side=orcl
    OS=Windows_NT
    Os2LibPath=C:\WINNT\system32\os2\dll;
    Path=C:\Program Files\Java\jdk1.5.0_07\bin;D:\oracle9iClient\bin;C:\Program File
    s\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;D:\oracle\product\1
    0.2.0\db_1\bin;D:\Oracle10gApplicationServer\bin;D:\Oracle10gApplicationServer\j
    lib;C:\PROGRA1\RATIONAL\RATION1\NUTCROOT\bin;C:\PROGRA1\RATIONAL\RATION1\NUT
    CROOT\bin\x11;C:\PROGRA1\RATIONAL\RATION1\NUTCROOT\mksnt;C:\WINNT\system32;C:\
    WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Rational\common;C:\Program Files\R
    ational\ClearQuest;C:\Program Files\Rational\Rose\TopLink\;C:\Program Files\Rati
    onal\Rational Test
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PERL5LIB=D:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWin32-x86;D:\oracle\prod
    uct\10.2.0\db_1\perl\5.8.3\lib;D:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWi
    n32-x86;D:\oracle\product\10.2.0\db_1\perl\site\5.8.3;D:\oracle\product\10.2.0\d
    b_1\perl\site\5.8.3\lib;D:\oracle\product\10.2.0\db_1\sysman\admin\scripts;D:\Or
    acle10gApplicationServer\perl\lib\5.6.1\MSWin32-x86;D:\Oracle10gApplicationServe
    r\perl\lib\5.6.1;D:\Oracle10gApplicationServer\perl\5.6.1\lib\MSWin32-x86;D:\Ora
    cle10gApplicationServer\perl\site\5.6.1;D:\Oracle10gApplicationServer\perl\site\
    5.6.1\lib;D:\Oracle10gApplicationServer\sysman\admin\scripts
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 11 Stepping 1, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=0b01
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    RATL_RTHOME=C:\Program Files\Rational\Rational Test
    ROOTDIR=C:\PROGRA1\RATIONAL\RATION1\NUTCROOT
    RQAHOME=C:\Program Files\Rational\Rational Test\QualityArchitect
    SHELL=C:\PROGRA1\RATIONAL\RATION1\NUTCROOT\mksnt\sh.exe
    SystemDrive=C:
    SystemRoot=C:\WINNT
    TEMP=C:\DOCUME1\ADMINI1\LOCALS~1\Temp
    TERM=nutc
    TERMCAP=C:\PROGRA1\RATIONAL\RATION1\NUTCROOT\etc\termcap
    TERMINFO=C:\PROGRA1\RATIONAL\RATION1\NUTCROOT\usr\lib\terminfo
    TMP=C:\DOCUME1\ADMINI1\LOCALS~1\Temp
    TMPDIR=C:\DOCUME1\ADMINI1\LOCALS~1\Temp
    USERDOMAIN=WIN2000SERVER
    USERNAME=Administrator
    USERPROFILE=C:\Documents and Settings\Administrator
    WF_RESOURCES=D:\oracle9iClient\WF\RES\WFus.RES
    windir=C:\WINNT

Maybe you are looking for