Getting ORA-01031 in Log file

Hi All,
I registered my custom procedure as Concurrent Program in Oracle Apps. While I am running Oracle Concurrent Program, I am getting below in Log file an immediately Concurrent Managers are shut down, and is in "Running State" always. Enabled Trace file also, but didn't get any information about ORA-01031 error. I hope there is no problem with the procedure. I am getting same error even though ,I comment my entire procedure .
Can you guys please help me.
Log File:
=====
Current system time is 07-JUL-2009 03:32:40
**Starts**07-JUL-2009 03:32:40
**Ends**07-JUL-2009 03:44:19
Start of log messages from FND_FILE
Start of program 07-JUL-2009 03:32:40
After Deletes 07-JUL-2009 03:32:42
After insert 07-JUL-2009 03:34:38
After receiving section 07-JUL-2009 03:34:38
After A/P section 07-JUL-2009 03:34:38
After A/P holds section 07-JUL-2009 03:44:00
After unmatched Accruals section 07-JUL-2009 03:44:19
Successfully completed.
v_transactions_no_accrual = 0
v_transactions_one_accrual = 0
v_transactions_multi_accrual = 0
End of program 07-JUL-2009 03:44:19
End of log messages from FND_FILE
**lock table FND_CONCURRENT_REQUESTS in share update mode**
**Routine AFPPRD has encountered a fatal error. ORA-01031: insufficient privileges**
Contact your system administrator or support representative.
Shutting down Concurrent Manager : 07-JUL-2009 03:44:19
List of errors encountered:
_ 1 _
Routine AFPPRD has encountered a fatal error. ORA-01031: insufficient
privileges
Contact your system administrator or support representative.
_ 2 _
Routine AFPPRD has encountered a fatal error. ORA-01031: insufficient
privileges
Contact your system administrator or support representative.
==========
Waiting for your reply.
Thanks,
Bhujendra

Hi Hsawwan,
Thanks for your reply.
It is my Custom Procedure. I executed the same procedure from backend(ofcource I used DBMS_OUTPUT instead of FND_FILE) and it's displaying all messages. I am not getting below messages in Log file . I am somewhat doubtful in this, but I am not sure
End of log messages from FND_FILE
Executing request completion options...
Output is not being printed because:
The print option has been disabled for this report.
Finished executing request completion options.
Instead
I am getting
End of log messages from FND_FILE
lock table FND_CONCURRENT_REQUESTS in share update mode
Routine AFPPRD has encountered a fatal error. ORA-01031: insufficient privileges
Thanks,
Bhujendra
Edited by: KBK on Jul 7, 2009 6:23 PM

Similar Messages

  • Get ORA-01031: insufficient privileges error, but only when using dbstart.

    I am getting ORA-01031: insufficient privileges error, but only when using dbstart. the listener starts but not the database. How come I can start it from SQL prompt but not from dbstart scripts as the oracle user?
    [oracle@mallard bin]$ ./dbstart
    Processing Database instance "gf44": log file /prod/oracle/10/startup.log
    [oracle@mallard bin]$
    Log file:
    Wed Aug 20 10:15:02 CDT 2008
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Aug 20 10:15:02 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> ERROR:
    ORA-01031: insufficient privileges
    SQL> ORA-01031: insufficient privileges
    SQL>
    /prod/oracle/10/bin/dbstart: Database instance "gf44" warm started.
    >
    oratab file:
    gf44:/prod/oracle/10:Y
    dbstart file section:
    # See if it is a V6 or V7 database
    VERSION=undef
    if [ -f $ORACLE_HOME/bin/sqldba ] ; then
    SQLDBA=svrmgrl
    VERSION=`$ORACLE_HOME/bin/sqldba command=exit | awk '
    /SQL\*DBA: (Release|Version)/ {split($3, V, ".") ;
          print V[1]}'`
    case $VERSION in
    "6") ;;
    *) VERSION="internal" ;;
    esac
    else
    if [ -f $ORACLE_HOME/bin/svrmgrl ] ; then
    SQLDBA=svrmgrl
    VERSION="internal"
    else
    SQLDBA="sqlplus /nolog"
    fi
    fi
    Permissions of file:
    [oracle@mallard bin]$ ls -la dbstart
    -rwxrwxr-x 1 oracle oinstall 10407 Aug 19 12:27 dbstart
    [oracle@mallard bin]$
    User permissions:
    [root@mallard 10]# id oracle
    uid=503(oracle) gid=503(oinstall) groups=503(oinstall),504(dba)
    [root@mallard 10]#
    I can start the listener manually using "./lsnrctl start" and start the database manually from sql prompt using "SQL>startup" (as sysdba) with no problems. this only happens when using dbstart file. I am logged in as oracle user and all environment variables are set
    Thank you for any help you could provide.

    I have the same problem, but i don't want insert this string
    Connect sys/{password} as sysdbaI have deployed an Oracle 10g with os SunOS
    $ uname -a
    SunOS DB02 5.10 Generic_141444-09 sun4v sparc SUNW,Sun-Blade-T6320
    I can connect with sys/password, but I can't login with
    $ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jan 7 15:19:50 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> connect / as sysdba
    ERROR:
    ORA-01031: insufficient privilegesthe the startup and dbshut don't work.
    Someone maybe help me?
    Thanks,
    Regards.
    Lain

  • [b]desc table_name gets ORA-03113: end-of-file on communication channel[/b]

    My installation running on Windows 2000 Oracle9i. When issue desc table_name i get ORA-03113: end-of-file on communication channel. I have set processes = 300 in parameter file.

    The ORA-03113: end-of-file on communication channel error is a generic error. The ORA-03113 error when connecting suggests that the connection was established, but lost later, like a timeout.
    There are many possible causes for the ORA-03113 error. See MetaLink Note:17613.1 "ORA-03113":
    For example, ORA-3113 could be signaled for any of these scenarios:
    - Server machine crashed
    - Your server process was killed at O/S level
    - Network problems
    - Oracle internal errors / aborts on the server
    - Client incorrectly handling multiple connections
    - etc.. etc.. etc.. - a lot of possible causes !!
    It goes on to note that the ORA-03113 End-Of-File error often has additional messages:
    It is common for this error to be accompanied by other errors such as:
    - ORA-1041 internal error. hostdef extension doesn't exist
    - ORA-3114 not connected to ORACLE
    - ORA-1012 not logged on
    To find more details, check for a trace file in your USER_DUMP_DEST and BACKGROUND_DMP_DEST directory.
    Hope this helps . . .
    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: The Definitive Reference"
    http://www.rampant-books.com/book_2005_1_awr_proactive_tuning.htm

  • Getting ORA-01031 while connecting to target database

    I have created RMAN catalog. While connecting to target database i am getting ORA-01031: insufficient privileges. What could be the reason. I have added entry of both the databases in listner.ora as well as tnsnames.ora, but still facing the same problem. Please help
    [oracle@dbapool ~]$ rman catalog=rman/pass@sdn target=sys/pass@sdn1
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Apr 30 23:49:46 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges

    Issue got resolved. The problem was with password file.

  • Getting ORA-01031: insufficient privileges if try to connect in sqlplus

    Hi,
    I've tried to connect to my db which stands at host (Solaris), but getting
    ORA-01031: insufficient privileges.
    The client I've used is sqlplus.
    SQL> conn sys@REP as sysdba
    ERROR:
    ORA-01031: insufficient privileges
    At the same time I can successfully connect to the same db from the same PC with the same connection string at PL/SQL Developer.
    How it can be possible?

    Guys...
    I'm having the same problem.
    The platform is a Windows 2003 R2 64bit (SP2) with Oracle 11g.
    In the production server from the same client, the connection is usually ... however, to a server where I have the same instances retrieved from an RMAN backup, does not connect!
    In the Productoion Server:
    C:\>sqlplus sys@bmknfe as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Aug 18 17:43:41 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>
    In the Recovered Server:
    C:\>sqlplus sys@bmknfe_rt as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Aug 18 17:42:39 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01031: insufficient privileges
    I've tried recreating the password file, but is not resolving ...
    Can someone give me a light?

  • Getting ORA-03113: end-of-file on communication channel error

    Hi,
    We are getting the following error while calling a Oracle stored Procedure from .NET interface.
    Getting ORA-03113: end-of-file on communication channel Process ID: 28954 Session ID: 466 Serial number: 9280
    Actually, The other procedures doesn't have this issue. We are witnessing this error only when we call a specific procedure which returns a data cursor. We have checked for any DBLINK involvement but couldn't find any. Please help us here to resolve this issue. Please let me know if you need any information further.
    Regards,
    Subhadeep

    end-of-file on communication channel
    Cause: The connection between Client and Server process was broken.
    Action: There was a communication error that requires further investigation. First, check for network problems and review the SQL*Net setup. Also, look in the alert.log file for any errors. Finally, test to see whether the server process is dead and whether a trace file was generated at failure time.

  • I get ERROR U44M1P7: Error log file location: C:\Program Files (x86)\Common Files\Adobe\Installers

    When updating Photoshop CS6 (Creative Cloud) I get ERROR U44M1P7: Error log file location: C:\Program Files (x86)\Common Files\Adobe\Installers. Initial Installation and actual funcioning wuith no problem, only on updating. I have tried several times with same error.

    Hi Alberto Pomares,
    Please refer the KB Doc : http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html

  • ORA-01516: nonexistent log file, datafile, or tempfile

    Hi,
    in 10g R2 on Win XP when I do :
    alter database rename file 'C:\oracle\oradata\ORCL\USERS01.DBF' to 'C:\oracle\oradata\ORCL2\USERS01.DBF';
    I receive :
    ORA-01511: fail to change name ...
    ORA-01516: nonexistent log file, datafile, or tempfile
    'C:\oracle\oradata\ORCL\USERS01.DBF'
    But it realy exists.
    Please help.

    Hi,
    I'm comming back now.
    Before putting offline the data files, I tried with log file (since to duplicate database I should rename all (see the below script) but :
    SQL> alter database rename file 'C:\oracle\oradata\orcl\REDO01.LOG' to 'C:\oracle\oradata\ORCL2\REDO01.LOG';
    alter database rename file 'C:\oracle\oradata\orcl\REDO01.LOG' to 'C:\oracle\oradata\ORCL2\REDO01.LOG'
    ORA-01516: nonexistent log file, datafile, or tempfile
    'C:\oracle\oradata\orcl\REDO01.LOG'
    Can we put a log file off line ?
    Thank you.
    My script :
    alter database rename file     'C:\oracle\oradata\orcl\EXAMPLE01.DBF'     to     'C:\oracle\oradata\ORCL2\EXAMPLE01.DBF';
    alter database rename file     'C:\oracle\oradata\orcl\REDO01.LOG'     to     'C:\oracle\oradata\ORCL2\REDO01.LOG';
    alter database rename file     'C:\oracle\oradata\orcl\REDO02.LOG'     to     'C:\oracle\oradata\ORCL2\REDO02.LOG';
    alter database rename file     'C:\oracle\oradata\orcl\REDO03.LOG'     to     'C:\oracle\oradata\ORCL2\REDO03.LOG';
    alter database rename file     'C:\oracle\oradata\orcl\REDO04.LOG'     to     'C:\oracle\oradata\ORCL2\REDO04.LOG';
    alter database rename file     'C:\oracle\oradata\orcl\SYSAUX01.DBF'     to     'C:\oracle\oradata\ORCL2\SYSAUX01.DBF';
    alter database rename file     'C:\oracle\oradata\orcl\SYSTEM01.DBF'     to     'C:\oracle\oradata\ORCL2\SYSTEM01.DBF';
    alter database rename file     'C:\oracle\oradata\orcl\TEMP01.DBF'     to     'C:\oracle\oradata\ORCL2\TEMP01.DBF';
    alter database rename file     'C:\oracle\oradata\orcl\UNDOTBS01.DBF'     to     'C:\oracle\oradata\ORCL2\UNDOTBS01.DBF';
    alter database rename file     'C:\oracle\oradata\orcl\USERS01.DBF'     to     'C:\oracle\oradata\ORCL2\USERS01.DBF';
    Any way I put USER01.DBF off line on sourcr (orcl) :
    SQL> alter database datafile 'C:\ORACLE\ORADATA\ORCL\USERS01.DBF' offline;
    But again :
    SQL> alter database rename file 'C:\oracle\oradata\orcl\USERS01.DBF' to 'C:\oracle\oradata\ORCL2\USERS01.DBF';
    alter database rename file 'C:\oracle\oradata\orcl\USERS01.DBF' to 'C:\oracle\oradata\ORCL2\USERS01.DBF'
    ORA-01516: nonexistent log file, datafile, or tempfile
    'C:\oracle\oradata\orcl\USERS01.DBF'
    Message was edited by:
    user522961

  • TRYING TO INSTALL adobe photoshop elements8 AND IM GETTING error opening installation log file. verify that the specified location exists and is writable

    TRYING TO INSTALL adobe photoshop elements8 AND IM GETTING error opening installation log file. verify that the specified location exists and is writable

    Error opening installation log file | Windows

  • ORA-01516: nonexistent log file, datafile, or tempfile _2

    Hi,
    I'm following what is here :
    Scenario 1: Creating a Standby Database on the Same Host
    http://www.mid.main.vsu.ru/docs/oracle/server.816/a76995/standbys.htm#29841
    When issuing :
    SQL> alter database rename file 'C:\oracle\oradata\orcl\USERS01.DBF' to 'C:\oracle\oradata\ORCL2\USERS01.DBF';
    ORA-01516: nonexistent log file, datafile, or tempfile
    'C:\oracle\oradata\orcl\USERS01.DBF'
    I put 'C:\oracle\oradata\orcl\USERS01.DBF' offline but it was the same;
    Any solution please ?
    Thank you.

    yes it was.
    on ORCL :
    SQL> select file_name from dba_data_files;
    FILE_NAME
    C:\ORACLE\ORADATA\ORCL\USERS01.DBF
    C:\ORACLE\ORADATA\ORCL\SYSAUX01.DBF
    C:\ORACLE\ORADATA\ORCL\UNDOTBS01.DBF
    C:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF
    C:\ORACLE\ORADATA\ORCL\EXAMPLE01.DBF
    on orcl2
    SQL> alter database rename file 'C:\oracle\oradata\orcl\EXAMPLE01.DBF' to 'C:\oracle\oradata\ORCL2\EXAMPLE01.DBF';
    alter database rename file 'C:\oracle\oradata\orcl\EXAMPLE01.DBF' to 'C:\oracle\oradata\ORCL2\EXAMPLE01.DBF'
    ORA-01516: nonexistant
    'C:\oracle\oradata\orcl\EXAMPLE01.DBF'
    Message was edited by:
    user522961

  • I'm getting 100s of debug.log. files on my macbook OS 10.7.5. I've never seen them before. Should I be worried? They look like this: debug.log.100100_100119.sent. Is it an encryption problem? thanks for any help!

    I'm getting 100s of debug.log. files on my macbook OS 10.7.5. I've never seen them before. Should I be worried? They look like this: debug.log.100100_100119.sent. Is it an encryption problem? thanks for any help!

    I'm getting 100s of debug.log. files on my macbook OS 10.7.5. I've never seen them before. Should I be worried? They look like this: debug.log.100100_100119.sent. Is it an encryption problem? thanks for any help!

  • Weird Error - sometime getting ORA-01031: insufficient privileges

    Problem - Java process throwing java.sql.SQLException: ORA-01031: insufficient privileges for simple select statement select * from MYTABLE , table having only three rows
    Observation - While investigating. I did same select from sql developer using same credential, I get same ORA-01031: insufficient privileges error in sql developer too BUT ONLY if I create new connection. (Disconnect and connect again), If I fire same query again in same connection it runs fine.
    SELECT * FROM MYTABLE;
    there is no problem if I run query in small case (notice only select and from in small case), even if it is fresh connection there is no error.
    select * from MYTABLE;
    I am out of any clue what is going on. Any help?
    Java stack track -
    Caused by: java.sql.SQLException: ORA-01031: insufficient privileges
            at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
            at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:676)
            at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:602)
            at oracle.jdbc.driver.T2CPreparedStatement.executeForDescribe(T2CPreparedStatement.java:571)
            at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1039)
            at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1134)
            at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3339)
            at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3384)
            at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
            at org.springframework.jdbc.core.JdbcTemplate$1.doInPreparedStatement(JdbcTemplate.java:648)
            at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:591)
    Oracle SQL Developerer Error
    ORA-01031: insufficient privileges
    01031. 00000 -  "insufficient privileges"
    *Cause:    An attempt was made to change the current username or password
               without the appropriate privilege. This error also occurs if
               attempting to install a database without the necessary operating
               system privileges.
               When Trusted Oracle is configure in DBMS MAC, this error may occur
               if the user was granted the necessary privilege at a higher label
               than the current login.
    *Action:   Ask the database administrator to perform the operation or grant
               the required privileges.
               For Trusted Oracle users getting this error although granted the
               the appropriate privilege at a higher label, ask the database
               administrator to regrant the privilege at the appropriate label.

    Guys...
    I'm having the same problem.
    The platform is a Windows 2003 R2 64bit (SP2) with Oracle 11g.
    In the production server from the same client, the connection is usually ... however, to a server where I have the same instances retrieved from an RMAN backup, does not connect!
    In the Productoion Server:
    C:\>sqlplus sys@bmknfe as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Aug 18 17:43:41 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>
    In the Recovered Server:
    C:\>sqlplus sys@bmknfe_rt as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Aug 18 17:42:39 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01031: insufficient privileges
    I've tried recreating the password file, but is not resolving ...
    Can someone give me a light?

  • Getting ORA-01031 while connect target

    Hi,
    I'm trying to perform a rman duplictate.
    I've created the orapwd file and setted the remote_login_passwordfile parameter as "EXCLUSIVE". I also have configured the connection to the target database on the tnsnames.ora file
    I'm getting this error:
    [server]> rman
    RMAN> CONNECT TARGET system/iwjIGPE@TARGET_DB
    RMAN-00571: ======================================
    RMAN-00569: ==== ERROR MESSAGE STACK FOLLOWS ===========
    RMAN-00571: ======================================
    ORA-01031: insufficient privileges
    RMAN> exit
    Recovery Manager complete.
    .... But I can connect remotely though sqlplus:
    [server]> sqlplus system/iwjIGPE@TARGET_DB
    SQL*Plus: Release 11.2.0.2.0 Production on Thu Sep 13 13:04:32 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    SQL> exit
    thanks for your help!

    Hi again!
    I'm trying to follow the steps you propose:
    [server]> rman target sys/c9vhLZT0@TARGET_DB auxiliary /
    Recovery Manager: Release 11.2.0.2.0 - Production on Thu Sep 13 13:29:07 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    RMAN-00571: ===================================
    RMAN-00569: === ERROR MESSAGE STACK FOLLOWS =========
    RMAN-00571: ===============================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01017: invalid username/password; logon denied
    I'm sure that the password is correct. I've re-created the password file and the error continues.
    I'm still able to connect from sqlplus ...
    [server]> echo $ORACLE_SID
    AUX
    [server]> sqlplus
    SQL*Plus: Release 11.2.0.2.0 Production on Thu Sep 13 13:31:35 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Enter user-name: sys@TARGET_DB as sysdba
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    SQL >
    I've granted the sysdba role to system:
    SYS @ TARGET_DB > select * from v$pwfile_users;
    USERNAME SYSDB SYSOP SYSAS
    SYS TRUE TRUE FALSE
    SYSTEM TRUE FALSE FALSE
    I'm not able to connect either with sys not with system users
    Thanks a lot
    Edited by: user11978261 on Sep 13, 2012 4:41 AM

  • Getting ORA-01031 when attempting to Create Database

    I am attempting to issue a CREATE DATABASE statement via JDBC but I am getting a "ORA-01031: insufficient privileges" error. I am logged in as an administrator and I have no trouble creating tables. I am also receiving the same error when attempting this from SQLPlus. I'm stumped.
    Thanks,
    Pino

    Pino,
    I haven't verified this, but only the SYS user can create a DATABASE in Oracle, and you also need to use a special login (when going via SQL*Plus) which JDBC cannot handle. Hence your failures both via JDBC and SQL*Plus.
    By the way, if you are new to Oracle, but have experience in another database, then the Oracle idea of a DATABASE is probably different than what you're used to. That's probably why you're stumped. If you haven't already done so, I suggest reading the Oracle Database Concepts volume of the Oracle documentation, which is available from:
    http://tahiti.oracle.com
    Good Luck,
    Avi.

  • 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

Maybe you are looking for

  • JVM crash when main process exiting

    I started a main process as root user, in the execution of the main process, i started several child processes. All children processes execution are ok, but then main process existing, it throws jvm crash as following: # A fatal error has been detect

  • Photoshop in creative cloud not opening.

    Having cleared cookies/cleared history in safari. Tried firefox, still does not work. Opening photoshop after dowloading from creative cloud still does not work. Message reads "Error Starting Creative cloud" cookies dir: cannot make folder/ cookies:

  • Having problems with front row (and the opticle drive)

    I bought my macbook three days ago, and I'm already having problems. First off, I transfered music from my user profile on my old iMac G5 to the macbook via data DVD. My music collection had some purchaces from the itunes store, so I had to go throug

  • OIncomingPayment + BillOfExchange = error -5002 - Invalid dll path or name

    Hi for all,    I´m having a problem when I try to pay a incoming payment from a invoice with BillOfExchange, I´ve been search all this forum for many hours, with all possibile combinations of subject, but any past topic could explain this problem.   

  • Error "The Query Returned no Objects" while exporting Universe in UDT?

    Hi, I have created a Universe on top of BEx Query using UDT in SAP BO 4.1 and tried to Export the Universe to Repository the following error is appearing. "The Query Returned no Objects" so "The Universe couldn't be exported". Could you please sugges