Help needed in 10gR2 to 11gR2 EBS Database Upgrade

Hi,
I am upgrading EBS Database from 10gR2 (10.2.0.3) to 11gR2 11.2.0.3. While going through Oracle Note Complete Checklist for Manual Upgrades to 11gR2 [ID 837570.1], under the point 3 of "Recommendations from Source database" it says:
"Disable the custom triggers that would fire before/after DDL and enable them after the upgrade is complete."
I want to know is it compulsory to disable the custom triggers? If yes then how can I get the list of those custom triggers and disable/enable them before and after the database upgrade?
Please let me know the commands. My operating system is Oracle Enterprise Linux 5.8.
Thanks,
Abdul

Hi Srini,
Thanks for the docs.
EBS version is R12 (12.0.6) and 10gR2 (10.2.0.3).
Currently I am only upgrading EBS Database from 10gR2 (10.2.0.3) to 11gR2 (11.2.0.3) and want to use it with my current R12 version.
Currently I am following these Oracle notes:
- Complete Checklist for Manual Upgrades to 11gR2 [ID 837570.1]
- Interoperability Notes EBS 12.0 and 12.1 with Database 11gR2 [ID 1058763.1]
I hope I am on the right track?
Regards,
Abdul

Similar Messages

  • Help needed to insert data from different database

    Hi ,
    I have a requirement where i need to fetch data from different database through database link .Depending on user request , the dblink needs to change and data from respective table from mentioned datbase has to be fetched and populated .Could i use execute immediate for this, would dblink work within execute immediate .If not , could pls let me know any other approach .

    What does "the dblink needs to change" mean?
    Are you trying to dynamically create database links at run-time? Or to point a query at one of a set of pre-established database links at run-time?
    Are you sure that you really need to get the data from the remote database in real time? Could you use materialized views/ Streams/ etc to move the data from the remote databases to the local database? That tends to be far more robust.
    Justin

  • Help need on inserting system date on database

    hello every body,
    I need to insert system date into database through prepared statement.
    i wrote code :
    java.util.Date d=new java.util.Date();
    Preparestatement psmt;
    psmt.setDate(8, java.sql.Date(d));
    am getting class cast exception :
    could u please tell me how to insert system date through prepared statement..
    thanks in advance..

    Surround your code with a
    try{
    //Insert date here
    catch(Exception e){
    //handle exceptions here
    e.printStackTrace();
    Who says he didn't already?
    Try this:
    java.util.Date d=new java.util.Date();
    >
    Preparestatement psmt;
    psmt.setDate(8, new
    java.sql.Date(d.getTime()));This is correct, but can be condensed (if you want)
    psmt.setDate(8, new java.sql.Date(new java.util.Date().getTime()));
    >
    It's good idea to use the JDBC escape function
    instead of using a specific DBMS function. This way,
    your code will be portable.
    sql = "INSERT INTO USERS VALUES("
    + "'" + userName + "'" + ","
    + "'" + userPw   + "'" + ","
    + "  {fn now() }  )"; e Real's How To
    (http://64.18.163.122/rgagnon/javadetails/java-0567.ht
    ml)
    And this is only marginally applicable.  If he wishes to use the same statement for the current date, as well as other dates, he cannot make use of this.  Of course, I don't really know if I would trust or recommend a tutorial site that advocates building statements that are screaming for injection attack attempts.
    Edit:  Too slow by a mile!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • EBS database upgrade from 9.2.0.5 to 9.2.0.8

    Hi,
    I want to upgrade EBS database from 9.2.0.5 to 9.2.0.8. Please let me know the steps.
    My application version is 11i(11.5.10.2) and installed on Oracle Linux 5.6(32-bit, x86)
    Thanks.

    Hi,
    I am getting the following error in alert log and diag after applying the patch set 4547809.
    Any parameter need to set in pfile or in OS ???
    ===========================================================================================
    SQL> CONNECT SYS/system AS SYSDBA
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 581505840 bytes
    Fixed Size 451376 bytes
    Variable Size 402653184 bytes
    Database Buffers 167772160 bytes
    Redo Buffers 10629120 bytes
    ORA-32700: error occurred in DIAG Group Service
    From alert log :
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    Fri Jun 7 22:29:00 2013
    cluster interconnect IPC version:Oracle UDP/IP
    IPC Vendor 1 proto 2 Version 1.0
    Fri Jun 7 22:29:00 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    Fri Jun 7 22:29:00 2013
    WARNING:Oracle instance running on a system with low open file descriptor
    limit. Tune your system to increase this limit to avoid
    severe performance degradation.
    PMON started with pid=2, OS id=3882
    Fri Jun 7 22:29:00 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    DIAG started with pid=3, OS id=3884
    Fri Jun 7 22:29:00 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    LMON started with pid=4, OS id=3886
    Fri Jun 7 22:29:00 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    LMD0 started with pid=5, OS id=3888
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    DBW0 started with pid=6, OS id=3890
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    LGWR started with pid=7, OS id=3892
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    CKPT started with pid=8, OS id=3894
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    SMON started with pid=9, OS id=3896
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    RECO started with pid=10, OS id=3898
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    CJQ0 started with pid=11, OS id=3900
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    QMN0 started with pid=12, OS id=3902
    Fri Jun 7 22:29:03 2013
    SSKGXP_IP: Primary interface down
    operation cannot open cmcfg.ora
    location clusterip1
    error No such file or directory
    Fri Jun 7 22:29:04 2013
    ALTER DATABASE MOUNT
    Fri Jun 7 22:29:04 2013
    ORA-32700 signalled during: ALTER DATABASE MOUNT...
    From diag :
    # more erp_diag_3884.trc
    Dump file /u01/erp/erpdb/9.2.0/admin/ERP_linux1/bdump/erp_diag_3884.trc
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    ORACLE_HOME = /u01/erp/erpdb/9.2.0
    System name: Linux
    Node name: linux1.erp.com
    Release: 2.6.18-238.el5xen
    Version: #1 SMP Tue Jan 4 16:18:33 EST 2011
    Machine: i686
    Instance name: ERP
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 3
    Unix process pid: 3884, image: [email protected] (DIAG)
    *** SESSION ID:(2.1) 2013-06-07 22:29:00.341
    kjzmini1: slos err[1 skgxnnfy_failed skgxncini1 9402]
    [kjzmini1]: Error [category=1] is encountered
    Node monitor problem:[32700][kjzmini1]
    Membership is lost in DIAG group
    # cat erp_qmn0_3902.trc
    Dump file /u01/erp/erpdb/9.2.0/admin/ERP_linux1/bdump/erp_qmn0_3902.trc
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    ORACLE_HOME = /u01/erp/erpdb/9.2.0
    System name: Linux
    Node name: linux1.erp.com
    Release: 2.6.18-238.el5xen
    Version: #1 SMP Tue Jan 4 16:18:33 EST 2011
    Machine: i686
    Instance name: ERP
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 12
    Unix process pid: 3902, image: [email protected] (QMN0)
    *** 2013-06-07 22:34:03.687
    *** SESSION ID:(11.1) 2013-06-07 22:34:03.686
    SGA initialization / DB open not complete even after 5 minutes, QMN0exiting
    error 604 detected in background process
    OPIRIP: Uncaught error 447. Error stack:
    ORA-00447: fatal error in background process
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    # cat erp_lmon_3886.trc
    Dump file /u01/erp/erpdb/9.2.0/admin/ERP_linux1/bdump/erp_lmon_3886.trc
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    ORACLE_HOME = /u01/erp/erpdb/9.2.0
    System name: Linux
    Node name: linux1.erp.com
    Release: 2.6.18-238.el5xen
    Version: #1 SMP Tue Jan 4 16:18:33 EST 2011
    Machine: i686
    Instance name: ERP
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 4
    Unix process pid: 3886, image: [email protected] (LMON)
    *** SESSION ID:(3.1) 2013-06-07 22:29:00.363
    GES IPC: Receivers 1 Senders 1
    GES IPC: Buffers Receive 1000 Send (i:100 b:100) Reserve 100
    GES IPC: Msg Size Regular 396 Batch 2048
    Batch msg size = 2048
    Batching factor: enqueue replay 48, ack 53
    Batching factor: cache replay 34 size per lock 56
    # cat erp_pmon_3882.trc
    Dump file /u01/erp/erpdb/9.2.0/admin/ERP_linux1/bdump/erp_pmon_3882.trc
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    ORACLE_HOME = /u01/erp/erpdb/9.2.0
    System name: Linux
    Node name: linux1.erp.com
    Release: 2.6.18-238.el5xen
    Version: #1 SMP Tue Jan 4 16:18:33 EST 2011
    Machine: i686
    Instance name: ERP
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 2
    Unix process pid: 3882, image: [email protected] (PMON)
    *** SESSION ID:(1.1) 2013-06-07 22:34:34.716
    *** 2013-06-07 22:34:34.716
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:34:34.717
    deleting process 5f5e1d4c pid=12 seq=1
    deletion of process 5f5e1d4c pid=12 seq=1 unsuccessful
    *** 2013-06-07 22:34:44.717
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:34:54.718
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:04.718
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:14.719
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:14.720
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:24.720
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:34.720
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:44.721
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:35:54.721
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:04.722
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:14.723
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:14.724
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:24.723
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:34.724
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:44.725
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:54.725
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:36:54.725
    deleting process 5f5e1d4c pid=12 seq=1
    deletion of process 5f5e1d4c pid=12 seq=1 unsuccessful
    *** 2013-06-07 22:37:04.726
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:14.726
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:24.727
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:24.728
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:34.728
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:44.728
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:37:54.729
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:04.730
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:14.730
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:24.731
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:24.732
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:34.731
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:44.732
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:38:54.733
    found process 0x5f5e1d4c pid=12 serial=1 dead
    *** 2013-06-07 22:39:04.733
    found process 0x5f5e1d4c pid=12 serial=1 dead
    PMON posted from location=ksuabt, process=0
    *** 2013-06-07 22:39:04.737
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:04.737
    deleting process 5f5e1d4c pid=12 seq=1
    deletion of process 5f5e1d4c pid=12 seq=1 unsuccessful
    deleting process 5f5e24cc pid=14 seq=1
    deletion of process 5f5e24cc pid=14 seq=1 unsuccessful
    *** 2013-06-07 22:39:14.738
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:24.763
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:24.764
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:34.763
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:44.764
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    *** 2013-06-07 22:39:54.764
    found process 0x5f5e1d4c pid=12 serial=1 dead
    found process 0x5f5e24cc pid=14 serial=1 dead
    ===========================================================================================
    Thanks.

  • OLAP and version on EBS database upgrade and migration

    Hi all,
    Recently I have upgraded EBS database to 11.2.0.3. When I querey " select COMP_ID,COMP_NAME,VERSION,STATUS
    from dba_registry; " getting below output
    SQL> select COMP_ID,COMP_NAME,VERSION,STATUS,MODIFIED from dba_registry;
    COMP_ID                        COMP_NAME                                    VERSION                        STATUS     
    ODM                            Oracle Data Mining                            11.2.0.3.0                     VALID      
    CONTEXT                        Oracle Text                                  11.2.0.3.0                     VALID      
    AMD                            OLAP Catalog                                  11.2.0.3.0                     VALID    
    SDO                            Spatial                                            11.2.0.3.0                     VALID      
    ORDIM                          Oracle Multimedia                            11.2.0.3.0                     VALID      
    XDB                            Oracle XML Database                         11.2.0.3.0                     VALID      
    EXF                            Oracle Expression Filter                       11.2.0.3.0                     VALID      
    CATALOG                        Oracle Database Catalog Views            11.2.0.3.0                     VALID      
    CATPROC                        Oracle Database Packages and Types       11.2.0.3.0                     VALID      
    RAC                            Oracle Real Application Clusters                 11.2.0.3.0                     INVALID    
    JAVAVM                         JServer JAVA Virtual Machine                11.2.0.3.0                     VALID      
    XML                            Oracle XDK                                           11.2.0.3.0                     VALID      
    CATJAVA                        Oracle Database Java Packages            11.2.0.3.0                     VALID      
    APS                            OLAP Analytic Workspace                      11.2.0.3.0                     VALID      
    XOQ                            Oracle OLAP API                                 11.2.0.3.0                     VALID      
    15 rows selected.I thought everything goes well.
    Now I am migrating EBS from 32 bit linux to 64 bit and when I follow the note for OLAP AW Note: 579234.1 "verify OLAP was in use ". When I qurey " select DBID,NAME,VERSION,DETECTED_USAGES,CURRENTLY_USED from dba_feature_usage_statistics "
    3874995160 Virtual Private Database (VPD)                                   10.2.0.5.0                      1 TRUE
    3874995160 XDB                                                              10.2.0.5.0                      1 TRUE
    3874995160 LOB                                                              10.2.0.5.0                      1 TRUE
    3874995160 Object                                                           10.2.0.5.0                      1 TRUE
    3874995160 Extensibility                                                    10.2.0.5.0                      1 TRUE
    3874995160 ASO native encryption and checksumming                           11.2.0.3.0                      0 FALSE
    103678515 Advanced Replication                                             10.2.0.3.0                      0 FALSE
    103678515 Advanced Security                                                10.2.0.3.0                      0 FALSE
    103678515 Audit Options                                                    10.2.0.3.0                      0 FALSE
    103678515 Automatic Database Diagnostic Monitor                            10.2.0.3.0                      0 FALSE
    103678515 Automatic Segment Space Management (system)                      10.2.0.3.0                    144 TRUE
    103678515 Automatic Segment Space Management (user)                        10.2.0.3.0                    144 TRUE
    103678515 Messaging Gateway                                                10.2.0.3.0                      0 FALSE
    103678515 MTTR Advisor                                                     10.2.0.3.0                      0 FALSE
    103678515 Multiple Block Sizes                                             10.2.0.3.0                      0 FALSE
    103678515 OLAP - Analytic Workspaces                                       10.2.0.3.0                    143 TRUE
    103678515 OLAP - Cubes                                                     10.2.0.3.0                      0 FALSE
    103678515 Oracle Managed Files                                             10.2.0.3.0                      0 FALSE
    103678515 Parallel SQL DDL Execution                                       10.2.0.3.0                     71 FALSE
    103678515 Parallel SQL DML Execution                                       10.2.0.3.0                     68 FALSE
      103678515 Virtual Private Database (VPD)                                   10.2.0.3.0                    144 TRUE
    103678515 Advanced Replication                                             10.2.0.5.0                      0 FALSE
    103678515 ASO native encryption and checksumming                           10.2.0.5.0                      0 FALSE
    103678515 Audit Options                                                    10.2.0.5.0                      0 FALSE
    103678515 Automatic Database Diagnostic Monitor                            10.2.0.5.0                      0 FALSE
    103678515 Automatic Segment Space Management (system)                      10.2.0.5.0                     25 TRUE
    103678515 Automatic Segment Space Management (user)                        10.2.0.5.0                     25 TRUE
    103678515 Automatic SQL Execution Memory                                   10.2.0.5.0                     25 TRUE
    103678515 Automatic Storage Manager                                        10.2.0.5.0                      0 FALSE
    103678515 Automatic Undo Management                                        10.2.0.5.0                     25 TRUE
    103678515 Automatic Workload Repository                                    10.2.0.5.0                      0 FALSE
    103678515 AWR Report                                                       10.2.0.5.0                      0 FALSE
    103678515 Change-Aware Incremental Backup                                  10.2.0.5.0                      0 FALSE
    103678515 CSSCAN                                                           10.2.0.5.0                      0 FALSE
    103678515 Character Semantics                                              10.2.0.5.0                      0 FALSE
    103678515 Character Set                                                    10.2.0.5.0                     25 TRUE
    103678515 Data Guard                                                       10.2.0.5.0                      0 FALSE
    103678515 Data Guard Broker                                                10.2.0.5.0                      0 FALSE
    103678515 Data Mining                                                      10.2.0.5.0                      0 FALSE
    103678515 Dynamic SGA                                                      10.2.0.5.0                      0 FALSE
      103678515 MTTR Advisor                                                     10.2.0.5.0                      0 FALSE
    103678515 Multiple Block Sizes                                             10.2.0.5.0                      0 FALSE
    103678515 OLAP - Analytic Workspaces                                       10.2.0.5.0                     25 TRUE
    103678515 OLAP - Cubes                                                     10.2.0.5.0                      0 FALSE
    103678515 Oracle Managed Files                                             10.2.0.5.0                      0 FALSE
    103678515 Parallel SQL DDL Execution                                       10.2.0.5.0                      1 FALSE
    103678515 Parallel SQL DML Execution                                       10.2.0.5.0                      0 FALSE
    103678515 Parallel SQL Query Execution                                     10.2.0.5.0                     22 TRUE
      103678515 Recovery Manager (RMAN)                                          10.2.0.5.0                     25 TRUE
    103678515 RMAN - Disk Backup                                               10.2.0.5.0                     24 TRUE
    103678515 RMAN - Tape Backup                                               10.2.0.5.0                     25 TRUE
    103678515 Resource Manager                                                 10.2.0.5.0                      0 FALSE
    103678515 SQL Tuning Set                                                   10.2.0.5.0                      0 FALSE
      103678515 Streams (user)                                                   10.2.0.5.0                     25 TRUE
    103678515 Transparent Gateway                                              10.2.0.5.0                      0 FALSE
    103678515 Undo Advisor                                                     10.2.0.5.0                      0 FALSE
    103678515 Virtual Private Database (VPD)                                   10.2.0.5.0                     25 TRUE
    103678515 XDB                                                              10.2.0.5.0                     25 TRUE
    103678515 LOB                                                              10.2.0.5.0                     25 TRUE
    103678515 Object                                                           10.2.0.5.0                     25 TRUE
    103678515 Extensibility                                                    10.2.0.5.0                     25 TRUE
    103678515 Change Data Capture                                              10.2.0.5.0                      0 FALSE
    103678515 Materialized Views (User)                                        10.2.0.5.0                     25 TRUE
    3874453699 Advanced Replication                                             10.2.0.5.0                      0 FALSE
    3874453699 ASO native encryption and checksumming                           10.2.0.5.0                      0 FALSE
    3874453699 Audit Options                                                    10.2.0.5.0                      0 FALSE
    3874453699 Data Mining                                                      10.2.0.5.0                      0 FALSE
    3874453699 Dynamic SGA                                                      10.2.0.5.0                      0 FALSE
    3874453699 EM Database Control                                              10.2.0.5.0                      0 FALSE
    3874453699 EM Grid Control                                                  10.2.0.5.0                      0 FALSE
    3874453699 MTTR Advisor                                                     10.2.0.5.0                      0 FALSE
    3874453699 Multiple Block Sizes                                             10.2.0.5.0                      0 FALSE
    3874453699 OLAP - Analytic Workspaces                                       10.2.0.5.0                      1 TRUE
    3874453699 OLAP - Cubes                                                     10.2.0.5.0                      0 FALSE
    3874453699 Oracle Managed Files                                             10.2.0.5.0                      0 FALSE
    3874453699 Parallel SQL DDL Execution                                       10.2.0.5.0                      0 FALSE
    3874453699 Parallel SQL DML Execution                                       10.2.0.5.0                      0 FALSE
    3874453699 Parallel SQL Query Execution                                     10.2.0.5.0                      0 FALSE
    3874453699 Resource Manager                                                 10.2.0.5.0                      0 FALSE
    3874453699 Server Parameter File                                            10.2.0.5.0                      1 TRUE
    3874453699 Shared Server                                                    10.2.0.5.0                      0 FALSE
    3874453699 Spatial                                                          10.2.0.5.0                      1 TRUE
    3874453699 Locator                                                          10.2.0.5.0                      0 FALSE
    3874995160 Partitioning (user)                                              11.2.0.3.0                      1 TRUE
    3874995160 Services                                                         11.2.0.3.0                      1 TRUE
    3874995160 Oracle Java Virtual Machine (system)                             11.2.0.3.0                      1 TRUE
    446 rows selected.This is cloned instanse from from production.
    1 - I can see different DBID for the same and for some DBID it is showing different version. any problem during upgrade ( 10.2.0.3 -> 10.2.0.5 - one year back) and (10.2.0.5 to 11.2.0.3) ?
    If any problem, please let me know what I can do to fix.
    2 - For OLAP details :
    SQL> select DBID,NAME,VERSION,DETECTED_USAGES,CURRENTLY_USED from dba_feature_usage_statistics where NAME like 'OLAP%';
    DBID NAME VERSION DETECTED_USAGES CURRE
    103678515 OLAP - Analytic Workspaces 10.2.0.3.0 143 TRUE
    103678515 OLAP - Analytic Workspaces 10.2.0.5.0 25 TRUE
    3874453699 OLAP - Analytic Workspaces 10.2.0.5.0 1 TRUE
    3874995160 OLAP - Analytic Workspaces 10.2.0.5.0 1 TRUE
    3874995160 OLAP - Analytic Workspaces 11.2.0.3.0 1 TRUE
    103678515 OLAP - Cubes 10.2.0.3.0 0 FALSE
    103678515 OLAP - Cubes 10.2.0.5.0 0 FALSE
    3874453699 OLAP - Cubes 10.2.0.5.0 0 FALSE
    3874995160 OLAP - Cubes 10.2.0.5.0 0 FALSE
    3874995160 OLAP - Cubes 11.2.0.3.0 0 FALSE
    Do I need to do anything for export olap AW ?
    3 - Remobe OLAP from 32 bit. After following the steps mentioned in note: 352306.1 am getting invalid objects with object name start with OLAP.
    SQL> select owner, object_name, object_type from dba_objects where status <> 'VALID';
    OWNER OBJECT_NAME OBJECT_TYPE
    SYS OLAPIBOOTSTRAP FUNCTION
    SYS OLAPIHANDSHAKE FUNCTION
    PUBLIC OLAPIBOOTSTRAP SYNONYM
    PUBLIC OLAPIHANDSHAKE SYNONYM
    Do I need to remove these objects manually?
    Thanks,

    1 - I can see different DBID for the same and for some DBID it is showing different version. any problem during upgrade ( 10.2.0.3 -> 10.2.0.5 - one year back) and (10.2.0.5 to 11.2.0.3) ?
    If any problem, please let me know what I can do to fix. What do you mean by "any problem during upgrade"?
    2 - For OLAP details :
    SQL> select DBID,NAME,VERSION,DETECTED_USAGES,CURRENTLY_USED from dba_feature_usage_statistics where NAME like 'OLAP%';
    DBID NAME VERSION DETECTED_USAGES CURRE
    103678515 OLAP - Analytic Workspaces 10.2.0.3.0 143 TRUE
    103678515 OLAP - Analytic Workspaces 10.2.0.5.0 25 TRUE
    3874453699 OLAP - Analytic Workspaces 10.2.0.5.0 1 TRUE
    3874995160 OLAP - Analytic Workspaces 10.2.0.5.0 1 TRUE
    3874995160 OLAP - Analytic Workspaces 11.2.0.3.0 1 TRUE
    103678515 OLAP - Cubes 10.2.0.3.0 0 FALSE
    103678515 OLAP - Cubes 10.2.0.5.0 0 FALSE
    3874453699 OLAP - Cubes 10.2.0.5.0 0 FALSE
    3874995160 OLAP - Cubes 10.2.0.5.0 0 FALSE
    3874995160 OLAP - Cubes 11.2.0.3.0 0 FALSE
    Do I need to do anything for export olap AW ?Why to export OLAP AW? And is this output from prod or dev?
    3 - Remobe OLAP from 32 bit. After following the steps mentioned in note: 352306.1 am getting invalid objects with object name start with OLAP.
    SQL> select owner, object_name, object_type from dba_objects where status <> 'VALID';
    OWNER OBJECT_NAME OBJECT_TYPE
    SYS OLAPIBOOTSTRAP FUNCTION
    SYS OLAPIHANDSHAKE FUNCTION
    PUBLIC OLAPIBOOTSTRAP SYNONYM
    PUBLIC OLAPIHANDSHAKE SYNONYM
    Do I need to remove these objects manually?Yes. Please see (Invalid OLAPIBOOTSTRAP, OLAPIHANDSHAKE, GENINTERRUPTABLEINTERFACE Objects After Removing Olap from 11g [ID 1377048.1]) for details.
    Thanks,
    Hussein

  • HELP: need to re-do APEX 3.2 upgrade

    hi -- You've probably seen my recent posts regarding confirming that we're actually in a 3.2 development environment after the upgrade. I (developer) found out today from the DBA who did the install that he only ran apxrtin.sql (runtime installation) whereas we need the full development installation. Furthermore, when I checked the APEX status in dba_registry, it is UPGRADING (not valid). Almost all of the wwv_flow% packages are invalid. After doing some reading, here's what I think I need to do to re-do the upgrade from 3.0.1. Can someone please confirm?? I'm not a DBA (our DBA is not available right now), this needs to get done, and I'd like to have some reassurance that I won't do something I'll regret! (thanks).
    - Shutdown all other instances on the server
    - Backup the DB
    - Start instance to hold APEX, but w/o listener running
    Revert to 3.0.1:
    - images directory from 3.2 was not copied, so nothing to do there...
    - in sqlplus:
    ALTER SESSION SET CURRENT_SCHEMA = FLOWS_030000;
    exec flows_030000.wwv_flow_upgrade.switch_schemas
    ('APEX_030200','FLOWS_030000');
    DROP USER APEX_030200 CASCADE;
    (Is this all to do the revert and clear out 3.2? Maybe I should go ahead and shut down the http server...)
    Re-do the 3.2 upgrade
    - We're running oracle 10.2.0, and upgrading, so I assume we don't need to configure the PL/SQL gateway. I know we can currently connect
    to our HTTP server and access the 3.0.1 development environment.
    - run apexins.sql
    - restart listener and other processes
    - copy the images directory
    I think this is it... Am I right?
    Thanks SO much!
    Carol

    Print to the Adobe PDF printer or use PDF Maker from within WORD. Of course, this assumes you own a license for Acrobat and have installed it.

  • Help needed in deleting nodes from RAC database

    Our DB is 10g RAC database and the servers are Window 2003 server. Initially the database was configured to have 4 nodes. For some reason we stopped the instances in the first two nodes and the current database is running on node3 and node4. I queried the v$thread view and it shows 3 records. Thread 2 is closed and disabled. Thread 3 is open and public and thread 4 is open and private. Now we need to disconnect nodes 1 and 2 from RAC db and cluster ware (We use Oracle cluster ware) and plan to use those two servers for other purposes. Although I read through the Oracle doc regarding deleting node from RAC “11 Adding and Deleting Nodes and Instances on Windows-Based Systems” and wrote down the steps we need to take but I am still not comfortable in doing it since it is production env and we don’t have any dev env to practice those steps. So I would like to borrow your experiences and your lessons learned while you were doing those. Please share your thoughts and insights with us.
    Thank you so much for your help,
    Shirley

    what's your full version? I can warn about specific issues in 10.1.0.3 and 10.2.0.1 - for example, in some cases (depending on how the listener was configured), it will be impossible to delete the listener for the deleted node. Known bug.
    To avoid many many known bugs, you may want to upgrade to at least 10.2.0.2 before removing a node (from my experience, this is the first stable RAC version).
    In any case, deleting a node is a rather delicate process. I really really recommend practicing. Take any pc/laptop, install VMWARE, define two virtual machines, install RAC and remove one node. It will take you an extra day or two, and could save your production.

  • HELP NEEDED !! Null values in Database

    Hi there !!
    I need help with EJB 3.0 passing null values to database. The situation looks like that :
    I have created EJB entity class called "Osoba.java", it is in relation
    with "Rola.java" (one to many). Each Object of class Osoba can have
    many Roles. Then I created "OsobaServiceBean.java " I included it with
    metod "CreateUnregisteredOsoba(Osoba , Boolean)". From "flex" level I
    call this bean - call is accepted, and as a result new object of class Osoba is added to database. Problem is that only one column is filled in table,
    dispite that in service bean I enforce it to fill all columns (see
    source code - file OsobaServiceBean.java , method
    createUnregisteredOsoba() )
    I provided source code here :
    FILE Rola.java
    package test.granite.ejb3.entity ;
    import javax.persistence.Basic;
    import javax.persistence.CascadeType;
    import javax.persistence.Entity;
    import javax.persistence.ManyToOne;
    @Entity
    public class Rola extends AbstractEntity {
    private static final long serialVersionUID = 1L;
    @Basic
    private String login = new String("");
    @Basic
    private String rola = new String("");
    @Basic
    private String roleGroup = new String("");
    @Basic
    private Boolean zatwierdzony = new Boolean(false);
    @ManyToOne(optional=false)
    private Osoba osoba;
    public Boolean getZatwierdzony() {
    return zatwierdzony;
    public void setZatwierdzony(Boolean zatwierdzony) {
    this.zatwierdzony = zatwierdzony;
    public String getLogin() {
    return login;
    public void setLogin(String login) {
    this.login = login;
    public String getRola() {
    return rola;
    public void setRola(String rola) {
    this.rola = rola;
    public Osoba getOsoba() {
    return osoba;
    public void setOsoba(Osoba osoba) {
    this.osoba = osoba;
    public String getRoleGroup() {
    return roleGroup;
    public void setRoleGroup(String roleGroup) {
    this.roleGroup = roleGroup;
    FILE Osoba.java
    package test.granite.ejb3.entity ;
    import java.util.HashSet;
    import java.util.Set;
    import javax.persistence.Basic;
    import javax.persistence.CascadeType;
    import javax.persistence.Entity;
    import javax.persistence.FetchType;
    import javax.persistence.OneToMany;
    @Entity
    public class Osoba extends AbstractEntity {
    private static final long serialVersionUID = 1L;
    @Basic
    private String imie;
    @Basic
    private String nazwisko;
    @Basic
    private String login;
    @Basic
    private String haslo;
    @OneToMany(cascade=CascadeType.ALL, fetch=FetchType.EAGER,
    mappedBy="osoba")
    private Set<Rola> role = new HashSet<Rola>();
    @Basic
    private String email;
    @Basic
    private String nrTelefonu;
    @Basic
    private int rokStudiow;
    public String getPelneImie() {
    StringBuilder sb = new StringBuilder();
    if (imie != null && imie.length() > 0)
    sb.append(imie);
    if (nazwisko != null && nazwisko.length() > 0) {
    if (sb.length() > 0)
    sb.append(' ');
    sb.append(nazwisko);
    return sb.toString();
    public String getImie() {
    return imie;
    public void setImie(String imie) {
    this.imie = imie;
    public String getNazwisko() {
    return nazwisko;
    public void setNazwisko(String nazwisko) {
    this.nazwisko = nazwisko;
    public String getLogin() {
    return login;
    public void setLogin(String login) {
    this.login = login;
    public String getHaslo() {
    return haslo;
    public void setHaslo(String haslo) {
    this.haslo = haslo;
    public Set<Rola> getRole() {
    return role;
    public void setRole(Set<Rola> role) {
    this.role = role;
    public String getEmail() {
    return email;
    public void setEmail(String email) {
    this.email = email;
    public String getNrTelefonu() {
    return nrTelefonu;
    public void setNrTelefonu(String nrTelefonu) {
    this.nrTelefonu = nrTelefonu;
    public int getRokStudiow() {
    return rokStudiow;
    public void setRokStudiow(int rokStudiow) {
    this.rokStudiow = rokStudiow;
    FILE OsobaServiceBean.java
    package test.granite.ejb3.service;
    import java.util.HashSet;
    import java.util.List;
    import java.util.Set;
    import javax.annotation.security.RolesAllowed;
    import javax.ejb.Local;
    import javax.ejb.Stateless;
    import javax.persistence.Query;
    import org.jboss.annotation.security.SecurityDomain ;
    import test.granite.ejb3.entity.Osoba;
    import test.granite.ejb3.entity.Rola;
    @Stateless
    @Local(OsobaService.class)
    @SecurityDomain("other")
    public class OsobaServiceBean extends AbstractEntityService implements
    OsobaService{
    private static final long serialVersionUID = 1L;
    public OsobaServiceBean() {
    super();
    public List<Osoba> findAllOsoba() {
    return findAll(Osoba.class);
    @SuppressWarnings("unchecked")
    public List<Osoba> findAllOsoba(String name) {
    Query query = manager.createQuery (
    "select distinct p from Osoba p " +
    "where upper(p.imie) like upper('%" + name + "%')
    or upper(p.nazwisko) like upper('%" + name + "%')"
    return query.getResultList();
    public Osoba createOsoba(Osoba person) { // pozwalamy
    tworzyc zeby niezalogowany
    return manager.merge (person); //
    uzytkownik utworzyl osobe
    } // ale
    osoba ta i tak nie bedzie jeszcze
    // zatwierdzona
    @RolesAllowed({"unregistered"})
    public Osoba createUnregisteredOsoba(Osoba person, boolean
    zatwierdzony) {
    Rola niezarejestrowany = new Rola();
    niezarejestrowany.setRola("user");
    niezarejestrowany.setOsoba(person);
    niezarejestrowany.setRoleGroup("Roles");
    niezarejestrowany.setLogin(person.getLogin());
    niezarejestrowany.setZatwierdzony(zatwierdzony);
    Set<Rola> role = new HashSet<Rola>();
    role.add(niezarejestrowany);
    // Arrays;
    Object a[] = role.toArray();
    Rola temp;
    temp = (Rola)a[0];
    System.out.println("Login = " + temp.getLogin() + //
    added only for check !!
    "Rola = " + temp.getLogin() +
    "Zatwierdzony = " +
    temp.getZatwierdzony() +
    "Rolegroup = " + temp.getRoleGroup());
    person.setRole (role);
    return manager.merge(person); //
    uzytkownik utworzyl osobe
    } // ale
    osoba ta i tak nie bedzie jeszcze
    public Osoba modifyOsoba(Osoba person) {
    return manager.merge(person);
    @RolesAllowed({"admin"})
    public void deleteOsoba(Osoba person) {
    person = manager.find(Osoba.class, person.getId());
    manager.remove(person);
    public void deleteRola(Rola rola) {
    rola = manager.find(Rola.class, rola.getId());
    rola.getOsoba().getRole().remove(rola);
    manager.remove(rola);
    DATABASE LISTING :
    -----------------------------------------------------------------+----------\
    --------------------------------------------------------+
    | id | ENTITY_UID | version | rola |
    zatwierdzony | osoba_id | login | RoleGroup |
    -----------------------------------------------------------------+----------\
    --------------------------------------------------------+
    | 1 | | NULL | unregistered |
    | 0 | unregistered | Roles | NULL |
    | 33 | eee91bd9-8c5f-4154-8260-3cac9a18eb97 | 0 | user |
    | 34 | NULL | NULL |
    | 32 | a7ed4e8d-a1ba-473a-921c-73c8f8f89efb | 0 | user |
    | 33 | NULL | NULL |
    -----------------------------------------------------------------+----------\
    --------------------------------------------------------+
    The row numer 1 is added by hand and it works. row number 33 and 32
    are added to database by method CreateUnregisteredOsoba. As you can
    see fields login as well as Roles and RoleGroup are empty (NULL). What
    Im doing wrong ?
    Thanks for your help -
    Roman Kli&#347;
    PS. Table Osoba works fine - everything is added as I want.

    I solved problem.
    The reason why EJB had not added anything to database NULL was becouse wrong names of class. Ive refactored whole class Rola.java to RolaClass.java and suddenly it worked.
    True reason is still unknown but most importent is that it works.
    Thanx for reading topic - hope next time someone will answer my questions.
    By !!

  • Help Needed!! Working with SQL Databases

    Hi All,
    I'm currently working on an application that interfaces with an SQL database, and I seem to have ran into a roadblock.
    I have a multicolumn list box on my front panel which is filled in with data extracted from the database. On selecting any of the rows in the list box, another one is opened displaying another set of data extracted by a generated SQL query. At the moment I am only selecting one row at a time to view it's related data, but I want to expand such that I can select mutiple rows from the list box at a time and see all of their corresponding data.
    With only a single selection, I can pass the index value of the selection to an Index Array Function with the database as the other input and build my SQL statement.
    But with multiple selections, I imagine I would have to build an array on index values and use those as a reference to build the SQL statment. And I am not sure how exactly to go about doing that.
    Here is the code that I currently have working for a single selection from the list box.
    Any help is appreciated. Cheers.
    Solved!
    Go to Solution.

    tdog wrote:
    Hi All,
    I'm currently working on an application that interfaces with an SQL database, and I seem to have ran into a roadblock.
    I have a multicolumn list box on my front panel which is filled in with data extracted from the database. On selecting any of the rows in the list box, another one is opened displaying another set of data extracted by a generated SQL query. At the moment I am only selecting one row at a time to view it's related data, but I want to expand such that I can select mutiple rows from the list box at a time and see all of their corresponding data.
    With only a single selection, I can pass the index value of the selection to an Index Array Function with the database as the other input and build my SQL statement.
    But with multiple selections, I imagine I would have to build an array on index values and use those as a reference to build the SQL statment. And I am not sure how exactly to go about doing that.
    Here is the code that I currently have working for a single selection from the list box.
    Any help is appreciated. Cheers.
    Regarding building the array:
    I can see hat you multicolumn listbox has not multiselection enabled, and is limited to one or zero selected item at once. To enable multiselction; simply rightclick your multicolumn listbox and change your selection mode to support multiple selected items. The NewVal at the event structure should change from a single index number to a 1D array of indexed numbers. No coding needed. Then just retrive out all the items (since you know the indexes) and create the quiry. The quiry part I dont really know (long time no see SQL), but it looks like a for loop to create the string should do the trick?

  • Help needed to sync cache with the database using CacheStore

    Hi,
    I need to have my cache in sync with the database. I followed the tutorial to create a DBCacheStore class which will act as a CacheStore between Cache and my Oracle database. My Cache-Config file contains
    <backing-map-scheme>
                        <read-write-backing-map-scheme>
                             <internal-cache-scheme>
                                  <local-scheme></local-scheme>
                             </internal-cache-scheme>
                             <cachestore-scheme>
                                  <class-scheme>
                                       <class-name>com.coherence.cacheUtil.DBCacheStore</class-name>
                                       <init-params>
                                            <init-param>
                                                 <param-type>java.lang.String</param-type>
                                                 <param-value>{cache-name}</param-value>
                                            </init-param>
                                       </init-params>
                                  </class-scheme>
                             </cachestore-scheme>                         
                        </read-write-backing-map-scheme>                    
                   </backing-map-scheme>
    Now, what I am trying to achieve is,
    1. Load the cache with values when the cache server is up, without any need to run separate program
    2. Integrate all read/write cache operations with the database
    I am aware that CacheStore class implements store, storeAll, erase, eraseAll, load, loadAll methods from undelying interface and I need to write corresponding code to add/remove/update records in the database.
    But, I am really not sure how and when to include the logic to load the cache with the data from the database when the server is up.
    Thank for the help. Much appreciated!

    Could you try something like this to load the cache?
    HashSet buffer=new HashSet();
    s = conn.createStatement();
    rs = s.executeQuery("select key from table");
    while (rs.next())
    String key = rs.getString(1);
    buffer.add(key);
    // this loads 1000 items at a time into the cache
    if ((count++ % 1000) == 0)
    cache.getAll(buffer);
    buffer.clear();
    if (!buffer.isEmpty())
    cache.getAll(buffer);
    This web page also gives a good example:
    http://www.oracle.com/technology/pub/articles/vohra-coherence.html
    -Luk

  • Help needed in Apex Integration with EBS

    Hi All,
    Currently, when trying to integrate with EBS these are the steps I followed.
    1) Created apex generate hash and apex launch procedure in APPS DB.
    2) Created Profile in Application Developer Responsibility.
    3) Saved above profile in system administrator -->Profile -> System and set the site level as http://<hostname>:<Apex port>/pls/apex
    4) Created a function in system administrator , type as SSWA plsql function and called the launch procedure and passed parameters as my apex application and page id.
    5) Created a Web PL/SQL entry under System Administrator Responsibility -> Security -> Web PL/SQL for the launch procedure.
    6) Created menu, responsibility and assigned to the user.
    For the APEX application , currently I have not given any login page. The login is through EBS only. I have given logout URL in apex application to EBS Login page. Now my problem is , when I click Logout the session of EBS does not get invalidated. How can I achieve this ?
    Secondly, When I give the APEX application URL directly in the browser it will open without asking for the EBS login credential. But I do not want this to happen. I need it to be authenticated through EBS login credential.
    Any suggestions would be welcome.
    Thanks
    Alaka

    Hi Scott,
    I tried the solution given in this URL.
    http://oracledbas.blogspot.com/2008/11/oracle-application-express.html
    It is not working for me.. I tried in the forum also.
    While creating authentication scheme I gave Oracle EBS Login Page as Session Not Valid URL. But every time I login to EBS and click responsibility then menu which has APEX screen, it is not validating username and password and it redirects to EBS login page which i gave in "session not valid URL" (it is going to a loop.)
    Now my problem is when I login to EBS and click responsibility then my APEX screen should validate the EBS login and directly it should open. It should not ask for any other (APEX login)login page. If I paste the APEX application URL in any browser it should ask for EBS login page.
    When I logout it should invalidate the session of EBS.
    Thanks
    Alaka

  • Help needed in reading text file to database table

    Hello experts,
    i have to insert the values from the column of this text file and insert them in my database table.
    I have done a few file to table insertions but i'm having some trouble with this one.
    Any suggestions plz
    thanks
    liab_report      1.00                                                                                                                              Page: 1
    CDC:00537 / Mon Jun-21-2010                           LIABILITY REPORT                               Mon Jun-21-2010 22:06:26
    DRAW    1; SET    1;  November 7, 2009
                         TOTAL       PAID ON         TOTAL    EXPIRED ON         TOTAL    FRAC   OUTSTANDING
                       WINNERS      06/21/10          PAID      06/21/10       EXPIRED   ROUND
      DIVISION          AMOUNT        AMOUNT        AMOUNT        AMOUNT        AMOUNT  AMOUNT        AMOUNT
        Div1              0.00          0.00          0.00          0.00          0.00    0.00          0.00
        Div2         701040.00          0.00     660146.00          0.00      40894.00    0.00          0.00
        Div3        1444128.00          0.00    1330056.00          0.00     114072.00    0.00          0.00
        Div4        4711900.00          0.00    3889700.00          0.00     822200.00    0.00          0.00
                    6857068.00          0.00    5879902.00          0.00     977166.00    0.00          0.00
    DRAW    2; SET    1;  November 14, 2009
                         TOTAL       PAID ON         TOTAL    EXPIRED ON         TOTAL    FRAC   OUTSTANDING
                       WINNERS      06/21/10          PAID      06/21/10       EXPIRED   ROUND
      DIVISION          AMOUNT        AMOUNT        AMOUNT        AMOUNT        AMOUNT  AMOUNT        AMOUNT
        Div1              0.00          0.00          0.00          0.00          0.00    0.00          0.00
        Div2         817817.00          0.00     817817.00          0.00          0.00    0.00          0.00
        Div3        1687405.00          0.00    1611742.00          0.00      75663.00    0.00          0.00
        Div4        3402100.00          0.00    3034200.00          0.00     367900.00    0.00          0.00
                    5907322.00          0.00    5463759.00          0.00     443563.00    0.00          0.00
    DRAW    3; SET    1;  November 21, 2009
                         TOTAL       PAID ON         TOTAL    EXPIRED ON         TOTAL    FRAC   OUTSTANDING
                       WINNERS      06/21/10          PAID      06/21/10       EXPIRED   ROUND
      DIVISION          AMOUNT        AMOUNT        AMOUNT        AMOUNT        AMOUNT  AMOUNT        AMOUNT
        Div1              0.00          0.00          0.00          0.00          0.00    0.00          0.00
        Div2         779933.00          0.00     769804.00          0.00      10129.00    0.00          0.00
        Div3        1605548.00          0.00    1525104.00          0.00      80444.00    0.00          0.00
        Div4        4891700.00          0.00    4256800.00          0.00     634000.00    0.00        900.00
                    7277181.00          0.00    6551708.00          0.00     724573.00    0.00        900.00

    Plz clarify whether u want to load text file as a file into database or value of this text file into database. If values are to be loaded from this text file, U can better format the text file and use SQL loader to load the file into database. By formatting the database, i mean remove the unnecessary headings and characters, kee only the values to be loaded idelimited by ' '(space) or ','(comma). Create a control file and load it into the target table.

  • Oracle 11gR2 rac database upgrade

    Hi,
    I need to upgrade Oracle 11.2.0.3 rac db (TB) to 11.2.0.4 in unix environment
    database is 2 node rac with asm file structure. oracle home is shared by multiple databases.
    Could anyone guide for best approach to proceed with this upgrade?
    What changes are need to done in existing 11g cluster home and asm structure for this successful upgrade?
    Thanks

    Hi,
    For Grid Upgrade you find complete details at - Things to Consider Before Upgrading to 11.2.0.3/11.2.0.4 Grid Infrastructure/ASM (Doc ID 1363369.1)
    For DB Upgrade following note can help. You need to select the option 3 for RAC DB.
    Troubleshooting Assistant: Oracle Database/Client Upgrade - Downgrade (Doc ID 1561791.2)
    HTH,
    Pradeep

  • Cant deploy in OWB 9.2.0.4.0 after database upgradation

    We are facing a problem with OWB 9.2.0.4.0 after the database is upgraded from[b] oracle 9.2.0.1.0 to 9.2.0.8.0.
    Initially OWB 9.2.0.4.0 was working fine with oracle 9.2.0.1.0 (i.e. the owb runtime and target schema was in this database) but due to some urgent requirement we need to upgrade the database to oracle 9.2.0.8.0. After the oracle upgradation we cant deploy any ETL object from the OWB design(9.2.0.4.0) to the runtime. Also we cant create any new runtime repositories into the upgraded database.
    Can anyone please suggest whether this is happening due to version incompatability?
    or is there any patches/scripts that needs to be run after the database upgradation?
    Thanks in advance.

    Hi there,
    I upgradet a cuple of Times a Database
    and use the OWB (and the Workflow) after that again.
    I didn´t know exactly what´s going on by you
    but maybe after the Upgrade there´re no more OWB Informations in teh Schemata?
    You can start the Design Browser (ControlCenter), right?
    Question: Is the DesignRepository in the same Instance
    as the Runtime Repository?
    If not, then i think it´s the best Way to reinstall the OWB Components using the Runtime Wizzards (runtimeinst.sh under UNIX).
    If it is the same Instance try to take a look in the Log-Files from the Upgradeprocess.
    You can even try to view the Oracle Documentations
    about what´s exactly happened during the Upgrade.
    Sorry, i think that didn´t help you very much, but i think at least with a new Installation of the OWB Components you can sure to fix your Problem.
    Regards
    Lone

  • Database upgrade concepts

    Hello,
    Please help me understand the complete scenario on database upgrade, here is what I know:
    - We have Oracle 9i database installed
    - We install new Oracle 10g Database on same machine with different SID
    - We upgrade Oracle 9i database using DBUA of Oracle 10g
    - The Oracle 9i database is upgraded to Oracle 10g Database and we dont need to move our data from old database to any new place
    1. What happens to the new Oracle 10g installation ? Should we remove the installation ?
    2. Will the SID of old home be changed or will it be the same?
    I read many docs, all of them explain the method to upgrade, but not the complete scenario.
    Thanks in advance :)

    - We have Oracle 9i database installedOK
    - We install new Oracle 10g Database on same machine
    with different SIDNo. A SID is associated with a database. if you're going to use the DBUA, you'd just want to install the 10g software into a separate Oracle Home. You would not want to create a new database.
    - We upgrade Oracle 9i database using DBUA of Oracle
    10gOK
    - The Oracle 9i database is upgraded to Oracle 10g
    Database and we dont need to move our data from old
    database to any new placeCorrect
    1. What happens to the new Oracle 10g installation ?
    Should we remove the installation ?No. The 10g Oracle Home you just created is the new Oracle Home for your database.
    2. Will the SID of old home be changed or will it be
    the same?I'm not sure what you're asking here, but I suspect the question is moot based on the corrections above.
    Of course, I assume that you'll be upgrading your dev & test databases long before you try to upgrade prod so you'll have plenty of practice and plenty of time to make sure that everything is working after the upgrade as you'd expect...
    Justin

Maybe you are looking for