Large_pool value changed from 0 to 8388608 after Oracle Patch 10g Release 2

10g Release 2 (10.2.0.4) Patch Set 3 for HP-UX Itanium
Recently we upgrade Oracle software with patch set 6810189.
and upgraded database using dbua.
earlier we set large_pool to 0 and after database upgrade, this large_pool changed to 8388608 bytes. Is this normal with DBUA?
also dbua keeps backup of spfile in same location

This is a way I used to do it too. I am not sure whether it is the official way, but it works nevertheless.
Do make sure you run autoconfig afterwards, which will create a new environment file for you. Then stop listener and database, source the new environment file and restart listener and database.
I found some other procedure in order for you to recreate the environment file:
1. On the application tier, Execute $AD_TOP/bin/admkappsutil.pl to generate appsutil.zip for the database tier.
2. Copy this appsutil.zip to the database tier and unzip it into the ORACLE_HOME
3. Set the following environment variables:
ORACLE_HOME =<10g ORACLE_HOME>
LD_LIBRARY_PATH = <10g ORACLE_HOME/lib, 10g ORACLE_HOME/ctx/lib>
ORACLE_SID = instance name running on this database node.
PATH= $PATH:$ORACLE_HOME/bin;
TNS_ADMIN = $ORACLE_HOME/network/admin/<context_name> 4. Edit the $ORACLE_HOME/network/admin/tnsnames.ora file. Change the aliases for SID=<new RAC instance name>
5. Modify the listener.ora. Change the instance name and Oracle Home to match environment
6. Start the listener.
7. From the 10g ORACLE_HOME/appsutil/bin directory, create an instance-specific XML context file by executing the command:
adbldxml.pl tier=db appsuser=<APPSuser> appspasswd=<APPSpwd>8. De-register the current configuration using the command:
perl $ORACLE_HOME/appsutil/bin/adgentns.pl appspass=apps contextfile=$CONTEXT_FILE -removeserver9. Rename $ORACLE_HOME/dbs/init<rac instance>.ora , to a new name (i.e. init<rac instance>.ora.old in order to allow AutoConfig to regenerate the file using the RAC specific parameters.
10. From the 10g ORACLE_HOME/appsutil/bin directory, execute AutoConfig on the database tier by running the adconfig.pl script.
Now you should have the officially created environment file.
HTH.
Arnoud Roth

Similar Messages

  • Dollar Symbol change from '$' to 'o' after SP patch

    Dear Experts,
          We have updated the following support packages:
         SAP_BASIS 14-18
         SAP_ABA 14-18
         PI_BASIS 14-18
         SAP_BW 15-20
         SAP_AP 12-15
         EA-HR 23-61
         SAP-HR 23-61
         E-RECRUITMENT 18
         After that, Some webdynpro for abap which used PDF report has some errors, which dollar could not be displayed, which indicates some kind of error 'o'.
         We check that the pattern is of this column is from old version :num{$zzz,zzz,zz9.99} to num{($z,zzz,zz9.99)} . How could we deal with this ?
    Thanks & Best Regards,
    Derek

    Did you check the patch cluster log file for any clues?
    /var/sadm/install_data/Solaris_10_Recommended_Patch_Cluster_log
    Once you find the reason for the failure of a bunch of patches, probably the best thing is to re-install the cluster patch {after fixing the errors you found in the patch cluster log}.

  • How to tackle the dataflow problem when Value Change event always triggers after another GUI event

    We know that Value change event always triggers after another GUI event. Eg, the user modifies string control, the user clicks on a boolean control. Then event boolean clicked is triggered before event string control value change.
    Now suppose somehow the GUI event that must happen to subsequently trigger the Value change event can potentially affect the data that Value change event is supposed to work on. How can we tackle this problem ?
    For example, in a mockup application that the grand purpose is to have user entered values in a textbox logged to a file (no missing information is accepted, and there is a boolean to determine how the information is logged).
    There are 2 controls, boolean A when clicked (mouse down) will load random number in text box B. Text box B is designed with event structure VALUE change which saves whatever values user enters into text box B to a log file.
    There are 3 problems when instead of clicking anywhere on the front panel after modifying text box B, the user ends up clicking on boolean control A.
    1. Event mouse down on Boolean control A will execute first, modifying text box B content before the user entered values in B get saved.
    2. The value of boolean A can potentially affect how textbox B is loggged.
    3. The value of boolean A affects how the file is logged and this is indeterminate. Somehow when running this VI with no Highlighting, the textbox B Value change event executes -before- boolean A value is updated (F to T). When running this VI with Highlighting, the boolean A value is updated (F to T) (because we click on it) -before- textbox B value change event occurs. Why is it like this ?
    Now the situation I made up seems non-sense, but I believe it resembles one way or another a problem that you might run into. How would you solve this problem elegantly ?
     

    You can set the string control to "update while typing".
    Are you sure appending the log to itself is reasonable? Wouldn't it grow without bounds if the users keeps entering strings or pressing the ingore button?
    Why isn't the "constant" a diagram constant instead of a control. Is the user allowed to change it?
    To reset just write empty strings or a false to local variables of the controls (renit to defaults" seems a bit heavy handed).
    All you probably need is a single event case for "ignore:value change" and "String" value changed", no need for the local variable..
    Also add a stop button and an event for it.
    You don't need the timeout event.
     

  • Upgrading from Oracle 9.1.0.8 to Oracle Database 10g Release 2 (10.2)

    Hello everyone;
       We are in the process of looking into  upgrading from our current Oracle 9.1.0.8 to Oracle Database 10g Release 2 (10.2): Windows
    We would like to download and install the 10.2.0.1 base release (Oracle Software).   When I go on SAP Marketplace
    https://websmp210.sap-ag.de/oracle-download  and goto the (Software Download) section and click on
    Oracle 10.2 Software (32-bit versions) to download  I receive a error  NO DATA AVAILABLE.
    Is there another area to download the Oracle Software? or do I need to purchase a CD from SAP or can I download this base release straight from Oracle? 
    Thanks for your time and have a great day.

    Hello Pellegrino,
    just download it from the SAP container for each product .. for example
    -> Installations and Upgrades - Entry by Application Group -> SAP NetWeaver -> SAP NETWEAVER 7.0 -> Windows Server -> ORACLE
    Regards
    Stefan

  • Disconnected from Oracle Database 10g Release 10.2.0.1.0 - Production

    Can anyone tell me why my Database is not starting, I have been getting this error for quite some time now
    Total System Global Area 532676608 bytes
    Fixed Size          1249992 bytes
    Variable Size          167775544 bytes
    Database Buffers     360710144 bytes
    Redo Buffers          2940928 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle Database 10g Release 10.2.0.1.0 - Production
    Thank you in advance

    Your Database has started. It only disconnected the session that started the database. For instance, if you are using a startuo script or dbstart.
    Why do you think it is not started?

  • Important--Bug(ORA-22813) fixes in Oracle Database 10g  Release 10.2.0.4

    Hi,
    I found that in SELECT STATEMENTs where we use "xmlagg() functions with a GROUP BY/ORDER BY,it fails with ORA-22813 if the result is too large.
    This happens as there is a hard coded limit on the result size. (max 30k)
    Next,i confirmed that and when i removed a portion of the XML agg() values and executed it---Wonders,it runs perfectly fine.
    This means that ""xmlagg() functions with a GROUP BY/ORDER BY,fails with ORA-22813 since the result is too large.
    I have come to know that patch "Release 10.2.0.4" has the fix for Bug-22813 for "xmlagg() functions with a GROUP BY/ORDER BY".
    Could you all please confirm that "Oracle Database 10g Release 10.2.0.4" (patch 10.2.04) fixes the issue?
    Based on your confirmation,i can go ahead to get the patch installed.
    Current Version:-Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    Thanks
    Mainak

    Your query should be written something like this..
    select d.*
      from fbnk_customer,
           XMLTABLE
              '//c3'
              passing XMLRECORD
              columns
              C3_VALUE varchar2(60) path 'text()'
           ) d
    where recid='1001400'; Although it would be better to use an extact path expression rather than '//c3'

  • Oracle Db 10g Release 10.2.0.4.0 - 64bit Production - DB Hang

    Server - IBM AIX
    Database is hanging some times.
    In alert logifles its showing
    ==========================================================================
    $ cat alert_WPCPRODB.log
    Tue Apr 13 09:03:41 2010
    Thread 1 advanced to log sequence 55358 (LGWR switch)
    Current log# 1 seq# 55358 mem# 0: /oratables4/WPCPRODB/redo1/redo01.log
    Tue Apr 13 09:16:20 2010
    kkjcre1p: unable to spawn jobq slave process
    Tue Apr 13 09:16:20 2010
    Errors in file /orahome/oracle/ora10g/admin/WPCPRODB/bdump/wpcprodb_cjq0_761862.trc:
    Tue Apr 13 09:20:03 2010
    kkjcre1p: unable to spawn jobq slave process
    Tue Apr 13 09:20:03 2010
    Errors in file /orahome/oracle/ora10g/admin/WPCPRODB/bdump/wpcprodb_cjq0_761862.trc:
    ==================================================================================
    cat /orahome/oracle/ora10g/admin/WPCPRODB/bdump/wpcprodb_cjq0_761862.trc
    *** 2010-04-13 09:19:39.713
    *** 2010-04-13 09:19:49.715
    Waited for process J000 to initialize for 110 seconds
    *** 2010-04-13 09:19:49.715
    Dumping diagnostic information for J000:
    OS pid = 1269840
    loadavg : 1.13 1.11 1.45
    swap info: free_mem = 77.24M rsv = 66.00M
    alloc = 2501.88M avail = 16896.00M swap_free = 14394.12M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 A oracle 1269840 1 0 64 22 25c8e400 86264 09:17:50 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    1269840: ora_j000_WPCPRODB
    0x00000001000fc858 sskgpwwait(??, ??, ??, ??, ??) + 0x38
    0x00000001000f9e3c skgpwwait(??, ??, ??, ??, ??) + 0xbc
    0x000000010011db6c kslges(??, ??, ??, ??, ??) + 0x54c
    0x000000010012199c kslgetl(??, ??, ??, ??) + 0x33c
    0x0000000104497958 ksfglt(??, ??, ??, ??, ??) + 0x198
    0x00000001000847b4 kghfrunp(??, ??, ??, ??, ??, ??, ??) + 0x794
    0x000000010007a488 kghfnd(??, ??, ??, ??, ??, ??) + 0x7e8
    0x0000000100098444 kghalo(??, ??, ??, ??, ??, ??, ??, ??) + 0xa24
    0x00000001000058a0 ksp_param_handle_alloc(??) + 0x100
    0x000000010001d21c kspcrec(??) + 0x1bc
    0x00000001001407a8 ksucre(??) + 0x408
    0x0000000103031770 kkjrdp() + 0x350
    0x0000000103dba990 opirip(??, ??, ??) + 0x4f0
    0x0000000102d4a258 opidrv(??, ??, ??) + 0x458
    0x00000001032f05b0 sou2o(??, ??, ??, ??) + 0x90
    0x0000000100000870 opimai_real(??, ??) + 0x150
    0x00000001000006d8 main(??, ??) + 0x98
    0x0000000100000368 __start() + 0x98
    *** 2010-04-13 09:19:51.422
    *** 2010-04-13 09:20:01.423
    Waited for process J000 to initialize for 120 seconds
    *** 2010-04-13 09:20:01.424
    Dumping diagnostic information for J000:
    OS pid = 1269840
    loadavg : 1.09 1.10 1.44
    swap info: free_mem = 76.28M rsv = 66.00M
    alloc = 2501.60M avail = 16896.00M swap_free = 14394.40M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 A oracle 1269840 1 1 64 22 25c8e400 86264 09:17:50 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    1269840: ora_j000_WPCPRODB
    0x00000001000fc858 sskgpwwait(??, ??, ??, ??, ??) + 0x38
    0x00000001000f9e3c skgpwwait(??, ??, ??, ??, ??) + 0xbc
    0x000000010011db6c kslges(??, ??, ??, ??, ??) + 0x54c
    0x000000010012199c kslgetl(??, ??, ??, ??) + 0x33c
    0x0000000104497958 ksfglt(??, ??, ??, ??, ??) + 0x198
    0x00000001000847b4 kghfrunp(??, ??, ??, ??, ??, ??, ??) + 0x794
    0x000000010007a488 kghfnd(??, ??, ??, ??, ??, ??) + 0x7e8
    0x0000000100098444 kghalo(??, ??, ??, ??, ??, ??, ??, ??) + 0xa24
    0x00000001000058a0 ksp_param_handle_alloc(??) + 0x100
    0x000000010001d21c kspcrec(??) + 0x1bc
    0x00000001001407a8 ksucre(??) + 0x408
    0x0000000103031770 kkjrdp() + 0x350
    0x0000000103dba990 opirip(??, ??, ??) + 0x4f0
    0x0000000102d4a258 opidrv(??, ??, ??) + 0x458
    0x00000001032f05b0 sou2o(??, ??, ??, ??) + 0x90
    0x0000000100000870 opimai_real(??, ??) + 0x150
    0x00000001000006d8 main(??, ??) + 0x98
    0x0000000100000368 __start() + 0x98
    *** 2010-04-13 09:20:03.262
    Killing process (ospid 1269840): (reason=x4 error=0)
    ... and the process is still alive after kill!
    =======================================================================
    SQL> show parameter JOB_QUEUE
    NAME TYPE VALUE
    job_queue_processes integer 50
    SQL> show parameter pga_aggregate_target;
    NAME TYPE VALUE
    pga_aggregate_target big integer 2G
    SQL> show parameter pre_page_sga;
    NAME TYPE VALUE
    pre_page_sga boolean FALSE
    After that we can't able to get the sql prompt, its fully hang. Its happened 3 to 4 times in our database. After that we compelled to kill the pmon process for release the resource (after bring down the application & stopping listener). In next startup database comes in normal.
    Can you plz help me why it is happening? Is there any resource locking happening in OS level? How to fix this issue permanently?
    Thanks & Regards
    SIJO JOSE
    BANGALORE
    Mob - 09739394539
    Email Id - [email protected]

    The respective trace file i mentioned here
    Errors in file /orahome/oracle/ora10g/admin/WPCPRODB/bdump/wpcprodb_cjq0_761862.trc
    ===================================================================
    /orahome/oracle/ora10g/admin/WPCPRODB/bdump/wpcprodb_cjq0_761862.trc
    Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
    ORACLE_HOME = /orahome/oracle/ora10g
    System name:     AIX
    Node name:     wpcdb
    Release:     3
    Version:     5
    Machine:     00C6E6FB4C00
    Instance name: WPCPRODB
    Redo thread mounted by this instance: 1
    Oracle process number: 10
    Unix process pid: 761862, image: oracle@wpcdb (CJQ0)
    *** 2010-04-13 09:15:06.219
    *** SERVICE NAME:(SYS$BACKGROUND) 2010-04-13 09:15:06.150
    *** SESSION ID:(547.1) 2010-04-13 09:15:06.142
    Waited for process J000 to initialize for 60 seconds
    *** 2010-04-13 09:15:06.219
    Dumping diagnostic information for J000:
    OS pid = 811158
    loadavg : 0.81 1.46 1.66
    swap info: free_mem = 19.91M rsv = 66.00M
    alloc = 2483.64M avail = 16896.00M swap_free = 14412.36M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 A oracle 811158 1 0 64 22 25c8e400 86256 09:14:06 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    811158: ora_j000_WPCPRODB
    0x00000001000fc858 sskgpwwait(??, ??, ??, ??, ??) + 0x38
    0x00000001000f9e3c skgpwwait(??, ??, ??, ??, ??) + 0xbc
    0x000000010011db6c kslges(??, ??, ??, ??, ??) + 0x54c
    0x000000010012199c kslgetl(??, ??, ??, ??) + 0x33c
    0x0000000104497958 ksfglt(??, ??, ??, ??, ??) + 0x198
    0x00000001002fe72c kgllkalt(??, ??) + 0x8c
    0x00000001002f4f3c kglssi(??, ??, ??, ??) + 0x5c
    0x000000010013fb80 ksucri(??, ??) + 0x560
    0x0000000100140460 ksucre(??) + 0xc0
    0x0000000103031770 kkjrdp() + 0x350
    0x0000000103dba990 opirip(??, ??, ??) + 0x4f0
    0x0000000102d4a258 opidrv(??, ??, ??) + 0x458
    0x00000001032f05b0 sou2o(??, ??, ??, ??) + 0x90
    0x0000000100000870 opimai_real(??, ??) + 0x150
    0x00000001000006d8 main(??, ??) + 0x98
    0x0000000100000368 __start() + 0x98
    *** 2010-04-13 09:15:12.766
    *** 2010-04-13 09:15:22.768
    Waited for process J000 to initialize for 70 seconds
    *** 2010-04-13 09:15:22.768
    Dumping diagnostic information for J000:
    OS pid = 811158
    loadavg : 0.70 1.40 1.64
    swap info: free_mem = 4.64M rsv = 66.00M
    alloc = 2490.84M avail = 16896.00M swap_free = 14405.16M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 A oracle 811158 1 0 64 22 25c8e400 86256 09:14:06 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    811158: ora_j000_WPCPRODB
    0x00000001000fc858 sskgpwwait(??, ??, ??, ??, ??) + 0x38
    0x00000001000f9e3c skgpwwait(??, ??, ??, ??, ??) + 0xbc
    0x000000010011db6c kslges(??, ??, ??, ??, ??) + 0x54c
    0x000000010012199c kslgetl(??, ??, ??, ??) + 0x33c
    0x0000000104497958 ksfglt(??, ??, ??, ??, ??) + 0x198
    0x00000001002fe72c kgllkalt(??, ??) + 0x8c
    0x00000001002f4f3c kglssi(??, ??, ??, ??) + 0x5c
    0x000000010013fb80 ksucri(??, ??) + 0x560
    0x0000000100140460 ksucre(??) + 0xc0
    0x0000000103031770 kkjrdp() + 0x350
    0x0000000103dba990 opirip(??, ??, ??) + 0x4f0
    0x0000000102d4a258 opidrv(??, ??, ??) + 0x458
    0x00000001032f05b0 sou2o(??, ??, ??, ??) + 0x90
    0x0000000100000870 opimai_real(??, ??) + 0x150
    0x00000001000006d8 main(??, ??) + 0x98
    0x0000000100000368 __start() + 0x98
    *** 2010-04-13 09:15:24.575
    *** 2010-04-13 09:15:34.577
    Waited for process J000 to initialize for 80 seconds
    *** 2010-04-13 09:15:34.577
    Dumping diagnostic information for J000:
    OS pid = 811158
    loadavg : 0.75 1.39 1.63
    swap info: free_mem = 3.96M rsv = 66.00M
    alloc = 2491.60M avail = 16896.00M swap_free = 14404.40M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 A oracle 811158 1 0 64 22 25c8e400 86256 09:14:06 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    811158: ora_j000_WPCPRODB
    0x00000001000fc858 sskgpwwait(??, ??, ??, ??, ??) + 0x38
    0x00000001000f9e3c skgpwwait(??, ??, ??, ??, ??) + 0xbc
    0x000000010011db6c kslges(??, ??, ??, ??, ??) + 0x54c
    0x000000010012199c kslgetl(??, ??, ??, ??) + 0x33c
    0x0000000104497958 ksfglt(??, ??, ??, ??, ??) + 0x198
    0x00000001002fe72c kgllkalt(??, ??) + 0x8c
    0x00000001002f4f3c kglssi(??, ??, ??, ??) + 0x5c
    0x000000010013fb80 ksucri(??, ??) + 0x560
    0x0000000100140460 ksucre(??) + 0xc0
    0x0000000103031770 kkjrdp() + 0x350
    0x0000000103dba990 opirip(??, ??, ??) + 0x4f0
    0x0000000102d4a258 opidrv(??, ??, ??) + 0x458
    0x00000001032f05b0 sou2o(??, ??, ??, ??) + 0x90
    0x0000000100000870 opimai_real(??, ??) + 0x150
    0x00000001000006d8 main(??, ??) + 0x98
    0x0000000100000368 __start() + 0x98
    *** 2010-04-13 09:15:36.457
    *** 2010-04-13 09:15:46.459
    Waited for process J000 to initialize for 90 seconds
    *** 2010-04-13 09:15:46.459
    Dumping diagnostic information for J000:
    OS pid = 811158
    loadavg : 0.87 1.39 1.63
    swap info: free_mem = 5.45M rsv = 66.00M
    alloc = 2496.28M avail = 16896.00M swap_free = 14399.72M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 A oracle 811158 1 1 64 22 25c8e400 86264 09:14:06 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    procstack: write(/proc/811158/ctl): The requested resource is busy.
    811158: ora_j000_WPCPRODB
    0x0000000000000000 ????????() + ??
    *** 2010-04-13 09:15:46.533
    *** 2010-04-13 09:15:56.534
    Waited for process J000 to initialize for 100 seconds
    *** 2010-04-13 09:15:56.534
    Dumping diagnostic information for J000:
    OS pid = 811158
    loadavg : 0.74 1.34 1.61
    swap info: free_mem = 5.11M rsv = 66.00M
    alloc = 2496.11M avail = 16896.00M swap_free = 14399.89M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 T oracle 811158 1 0 64 22 25c8e400 86264 09:14:06 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    811158: ora_j000_WPCPRODB
    0x0000000100087f6c kghfrh_internal(??, ??, ??) + 0x2ac
    0x0000000100094770 kghfrh(??, ??) + 0x10
    0x0000000104272a0c kksFreeHeap(??, ??, ??) + 0xac
    0x0000000104272c38 kksFreeHeapGetMutex(??, ??, ??, ??) + 0x198
    0x0000000101f33868 kksCursorFreeCallBack(??, ??, ??) + 0x88
    0x000000010030ae84 kglobf0(??, ??, ??, ??) + 0x264
    0x00000001002f8cc8 kglhpd_internal(??, ??, ??, ??) + 0x228
    0x00000001002fc850 kglhpd(??, ??, ??) + 0x10
    0x00000001000864e8 kghfrx(??, ??, ??) + 0x28
    0x0000000100084b64 kghfrunp(??, ??, ??, ??, ??, ??, ??) + 0xb44
    0x000000010007a488 kghfnd(??, ??, ??, ??, ??, ??) + 0x7e8
    0x0000000100098444 kghalo(??, ??, ??, ??, ??, ??, ??, ??) + 0xa24
    0x0000000100005908 ksp_param_handle_alloc(??) + 0x168
    0x000000010001d21c kspcrec(??) + 0x1bc
    0x00000001001407a8 ksucre(??) + 0x408
    0x0000000103031770 kkjrdp() + 0x350
    0x0000000103dba990 opirip(??, ??, ??) + 0x4f0
    0x0000000102d4a258 opidrv(??, ??, ??) + 0x458
    0x00000001032f05b0 sou2o(??, ??, ??, ??) + 0x90
    0x0000000100000870 opimai_real(??, ??) + 0x150
    0x00000001000006d8 main(??, ??) + 0x98
    0x0000000100000368 __start() + 0x98
    *** 2010-04-13 09:15:58.411
    *** 2010-04-13 09:16:08.413
    Waited for process J000 to initialize for 110 seconds
    *** 2010-04-13 09:16:08.413
    Dumping diagnostic information for J000:
    OS pid = 811158
    loadavg : 0.77 1.33 1.60
    swap info: free_mem = 3.84M rsv = 66.00M
    alloc = 2497.99M avail = 16896.00M swap_free = 14398.01M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 A oracle 811158 1 1 64 22 25c8e400 86264 09:14:06 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    procstack: write(/proc/811158/ctl): The requested resource is busy.
    811158: ora_j000_WPCPRODB
    0x0000000000000000 ????????() + ??
    *** 2010-04-13 09:16:08.485
    *** 2010-04-13 09:16:18.487
    Waited for process J000 to initialize for 120 seconds
    *** 2010-04-13 09:16:18.487
    Dumping diagnostic information for J000:
    OS pid = 811158
    loadavg : 0.73 1.30 1.59
    swap info: free_mem = 3.86M rsv = 66.00M
    alloc = 2497.12M avail = 16896.00M swap_free = 14398.88M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 T oracle 811158 1 0 64 22 25c8e400 86264 09:14:06 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    811158: ora_j000_WPCPRODB
    0x0000000100082084 kghfrmrg(??, ??, ??, ??, ??) + 0x124
    0x0000000100095d5c kghfre(??, ??, ??, ??, ??) + 0x57c
    0x00000001000881e8 kghfrh_internal(??, ??, ??) + 0x528
    0x0000000100094770 kghfrh(??, ??) + 0x10
    0x0000000104272a0c kksFreeHeap(??, ??, ??) + 0xac
    0x0000000104272c38 kksFreeHeapGetMutex(??, ??, ??, ??) + 0x198
    0x0000000101f33868 kksCursorFreeCallBack(??, ??, ??) + 0x88
    0x000000010030ae84 kglobf0(??, ??, ??, ??) + 0x264
    0x00000001002f8cc8 kglhpd_internal(??, ??, ??, ??) + 0x228
    0x00000001002fc850 kglhpd(??, ??, ??) + 0x10
    0x00000001000864e8 kghfrx(??, ??, ??) + 0x28
    0x0000000100084b64 kghfrunp(??, ??, ??, ??, ??, ??, ??) + 0xb44
    0x000000010007a488 kghfnd(??, ??, ??, ??, ??, ??) + 0x7e8
    0x0000000100098444 kghalo(??, ??, ??, ??, ??, ??, ??, ??) + 0xa24
    0x0000000100005908 ksp_param_handle_alloc(??) + 0x168
    0x000000010001d21c kspcrec(??) + 0x1bc
    0x00000001001407a8 ksucre(??) + 0x408
    0x0000000103031770 kkjrdp() + 0x350
    0x0000000103dba990 opirip(??, ??, ??) + 0x4f0
    0x0000000102d4a258 opidrv(??, ??, ??) + 0x458
    0x00000001032f05b0 sou2o(??, ??, ??, ??) + 0x90
    0x0000000100000870 opimai_real(??, ??) + 0x150
    0x00000001000006d8 main(??, ??) + 0x98
    0x0000000100000368 __start() + 0x98
    *** 2010-04-13 09:16:20.715
    Killing process (ospid 811158): (reason=x4 error=0)
    ... and the process is still alive after kill!
    *** 2010-04-13 09:18:50.793
    Waited for process J000 to initialize for 60 seconds
    *** 2010-04-13 09:18:50.793
    Dumping diagnostic information for J000:
    OS pid = 1269840
    loadavg : 0.66 1.06 1.45
    swap info: free_mem = 34.36M rsv = 66.00M
    alloc = 2501.22M avail = 16896.00M swap_free = 14394.78M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 A oracle 1269840 1 0 64 22 25c8e400 86264 09:17:50 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    1269840: ora_j000_WPCPRODB
    0x00000001000fc858 sskgpwwait(??, ??, ??, ??, ??) + 0x38
    0x00000001000f9e3c skgpwwait(??, ??, ??, ??, ??) + 0xbc
    0x000000010011db6c kslges(??, ??, ??, ??, ??) + 0x54c
    0x000000010012199c kslgetl(??, ??, ??, ??) + 0x33c
    0x0000000104497958 ksfglt(??, ??, ??, ??, ??) + 0x198
    0x00000001000847b4 kghfrunp(??, ??, ??, ??, ??, ??, ??) + 0x794
    0x000000010007a488 kghfnd(??, ??, ??, ??, ??, ??) + 0x7e8
    0x0000000100098444 kghalo(??, ??, ??, ??, ??, ??, ??, ??) + 0xa24
    0x00000001000058a0 ksp_param_handle_alloc(??) + 0x100
    0x000000010001d21c kspcrec(??) + 0x1bc
    0x00000001001407a8 ksucre(??) + 0x408
    0x0000000103031770 kkjrdp() + 0x350
    0x0000000103dba990 opirip(??, ??, ??) + 0x4f0
    0x0000000102d4a258 opidrv(??, ??, ??) + 0x458
    0x00000001032f05b0 sou2o(??, ??, ??, ??) + 0x90
    0x0000000100000870 opimai_real(??, ??) + 0x150
    0x00000001000006d8 main(??, ??) + 0x98
    0x0000000100000368 __start() + 0x98
    *** 2010-04-13 09:18:52.492
    *** 2010-04-13 09:19:02.493
    Waited for process J000 to initialize for 70 seconds
    *** 2010-04-13 09:19:02.493
    Dumping diagnostic information for J000:
    OS pid = 1269840
    loadavg : 0.64 1.04 1.44
    swap info: free_mem = 20.38M rsv = 66.00M
    alloc = 2499.66M avail = 16896.00M swap_free = 14396.34M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 A oracle 1269840 1 0 64 22 25c8e400 86264 09:17:50 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    1269840: ora_j000_WPCPRODB
    0x00000001000fc858 sskgpwwait(??, ??, ??, ??, ??) + 0x38
    0x00000001000f9e3c skgpwwait(??, ??, ??, ??, ??) + 0xbc
    0x000000010011db6c kslges(??, ??, ??, ??, ??) + 0x54c
    0x000000010012199c kslgetl(??, ??, ??, ??) + 0x33c
    0x0000000104497958 ksfglt(??, ??, ??, ??, ??) + 0x198
    0x00000001000847b4 kghfrunp(??, ??, ??, ??, ??, ??, ??) + 0x794
    0x000000010007a488 kghfnd(??, ??, ??, ??, ??, ??) + 0x7e8
    0x0000000100098444 kghalo(??, ??, ??, ??, ??, ??, ??, ??) + 0xa24
    0x00000001000058a0 ksp_param_handle_alloc(??) + 0x100
    0x000000010001d21c kspcrec(??) + 0x1bc
    0x00000001001407a8 ksucre(??) + 0x408
    0x0000000103031770 kkjrdp() + 0x350
    0x0000000103dba990 opirip(??, ??, ??) + 0x4f0
    0x0000000102d4a258 opidrv(??, ??, ??) + 0x458
    0x00000001032f05b0 sou2o(??, ??, ??, ??) + 0x90
    0x0000000100000870 opimai_real(??, ??) + 0x150
    0x00000001000006d8 main(??, ??) + 0x98
    0x0000000100000368 __start() + 0x98
    *** 2010-04-13 09:19:04.244
    *** 2010-04-13 09:19:14.246
    Waited for process J000 to initialize for 80 seconds
    *** 2010-04-13 09:19:14.246
    Dumping diagnostic information for J000:
    OS pid = 1269840
    loadavg : 0.70 1.04 1.43
    swap info: free_mem = 47.15M rsv = 66.00M
    alloc = 2500.55M avail = 16896.00M swap_free = 14395.45M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 A oracle 1269840 1 0 64 22 25c8e400 86264 09:17:50 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    1269840: ora_j000_WPCPRODB
    0x00000001000fc858 sskgpwwait(??, ??, ??, ??, ??) + 0x38
    0x00000001000f9e3c skgpwwait(??, ??, ??, ??, ??) + 0xbc
    0x000000010011db6c kslges(??, ??, ??, ??, ??) + 0x54c
    0x000000010012199c kslgetl(??, ??, ??, ??) + 0x33c
    0x0000000104497958 ksfglt(??, ??, ??, ??, ??) + 0x198
    0x00000001000847b4 kghfrunp(??, ??, ??, ??, ??, ??, ??) + 0x794
    0x000000010007a488 kghfnd(??, ??, ??, ??, ??, ??) + 0x7e8
    0x0000000100098444 kghalo(??, ??, ??, ??, ??, ??, ??, ??) + 0xa24
    0x00000001000058a0 ksp_param_handle_alloc(??) + 0x100
    0x000000010001d21c kspcrec(??) + 0x1bc
    0x00000001001407a8 ksucre(??) + 0x408
    0x0000000103031770 kkjrdp() + 0x350
    0x0000000103dba990 opirip(??, ??, ??) + 0x4f0
    0x0000000102d4a258 opidrv(??, ??, ??) + 0x458
    0x00000001032f05b0 sou2o(??, ??, ??, ??) + 0x90
    0x0000000100000870 opimai_real(??, ??) + 0x150
    0x00000001000006d8 main(??, ??) + 0x98
    0x0000000100000368 __start() + 0x98
    *** 2010-04-13 09:19:15.938
    *** 2010-04-13 09:19:25.939
    Waited for process J000 to initialize for 90 seconds
    *** 2010-04-13 09:19:25.939
    Dumping diagnostic information for J000:
    OS pid = 1269840
    loadavg : 0.83 1.05 1.43
    swap info: free_mem = 46.87M rsv = 66.00M
    alloc = 2500.50M avail = 16896.00M swap_free = 14395.50M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 A oracle 1269840 1 0 64 22 25c8e400 86264 09:17:50 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    1269840: ora_j000_WPCPRODB
    0x00000001000fc858 sskgpwwait(??, ??, ??, ??, ??) + 0x38
    0x00000001000f9e3c skgpwwait(??, ??, ??, ??, ??) + 0xbc
    0x000000010011db6c kslges(??, ??, ??, ??, ??) + 0x54c
    0x000000010012199c kslgetl(??, ??, ??, ??) + 0x33c
    0x0000000104497958 ksfglt(??, ??, ??, ??, ??) + 0x198
    0x00000001000847b4 kghfrunp(??, ??, ??, ??, ??, ??, ??) + 0x794
    0x000000010007a488 kghfnd(??, ??, ??, ??, ??, ??) + 0x7e8
    0x0000000100098444 kghalo(??, ??, ??, ??, ??, ??, ??, ??) + 0xa24
    0x00000001000058a0 ksp_param_handle_alloc(??) + 0x100
    0x000000010001d21c kspcrec(??) + 0x1bc
    0x00000001001407a8 ksucre(??) + 0x408
    0x0000000103031770 kkjrdp() + 0x350
    0x0000000103dba990 opirip(??, ??, ??) + 0x4f0
    0x0000000102d4a258 opidrv(??, ??, ??) + 0x458
    0x00000001032f05b0 sou2o(??, ??, ??, ??) + 0x90
    0x0000000100000870 opimai_real(??, ??) + 0x150
    0x00000001000006d8 main(??, ??) + 0x98
    0x0000000100000368 __start() + 0x98
    *** 2010-04-13 09:19:27.678
    *** 2010-04-13 09:19:37.682
    Waited for process J000 to initialize for 100 seconds
    *** 2010-04-13 09:19:37.682
    Dumping diagnostic information for J000:
    OS pid = 1269840
    loadavg : 1.08 1.10 1.44
    swap info: free_mem = 10.67M rsv = 66.00M
    alloc = 2500.29M avail = 16896.00M swap_free = 14395.71M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 A oracle 1269840 1 0 64 22 25c8e400 86264 09:17:50 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    1269840: ora_j000_WPCPRODB
    0x00000001000fc858 sskgpwwait(??, ??, ??, ??, ??) + 0x38
    0x00000001000f9e3c skgpwwait(??, ??, ??, ??, ??) + 0xbc
    0x000000010011db6c kslges(??, ??, ??, ??, ??) + 0x54c
    0x000000010012199c kslgetl(??, ??, ??, ??) + 0x33c
    0x0000000104497958 ksfglt(??, ??, ??, ??, ??) + 0x198
    0x00000001000847b4 kghfrunp(??, ??, ??, ??, ??, ??, ??) + 0x794
    0x000000010007a488 kghfnd(??, ??, ??, ??, ??, ??) + 0x7e8
    0x0000000100098444 kghalo(??, ??, ??, ??, ??, ??, ??, ??) + 0xa24
    0x00000001000058a0 ksp_param_handle_alloc(??) + 0x100
    0x000000010001d21c kspcrec(??) + 0x1bc
    0x00000001001407a8 ksucre(??) + 0x408
    0x0000000103031770 kkjrdp() + 0x350
    0x0000000103dba990 opirip(??, ??, ??) + 0x4f0
    0x0000000102d4a258 opidrv(??, ??, ??) + 0x458
    0x00000001032f05b0 sou2o(??, ??, ??, ??) + 0x90
    0x0000000100000870 opimai_real(??, ??) + 0x150
    0x00000001000006d8 main(??, ??) + 0x98
    0x0000000100000368 __start() + 0x98
    *** 2010-04-13 09:19:39.713
    *** 2010-04-13 09:19:49.715
    Waited for process J000 to initialize for 110 seconds
    *** 2010-04-13 09:19:49.715
    Dumping diagnostic information for J000:
    OS pid = 1269840
    loadavg : 1.13 1.11 1.45
    swap info: free_mem = 77.24M rsv = 66.00M
    alloc = 2501.88M avail = 16896.00M swap_free = 14394.12M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 A oracle 1269840 1 0 64 22 25c8e400 86264 09:17:50 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    1269840: ora_j000_WPCPRODB
    0x00000001000fc858 sskgpwwait(??, ??, ??, ??, ??) + 0x38
    0x00000001000f9e3c skgpwwait(??, ??, ??, ??, ??) + 0xbc
    0x000000010011db6c kslges(??, ??, ??, ??, ??) + 0x54c
    0x000000010012199c kslgetl(??, ??, ??, ??) + 0x33c
    0x0000000104497958 ksfglt(??, ??, ??, ??, ??) + 0x198
    0x00000001000847b4 kghfrunp(??, ??, ??, ??, ??, ??, ??) + 0x794
    0x000000010007a488 kghfnd(??, ??, ??, ??, ??, ??) + 0x7e8
    0x0000000100098444 kghalo(??, ??, ??, ??, ??, ??, ??, ??) + 0xa24
    0x00000001000058a0 ksp_param_handle_alloc(??) + 0x100
    0x000000010001d21c kspcrec(??) + 0x1bc
    0x00000001001407a8 ksucre(??) + 0x408
    0x0000000103031770 kkjrdp() + 0x350
    0x0000000103dba990 opirip(??, ??, ??) + 0x4f0
    0x0000000102d4a258 opidrv(??, ??, ??) + 0x458
    0x00000001032f05b0 sou2o(??, ??, ??, ??) + 0x90
    0x0000000100000870 opimai_real(??, ??) + 0x150
    0x00000001000006d8 main(??, ??) + 0x98
    0x0000000100000368 __start() + 0x98
    *** 2010-04-13 09:19:51.422
    *** 2010-04-13 09:20:01.423
    Waited for process J000 to initialize for 120 seconds
    *** 2010-04-13 09:20:01.424
    Dumping diagnostic information for J000:
    OS pid = 1269840
    loadavg : 1.09 1.10 1.44
    swap info: free_mem = 76.28M rsv = 66.00M
    alloc = 2501.60M avail = 16896.00M swap_free = 14394.40M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 A oracle 1269840 1 1 64 22 25c8e400 86264 09:17:50 - 0:00 ora_j000_WPCPRODB
    open: The file access permissions do not allow the specified action.
    1269840: ora_j000_WPCPRODB
    0x00000001000fc858 sskgpwwait(??, ??, ??, ??, ??) + 0x38
    0x00000001000f9e3c skgpwwait(??, ??, ??, ??, ??) + 0xbc
    0x000000010011db6c kslges(??, ??, ??, ??, ??) + 0x54c
    0x000000010012199c kslgetl(??, ??, ??, ??) + 0x33c
    0x0000000104497958 ksfglt(??, ??, ??, ??, ??) + 0x198
    0x00000001000847b4 kghfrunp(??, ??, ??, ??, ??, ??, ??) + 0x794
    0x000000010007a488 kghfnd(??, ??, ??, ??, ??, ??) + 0x7e8
    0x0000000100098444 kghalo(??, ??, ??, ??, ??, ??, ??, ??) + 0xa24
    0x00000001000058a0 ksp_param_handle_alloc(??) + 0x100
    0x000000010001d21c kspcrec(??) + 0x1bc
    0x00000001001407a8 ksucre(??) + 0x408
    0x0000000103031770 kkjrdp() + 0x350
    0x0000000103dba990 opirip(??, ??, ??) + 0x4f0
    0x0000000102d4a258 opidrv(??, ??, ??) + 0x458
    0x00000001032f05b0 sou2o(??, ??, ??, ??) + 0x90
    0x0000000100000870 opimai_real(??, ??) + 0x150
    0x00000001000006d8 main(??, ??) + 0x98
    0x0000000100000368 __start() + 0x98
    *** 2010-04-13 09:20:03.262
    Killing process (ospid 1269840): (reason=x4 error=0)
    ... and the process is still alive after kill!

  • Oracle BAM(10g Release 3(10.1.3.1.0) Instllation hangs

    Oracle BAM(10g Release 3(10.1.3.1.0) Instllation hangs in Database User Creation Step.
    Please Advise what might be the problem.

    Hi,
    can you
    * provide the error message from the installation log?
    * check, that the database is open and you can connect via sqlplus to this machine
    * have you checked the installation manual, that you have done all required steps

  • Share news----Oracle JHeadstart 10g release 9.0.4 is now production.

    Share the news and product information to all Jdeveloper member if you expect to achieve good coding productivity in J2ee environment,
    Oracle announces that Oracle JHeadstart 10g release 9.0.4 is now production.
    Main new features are:
    - generation support for Struts and JSP's,
    - the new JHeadstart Project Set Up wizard
    - automatic creation of initial JHeadstart Application Structure File
    - and more support for multi language applications.
    For a complete list of new features please read the FAQ or run the all in one demo on the JHeadstart page on OTN.( )
    Holders of the supplement option can download this release from the supplement option portal through my.oracle.com (go to the old my oracle.com pages).
    An evaluation copy can be downloaded from OTN. This is only for evaluation purposes. If you want to use this new release to develop systems that are intended to go production please buy a license of JHeadstart + Supplement Option through the Oracle Store (search for JHeadstart) or contact your local consulting representative.
    Links:
    - JHeadstart on OTN http://otn.oracle.com/consulting/9iServices/JHeadstart2.html
    - Supplement Option http://my.oracle.com/
    - Oracle Store http://oraclestore.oracle.com/
    Are you struggling with developer productivity in a J2EE environment? Are you looking for a 4GL-like J2EE Development environment? Do you want to migrate your Forms to J2EE applications? Do you need to build a hybrid application using Forms for your power end-users and Java/HTML for field personnel or the internet? If you answered Yes to anyone of these questions, you need to look into JHeadstart.
    Oracle JHeadstart 10g is Oracle Consulting's rapid component based development approach/toolkit for building J2EE applications. It enables fast, reliable, and repeatable development of complex transactional systems. It combines proven J2EE frameworks to implement the Model-View-Controller (MVC) architecture. By declaratively specifying your application in XML files using property editors and using the JHeadstart Application Generator, JHeadstart generates the complete application into these frameworks. The declarative nature of this approach allows you to optionally use Oracle Designer to generate or migrate your Oracle Forms to, Java/HTML. In short: JHeadstart provides you with 4GL-like productivity without jeopardizing the flexibility and openness of the J2EE architecture.

    We already purchased the Jheadstart supplement option, but our Oracle Consulting sales contact didn't have walked us through the registration process in before. I had contact them and ask them to assist us, but they need some work days. so could you help me to download JHeadstart 10g release 9.0.5.1 as soon as possible. our project schedule need this released version in hurry.If you can help me please give me a notice, thanks a lot.
    my email address:[email protected]

  • Oracle JHeadstart 10g release 9.0.5.1 now available!

    All,
    Oracle JHeadstart 10g Release 9.0.5.1 is now available. More than a month ago Oracle released Oracle JDeveloper 10g (9.0.5.1). This new JHeadstart release is certified against both JDeveloper 9.0.5.1 and 9.0.5.2. You can now benefit the strong combination of the new versions of Oracle JDeveloper and JHeadstart.
    What is Oracle JHeadstart?
    JHeadstart is a development tool kit, fully integrated with JDeveloper, that enables rapid component based development of J2EE applications using the Model-View-Controller (MVC) design pattern. It provides customers with 4GL-like productivity without jeopardizing the flexibility and openness of the J2EE architecture. In addition it includes a bridge from Oracle Designer that enables customers to generate fully functioning J2EE applications from Oracle Designer or to migrate Oracle Forms to J2EE.
    What is new in this release?
    In addition to the certification mentioned above this release includes the following new features:
    - Support for Oracle TopLink, adding extra flexibility.
    - A Tutorial that describes and a demo application that shows how to use JHeadstart in conjunction with TopLink based on multiple project experiences.
    - Links from the Applications Structure File editor to both the BC4J property editor as well as the JHeadstart Application Generator which streamlines the development process.
    - Pop-lists for regions and domains to prevent typing errors
    - Generation of regions in JSP pages
    - Fixes, for a complete list of fixes please refer to the release notes.
    Where to download?
    This maintenance release can be downloaded from the supplement option portal ( http://cso.oracle.com/ ) for customers that hold a supplement option license. It will be available for evaluation purposes on OTN later on.
    Where to go for more information?
    For more information go to the JHeadstart Product Center on OTN http://otn.oracle.com/consulting/9iServices/JHeadstart2.html.
    Regards,
    Ton van Kooten
    JHeadstart Team
    Oracle

    We already purchased the Jheadstart supplement option, but our Oracle Consulting sales contact didn't have walked us through the registration process in before. I had contact them and ask them to assist us, but they need some work days. so could you help me to download JHeadstart 10g release 9.0.5.1 as soon as possible. our project schedule need this released version in hurry.If you can help me please give me a notice, thanks a lot.
    my email address:[email protected]

  • Oracle JHeadstart 10g (release 10.1.3.2.52)

    how can i get Oracle JHeadstart 10g (release 10.1.3.2.52) ??
    best regards

    Hi,
    You can obtain releases of JHeadstart from http://cso.oracle.com provided you have valid subscription and logon credentials.
    Regards,
    Ibrahim

  • Missing Downloads of Oracle Database 10g Release 1

    Does anyone know how to download Oracle Database 10g Release 1 for Non Mac OSX operating systems?
    It seem to have disappeared from the download page , only the Mac OSX version remains.
    http://www.oracle.com/technology/software/products/database/index.html
    I can still download a full range or oracle 9i software for all the different OS's.
    Any ideas??
    Thanks
    Matt

    11g is now on its way, all platforms (except MacOS) support 10gR2, that may be the reason, why Oracle no longer offers 10gR1 for downloading.
    Werner

  • Require 10.2.0.2 in Oracle Database 10g release 2 series for XPprofessional

    I am trying to install Oracle Application Server SOA Suite 10.1.3.1.0 on my machine. MY OS is Microsoft Windows XP Professional. I have Oracle Database 10g 10.2.0.1.0 on my machine.
    After I give my database information at the time of installation, the Universal Installer throws the following error:
    Database version should be 9.2.0.7 or higher in the Oracle 9i Database Release 2 series, 10.1.0.5 or higher in the Oracle Database 10g release 1 series, Oracle Database XE (10.2.0.1), 10.2.0.2 or higher in the Oracle Database 10g Release 2 series.
    So according to this error, I need 10.2.0.2 or higher in the Oracle Database 10g Release 2 series. Now when I am searching 10.2.0.2 or higher version for Microsoft Windows in Download Section of Oracle Technology Network, I am unable to find it.
    Please tell me where could I find it? Or is there any other solution to this error.
    I need the solution urgently. Please reply.
    Thanks & Regards,
    Ashish

    I need the solution urgently. Please reply.Urgent?
    As in it is required for a business functionality, in which the business will gain some advantage through the implementation?
    As in 'needed for production'?
    As in 'requiring a production license for which Support may be purchased'?
    Or perhaps, as in 'needing to evaluate and therefore having contacted Oracle Sales to obtain a Trail License with a temporary Support Agreement'?
    If the version you want is not on the Database Download page and not on one of the links, and IS listed in Oracle Certify as being current, then you need to download patches through your valid Metalink account (based on paid support contract/agreement) to get to that version.

  • ACCESS can't TO Oracle Database 10g Release 2 (10.2.0.1) by fedora8

    hi,I'm a japanese,and my english isn't good,but Could you please help me.
    I can't access from windows xp professional to fedora8(linux).
    my windows xp installed Oracle Database 10g Release 2 (10.2.0.1) express edition.
    my fedora8(linux) installed Oracle Database 10g Release 2 (10.2.0.1) express edition.
    I could use from windows to fedora8 on ffftp.
    name of tnsnames.ora file is XE both windows and fedora8.
    port of tnsnames.ora file is 1521 both windows and fedora8.
    error is ORA-12154.
    tnsping ip address of server
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 15-6月 -
    2008 19:14:45
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    エイリアスを解決するためにHOSTNAMEアダプタを使用しました。
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTO
    COL=TCP)(HOST=address of server)(PORT=1521)))
    OK (20ミリ秒)
    tnsping XE
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 15-6月 -
    2008 19:19:33
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    エイリアスを解決するためにTNSNAMESアダプタを使用しました。
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = サーバのipアドレス)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = XE)))
    OK (20ミリ秒)
    tnsnames.ora is
    windows
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ip address of server)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = XE)
    fedora is
    # tnsnames.ora Network Configuration File:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ip address of server)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    I'm looking forward to hearing from you!
    Thank you.

    Thank you so much Ankit!
    That's right!
    1. Where is the database residing where you are trying to connect? Is it on SW1 or SL1 or some other Server?
    I'm staying on SW1.
    2. How are you trying to connect? Using sqlplus? Please paste complete commands and error messages.
    I'm using sqlplus and japanese si object browser.
    When I use sqlplus,
    SQL*Plus: Release 10.2.0.1.0 - Production on 水 6月 18 01:33:54 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    username: fedoraserver
    password: ******
    ERROR:
    ORA-01017: invalid username/password; logon denied
    username:
    When I use japanese si object browser,
    username fedoraserver
    password ******
    database XE
    ORA-12154
    Thanks,
    yoshi

  • Download Oracle Database 10g Release (10.2) and required patches

    Hi
    I need to upgrade Database from 9.2.0.7 to 10.2.
    So I need to get the Oracle Database 10g Release (10.2) Software and latest patches sets and required patches.
    SAP 4.7
    Kernel Release: 640 with Patch 221
    Windows2000 Patch 4
    I am  not able to find out where to download Oracle Software and Required Patches from [url] service.sap.com
    Please let me know.
    Regards

    http://service.sap.com/installations
    Pick there whatever application (e. g. ERP and select your CDs). You can also directly search for the CDs:
    51031678     DVD ORACLE RDBMS 10.2 Windows
    The actual patches you get
    http://service.sap.com/swcenter-3pmain
    --> Oracle
    --> Oracle 10.2.0.4
    --> Database RDBMS
    --> MS Windows (32-bit)
    Download there the patchset 10.2.0.4 itself and the latest interim patch 10204_Patch8_WIN32.zip .
    Markus

Maybe you are looking for

  • Help with CreditFlow Solution

    "To complete the implementation of this flow, you would add another <assign> activity to the flow (after the credit rating service has been invoked), which would copy the result returned from the credit rating service (in your invoke_CRS_process_outp

  • Multi-touch gestures

    Is anybody else having issues with multi-touch gestures not working? ie- pinch to zoom

  • Every so often my iMac acts like I have two screens

    Especally with email, I find one email is on the screen but I then need to select mail in the dock to get to "the other screen." How to stop this?

  • Serial_Communication.vi don't want work

    Hello Members. I try to use serial_communication.vi at LabView7Express-Student-Edition (I use it at home for privat, not commercial) to communicate with a Modem on COM1. Well, I get everytime a error code 1073807202. Means "A code library required by

  • Installing a repository using the repository assistant -- Error

    Hello, I get an error when i try to install repository using the repository assistant. here is an image of what error I get: http://myrmidonprocess.com/imageupload/images/error46249ed812cbc.png This was in the log: main.TaskScheduler timer[5]20070417