Oracle 8.0.5, WAS 3.0.2, Redhat 6.1

I recently had Redhat 5.2, Oracle 8.0.5 and WAS 3.0.2 running perfectly. I decided to upgrade the O/S to 6.1. According to Oracle, I have to apply a patch to get the databases to work (Or at least to be certified). I did not apply the patch and
the database seems to be working fine. Does anyone know if I have to apply the patch or recompile the Oracle code?
2nd, I am having problems with WAS 3.0.2 and RH 6.1. I can't seem to start the wrb processes (owsctl start wrb). I am getting a: Error in opening UDP:laptop:2649 message. I think I ran into this before. I don't remember how to fix it. Has anyone else ran into this? Does WAS 3.0.2 work with 6.1 or do I have to go to 4.0.7? Do I need to recompile these executables with the 2.0 libraries like I'm suppose to do with Oracle?
Any help is appreciated.
-Jim Wartnick
null

I would not blame ORACLE - I think the problem is
with the EGCS and the libraries.
I have emails from the linux.devel on these.
For e.g. a simple program such as
#include "stdio.h"
FILE *fp = stderr;
main() {
gives error on Redhat 6.0, Caldera 2.2!
It works on Solaris, IRIX, AIX, Redhat 5.2 and
even with Visual C++ 6!
I have had other programs such as pdksh (ksh) also
dumping on Redhat 6.0 and Caldera 2.2
(even after I compile everything from source!).
I have also had nothing but trouble with other databases
on 6.0. I think new kernels should go through a lot more
testing before being released like this.
I am also debating whether to move back to Redhat 5.2!
Freddy Wissing (guest) wrote:
: Oracle Development Team wrote:
: : Oracle 8.0.5.x is certified on GLIBC 2.1 system and a patch
: : is available for this.
: : The patch available for download contains two files -
: : README including instructions for applying the patch and
: : the patch file glibcpatch.tgz (compressed tar). Follow the
: : instructions provided in the README to apply this patch.
: : This patch is available for both 8.0.5 Standard and
Enterprise
: : Editions of Oracle.
: : Get Technical!
: : http://technet.oracle.com
: I agree with the others. Referring back to an older library
: merely for compatibility's sake is different from forward
: motion. I 've been having nuttin' but trouble with the compat
: stuff, and now my pro-c stuff won't work at all. (separate
post)
: There needs to be REAL glibc-2.1 linking. I hesitate to run
: anything important (no less mission critical) on top of these
: compat packages, and it's truly making me rethink my strategy
of
: using RedHat/Oracle unless I revert back to RedHat 5.2, which I
: liked.
: If you are already publishing a real fix for this, please
: disregard. Otherwise, please do us this favor. There's a
: tremendous RedHat 6.0 population out there.
: Freddy Wissing
null

Similar Messages

  • ORACLE 817 and above IS NOT certified on RedHat 7.1 and above

    Hi,
    ORACLE 817 and above is not certified on RedHat 7.1 and above.
    I would not waste any time. Rather would go with
    SUSE (It works like a charm...) http://www.suse.de/en/support/oracle/
    or TurboLinux
    Regards,
    Sebastian

    Go to www.oracle.com.
    click on downloads in the upper right.
    Select 8i Enterprise edition in the select product box.
    select 8.1.7 for linux.
    You should see the glibc patch on this page.
    you will need a userid and password to the oracle technology network, but these are free if you do not have one.
    Thanks
    Don

  • Help with Oracle Connection- "Input string was not in a correct format"

    Hello, can some one, anyone please help me. I have a simple VS 2005 C# application that connects to oracle. I've set it up to take the username, password and tnsname as arguments. I am using Client 9i, version 9.2.0.401 of Oracle.DataAccess.dll, and .NET Framework 2.0.
    It works fine when I run it from VS 2005, I have also set up a test machine w/o VS 2005 and ran my install package and it runs fine. I sent it to one of my co-workers and when he tries it the OracleConnection obect fails with the error.
    "Input string was not in a correct format"
    strange in that it is not an ORA error, just the identifed text!?
    Here is the code:
    ## begin code
    OracleConnection dbc = new OracleConnection();
    string sConnectString = "User Id=" + username.ToString() + ";Password=" + password.ToString() + ";Data Source=" + tnsname.ToString();
    dbc.ConnectionString = sConnectString.ToString();
    MessageBox.Show("Attempting to Connect to Oracle");
    dbc.Open();
    MessageBox.Show("Connected to Oracle: " + dbc.ServerVersion);
    ## end code
    Pretty basic, what could be going on?
    Since this only happens with an installation, I put in the message boxes to verify exactly where it chokes. I get the first message box, then an error with the identified text. I've seen a number of posts regarding input string format problems, but not a one dealing with OracleConnection.Open(). I added all the ToString() calls just to make sure everything was a string but it did not change the end result.
    Anyone? Thanks In advance!
    Eric S.

    Hello,
    well, i got a message "...string not wellformed format...", too.
    If you have defined the parameters as string, you don't need the additonal "ToString()". Please ckeck your tnsnames -string. Try to debug this. I believe you have copy the format from the tnsnames.ora and there you have much brackets.
    For example, two code snippets:
    As datasource i use <Server>:<Port>/<Instance>
    try
    string FDsn ="User Id="+FDbUser+";Password="+FDbPwd;
    FDsn +=";Data Source=wth5:1521/Ora9.wth5";
    FConn = new OracleConnection(FDsn);
    FConn.Open();
    if (FConn.State == ConnectionState.Open )
         FConn.Close();
    catch (Exception ex)
         FStateMsg = "Connection to database failed. Check Configuration in parameter: ConnectionString. " + ex.Message;
    Above i connect to a Ora 9.2.0.1
    by using
    FDsn +=";Data Source=wth5:1522/XE";
    i connect to an OraExpress database on the same machine.
    My Oracle.dataAccess.dll ist the newest, 10.2.... and it runs under Framework 1.1.x and Framework 2.x
    I'll hope it will help you. Best regards!

  • Oracle 10g express edition was working fine for months now stopped working

    hi all,
    I was working with oracle 10g expree edition fine for months via the front end provided. Created several databases and tables.
    But suddenly for some weeks it is not starting and the URL
    http://127.0.0.1:8080/apex is not working
    and also I am not able to start the database so can't have the dump file exported.
    the trace i am having for starting the db is :
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleXETNSListener
    System error 5 has occurred.
    Access is denied.
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleServiceXE
    System error 5 has occurred.
    Access is denied.
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>
    So pls help me to recover the database.
    I am going to install 11g now.

    pls find below output
    C:\Users\DELL>set
    ALLUSERSPROFILE=C:\ProgramData
    ANT_HOME=C:\TOOLS\apache-ant-1.7.1
    APPDATA=C:\Users\DELL\AppData\Roaming
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    CommonProgramW6432=C:\Program Files\Common Files
    COMPUTERNAME=DELL-PC
    ComSpec=C:\Windows\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Users\DELL
    JAVA_HOME=C:\Program Files (x86)\Java\jdk1.5.0
    LOCALAPPDATA=C:\Users\DELL\AppData\Local
    LOGONSERVER=\\DELL-PC
    NUMBER_OF_PROCESSORS=2
    ORACLE_HOME=C:\oraclexe\app\oracle\product\10.2.0\
    ORACLE_HOME_NAME=XEClient
    OS=Windows_NT
    Path=C:\Program Files (x86)\PHP\;C:\Program Files\Common Files\Microsoft Shared\
    Windows Live;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\Window
    sPowerShell\v1.0\;C:\Program Files\Dell\Dell Wireless WLAN Card;c:\Program Files
    \WIDCOMM\Bluetooth Software\;c:\Program Files\WIDCOMM\Bluetooth Software\syswow6
    4;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;c:\Program Files (
    x86)\Microsoft SQL Server\90\Tools\binn\;C:\TOOLS\apache-ant-1.7.1\bin;C:\Progra
    m Files (x86)\Java\jre1.5.0\bin;C:\Program Files (x86)\Java\jdk1.5.0\bin;C:\Prog
    ram Files\Common Files\Microsoft Shared\Windows Live
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PHPRC=C:\Program Files (x86)\PHP\
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=170a
    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
    SESSIONNAME=Console
    SQLPATH=C:\XEClient\sqlplus
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Users\DELL\AppData\Local\Temp
    TMP=C:\Users\DELL\AppData\Local\Temp
    TNS_NAMES=C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\tnsnames.or
    a
    USERDOMAIN=DELL-PC
    USERNAME=DELL
    USERPROFILE=C:\Users\DELL
    VS80COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\Tools\
    windir=C:\Windows
    C:\Users\DELL>sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Apr 28 21:19:36 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Enter user-name: rcxmer
    Enter password:
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Enter user-name: a
    Enter password:
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
    C:\Users\DELL>lsnrctl stat
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 28-APR-2011 21:20
    :45
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Message 1053 not found; No message file for product=NETWORK, facility=TNSTNS-125
    57: Message 12557 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-00527: Message 527 not found; No message file for product=NETWORK, facilit
    y=TNS
    C:\Users\DELL>

  • Cannot access OSB Web Tool after Oracle Grid Control 11g was implemented

    Hi Guys,
    Here's our environment:
    We have servers: serv010, serv004, serv005, test001. All are working on windows server 2003. We have implemented Oracle Grid Control as a requirement for adding targets into our admin server.
    server010:
    - originally has OEM database control configured.
    - this has a tape library configured.
    - this is the media server of out OSB tape backup that we are setting up.
    - we can access obtool and webtool in this server.
    serv004 and serv005 are clustered RAC nodes.
    test001 is our test environment.
    Before installing grid control:
    1. We can access OSB webtool on the media server (serv010)
    2. We can use OEM database control to access Oracle Secure Backup as well.
    3. OBTOOL is also working.
    What we did:
    1. We implemented Oracle Grid Conrtol 11 on pserv010 (which is also our OSB media server).
    2. All the targets are now accessible using the grid.
    What we noticed after Grid is now working:
    1. We can no longer access OSB Web Tool from the admin server (serv010)
    2. It says page cannot be displayed every time we launch the WebTool on our Starup programs.
    Before we can do the following:
    1. Access the web tool.
    2. Access the webtool using OEM Database Control.
    Here's the apache logs that we have:
    Program Files-Oracle-Backup-Apache-logs
    error_log:
    These are the messages in the error_log and I placed some notes on each part:
    When is was working fine:
    [Wed Apr 27 03:44:44 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 03:44:44 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 03:44:44 2011] [notice] Apache/2.2.15 (Win32) mod_ssl/2.2.15 OpenSSL/0.9.8m PHP/4.4.9 configured -- resuming normal operations
    [Wed Apr 27 03:44:44 2011] [notice] Server built: Aug 20 2010 11:56:27
    [Wed Apr 27 03:44:44 2011] [notice] Parent: Created child process 2640
    [Wed Apr 27 03:44:45 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 03:44:45 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 03:44:45 2011] [notice] Child 2640: Child process is running
    [Wed Apr 27 03:44:45 2011] [notice] Child 2640: Acquired the start mutex.
    [Wed Apr 27 03:44:45 2011] [notice] Child 2640: Starting 64 worker threads.
    [Wed Apr 27 03:44:45 2011] [notice] Child 2640: Starting thread to listen on port 443.
    [Wed Apr 27 04:27:09 2011] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Wed Apr 27 04:27:09 2011] [notice] Child 2640: Exit event signaled. Child process is ending.
    [Wed Apr 27 04:27:10 2011] [notice] Child 2640: Released the start mutex
    [Wed Apr 27 04:27:11 2011] [notice] Child 2640: All worker threads have exited.
    [Wed Apr 27 04:27:11 2011] [notice] Child 2640: Child process is exiting
    [Wed Apr 27 04:27:11 2011] [notice] Parent: Child process exited successfully.
    [Wed Apr 27 04:27:16 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 04:27:16 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 04:27:16 2011] [notice] Apache/2.2.15 (Win32) mod_ssl/2.2.15 OpenSSL/0.9.8m PHP/4.4.9 configured -- resuming normal operations
    [Wed Apr 27 04:27:16 2011] [notice] Server built: Aug 20 2010 11:56:27
    [Wed Apr 27 04:27:16 2011] [notice] Parent: Created child process 3348
    [Wed Apr 27 04:27:16 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 04:27:16 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 04:27:16 2011] [notice] Child 3348: Child process is running
    [Wed Apr 27 04:27:16 2011] [notice] Child 3348: Acquired the start mutex.
    [Wed Apr 27 04:27:16 2011] [notice] Child 3348: Starting 64 worker threads.
    [Wed Apr 27 04:27:16 2011] [notice] Child 3348: Starting thread to listen on port 443.
    [Mon May 02 05:31:44 2011] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Mon May 02 05:31:44 2011] [notice] Child 3348: Exit event signaled. Child process is ending.
    [Mon May 02 05:31:45 2011] [notice] Child 3348: Released the start mutex
    [Mon May 02 05:35:29 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 05:35:30 2011] [warn] pid file C:/Program Files/Oracle/Backup/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    [Mon May 02 05:35:30 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 05:35:30 2011] [notice] Apache/2.2.15 (Win32) mod_ssl/2.2.15 OpenSSL/0.9.8m PHP/4.4.9 configured -- resuming normal operations
    [Mon May 02 05:35:30 2011] [notice] Server built: Aug 20 2010 11:56:27
    [Mon May 02 05:35:30 2011] [notice] Parent: Created child process 2044
    [Mon May 02 05:35:30 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 05:35:31 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 05:35:31 2011] [notice] Child 2044: Child process is running
    [Mon May 02 05:35:31 2011] [notice] Child 2044: Acquired the start mutex.
    [Mon May 02 05:35:31 2011] [notice] Child 2044: Starting 64 worker threads.
    [Mon May 02 05:35:31 2011] [notice] Child 2044: Starting thread to listen on port 443.
    [Mon May 02 23:17:07 2011] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Mon May 02 23:17:07 2011] [notice] Child 2044: Exit event signaled. Child process is ending.
    [Mon May 02 23:17:08 2011] [notice] Child 2044: Released the start mutex
    [Mon May 02 23:17:37 2011] [notice] Parent: Forcing termination of child process 1676
    [Mon May 02 23:22:39 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 23:22:39 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 23:22:39 2011] [notice] Apache/2.2.15 (Win32) mod_ssl/2.2.15 OpenSSL/0.9.8m PHP/4.4.9 configured -- resuming normal operations
    [Mon May 02 23:22:39 2011] [notice] Server built: Aug 20 2010 11:56:27
    [Mon May 02 23:22:39 2011] [notice] Parent: Created child process 2044
    [Mon May 02 23:22:39 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 23:22:40 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 23:22:40 2011] [notice] Child 2044: Child process is running
    [Mon May 02 23:22:40 2011] [notice] Child 2044: Acquired the start mutex.
    [Mon May 02 23:22:40 2011] [notice] Child 2044: Starting 64 worker threads.
    [Mon May 02 23:22:40 2011] [notice] Child 2044: Starting thread to listen on port 443.
    When we were reconfiguring the OEM Grid Control 11g:
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Wed May 11 03:16:15 2011] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Wed May 11 03:16:15 2011] [notice] Child 2044: Exit event signaled. Child process is ending.
    [Wed May 11 03:16:16 2011] [notice] Child 2044: Released the start mutex
    [Wed May 11 03:16:17 2011] [notice] Child 2044: All worker threads have exited.
    [Wed May 11 03:16:17 2011] [notice] Child 2044: Child process is exiting
    [Wed May 11 03:16:17 2011] [notice] Parent: Child process exited successfully.
    When we have the Grid Installed and we can no longer access the OSB WebTool:
    [Wed May 11 03:19:56 2011] [error] Init: Pass phrase incorrect
    [Wed May 11 03:19:56 2011] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Wed May 11 03:19:56 2011] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Wed May 11 03:19:56 2011] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Wed May 11 03:19:56 2011] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    [Wed May 11 23:34:01 2011] [error] Init: Pass phrase incorrect
    [Wed May 11 23:34:01 2011] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Wed May 11 23:34:01 2011] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Wed May 11 23:34:01 2011] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Wed May 11 23:34:01 2011] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    [Thu May 12 01:11:22 2011] [error] Init: Pass phrase incorrect
    [Thu May 12 01:11:22 2011] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Thu May 12 01:11:22 2011] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Thu May 12 01:11:22 2011] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Thu May 12 01:11:22 2011] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    [Thu May 12 04:38:05 2011] [error] Init: Pass phrase incorrect
    [Thu May 12 04:38:05 2011] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Thu May 12 04:38:05 2011] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Thu May 12 04:38:05 2011] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Thu May 12 04:38:05 2011] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    [Thu May 12 05:06:17 2011] [error] Init: Pass phrase incorrect
    [Thu May 12 05:06:17 2011] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Thu May 12 05:06:17 2011] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Thu May 12 05:06:17 2011] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Thu May 12 05:06:17 2011] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    [Wed May 18 01:41:16 2011] [error] Init: Pass phrase incorrect
    [Wed May 18 01:41:16 2011] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Wed May 18 01:41:16 2011] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Wed May 18 01:41:16 2011] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Wed May 18 01:41:16 2011] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    Hope you can help us with this issue. Thanks guys!
    Edited by: iamgilbert on May 18, 2011 10:20 PM

    I found the source of proble....but cannot find solution
    [06/May/2009 09:40:37 00440] [warn] You are using mod_ssl under Win32. This combination is NOT officially supported. Use it at your own risk!
    [06/May/2009 09:40:37 00440] [error] Init: Pass phrase incorrect (OpenSSL library error follows)
    [06/May/2009 09:40:37 00440] [error] OpenSSL: error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [06/May/2009 09:40:37 00440] [error] OpenSSL: error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [06/May/2009 09:40:37 00440] [error] OpenSSL: error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [06/May/2009 09:40:37 00440] [error] OpenSSL: error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib

  • How to install Oracle-ODBC-Driver in WAS 6.40

    Hello,
    I'm new in Netweaver/WAS. I developed a Webservice, which uses JDBC to access a oracle-Database. I use the JDBC-Driver in classes111.zip. So classes111.zip has to be in the classpath.
    For Tomcat there exists a lib-Folder, where I cant copy the driver, so that every deployed Application/Webservice etc. can use it.
    Is there such a Folder in WAS, or how can I deploy the Driver to WAS?
    Thank you,
    Chris

    Hi,
    this thread should answer your question:
    Where must I add the classe12.zip from Oracle in WebAS
    Regards,
    Ivo.

  • Oracle RDC Application - Database was locked but updates still allowed

    I am working in the Oracle RDC application for a clinical study. The study ended and the Oracle database administrator locked the database, however, the users were able to go into the study and approve additional pages after the database had been locked. According to documentation, once the database is locked, the users should only be able to view the information and not make changes unless they have been provided "privilige updates" which was not granted to the users.

    In that case, you probably want to ask this question in one of the Oracle Applications forums. You're far more likely to find someone familiar with the particular application you're using over there.
    Justin

  • Oracle ADF Form Data was Not adding to DB.

    I have Created a Query Based VO(I have given Updatable:Always and i ahve checked in source that IsUpdateable="true"),and added that to AM,I Have created a ADF Form with CreateInsert Operation,When Click on CreateInsert Button It was creating an empty form,
    After Entering the Date into that empty field, when i click on Commit button Data is Not Saving into DB.
    After that,
    I have Creted a Readonly Table With Same Iterator,When i click on "Commit" it was sowing that data is adding to the New Row in that Readonly Table,But when i was checking in DB ,The Data was not adding to DB
    i am useing 11.1.2.3.0 version jdeveloper.
    Any Help is appreciable.....
    Edited by: Rajashekar Thippireddy on Feb 4, 2013 8:47 AM

    You are conceptually wrong. A query-based VO does not insert/update/delete any data to DB. You must create an entity-based VO if you want to insert/update/delete data to DB.
    When you issue a commit operation on an AM, it looks for created/modified/removed Entity objects and then performs the corresponding DML operations on DB. (In fact, DML operations are performed by Entity objects. If there are no Entity objects, then there are no DML operations). If your VO is not entity-based (but query-based), then you do not have any created/modified/removed ADF entities, so there is noting to flush to DB.
    The "Updateable" property of the VO attributes controls whether the VO should allow data entry/modification of these attributes in memory. You can have non-entity based attributes that are marked as "updateable" (for example, transient attributes storing temporary values in memory) but it does not mean that these attributes are going to be flushed to DB.
    You have seen data in the read-only table, because it is based on the same VO and it displays the newly-created row which is in memory.
    Dimitar
    Edited by: Dimitar Dimitrov on Feb 4, 2013 7:00 PM

  • Solaris 10 , oracle 102_64 bit and WAS Kernel 7.00

    i run the top command
    load averages:  1.12,  1.14,  1.15;                    up 0+02:39:01   18:50:27
    117 processes: 115 sleeping, 2 on cpu
    CPU states: 93.0% idle,  6.3% user,  0.6% kernel,  0.0% iowait,  0.0% swap
    Memory: 10G phys mem, 5719M free mem, 36G swap, 36G free swap
       PID USERNAME LWP PRI NICE  SIZE   RES STATE    TIME    CPU COMMAND
      6010 sd2adm     1   0    0 5199M  884M cpu    138:24 94.97% disp+work
      5746 sd2adm     1  57    0   13M 3848K sleep    1:41  2.17% saposcol
      5348 orasd2     1  59    0 1289M 1199M sleep    1:08  1.96% oracle
    i am having trouble one of the disp+work process is runing like 94% ..this problem has started in the Sun10 version or oracle 10G , earlier in Solaris 9 , oracle 9206 no problem all below 1%.
    Overall very poor system performance.

    Hi
    I checked I think It is normal behaviour some times.
    When u change priority it will use large chunk of memory for high Priority or consult ur sys admin for CPU load balancing. CPU load balancing can be done through some utilities also.
    Some times changing priority works for me.
    Let me know if u need any further help.
    Regards
    Vinod

  • Need Advice on Oracle database 10.2.0.4.0 on RedHat Linux AS 4

    Hi,
    I would like to know whether Oracle Database 10.2.0.4.0 is certified to run on the RedHat Linux AS 4 (Nahant Update 6) with HugeMem Kernel?
    actually, we were running the Oracle 10g(10.2.0.4.0) database on RedHat Linux AS 4 (Nahant Update 6) with SMP kernel. We faced "out of memory" error so we are planning to change the kernel to HugeMem from SMP.
    Any suggestions on this would be highly appreciated!!!
    Thanks in advance!!!
    Siva

    If you were facing the out of memory errors, could you elaborate more on the circumstances these errors showed up? You could be facing the same situation after upgrading the OS if you don't properly diagnose the root cause.
    ~ Madrid
    http://hrivera99.blogspot.com

  • Help on Installing Oracle 8i release 3(8.1.7) on RedHat Linux 7.2

    Hi,
    I am trying to install 8.1.7 on RedHat 7.2. I completed the preparatory steps. When I begin the installation with ./mnt/cdrom/runInstaller. I get the following message:
    Intializing Java Virtual Machine from ../stage/components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait.... and it stops. The installation guide doesn't mention anything about the jre. Ane no repsonse from metalink. Please help on how and where to find and if possible a detailed steps that needs to be taken. Help will be greatly appericiated.
    M

    Hi,
    This can be solved by adding following environment variable in
    .bash_profile
    LD_ASSUME_KERNEL=2.2.5
    export LD_ASSUME_KERNEL
    After adding , just relogin as oracle user and run the installation. It will proceed without any problem. (If u get any linker error u need run the patch glibc2.1.3stubs.tar.gz file from OTN downloads).
    Bye
    In case of any problem, mail me at [email protected]
    With Regards,
    P.L. Kannan

  • Oracle 9.2.0.1.0 installed under Redhat 7.3

    Finally beat my way through the entire process.
    Used command line to start the installer, OMS repository creation and OEM
    start.
    Recommend 9.2.0.1.0 Enterprise
    Recommend www.puschitz.com/oracleonlinux.shtml
    Recommend linuxquestions.org
    I downloaded the 3 big files at work and burned CDs.
    At home, I copied the files to the hard drive and followed the instructions
    on the download page.
    I don't believe that the database created during install was really created.
    I used dbca to create a new database.
    Next I must enable auto startup and shutdown.
    Anybody know where the make files for the OCI demos are.
    I found these easily under Solaris.
    [email protected] in Houston
    There is confusion about the name of the init.ora file

    locate demo_rdbms.mk you oaf!
    anybody need my OCI C++ class to insert/select an array of structures(objects)
    with a single OCIStntExecute()
    can send package with test program and make file
    request [email protected]

  • Oracle 9i (9.2.0.4) install on Redhat linux AS3.0

    I download the oracle 9i (9.2.0.4)latest version from website , I only require patch p3006854_9204_linux.zip for the installation. But Unfortunitly, after finish database setup, It can not start Agent Configuration Assistant
    error message:
    "Agent service Failed"
    Any one can give me suggestion to solve it ?
    Thanks a lot!
    [email protected]

    Did you set your oracle home? Can you post your ENV parameters?

  • SAP Oracle database 11.2 migrating from Solaris  to RedHat Linux (x86_64)

    What is SAP guidance on database migration ? What is the best approach ?
    I heard person who does migration has to be certified by SAP.

    Jun He wrote:
    Thank you for prompt response. When you say "heterogenous system copy" does not support it, do you mean SAP does not support the converted system or just the process itself ? 
    >
    > Actually I am discussing with SAP about generating a system copy to send over to SAP and they said that Data Pump is an option they can accept.  If Datapump is accepted by SAP internally, I would think after migration SAP should support datapump-migrated system.
    Hi Jun,
    I didn't said that SAP will not support your system, after the migration by Oracle data pump. I noted that OS/DB migration is performed by heterogenous system copy with the migration key.
    Under this circumstance, if they accept to support you during the migration process with data pump, there's no problem. As I noted that previously, technically it is possible to migrate the system by using data pump, but I didn't requested that kind of support to SAP. I've been surprized to hear that they will support migration with Oracle data pump method. This is my own assestment.
    Will they support you, if you face with a problem during the migration with data pump? Or some other problems you may be face after you go to productive, because of this migration?
    >> When you say "heterogenous system copy" does not support it, do you mean SAP does not support the converted system or just the process itself ? 
    I mean that SAP does not support just process itself and the problem you face because of this migration.
    Best regards,
    Orkun Gedik
    Edited by: Orkun Gedik on Jun 29, 2011 11:11 PM

  • Installing Oracle EBS 11i (11.5.10.2) on Redhat 5.1 - 64 bit

    Hi DBAs,
    Is it possible that I can install theOracle 11i (11.5.10.2) on Redhat 5.1 kernal 2.6.18.12x 64 Bit in single instance mode? If so , can you provide me the list of required RPMs or any metalink reference note. I am following the Note ID 287453.1 but it is only for Redhat 4.x.
    Thanks
    -Samar-
    Edited by: user4314207 on Mar 7, 2009 9:29 AM

    Samar,
    Linux 64-bit operating systems are supported on x86-64 servers for E-Business Suite 11i database tier only. So, you cannot have a single node installation of Oracle Apps 11i on 64-bit Linux OS unless you install the database tier only on this node, and install the application tier on a 32-bit OS.
    Note: 343917.1 - Frequently Asked Questions: Oracle E-Business Suite Support on x86-64
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=343917.1
    Regards,
    Hussein

Maybe you are looking for

  • Converting columns into rows

    Dear all....I need to convert all columns into rows in a table. For example table has following columns: Emp_Cod........Val1......Val2......Val3 1 a b c Now I wish that each column should display as a value like: Emp_Cod........Val1 1 a 1 b 1 c Now t

  • (SOLVED) Vostro 1500: Install dellfand help

    Hiya, I've noticed my laptop getting a little too hot for my liking. It hasn't burnt me but can get uncomfortable after a while. While using mint I installed dellfand to help with the fans but i'm having trouble using it with arch. Below is the file

  • Does anyones Macbook Pro heat up?

    I find that my Macbook Pro heats up and gets hot. Is this normal? Does anyone else find theirs does this? It's not even a year old

  • Mobile/Handheld client related query

    hello all, I have a query regarding handheld/mobile client. Does siebel gateway server come into picture when a mobile/handheld client synchronizes with siebel server? Iff yes then how? Thanks

  • Manage Aperture Referenced Files

    I had thousands of files in Aperture, all referenced to an external hard drive. The hard drive is back-up and all the files are safe, but I dropped the original hard-drive that aperture was referenced too... Well, I didn't think it too big a problem,