10.1.0.4 patch set results in corrupted database

Hello!
I have installed database 10g and applied the 10.1.0.4 patch set to it. After the successfully completed installation tasks, I have proceeded to the post-installation tasks. I have set the initialization parameters successfully and everything was fine until I issued the STARTUP UPGRADE command and got ORA-01034 and Ora-27101 errors:
ORA-01034 ORACLE not available
ORA-27101 "Shared Memory Realm Does Not Exist"
I have tried suggestions posted here and on Metalink, but nothing worked. Since then I am just going in the circle trying different fixes. Should I recreate the Oracle service using ORADIM utility?
Any help is greatly appreciated.
Thanks,
Zrinka

Hi Andreas,
here is one of the trace files:
Dump file c:\oracle\db10g\rdbms\trace\db1_ora_1044.trc
Tue May 31 10:02:05 2005
ORACLE V10.1.0.4.0 - Production vsnsta=0
vsnsql=13 vsnxtr=3
Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Production
With the Partitioning, OLAP and Data Mining options
Windows 2000 Version V5.0 Service Pack 4
CPU : 1 - type 586
Process Affinity: 0x00000000
Memory (A/P) : PH:785M/1023M, PG:2313M/2462M, VA:1950M/2047M
Instance name: db1
Redo thread mounted by this instance: 0 <none>
Oracle process number: 0
1044
*** 2005-05-31 10:02:05.202
kstwlb: SGA is no longer mapped
Dump file c:\oracle\db10g\rdbms\trace\db1_ora_1044.trc
Wed Jun 01 07:53:54 2005
ORACLE V10.1.0.4.0 - Production vsnsta=0
vsnsql=13 vsnxtr=3
Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Production
With the Partitioning, OLAP and Data Mining options
Windows 2000 Version V5.0 Service Pack 4
CPU : 1 - type 586
Process Affinity: 0x00000000
Memory (A/P) : PH:778M/1023M, PG:2308M/2462M, VA:1950M/2047M
Instance name: db1
Redo thread mounted by this instance: 0 <none>
Oracle process number: 0
1044
*** 2005-06-01 07:53:54.526
kstwlb: SGA is no longer mapped
And the alert log:
Dump file c:\oracle\db10g\rdbms\trace\alert_db1.log
Fri Jun 03 15:00:32 2005
ORACLE V10.1.0.4.0 - Production vsnsta=0
vsnsql=13 vsnxtr=3
Windows 2000 Version V5.0 Service Pack 4
CPU : 1 - type 586
Process Affinity: 0x00000000
Memory (A/P) : PH:584M/1023M, PG:2089M/2462M, VA:1950M/2047M
Fri Jun 03 15:00:32 2005
Errors in file c:\oracle\db10g\rdbms\trace\db1_ora_908.trc:
ORA-00600: internal error code, arguments: [733], [538969652], [pga heap], [], [], [], [], []
Fri Jun 03 15:03:00 2005
Shutting down instance (abort)
Fri Jun 03 15:03:52 2005
Errors in file c:\oracle\db10g\rdbms\trace\db1_ora_596.trc:
ORA-00600: internal error code, arguments: [733], [538969652], [pga heap], [], [], [], [], []
Fri Jun 03 15:05:11 2005
Shutting down instance (abort)
Dump file c:\oracle\db10g\rdbms\trace\alert_db1.log
Fri Jun 03 15:09:41 2005
ORACLE V10.1.0.4.0 - Production vsnsta=0
vsnsql=13 vsnxtr=3
Windows 2000 Version V5.0 Service Pack 4
CPU : 1 - type 586
Process Affinity: 0x00000000
Memory (A/P) : PH:505M/1023M, PG:2018M/2462M, VA:1950M/2047M
Fri Jun 03 15:09:41 2005
Shutting down instance (abort)
Fri Jun 03 15:11:39 2005
Shutting down instance (abort)
Fri Jun 03 15:12:59 2005
Shutting down instance (abort)
Dump file c:\oracle\db10g\rdbms\trace\alert_db1.log
Fri Jun 03 15:17:13 2005
ORACLE V10.1.0.4.0 - Production vsnsta=0
vsnsql=13 vsnxtr=3
Windows 2000 Version V5.0 Service Pack 4
CPU : 1 - type 586
Process Affinity: 0x00000000
Memory (A/P) : PH:508M/1023M, PG:2024M/2462M, VA:1950M/2047M
Fri Jun 03 15:17:13 2005
Shutting down instance (abort)
Fri Jun 03 15:21:46 2005
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
KCCDEBUG_LEVEL = 0
Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
Autotune of undo retention is turned on.
Dynamic strands is set to TRUE
Running with 1 shared and 18 private strand(s). Zero-copy redo is FALSE
IMODE=BR
ILAT =18
LICENSE_MAX_USERS = 0
SYS auditing is disabled

Similar Messages

  • Error when installing 9.0.1.4.0 patch set for the Oracle Database Server.

    Hi to all.
    Currently, i am trying to install patches for portal server.
    The server OS is Sun Solaris 8.
    We are using Oracle9iAS.
    Now, we are installing 9.0.1.4.0 patch set for the Oracle Database Server.
    We managed to install the patch, but have problem with the Post Install Action.
    We managed to run
    -ALTER SYSTEM ENABLE RESTRICTED SESSION;
    -@rdbms/admin/catpatch.sql
    -ALTER SYSTEM DISABLE RESTRICTED SESSION;
    -CONNECT / AS SYSDBA
    -update obj$ set status=5 where type#=29 and owner#!=0;
    -commit;
    But, when we come to the next command, which is to shutdown, it gives us like
    this..
    SQL> update obj$ set status=5 where type#=29 and owner#!=0;
    1402 rows updated.
    SQL> commit;
    Commit complete.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    We tried to startup the database..it gives us this error..
    SQL> startup
    ORA-01081: cannot start already-running ORACLE - shut it down first
    So, we tried to shutdown again..
    SQL> shutdown immediate
    ORA-01089: immediate shutdown in progress - no operations are permitted
    I been informed that this is maybe a Database problem related. Any ideas?
    Best Wishes,
    Rushdan Md Saad.

    Patchsets could be obtained (only) from http://metalink.oracle.com
    You need to have valid CSI for access.
    P.S: Sorry Werner, I didn't see you post.
    Message was edited by:
    Ivan Kartik

  • Oracle 9.2.0.3.0 patch set for windows - questions

    Hi!
    I have for that some questions. I have oracle 9.2.0.1.0 on a windows 2003 server running with one local database - no real apllication cluster.
    I don't understand which instructions I have to make for oracle upgrade?
    Must I also make the 3. instruction? Connect to databse prior and drop?
    Must I also make the post install action for my database?
    (startup migrate ...)
    what means at post install actions the following:
    'execute these post install actions only if you have one or more databases associated to the upgraded $oracle_homee.
    My database path is e:\oracle\oradata\database my oracle path is e:\oracle\ora92 have I in my case make the post install actions?
    Thanks for help!
    1. When applying this patchset on Windows NT, XP or Windows 2000, you must log onto the system as a user with Administrative privileges
    (e.g. as a user which is a member of the local Administrators group).
    2. Unzip the downloaded patch set file into a new directory.
    3. Drop the xmlconcat function by running the following commands:
    drop public synonym xmlconcat;
    drop function xmlconcat;
    4. Shut down any existing Oracle Server instances in the ORACLE_HOME to be patched with normal or immediate priority. i.e.: Shutdown all instances (cleanly). Stop the database services, and stop all listener, agent and other Oracle processes running in or against the ORACLE_HOME to be installed into.
    5. Perform the following pre-install steps for Real Application Clusters (RAC) enviroments only:
    IN ADDITION TO STOPPING ALL ORACLE SERVICES IN THE ORACLE_HOME TO BE UPGRADED:
    If you are running in a RAC enviroment, stop the following Windows service(s)/devices(s) using the Net Stop command:
    Stop the Windows service named "OracleGSDService"
    Stop the Windows service named "OracleCMService9i".
    Stop the Windows device named "OraFenceService" (This Device does NOT show up as a Service in the Control Panel).
    For Example:
    C:\>net stop OracleGSDService
    C:\>net stop OracleCMService9i
    C:\>net stop OraFenceService
    Once the above steps have been performed on all the nodes of the cluster, you should then be able to upgrade the OSD components to the 9.2.0.3 versions. This can be accomplished by...
    xcopy all the files in the \Disk1\preinstall_rac\osd\*.* directory to the directory in which the OSD components were originally installed on all nodes(typically %SystemRoot%\system32\osd9i).
    Note: You may also be able to look in HKEY_LOCAL_MACHINE\Software\Oracle\OSD9i registry key to determine the directory in which the original OSD components were installed. Now the OSD components can be restarted on all the nodes in the cluster.
    C:\>net start OraFenceService
    C:\>net start OracleCMService9i
    C:\>net start OracleGSDService
    After all of the above steps have been completed on all the nodes of the cluster, you are now ready to proceed with the Oracle 9.2.0.3.0 patchset installation.
    6. Start the installer:
    If the current Installer version is less than 2.2.0.18.0 then download the Installer 2.2.0.18.0 from Oracle Metalink where it can be accessed with the bug number 2878462 and choosing the MS Windows NT/2000 Server platform, then run the setup.exe 2.2.0.18.0 from the C:\Program Files\Oracle\oui\install directory .
    7. You may install the Patch Set through either an interactive or a silent installation.
    To perform an interactive installation using the Oracle Universal Installer graphical interface:
    1. Start the installer from the newly installed OUI 2.2.0.18.0 by running the version of setup.exe located at C:\Program Files\Oracle\oui\install and verify
    that the version of the OUI GUI is 2.2.0.18.0 before proceeding.
    2. Follow the steps given below within the installer:
    1. On the Welcome screen, click the Next button. This will display the File Locations screen.
    2. Click the Browse button for the Source... entry field and navigate to the stage directory where you unpacked
    the Patch Set tar file.
    3. Select the products.jar file. Click the Next button
    The products file will be read and the installer will load the product definitions.
    The products to be loaded will be displayed (verify ORACLE_HOME setting for this first).
    4. Verify the products listed and then click on the Install button.
    5. Once the installation has completed successfully, it will display End of Installation. Click on Exit and confirm
    to exit the installer.
    To perform a silent installation requiring no user intervention:
    1. Copy the response file template provided in the response directory where you unpacked the Patch
    Set tar file.
    2. Edit the values for all fields labeled as "<Value Required>" according to the comments and examples
    in the template.
    3. From the unzipped patchset installation area, start the installer by running the setup executable passing
    as the last argument the full path of the response file template you have edited locally with your own
    value of ORACLE_HOME and FROM_LOCATION:
    setup.exe -silent -responseFile <full_path_to_your_response_file>
    Post Install Actions
    Execute these "Post Install Actions" only if you have one or more databases associated to the upgraded $ORACLE_HOME.
    Important Notes
    1: Java VM and XML DB Requirements
    Users who have JVM (Java enabled) or JVM and XDB installed on their 9.2.0.1 databases should make sure that the init.ora parameters shared_pool_size and java_pool_size are each 150 MB or more before running the catpatch.sql upgrade script. Failure to do so could result in an unrecoverable memory failure during running of the script. Please note that JVM and XML DB was shipped as part of the default 9.2.0.1 seed database and will be present unless the user explicitly installed a 9.2.0.1 instance without them.
    2: SYSTEM table space
    If you have JServer installed in the database, you should check to be sure there is at least 10M of free space in the SYSTEM table space before running these actions.
    3: Installing on Cluster Databases
    If you are applying this patch set to a cluster database, then set the CLUSTER_DATABASE initialization parameter to false. After the post-install actions are completed, you must set this initialization parameter back to true.
    To complete the installation of this patch set, you need to start up each database associated with the upgraded $ORACLE_HOME, start the database listener (e.g., lsnrctl start), login using SQL*Plus (e.g., sqlplus "/ as sysdba"), and run the following commands/scripts in order from $ORACLE_HOME within a MIGRATE session. If you are using the OLAP option, make sure that the database listener is up.
    startup migrate
    spool patch.log
    @rdbms/admin/catpatch.sql
    spool off
    Review the patch.log file for errors and re-run the catpatch script after correcting any problems
    shutdown
    startup
    This step is optional - it will recompile all invalid PL/SQL packages now rather than when accessed for the first time - you can also use utlrcmp.sql to parallelize this in multiprocessor machines:
    @rdbms/admin/utlrp.sql
    Execute the following if you use Oracle OLAP option:
    alter user olapsys identified by <password> account unlock
    connect olapsys/<password>
    @cwmlite/admin/cwm2awmd.sql
    exit
    Execute the following script only if you have version 9.2.0.1.0 of Oracle Internet Directory installed in your ORACLE_HOME. Make sure that the database and database listener are running and that all parameters are specified prior to running the script:
    $ORACLE_HOME/bin/oidpatchca.bat
    -connect <Connect String>
    -lsnrport <Listener Port>
    -systempwd <SYSTEM Password>
    -odspwd <ODS Password>
    -sudn <Super-User DN>
    -supwd <Super-User Password>
    -dippwd <Password to register DIP Server>
    Where:
    connect - Database connect string
    lsnrport - Database Listener port
    systempwd - Password of the database 'SYSTEM' user
    odspwd - Password of the database 'ODS' user
    sudn - Super-user DN
    supwd - Super-user Password
    dippwd - New password to register Directory Integration Server. This password must conform to the password policy in the OID server
    Execute the following steps only is you are using the RMAN catalog.:
    rman catalog <user/passwd@alias>
    upgrade catalog;
    upgrade catalog;

    I don't understand which instructions I have to make for oracle upgrade?
    -- You have to follow all the instructions mentioned
    (Just check for few if's for Cluster enabled, OID and OLAP databases. Perform these steps only if they apply)
    Must I also make the 3. instruction? Connect to databse prior and drop?
    -- Yes you should do
    Must I also make the post install action for my database?
    (startup migrate ...)
    -- Yes. Do run catpatch.sql .
    what means at post install actions the following:
    'execute these post install actions only if you have one or more databases associated to the upgraded $oracle_homee.
    -- In this step make sure you do step 1
    1: Java VM and XML DB Requirements
    Otherwise catpatch.sql will fail.
    Do 2 and 3 only if applicable
    Chandar
    My database path is e:\oracle\oradata\database my oracle path is e:\oracle\ora92 have I in my case make the post install actions?

  • Not applied Patch 5117016 after 10.2.0.2 patch set.

    Hi ,
    database has been upgraded to 10gR2 on solaris 64bit. Patch 5117016 has not been applied after 10.2.0.2 patch set applied. but after that DST patches were applied. here my concern is should i rollback DST patches in order to apply Patch 5117016. as per metalink note:394933.1
    please advise me.
    thanks in advance,
    Hussain.

    Hi,
    I have got problem when I was installing 10.2.0.3.0 Patch Set after succeed installation of Oracle 10.2.0.1 on Windows server 2003.
    Server was shut down by a coworker middle of installation of 10.2.0.3.0 Patch Set resulting that Patch 5556081 : was not applied ( see below opatch_history.txt ) .
    When I try to apply 10.2.0.3.0 again it fails saying that Patch Set is already installed.
    When I run OUI to see what has been installed I see only Interim Patch #5557962.
    I didn't create any database between the installations.
    So I can't apply OpachSet README.html advice .
    Uninstall PathSet :
    C:\> sqlplus /NOLOG
    SQL> CONNECT SYS/SYS_Password AS SYSDBA
    SQL> SHUTDOWN IMMEDIATE
    SQL> EXIT
    Should I try to Create a Database and after that apply OpachSet README.html advice
    C:\oracle\product\10.2.0\db_1\cfgtoollogs\opatch\opatch_history.txt
    Date & Time : Fri Aug 31 10:56:03 CEST 2007
    Oracle Home : C:\oracle\product\10.2.0\db_1
    OPatch Ver. : 10.2.0.3.0
    Current Dir : C:\oracle\product\10.2.0\db_1\sysman\patches
    Command : apply -silent -local -oh C:\oracle\product\10.2.0\db_1 C:\oracle\product\10.2.0\db_1/sysman/patches/5557962
    Log File : C:\oracle\product\10.2.0\db_1\cfgtoollogs\opatch\opatch2007-08-31_10-56-03AM.log
    /regards

  • Patch set for 10.2.0.1

    Hi,
    Oracle Version :10.2.0.1
    Operating System: RHEL-5 (64-bit)
    Can any one please give me the patch set no to upgarde database from 10.2.0.1 to 10.2.0.3.
    Thanks & Regards,
    Pooran Prasad.S
    Edited by: SIDDABATHUNI on Aug 25, 2011 1:32 PM

    All my production databases are on 10.2.0.3 so i am planing to upgrade from 10.2.0.1 to 10.2.0.3The way I used to do this .... If I have applied the 10.2.0.3 Patchset to a database earlier, I have the Patchset downloaded and still available somewhere on disk (on a database server, a file server, a desktop .....)
    So, if you've patched it , you've got it with you !
    There may be times when you may not be able to download the patch again (it is no longer available for download, your internet connection is flaky, oracle support's site is down ....). That is why having the base oracle software and the patch present is a good practice.
    I know OS administrator's do the same. They keep Linux installers ready onsite.
    Hemant K Chitale

  • Expdp has errors after adding patches set?

    Hi there,
    After adding Oracle patches set and upgrade the database from 10.2.01 to 10.2.0.3, we got the following errors:
    UDE-00008: operation generated ORACLE error 31626
    ORA-31626: job does not exist
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 79
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 2747
    ORA-39086: cannot retrieve job information
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 79
    ORA-06512: at "SYS.KUPV$FT_INT", line 1489
    ORA-12805: parallel query server died unexpectedly
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 3712
    ORA-06512: at line 1
    Notes: expdp used to work in version 10.2.0.1.
    now it has errors above in version 10.2.0.3
    What should we do to fix it?
    Thanks,

    Check this metalink note:
    EXPDP CLIENT GETS UDE-00008 ORA-31626 ORA-39086
    Doc ID: NOTE:549781.1
    Despite of the error stack, expdp may be run successfully.
    Werner

  • Which is the prefered way to rollback a patch set?

    Hello,
    I am about to apply a patch set to my test database 10.2.0.3. Because of a bug, I need to patch up to patch #27 (7353785). From reading the patch doc, it suggested I backup the ORACLE_HOME mountpoint and also the inventory directory. There is a rollback procedure for rolling back the patch as well.
    1) If after the patch has been applied, what would be the best way to back out of the patch say, after the database has been running for a few days after the patch?
    2) What would be the best way to back out of the patch, a few hours after the patch?
    3) which is preferred, using the rollback procedure (opatch rollback -id 7353785) or using the backup ORACLE_HOME and backup inventory directory taken just before the patch is applied?
    Thank you.

    1) If after the patch has been applied, what would be the best way to back out of the patch say, after the database has been running for a few days after the patch? Use opatch, last option restore from backup.
    2) What would be the best way to back out of the patch, a few hours after the patch?Use opatch, last option restore from backup.
    3) which is preferred, using the rollback procedure (opatch rollback -id 7353785) or using the backup ORACLE_HOME and backup inventory directory taken just before the patch is applied?Use opatch
    Ss

  • 10g Release 2 (10.2.0.4) Patch Set 3 for HP-UX Itanium installation failed

    hi everyone
    after i installed the oracle10g 10.2.0.1,and tried to install the patch set (10.2.0.4)
    Prerequisite check failed!
    My OS platform is  HP-UX B.11.23 IA64
    the error info as follow :
    Checking the Components installed in Oracle Home
    Actual Result: error
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation:
    =======================================================================
    Checking for Oracle Home incompatibilities ...
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-15038: Unable to execute rule 'CheckCompatibility' from ruleset 'CompatibilityChecks'. The underlying test 'oracle.sysman.oip.oipc.oipcz.OipczCompatibilityChecks.checkProductCompatibility' has thrown an unhandled exception [value for param now is null]. If the exception results in a failure of the test and the exception needs to be propagated, then encapsulate the exception in the result object and return the result.
    Recommendation: Choose an existing Oracle Database 10g Oracle Home for installing this software.
    =======================================================================
    Any advise will be much appriciated!
    Do need your helps!
    Thanks&Regards
    Peter

    Hello,
    The same problem is documented on Oracle metalink:
    OUI 10.2 Prerequisite Check Fails With OUI-15038 And "[value for param now is null]" [ID 602059.1]:
    Cause
    Some kernel tunables (parameters) have been changed but the new values will not be activated until the next server reboot
    Solution
    Reboot the server so that the kernel tunable (parameter) changes are activated before installing the Oracle software
    Workaround
    The errors/warnings can be ignored and the Oracle installation can be completed successfully, but it is best to schedule a reboot of the server soon so that the pending kernel parameter changes are activated.
    References
    BUG:7150277 - OUI 10.2 PREREQ CHECKS FAIL WITH OUI-15038 AND "[VALUE FOR PARAM NOW IS NULL]"

  • Installation of Patch Set 9.2.0.7 on Windows XP Pro SP2 fails

    When I tried to apply patch set 9.2.0.7 to my 9.2.0.5 installation on a computer with MS Windows XP Pro SP2, shortly after the selection of the target Oracle home directory the installer told me to shut down a large number of Windows processes (like RAS, RPC, etc., about 30 in total) that are not related at all to the installation.
    Am I getting anything wrong? Or is this a bug (as I would suspect)?
    Message was edited by:
    csage

    You are facing an annoying problem with Oracle installation on Windows.
    It seems, some files are locked by
    other processes than the Installer process.
    The following workaround worked (for me):
    Temporarily remove the reference to the Oracle Home at system startup
    1. Rename the Oracle Home \bin directory to \bin_save
    2. Reboot the system
    3. Rename the bin_save directory back to bin again
    4. Start patch installation again

  • Do I need a patch set?

    I am working to install OAM 10.1.4.0.1 to accomplish an IIS SSO integration. I have installed the 10.1.4.0.1 Idendity Server and WebPass on a windows install of OID. Looks like I now need to install Policy Manager and Access Server as well. Finally I will be able to install and configure the IIS WebGate to get SSO functionality. It is my impression I need the 10.1.4.2.0 patch set for this to all work. I am looking at the download page and see the "Oracle Adaptive Access Manager 10g (10.1.4.2.0)" and the "Oracle Virtual Directory 10.1.4.2 Patchset". I do not see an OIS 10.1.4.2 patchset. Can someone please provide some guidance on this.
    Thanks,
    John

    IIS SSO will work on OAM 10.1.4.0.1.
    10.1.4.2.0. is a full patch set that you can apply to all components. Many folks are running 10.1.4.0.1 in production today.
    You don't need to touch OVD or OAAM based on your stated goal.
    Mark

  • Problem running Sample Application after intalling patch set 4.0.2.00.07

    We just applied the patch set 4.0.2.00.07 on our TEST environment APEX4.0.
    Now I can't run the sample application. When I run the application, login using either the admin or the demo user with the #lower_case_workspace_name#", the browser is generating below error message:
    ORA-06550: line 2, column 8: PLS-00201: identifier 'CUSTOM_AUTH' must be declared ORA-06550: line 2, column 1: PL/SQL: Statement ignored
    Error ERR-10460 Unable to run authentication credential check function.
    The sample application works fine on our DEV environment APEX 4.0.0.00.46 *without* the patch set 4.0.2.00.07.
    Does anyone have an idea how to resolve this
    Thanks

    Varad -
    I see that these functions are missing on the TEST environment parsing schema. I will have our DBA rectify the issue.
    Thanks,
    DP

  • 11.1.2.2.000 Patch Set Update (PSU): 11.1.2.2.501 patch  has been released

    11.1.2.2.000 Patch Set Update (PSU): 11.1.2.2.501 patch  has been released

    Hi, John!
    I have already apply patch Patch 17529887:  and redeploy RA, but  workspace shows old version of RA Framework

  • Oracle Application Server 10g R3 with patch set 10.1.3.5.0

    Hi All,
    Can anyone help me on this, When I install Oracle Application Server 10g Release 3 (10.1.3.1.0) and patch set 10.1.3.5.0 on Linux. I am not able to find forms and reports container.
    This version doesn't support forms and reports or I have go OAS 10g R2 (10.1.2.0.2) with patch set 3 (10.1.2.3.0). What is the difference between these two releases.
    Please help me.
    Regards,

    Hi James,
    1)Yes it supports IE 8 .Please review the below link for certification details on browers :-
        http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html#BAJGCBEA
         Note: Oracle Application Server supports only those browsers.
    2)Forms only support Windows 7 32 bit only.
        Please refer to the note:1292919.1 "Certification of Oracle Developer Suite 10g (10.1.2) on Windows 7 (32-bit)"
    3)Could you provide more information of JVM because when you install 10gR2 it has JDK and JRE present in it.
    Regards,
    Prakash.

  • Message "Error in connection:No result set, result attempts = 100" on VC

    Hi,
    I am using a JDBC datasource to retrieve, update, insert and delete information from a SQL Server database using executing store procedures from VC.
    The selection of the data is perfect but for the deletion, insert or update of any data using store procedures I always get the following message:
    "Error in connection:No result set, result attempts = 100"
    At the end the information is modified in the database but I get error.
    Here is an example of one of my store procedure:
    CREATE PROCEDURE [dbo].[DelData]
         @id uniqueidentifier
         -- Add the parameters for the stored procedure here
    AS
    BEGIN
         -- SET NOCOUNT ON added to prevent extra result sets from
         -- interfering with SELECT statements.
         SET NOCOUNT ON;
        -- Insert statements for procedure here
         delete from data     
           WHERE Rowid=@id;
    END
    Let me know if somebody knows the reason of this and if there is something that I am doing wrong.
    Thanks,
    Zareh

    Hi,
    when you SELECT data, you get a result. So your connection gets a result set. When you DELETE, INSERT,... you have no result, because you didn't select data. So your connection can't get any result sets.
    best regards,
    Christian

  • Error while appying patch set 4 (10.1.3.4.0) to oracle home (10.1.3.1.0 )

    Hi,
    I am trying to apply patch set 10g Release 3 (10.1.3) Patch Set 4 (10.1.3.4.0) to 10g Release 3 (10.1.3.1.0) oracle home. As the pre - installation steps describes I have run the script ‘upgrade_10131_10134_oracle.sql’ for both ESB and BPEL. Also we need to delete the line <data id="java-bin" value="/myhost/jdk1.4.2/bin/java" />from the ‘ORACLE_HOME/opmn/conf/opmn.xml’ file. But when I have checked that file, the line was not present there.
    But when I am running the installer, it is showing error like
    Error
    --> Process (index=1,uid=418288051,pid=30220)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\Oracle\Soa_OFMPractice\SOATESTING\opmn\logs\\HTTP_Server~1.log
    Configuration assistant "OPMN Configuration Assistant" failed.
    When I checked the log I got the error message like
    08/12/05 14:00:10 Start process
    Syntax error on line 278 of c:/oracle/soa_ofmpractice/soatesting/apache/apache/conf/httpd.conf:
    Cannot load c:/oracle/soa_ofmpractice/soatesting/apache/apache/modules/apachemoduleossl.dll into server: (127) The specified procedure could not be found:
    Does anybody know how to fix this problem?
    Thanks & Regards,
    Anju

    There is a quick fix for this
    There are 2 lines you need to comment form the c:/oracle/soa_ofmpractice/soatesting/apache/apache/conf/httpd.conf
    A comment is done with a #
    If you look in the C:\Oracle\Soa_OFMPractice\SOATESTING\opmn\logs\HTTP_Server~1.log file it will tell you.
    Find the line that has apachemoduleossl in it. When you try and restart it will fail again the C:\Oracle\Soa_OFMPractice\SOATESTING\opmn\logs\HTTP_Server~1.log should tell you what line to comment
    sorry can't be of much more help but dont have access to an environement at the moment.
    cheers
    James

Maybe you are looking for