Oracle 11g merge statement not working properly

HI I have recently my oracle version to 11.2.0.3 -64 bit . My merge statement is geeting failied saying that invlid identfier at line number 18    
MERGE INTO peer_index indx        USING staging.stg_peer_filing stg          ON (indx.peer_element_code = stg.fund_code                and indx.index_effective_date = trunc(stg.pricing_date))        WHEN MATCHED THEN UPDATE          SET indx.filing_date = trunc(stg.filing_date),            indx.reported_net_assets = stg.net_assets,            indx.active_flag = 'N',            indx.parent_index_code = NULL,            indx.update_datetime = systimestamp,            indx.last_update_user_id = user        WHEN NOT MATCHED THEN INSERT         (index_code, peer_element_code, filing_date, index_effective_date,          reported_net_assets, active_flag          )        VALUES         ((SELECT pe.index_code_prefix || to_char(stg.pricing_date,'MMRR')           FROM fi_benchmark.peer_element pe           WHERE pe.peer_element_code = stg.fund_code),          stg.fund_code, trunc(stg.filing_date), trunc(stg.pricing_date),          stg.net_assets, 'N'         );
please help why this is happening .Same query works fine in 10g .

which line is the line that has the error?
merge INTO peer_index indx
USING staging.stg_peer_filing stg
ON (indx.peer_element_code = stg.fund_code AND indx.index_effective_date = Trunc
(stg.pricing_date))
WHEN matched THEN
  UPDATE SET indx.filing_date = Trunc(stg.filing_date),
             indx.reported_net_assets = stg.net_assets,
             indx.active_flag = 'N',
             indx.parent_index_code = NULL,
             indx.update_datetime = systimestamp,
             indx.last_update_user_id = USER
WHEN NOT matched THEN
  INSERT (index_code,
          peer_element_code,
          filing_date,
          index_effective_date,
          reported_net_assets,
          active_flag )
  VALUES ((SELECT pe.index_code_prefix
                  || To_char(stg.pricing_date, 'MMRR')
           FROM   fi_benchmark.peer_element pe
           WHERE  pe.peer_element_code = stg.fund_code),
          stg.fund_code,
          Trunc(stg.filing_date),
          Trunc(stg.pricing_date),
          stg.net_assets,
          'N' );

Similar Messages

  • Merge statement not working over db link

    I have a merge statement that works fine when it's run against a local table, but when I try to run it against a table over a database link, I get the following error.
    ERROR at line 1:
    ORA-01008: not all variables bound
    ORA-02063: preceding line from REPOS
    ORA-06512: at "DBADMIN.PING_DB", line 6
    ORA-06512: at line 1
    Here is the code:
    create or replace procedure ping_db
    as
    begin
    merge into availability@repos A
    using (select trunc(sysdate) from dual)
    on (trunc(A.day) = trunc(sysdate))
    when matched then update set A.uptime = A.uptime + 1
    when not matched then insert (hostname,dbname,day,uptime) values
    (utl_inaddr.get_host_name,sys.database_name,trunc(sysdate),1);
    commit;
    end;
    /Code compiles fine, but gets the error when it's executed. Any help would be appreciated.

    9.2.0.x is the version (9.2.0.4,.5 and .6)

  • Oracle 11g Express Edition not working

    Hi, I have installed Oracle 11g Express Edition correctly but when I try to log in :
    http://127.0.0.1:8080/htmldb
    I use SYSTEM and my password and it logs in but says: The requested URL /htmldb was not found on this server
    If I try to acced to :
    http://127.0.0.1:8080/apex
    the problem is that I cannot login either with SYS, SYSTEM, sys or system.
    Edit: I have windows 8.1

    Try ...:8080/apex/f?p=4950 for the URL with the system credential, that is the apex admin URL, and SYSTEM credential should work for that one.
    Most any other Apex URLs require an Apex login, which is not SYS, nor SYSTEM, those are database users, they aren't apex users.
    And if you get a "page not found" or similar error, check output of:
    lsnrctl status
    For Apex to work, both the database and the listener must be running, and there also must be a "...presentation=HTTP... port=8080" line showing up in the ...status output, in Endpoints... section.
    If that endpoint isn't there, apex won't work, something may not be quite correct with the network settings in listener.ora done by the installer.

  • Oracle virtula box machine not working properly

    Hi All,
    I have installed oracle virtual machine with Redhat 6 OS. My host machine is also on Redhat 6 OS.
    The issue I am facing is when I am connecting to virtual machine through Team viewer connection , any special characters are not working i.e /,*," etc. All the alphabets keys are working properly.
    I am only facing the issue when I am connecting through Team viewer , everything works fine when I connects directly to server.
    Sometime I have to connect to it through Team Viewer session to work remotely. Can you please help or suggest something.
    Thanks,
    Virender.

    VIRENDER SINGH wrote:
    Hi Steven,
    Unfortunately I don't have any error message with me even not in team viewer logs. It just simply not type special characters through team viewer.
    Thanks,
    Virender.Ok, so you are sayng that the team viewer interface doesn't seem to be accepting keyboard input for some/all 'special' characters?
    And just to make sure you understand the architecture, that VBox machine is, for all intents and purposes, a remote machine. It has it's own ip address and operates inside its own little world contained within the virtual machine. Do you have any other connectivity type issues with it? Can you start an ssh session on it from your host desktop machine?
    BTW, this is a database forum, and I haven't yet seen anything in this thread relating to a database - or even an Oracle product of any kind. Are we really dealing with an issue that would be better addressed on a generic Linux forum?

  • Heterogenous connection with dg4odbc Oracle 11g: insert did not work !

    Hi,
    we just migrated to a 64bits version of our oracle 10.2.0.4 database.
    We had a heterogenus connection who was woking "A1" at that time (in 32 bits). Now, we had some problems with the Odbc 64bits and we found on this site that we can use dg4odbc (Oracle 11g).
    We tried it and it works well except for a case ... We have to refresh some Oracle tables using a Ingres database. We have a first script SQL that truncate a table and insert data from a table (using heterogenous connection) terminated by a commit. The second one do exactly the same thing but we use a PL/SQL anonymous block.
    Does anybody know why the first script work and the second not ...
    Here is the "log" of the execution of the first script:
    D:\Logiciels\oracle\ora10g\rdbms\BIN>D:\Logiciels\Oracle\Ora10g\rdbms\bin\sqlplu
    s.exe agrt997/oedec12a1 @D:\batch\script_gen\test1.sql
    SQL*Plus: Release 10.2.0.4.0 - Production on Jeu. Juil. 9 14:23:59 2009
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    SQL> set feed on
    SQL>
    SQL> TRUNCATE TABLE AGRBAKA1.ADMIN_LOCALE;
    Table truncated.
    SQL>
    SQL> INSERT INTO AGRBAKA1.ADMIN_LOCALE
    2 SELECT * FROM ADMIN_LOCALE@test_ron;
    *49 rows created.*
    SQL>
    SQL> commit;
    Commit complete.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64
    bit Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    D:\Logiciels\oracle\ora10g\rdbms\BIN>
    Now, the execution of the second one (who not worked !!):
    D:\Logiciels\oracle\ora10g\rdbms\BIN>D:\Logiciels\Oracle\Ora10g\rdbms\bin\sqlplu
    s.exe agrt997/oedec12a1 @D:\batch\script_gen\test2.sql
    SQL*Plus: Release 10.2.0.4.0 - Production on Jeu. Juil. 9 14:24:32 2009
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    SQL> set feed on
    SQL>
    SQL> TRUNCATE TABLE AGRBAKA1.ADMIN_LOCALE;
    Table truncated.
    SQL>
    SQL> DECLARE
    2 cpt NUMBER;
    3 BEGIN
    4 INSERT INTO AGRBAKA1.ADMIN_LOCALE
    5 SELECT * FROM ADMIN_LOCALE@test_ron;
    6
    7 commit;
    8 EXCEPTION
    9 WHEN OTHERS THEN
    10 ROLLBACK;
    11 END;
    12 /
    DECLARE
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    *[Ingres][Ingres 3.0 ODBC Driver]Ingres API invalid handle error*
    ORA-02063: preceding 2 lines from TEST_RON
    ORA-06512: at line 10
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    *[Ingres][Ingres 3.0 ODBC Driver]Ingres API invalid handle error*
    ORA-02063: preceding 2 lines from TEST_RON
    SQL>
    SQL> EXIT
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64
    bit Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    D:\Logiciels\oracle\ora10g\rdbms\BIN>
    It's strange ...
    Thank's
    Yves

    Hi,
    We set the HS_FDS_TRACE_LEVEL=255, stopped/started the listener, started the trace in the ODBC.
    Here is the trace of the dg4odbc:
    Oracle Corporation --- LUNDI JUIL. 13 2009 10:42:42.849
    Heterogeneous Agent Release
    11.1.0.6.0
    Oracle Corporation --- LUNDI JUIL. 13 2009 10:42:42.849
    Version 11.1.0.6.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "255"
    Entered hgosdip
    setting HS_OPEN_CURSORS to default of 50
    setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
    setting HS_FDS_RECOVERY_PWD to default value
    setting HS_FDS_TRANSACTION_LOG to default of "HS_TRANSACTION_LOG"
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    setting HS_NLS_NCHAR to default of "AL16UTF16"
    setting HS_FDS_TIMESTAMP_AS_DATE to default of "TRUE"
    setting HS_RPC_FETCH_REBLOCKING to default of "ON"
    setting HS_FDS_FETCH_ROWS to default of "100"
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_CHARACTER_SEMANTICS to default of "FALSE"
    setting HS_FDS_MAP_NCHAR to default of "TRUE"
    setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
    setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
    setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
    setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
    setting HS_FDS_QUERY_DRIVER to default of "TRUE"
    HOSGIP returned value of "FALSE" for HS_FDS_SUPPORT_STATISTICS
    setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics"
    Exiting hgosdip, rc=0
    ORACLE_SID is "IngresSvrA1"
    Product-Info:
    Port Rls/Upd:6/0 PrdStat:0
    Agent:Oracle Database Gateway for ODBC
    Facility:hsa
    Class:ODBC, ClassVsn:11.1.0.6.0_0006, Instance:IngresSvrA1
    Exiting hgogprd, rc=0
    hostmstr: 2960482304:      HOA After hoagprd
    hostmstr: 2960482304:      HOA Before hoainit
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=178
    HOCXU_DRV_NCHAR=2000
    HOCXU_DB_CSET=178
    HOCXU_SEM_VER=102000
    Entered hgolofn at 2009/07/13-10:42:42
    Exiting hgolofn, rc=0 at 2009/07/13-10:42:42
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    Exiting hgoinit, rc=0 at 2009/07/13-10:42:42
    hostmstr: 2960482304:      HOA After hoainit
    hostmstr: 2960482304:      HOA Before hoalgon
    Entered hgolgon at 2009/07/13-10:42:42
    reco:0, name:AGRT997, tflag:0
    Entered hgosuec at 2009/07/13-10:42:42
    Exiting hgosuec, rc=0 at 2009/07/13-10:42:42
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned ""HS_TRANSACTION_LOG""
    HOSGIP for "HS_FDS_TIMESTAMP_AS_DATE" returned "TRUE"
    HOSGIP for "HS_FDS_CHARACTER_SEMANTICS" returned "FALSE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULT_SET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using AGRT997 as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    Entered hgocont at 2009/07/13-10:42:43
    HS_FDS_CONNECT_INFO = "IngresSvrA1"
    RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
    Entered hgogenconstr at 2009/07/13-10:42:43
    dsn:IngresSvrA1, name:AGRT997
    optn:
    ##>Connect Parameters (len=40)<##
    ## DSN=IngresSvrA1;
    #! UID=AGRT997;
    #! PWD=*
    Exiting hgogenconstr, rc=0 at 2009/07/13-10:42:43
    DriverName:CAIIOD35.DLL, DriverVer:03.50.910.0089
    DBMS Name:INGRES, DBMS Version:09.10.0000
    Exiting hgocont, rc=0 at 2009/07/13-10:42:43
    SQLGetInfo returns for SQL_CATALOG_NAME
    Exiting hgolgon, rc=0 at 2009/07/13-10:42:43
    hostmstr: 2954018816:      HOA After hoalgon
    hostmstr: 2954018816: RPC Before Upload Caps
    hostmstr: 2954018816:      HOA Before hoaulcp
    Entered hgoulcp at 2009/07/13-10:42:43
    Entered hgowlst at 2009/07/13-10:42:43
    Exiting hgowlst, rc=0 at 2009/07/13-10:42:43
    SQLGetInfo returns " for SQL_IDENTIFIER_QUOTE_CHAR
    SQLGetInfo returns Y for SQL_COLUMN_ALIAS
    Exiting hgoulcp, rc=0 at 2009/07/13-10:42:43
    hostmstr: 2954018816:      HOA After hoaulcp
    hostmstr: 2954018816: RPC After Upload Caps
    hostmstr: 2954018816: RPC Before Upload DDTR
    hostmstr: 2954018816:      HOA Before hoauldt
    Entered hgouldt at 2009/07/13-10:42:43
    Exiting hgouldt, rc=0 at 2009/07/13-10:42:43
    hostmstr: 2954018816:      HOA After hoauldt
    hostmstr: 2954018816: RPC After Upload DDTR
    hostmstr: 2954018816: RPC Before Begin Trans
    hostmstr: 2954018816:      HOA Before hoabegn
    Entered hgobegn at 2009/07/13-10:42:43
    tflag:0 , initial:1
    hoi:0x12f074, ttid (len 28) is ...
    00: 50434341 3238352E 65363738 34322E62 [ACCP.582876eb.24]
    10: 2E31312E 36323031 34373639 [.11.10269674]
    tbid (len 10) is ...
    0: 000B0018 009CB3EA 0104 [..........]
    Exiting hgobegn, rc=0 at 2009/07/13-10:42:43
    hostmstr: 2954018816:      HOA After hoabegn
    hostmstr: 2954018816: RPC After Begin Trans
    hostmstr: 2954018816: RPC Before Describe Procedure
    hostmstr: 2954018816:      HOA Before hoapdsc
    Entered hgopdsc at 2009/07/13-10:42:43
    Describing procedure AGRT997.admin_locale
    Output hoada
    hgopdsc, line 1222: NO hoada to print
    Exiting hgopdsc, rc=942 at 2009/07/13-10:42:43
    hostmstr: 2954018816:      HOA After hoapdsc
    hostmstr: 2954018816: RPC After Describe Procedure
    hostmstr: 2954018816: RPC Before Describe Table
    hostmstr: 2954018816:      HOA Before hoadtab
    Entered hgodtab at 2009/07/13-10:42:43
    count:1
    table: AGRT997.admin_locale
    Entered hgopcda at 2009/07/13-10:42:44
    Column:1(dir_no_direc): dtype:-6 (TINYINT), prc/scl:3/0, nullbl:0, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:2(adr_no_adm_reg): dtype:-6 (TINYINT), prc/scl:3/0, nullbl:0, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:3(adl_no_adm_loc): dtype:-6 (TINYINT), prc/scl:3/0, nullbl:0, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:4(adl_desc_adm_loc): dtype:1 (CHAR), prc/scl:30/0, nullbl:0, octet:30, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:5(adl_adr1_adm_loc): dtype:1 (CHAR), prc/scl:35/0, nullbl:0, octet:35, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:6(adl_adr2_adm_loc): dtype:1 (CHAR), prc/scl:35/0, nullbl:0, octet:35, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:7(adl_adr3_adm_loc): dtype:1 (CHAR), prc/scl:35/0, nullbl:0, octet:35, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:8(adl_cd_post_adm_lc): dtype:1 (CHAR), prc/scl:6/0, nullbl:0, octet:6, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:9(adl_no_tel_adm_loc): dtype:1 (CHAR), prc/scl:10/0, nullbl:0, octet:10, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:10(adl_no_fax_adm_loc): dtype:1 (CHAR), prc/scl:10/0, nullbl:0, octet:10, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:11(uti_id): dtype:1 (CHAR), prc/scl:7/0, nullbl:0, octet:7, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:12(bak_dt_dern_modif_rec): dtype:93 (TIMESTAMP), prc/scl:19/0, nullbl:1, octet:7, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:13(uti_id_uvb): dtype:1 (CHAR), prc/scl:7/0, nullbl:0, octet:7, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    The hoada for table AGRT997.admin_locale follows...
    hgodtab, line 577: Printing hoada @ 0224711C
    MAX:13, ACTUAL:13, BRC:1, WHT=6
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    -6 TINYINT N 1 1 0/ 0 0 0 20 dir_no_direc
    -6 TINYINT N 1 1 0/ 0 0 0 20 adr_no_adm_reg
    -6 TINYINT N 1 1 0/ 0 0 0 20 adl_no_adm_loc
    1 CHAR N 30 30 0/ 0 0 0 0 adl_desc_adm_loc
    1 CHAR N 35 35 0/ 0 0 0 0 adl_adr1_adm_loc
    1 CHAR N 35 35 0/ 0 0 0 0 adl_adr2_adm_loc
    1 CHAR N 35 35 0/ 0 0 0 0 adl_adr3_adm_loc
    1 CHAR N 6 6 0/ 0 0 0 0 adl_cd_post_adm_lc
    1 CHAR N 10 10 0/ 0 0 0 0 adl_no_tel_adm_loc
    1 CHAR N 10 10 0/ 0 0 0 0 adl_no_fax_adm_loc
    1 CHAR N 7 7 0/ 0 0 0 0 uti_id
    91 DATE Y 16 16 0/ 0 0 0 0 bak_dt_dern_modif_rec
    1 CHAR N 7 7 0/ 0 0 0 0 uti_id_uvb
    Exiting hgodtab, rc=0 at 2009/07/13-10:42:44
    hostmstr: 2954018816:      HOA After hoadtab
    hostmstr: 2954018816:      HOA Before hoadafr
    Entered hgodafr, cursor id 0 at 2009/07/13-10:42:44
    Exiting hgodafr, rc=0 at 2009/07/13-10:42:44
    hostmstr: 2954018816:      HOA After hoadafr
    hostmstr: 2954018816: RPC After Describe Table
    hostmstr: 2954018816: RPC Before SQL Bundling
    hostmstr: 2954018816:      HOA Before hoxpars
    Entered hgopars, cursor id 1 at 2009/07/13-10:42:44
    type:0
    SQL text from hgopars, id=1, len=312 ...
    000: 454C4553 41205443 64222E31 6E5F7269 [SELECT A1."dir_n]
    010: 69645F6F 22636572 2E31412C 72646122 [o_direc",A1."adr]
    020: 5F6F6E5F 5F6D6461 22676572 2E31412C [_no_adm_reg",A1.]
    030: 6C646122 5F6F6E5F 5F6D6461 22636F6C ["adl_no_adm_loc"]
    040: 2E31412C 6C646122 7365645F 64615F63 [,A1."adl_desc_ad]
    050: 6F6C5F6D 412C2263 61222E31 615F6C64 [m_loc",A1."adl_a]
    060: 5F317264 5F6D6461 22636F6C 2E31412C [dr1_adm_loc",A1.]
    070: 6C646122 7264615F 64615F32 6F6C5F6D ["adl_adr2_adm_lo]
    080: 412C2263 61222E31 615F6C64 5F337264 [c",A1."adl_adr3_]
    090: 5F6D6461 22636F6C 2E31412C 6C646122 [adm_loc",A1."adl]
    0A0: 5F64635F 74736F70 6D64615F 22636C5F [_cd_post_adm_lc"]
    0B0: 2E31412C 6C646122 5F6F6E5F 5F6C6574 [,A1."adl_no_tel_]
    0C0: 5F6D6461 22636F6C 2E31412C 6C646122 [adm_loc",A1."adl]
    0D0: 5F6F6E5F 5F786166 5F6D6461 22636F6C [_no_fax_adm_loc"]
    0E0: 2E31412C 69747522 2264695F 2E31412C [,A1."uti_id",A1.]
    0F0: 6B616222 5F74645F 6E726564 646F6D5F ["bak_dt_dern_mod]
    100: 725F6669 2C226365 222E3141 5F697475 [if_rec",A1."uti_]
    110: 755F6469 20226276 4D4F5246 47412220 [id_uvb" FROM "AG]
    120: 39395452 222E2237 696D6461 6F6C5F6E [RT997"."admin_lo]
    130: 656C6163 31412022 [cale" A1]
    Exiting hgopars, rc=0 at 2009/07/13-10:42:44
    hostmstr: 2954018816:      HOA After hoxpars
    hostmstr: 2954018816:      HOA Before hoxopen
    Entered hgoopen, cursor id 1 at 2009/07/13-10:42:44
    hgoopen, line 83: NO hoada to print
    Exiting hgoopen, rc=0 at 2009/07/13-10:42:44
    hostmstr: 2954018816:      HOA After hoxopen
    hostmstr: 2954018816:      HOA Before hoxdscr
    Entered hgodscr, cursor id 1 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:1(dir_no_direc): dtype:-6 (TINYINT), prc/scl:3/0, nullbl:0, octet:0, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:2(adr_no_adm_reg): dtype:-6 (TINYINT), prc/scl:3/0, nullbl:0, octet:0, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:3(adl_no_adm_loc): dtype:-6 (TINYINT), prc/scl:3/0, nullbl:0, octet:0, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:4(adl_desc_adm_loc): dtype:1 (CHAR), prc/scl:30/0, nullbl:0, octet:30, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:5(adl_adr1_adm_loc): dtype:1 (CHAR), prc/scl:35/0, nullbl:0, octet:35, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:6(adl_adr2_adm_loc): dtype:1 (CHAR), prc/scl:35/0, nullbl:0, octet:35, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:7(adl_adr3_adm_loc): dtype:1 (CHAR), prc/scl:35/0, nullbl:0, octet:35, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:8(adl_cd_post_adm_lc): dtype:1 (CHAR), prc/scl:6/0, nullbl:0, octet:6, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:9(adl_no_tel_adm_loc): dtype:1 (CHAR), prc/scl:10/0, nullbl:0, octet:10, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:10(adl_no_fax_adm_loc): dtype:1 (CHAR), prc/scl:10/0, nullbl:0, octet:10, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:11(uti_id): dtype:1 (CHAR), prc/scl:7/0, nullbl:0, octet:7, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:12(bak_dt_dern_modif_rec): dtype:93 (TIMESTAMP), prc/scl:19/0, nullbl:1, octet:7, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    Entered hgopcda at 2009/07/13-10:42:44
    Column:13(uti_id_uvb): dtype:1 (CHAR), prc/scl:7/0, nullbl:0, octet:7, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2009/07/13-10:42:44
    hgodscr, line 521: Printing hoada @ 022470D0
    MAX:13, ACTUAL:13, BRC:100, WHT=5
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    -6 TINYINT N 1 1 0/ 0 0 0 20 dir_no_direc
    -6 TINYINT N 1 1 0/ 0 0 0 20 adr_no_adm_reg
    -6 TINYINT N 1 1 0/ 0 0 0 20 adl_no_adm_loc
    1 CHAR N 30 30 0/ 0 0 0 0 adl_desc_adm_loc
    1 CHAR N 35 35 0/ 0 0 0 0 adl_adr1_adm_loc
    1 CHAR N 35 35 0/ 0 0 0 0 adl_adr2_adm_loc
    1 CHAR N 35 35 0/ 0 0 0 0 adl_adr3_adm_loc
    1 CHAR N 6 6 0/ 0 0 0 0 adl_cd_post_adm_lc
    1 CHAR N 10 10 0/ 0 0 0 0 adl_no_tel_adm_loc
    1 CHAR N 10 10 0/ 0 0 0 0 adl_no_fax_adm_loc
    1 CHAR N 7 7 0/ 0 0 0 0 uti_id
    91 DATE Y 16 16 0/ 0 0 0 0 bak_dt_dern_modif_rec
    1 CHAR N 7 7 0/ 0 0 0 0 uti_id_uvb
    Exiting hgodscr, rc=0 at 2009/07/13-10:42:44
    hostmstr: 2954018816:      HOA After hoxdscr
    hostmstr: 2954018816: RPC After SQL Bundling
    hostmstr: 2954018816: RPC Before Describe Table
    hostmstr: 2954018816:      HOA Before hoadtab
    Entered hgodtab at 2009/07/13-10:42:44
    count:1
    table: admin_locale
    The hoada for table admin_locale follows...
    hgodtab, line 577: NO hoada to print
    Exiting hgodtab, rc=0 at 2009/07/13-10:42:44
    hostmstr: 2954018816:      HOA After hoadtab
    hostmstr: 2954018816: RPC After Describe Table
    hostmstr: 2954018816: RPC Before SQL Bundling
    hostmstr: 2954018816:      HOA Before hoxclse
    Entered hgoclse, cursor id 1 at 2009/07/13-10:42:44
    Exiting hgoclse, rc=0 at 2009/07/13-10:42:44
    hostmstr: 2954018816:      HOA After hoxclse
    hostmstr: 2954018816:      HOA Before hoadafr
    Entered hgodafr, cursor id 1 at 2009/07/13-10:42:44
    Exiting hgodafr, rc=0 at 2009/07/13-10:42:44
    hostmstr: 2954018816:      HOA After hoadafr
    hostmstr: 2954018816:      HOA Before hoxpars
    Entered hgopars, cursor id 1 at 2009/07/13-10:42:44
    type:0
    SQL text from hgopars, id=1, len=28 ...
    00: 454C4553 2A205443 4F524620 6122204D [SELECT * FROM "a]
    10: 6E696D64 636F6C5F 22656C61 [dmin_locale"]
    Entered hgopoer at 2009/07/13-10:42:44
    hgopoer, line 159: got native error 7 and sqlstate HY000; message follows...
    [Ingres][Ingres 3.0 ODBC Driver]Ingres API invalid handle error
    Exiting hgopoer, rc=0 at 2009/07/13-10:42:44
    hgopars, line 278: calling SQLPrepare got sqlstate HY000
    Exiting hgopars, rc=28500 at 2009/07/13-10:42:44 with error ptr FILE:hgopars.c LINE:308 ID:Prepare stmt
    hostmstr: 2954018816:      HOA After hoxpars
    hostmstr: 2954018816: RPC After SQL Bundling
    hostmstr: 2954018816: RPC Before Rollback Trans
    hostmstr: 2954018816:      HOA Before hoaroll
    Entered hgoroll at 2009/07/13-10:42:44
    tflag:1 , cmt(0):
    hoi:0x12f074, ttid (len 28) is ...
    00: 50434341 3238352E 65363738 34322E62 [ACCP.582876eb.24]
    10: 2E31312E 36323031 34373639 [.11.10269674]
    tbid (len 10) is ...
    0: 000B0018 009CB3EA 0104 [..........]
    Entered hgocpctx at 2009/07/13-10:42:44
    Exiting hgocpctx, rc=0 at 2009/07/13-10:42:44
    Entered hgopoer at 2009/07/13-10:42:44
    hgopoer, line 159: got native error 7 and sqlstate HY000; message follows...
    [Ingres][Ingres 3.0 ODBC Driver]Ingres API invalid handle error
    Exiting hgopoer, rc=0 at 2009/07/13-10:42:44
    hgoroll, line 124: calling SQLEndTran got sqlstate HY000
    Exiting hgoroll, rc=28500 at 2009/07/13-10:42:44 with error ptr FILE:hgoroll.c LINE:124 ID:End transaction
    hostmstr: 2954018816:      HOA After hoaroll
    hostmstr: 2954018816: RPC After Rollback Trans
    hostmstr: 2954018816: RPC Before Rollback Trans
    hostmstr: 2954018816:      HOA Before hoaroll
    Entered hgoroll at 2009/07/13-10:42:44
    tflag:1 , cmt(0):
    hoi:0x12f074, ttid (len 28) is ...
    00: 50434341 3238352E 65363738 34322E62 [ACCP.582876eb.24]
    10: 2E31312E 36323031 34373639 [.11.10269674]
    tbid (len 10) is ...
    0: 000B0018 009CB3EA 0104 [..........]
    Entered hgocpctx at 2009/07/13-10:42:44
    Exiting hgocpctx, rc=0 at 2009/07/13-10:42:44
    Exiting hgoroll, rc=0 at 2009/07/13-10:42:44
    hostmstr: 2954018816:      HOA After hoaroll
    hostmstr: 2954018816: RPC After Rollback Trans
    hostmstr: 2954018816: RPC Before Logoff
    hostmstr: 2954018816:      HOA Before hoalgof
    Entered hgolgof at 2009/07/13-10:42:46
    tflag:1
    Exiting hgolgof, rc=0 at 2009/07/13-10:42:46
    hostmstr: 2956316672:      HOA After hoalgof
    hostmstr: 2956316672: RPC After Logoff
    hostmstr: 2956316672: RPC Before Exit Agent
    hostmstr: 2956316672:      HOA Before hoaexit
    Entered hgoexit at 2009/07/13-10:42:46
    Exiting hgoexit, rc=0 at 2009/07/13-10:42:46
    hostmstr: 2960150528:      HOA After hoaexit
    hostmstr: 2960150528: RPC After Exit Agent
    If you want the "trace log" of the ODBC, I could send it to you in a further reply.
    Thank's

  • Merging of contacts - how to STOP or manually UN-merge? not working properly!!!

    Hi,
    how to STOP merging of contacts? Or manually un-merge them?
    Everybody seems to like that feature to avoid double entries, but in my case it leads to missing or accidently mixed up contacs.
    I use a Q10 with an exchange account for buisness contacs, and gmail for private.
    1 case)
    my parents share the same surname, adress, and landline telephone number. wow, what a surprise. now bb10 merges theese two contact and I only see my father in the list. if I search for my mother also my father shows up.
    How can I manage to keep them as two different contacts in my list without getting them a divorce?
    2 case)
    A colleague of mine is in my exchange list as busness contac, and in my gmail list as private contact. bb10 automaticaly merges those and the private mobile number gets lost. also I want to avoid that his private mobile number gets synced to our buisness crm server....
    is it possible to tell bb10 to keep some contacts apart???
    this is really annoying.
    after 15+ years of contacs synching experience with different devices I believe it is more likely that humanity will get mars terraformed, before they get this sh** to work properly.

    I'll take that bet on the terraforming by the way, what shall we say a hundred?
    If you've been helped click on , if you've been saved buy the app.
    Developer of stokLocker, Sympatico and Super Sentences.

  • Spry:state not working properly

    Hi,
    I have the following code wrapped around my page:
    <div spry:state="loading"
    class="AjaxLoadingLarge">Loading...</div>
    <div spry:state="error">Sorry! An Error has
    occurred!</div>
    <div spry:state="ready">
    PAGE CODE HERE
    </div>
    Whilst the page is loading, the Loading State Appears on the
    screen normally but also has the Error State Content and the Ready
    State Content (unpopulated with Data) - ie it's the table with all
    the header row and 1 results row displaying the dataset field names
    {EventID} {EventDesc} etc.
    Once the page is loaded, everything displays perfectly, It
    just looks as though the "state" is not being handled properly
    until the state becomes ready.
    Anyone else seen this problem? and any ideas?
    Dom

    Hi - Thanks for the response.
    The previous line of code now reads:
    <div spry:region="ds1" class="SpryHiddenRegion">
    and I have closed the DIV off but it has made no difference
    whatsoever - but there is no class in any .css for this.
    Having Googled this, I found that some people have a class in
    the .css as display:none. I added this and nothing is then visible.
    Any further ideas?
    Dom

  • Oracle 10g EM is not working properly

    Hi all!
    I just installed a new database of Oracle 10g (10.1.0.2) and applied patchset (10.1.0.4). After all I started the OEM using emctl start dbconsole, it starts alright and I'm able to login on the database using the SYS as SYSDBA user. When it goes to the main page that should show the status, alerts, etc about the database I receive an error that the database is not started. If I click start, gives me an error:
    oracle@xseries:~> emctl start dbconsole
    TZ set to Brazil/West
    Oracle Enterprise Manager 10g Database Control Release 10.1.0.4
    Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
    http://xseries.avconline.com.br:5505/em/console/aboutApplication
    Agent Version : 10.1.0.4.0
    OMS Version : 10.1.0.4.0
    Protocol Version : 10.1.0.2.0
    Agent Home : /opt/oracle/product/10.1.0/xseries.avconline.com.br_nlprod
    Agent binaries : /opt/oracle/product/10.1.0
    Agent Process ID : 15398
    Parent Process ID : 15393
    Agent URL : http://xseries.avconline.com.br:5505/emd/main
    Started at : 2005-04-16 10:52:49
    Started by user : oracle
    Last Reload : 2005-04-16 10:52:49
    Last successful upload : (none)
    Last attempted upload : (none)
    Total Megabytes of XML files uploaded so far : 0.00
    Number of XML files pending upload : 15
    Size of XML files pending upload(MB) : 4.48
    Available disk space on upload filesystem : 51.94%
    Agent is already started. Will restart the agent
    Stopping agent ... stopped.
    Starting Oracle Enterprise Manager 10g Database Control ....... started.
    Logs are generated in directory /opt/oracle/product/10.1.0/xseries.avconline.com.br_nlprod/sysman/log
    But the entreprise manager shows the screen to give the credentials to connect on the database. But when I put the user/pass for the OS System and Database I receive the following message:
    Premature EOF encountered, no trailer found
    And also I have found that in a few minutes the service of dbconsole shuts down by itself, and I have to do emctl start dbconsole again.
    Does anyone knows what is going on ?
    Thanks!
    Eduardo

    try the below
    emca -config dbcontrol db -repos recreate

  • 11g "Orgainze Imports" not work properly

    It seems there is no action taken when I select "Organize Imports", and "Reformat" does not group my imports as well.
    What happened to R1 release? TP4 works pretty good for me. I found many minor IDE bugs which I had never seen in TP4. For example: "Message - Log" window is not longer scroll to latest output.

    Here is my sample code:
    package test;
    import java.io.InputStream;
    import java.util.UUID;
    public class Main {
        public static void main(String[] args) {
            Main.test("123", "456");
        public static void test(String tag, Object... messages) {
        public static void test(String tag, String t, Object... messages) {
    {code}
    Jdeveloper shows there is java syntax error in its editer, it says "Ambiguouse reference". In fact, this is perfect illege. This bugs exists in TP4 as well, but it doesn't prevent "Organize Imports" working.

  • Menu bar with rollover states not working properly

    I have a menu bar that I want to have as a certain size. The
    menu items that actually link somewhere are not showing up as the
    designated size (150x50px) but the one link that is not linked to
    somewhere else in the page looks fine (inventory).
    Can someone look at the css and tell me if there is something
    contradicting or if there is something I can do?
    THank you
    You can view the problem page at
    http://thebradfordcreativegroup.com/abs/indexold.html

    Sorry, I don't have the answers - but you need to see your
    site in IE6. It
    looks quite different - kind of bloated. Also, the "Quality"
    link doesn't
    have an arrow.
    "Inventory" as you say sits up at the top. FF is fine. Sorry
    I can't help
    though.
    Jo
    "joshuataylordesign" <[email protected]>
    wrote in message
    news:fqia5f$anb$[email protected]..
    >I have a menu bar that I want to have as a certain size.
    The menu items
    >that
    > actually link somewhere are not showing up as the
    designated size
    > (150x50px)
    > but the one link that is not linked to somewhere else in
    the page looks
    > fine
    > (inventory).
    > Can someone look at the css and tell me if there is
    something
    > contradicting or
    > if there is something I can do?
    > THank you
    > You can view the problem page at
    >
    http://thebradfordcreativegroup.com/abs/indexold.html
    >

  • DBTransactionStateListener not working properly in JDeveloper 11g TP4

    Hi All
    I've created a custom DCTransactionStateListener and implement transactionStateChanged(boolean state) method. When the db transaction state is being changed i set a parameter in the HttpSession. I need this in order to know if transaction is dirty.
    In JDeveloper 11g TP3 it's working properly, but now i test it in TP4 and it's not working. The method is not called. I've tried with delete and modify existing rows, but the method transactionStateChanged(boolean state) was not called.
    Please anyone give some help to resolve this.
    Regards,
    JavaDeVeLoper

    In general, you should be able to reference the isTransactionDirty() property of the data control without needing to create your own custom listener here, but it looks like for the TP4 and later builds, if you do want a custom DCTransactionStateListener, you'll need to override the
    package model.utils;
    import oracle.adf.model.bc4j.DataControlFactoryImpl;
    public class MyDataControlFactoryImpl extends DataControlFactoryImpl {
      public MyDataControlFactoryImpl() {
      protected String getDataControlClassName() {
        return MyCustomDCJboDataControl.class.getName();
    package model.utils;
    import oracle.jbo.common.ampool.SessionCookie;
    import oracle.jbo.uicli.binding.JUApplication;
    public class MyCustomDCJboDataControl extends JUApplication {
      public MyCustomDCJboDataControl() {
        addTransactionStateListener(new MyDCTransactionStateListener());
      public MyCustomDCJboDataControl(SessionCookie sessionCookie)
         super(sessionCookie);
         addTransactionStateListener(new MyDCTransactionStateListener());
    }

  • Oracle 10gr2 locally is not working after  installing Oracle 11g

    hi ,
    Does anyone has any idea after installing oracle 11g in system, Oracle 10g locally is not working. I am getting below error.
    Forms session <2> failed during startup: no response from runtime process

    Generally this is because the software you install last updates the system environment variables with its information, thereby break products that use files with similar names. Specifically, look at PATH and ORACLE_HOME. Likely you will see that entries for your 11g installation will be displayed first. In order to use v10, you would need to change this or use script files to start executibles. For Forms runtime, be sure to properly set default.env to point to the desired PATH

  • Flip Card Animation is not working properly when Button's PointOver State remain Activated.

     I am facing problems with flip car animation which is not working properly when its mouse point over state remains activated but it works perfect when its tapped two times and instantly change pointer position. Kindly Help me out as soon as possible.
    Code is here:
    Xaml:
    <Image Name="imgCapital" RenderTransformOrigin=".5,.5" Tag="1" Tapped="imgCapital_Tapped">
    <Image.Projection>
    <PlaneProjection RotationY="0"/>
    </Image.Projection>
    </Image>
    <Image Name="imgSmall" RenderTransformOrigin=".5,.5" Tag="2" Opacity="1" Tapped="imgSmall_Tapped">
    <Image.Projection>
    <PlaneProjection RotationY="-90"/>
    </Image.Projection>
    </Image>
    Storyboard:
    <Storyboard x:Name="FlipOpen">
    <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Projection).(PlaneProjection.RotationY)" Storyboard.TargetName="imgCapital">
    <EasingDoubleKeyFrame KeyTime="0:0:0" Value="0"/>
    <EasingDoubleKeyFrame KeyTime="0:0:0.4" Value="90"/>
    </DoubleAnimationUsingKeyFrames>
    <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Projection).(PlaneProjection.RotationY)" Storyboard.TargetName="imgSmall">
    <EasingDoubleKeyFrame KeyTime="0:0:0.4" Value="-90"/>
    <EasingDoubleKeyFrame KeyTime="0:0:0.8" Value="0"/>
    </DoubleAnimationUsingKeyFrames>
    </Storyboard>
    <Storyboard x:Name="FlipClose">
    <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Projection).(PlaneProjection.RotationY)" Storyboard.TargetName="imgCapital">
    <SplineDoubleKeyFrame KeyTime="0:0:0.4" Value="90"/>
    <SplineDoubleKeyFrame KeyTime="0:0:0.8" Value="0"/>
    </DoubleAnimationUsingKeyFrames>
    <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Projection).(PlaneProjection.RotationY)" Storyboard.TargetName="imgSmall">
    <SplineDoubleKeyFrame KeyTime="0:0:0" Value="0"/>
    <SplineDoubleKeyFrame KeyTime="0:0:0.4" Value="-90"/>
    </DoubleAnimationUsingKeyFrames>
    </Storyboard>

    Actually i simply want flip card animation which is not working here in my code. When i tapped button to invoke animation its behavior not exactly flipping.  Its one side work properly but other collapsed suddenly not rotate if i keep mouse right at
    the button, but if i change mouse pointer at that very time after tapping it works properly. Mouse Pointer Over mean screen points where i tapped.
    Triggered Function is here:
      private void btnChangCase_Tapped(object sender, TappedRoutedEventArgs e)
                if(isCaseChanged==false)
                    isCaseChanged = true;
                    FlipOpen.Begin();
                else if(isCaseChanged==true)
                    isCaseChanged = false;
                    FlipClose.Begin();

  • OBIEE 11G report download with excel 2000 is not working properly

    Hi all,
    The Analytics report download is not working properly in excel 2000.
    This version is no longer supported?
    Is any way to workaround this problem?
    Cheers
    Carlos Pereira

    Hi,
    which version r u using? until obiee11.1.1.5 its bug but solve it by workaround method . also the bug fixed in obiee.11.1.1.6
    11700314 REPORT NOT EXPORTED FULLY INTO EXCEL WHEN DOWNLOADING FROM PAGES OTHER THAN 1
    1) stop it all u r bi serivices then take a back of u original instanconfig.xml file then do the below changes
    D:\Oracle\Middleware\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1
    instanceconfig.xml
    just add below content then
    <Views>
    <Pivot>
    <MaxCells>6500000</MaxCells>
    <MaxVisibleColumns>100</MaxVisibleColumns>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>65000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>500</DefaultRowsDisplayed>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDownload>64000</DefaultRowsDisplayedInDownload>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DisableAutoPreview>false</DisableAutoPreview>
    </Pivot>
    <Table>
    <MaxCells>6500000</MaxCells>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>65000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>500</DefaultRowsDisplayed>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDownload>64000</DefaultRowsDisplayedInDownload>
    </Table>
    </Views>
    Restart all u r bi services..
    then test it out.
    Thanks
    Deva

  • CTSS is not working properly in RAC 11.2.0.1 on vmware 1 (redhat 5.3)

    Dears
    I have installed CRS 11.2.0.1 on vmware 1 at redhat 5.3 .
    CRS has installed sucessfully without any error. but when execute
    [oracle@RAC1 grid]$ ./runcluvfy.sh stage -post crsinst -n RAC1,RAC2 -verbose
    Checking if Clusterware is installed on all nodes...
    Check of Clusterware install passed
    Checking if CTSS Resource is running on all nodes...
    Check: CTSS Resource running on all nodes
      Node Name                             Status                 
      RAC2                                  passed                 
      RAC1                                  passed                 
    Result: CTSS resource check passed
    Querying CTSS for time offset on all nodes...
    Result: Query of CTSS for time offset passed
    Check CTSS state started...
    Check: CTSS state
      Node Name                             State                  
      RAC2                                  Active                 
      RAC1                                  Active                 
    CTSS is in Active state. Proceeding with check of clock time offsets on all nodes...
    Reference Time Offset Limit: 1000.0 msecs
    Check: Reference Time Offset
      Node Name     Time Offset               Status                 
      RAC2          -4700.0                   failed                 
      RAC1          0.0                       passed                 
    Result: PRVF-9661 : Time offset is NOT within the specified limits on the following nodes:
    "[RAC2]"
    PRVF-9652 : Cluster Time Synchronization Services check failed
    Post-check for cluster services setup was unsuccessful on all the nodes.
    [oracle@RAC1 grid]$ After That I checked on RAC1
    [oracle@RAC1 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): 0
    [oracle@RAC1 ~]$
    and on RAC2
    [oracle@RAC2 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): -4700
    [oracle@RAC2 ~]$ But when some time ago i checked it was
    oracle@RAC1 ~]$
    [oracle@RAC1 ~]$ cluvfy comp clocksync -n all
    Verifying Clock Synchronization across the cluster nodes
    Checking if Clusterware is installed on all nodes...
    Check of Clusterware install passed
    Checking if CTSS Resource is running on all nodes...
    CTSS resource check passed
    Querying CTSS for time offset on all nodes...
    Query of CTSS for time offset passed
    Check CTSS state started...
    CTSS is in Active state. Proceeding with check of clock time offsets on all nodes...
    Check of clock time offsets passed
    Oracle Cluster Time Synchronization Services check passed
    Verification of Clock Synchronization across the cluster nodes was successful.
    [oracle@RAC1 ~]$
    [oracle@RAC1 ~]$
    [oracle@RAC1 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): 0
    [oracle@RAC1 ~]$
    [oracle@RAC1 ~]$
    and on RAC2 is was
    [oracle@RAC2 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): -800
    [oracle@RAC2 ~]$
    [oracle@RAC2 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): -800
    [oracle@RAC2 ~]$
    [oracle@RAC2 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): -900
    [oracle@RAC2 ~]$
    [oracle@RAC2 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): -900
    [oracle@RAC2 ~]$
    [oracle@RAC2 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): -1000
    [oracle@RAC2 ~]$ So, I am seeing that in RAC2, CTSS is not working properly . I don't know why it's time Offset is increasing ?
    Thanks&Regards
    Muhammad Abdul Halim
    http://halimdba.blogspot.com

    Dears
    I have installed CRS 11.2.0.1 on vmware 1 at redhat 5.3 .
    CRS has installed sucessfully without any error. but when execute
    [oracle@RAC1 grid]$ ./runcluvfy.sh stage -post crsinst -n RAC1,RAC2 -verbose
    Checking if Clusterware is installed on all nodes...
    Check of Clusterware install passed
    Checking if CTSS Resource is running on all nodes...
    Check: CTSS Resource running on all nodes
      Node Name                             Status                 
      RAC2                                  passed                 
      RAC1                                  passed                 
    Result: CTSS resource check passed
    Querying CTSS for time offset on all nodes...
    Result: Query of CTSS for time offset passed
    Check CTSS state started...
    Check: CTSS state
      Node Name                             State                  
      RAC2                                  Active                 
      RAC1                                  Active                 
    CTSS is in Active state. Proceeding with check of clock time offsets on all nodes...
    Reference Time Offset Limit: 1000.0 msecs
    Check: Reference Time Offset
      Node Name     Time Offset               Status                 
      RAC2          -4700.0                   failed                 
      RAC1          0.0                       passed                 
    Result: PRVF-9661 : Time offset is NOT within the specified limits on the following nodes:
    "[RAC2]"
    PRVF-9652 : Cluster Time Synchronization Services check failed
    Post-check for cluster services setup was unsuccessful on all the nodes.
    [oracle@RAC1 grid]$ After That I checked on RAC1
    [oracle@RAC1 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): 0
    [oracle@RAC1 ~]$
    and on RAC2
    [oracle@RAC2 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): -4700
    [oracle@RAC2 ~]$ But when some time ago i checked it was
    oracle@RAC1 ~]$
    [oracle@RAC1 ~]$ cluvfy comp clocksync -n all
    Verifying Clock Synchronization across the cluster nodes
    Checking if Clusterware is installed on all nodes...
    Check of Clusterware install passed
    Checking if CTSS Resource is running on all nodes...
    CTSS resource check passed
    Querying CTSS for time offset on all nodes...
    Query of CTSS for time offset passed
    Check CTSS state started...
    CTSS is in Active state. Proceeding with check of clock time offsets on all nodes...
    Check of clock time offsets passed
    Oracle Cluster Time Synchronization Services check passed
    Verification of Clock Synchronization across the cluster nodes was successful.
    [oracle@RAC1 ~]$
    [oracle@RAC1 ~]$
    [oracle@RAC1 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): 0
    [oracle@RAC1 ~]$
    [oracle@RAC1 ~]$
    and on RAC2 is was
    [oracle@RAC2 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): -800
    [oracle@RAC2 ~]$
    [oracle@RAC2 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): -800
    [oracle@RAC2 ~]$
    [oracle@RAC2 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): -900
    [oracle@RAC2 ~]$
    [oracle@RAC2 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): -900
    [oracle@RAC2 ~]$
    [oracle@RAC2 ~]$ crsctl check ctss
    CRS-4701: The Cluster Time Synchronization Service is in Active mode.
    CRS-4702: Offset (in msec): -1000
    [oracle@RAC2 ~]$ So, I am seeing that in RAC2, CTSS is not working properly . I don't know why it's time Offset is increasing ?
    Thanks&Regards
    Muhammad Abdul Halim
    http://halimdba.blogspot.com

Maybe you are looking for

  • Error while deploying ADF web application from JDeveloper 11g to Web Logic

    Hi, I developed application following "Developing RIA Web Applications with Oracle ADF" tutorial. It works fine when started locally, from JDevelopwr 11g (11.1.1.1.0). I tried to deploy it to remote Oracle WebLogic Server (10.3.1, with ADF libraries

  • MIRO-Import Procurement

    Hi, When i do MIRO for Customs dept. selecting the option as 'planned delivery costs' a dialog box used to be displayed asking for which vendor to be selelected for IV (main vendor / Customs dept). Now suddenly it is behaving differently. ie it is no

  • Click ComboBox in JTable to times before editing ?

    Hi, I have a JComboBox in a JTable. Now I want to open the ComboBox when you click the cell to times. There is a method in DefaultCellEditor called setClickCountToStart(int). But how can I get the reference to the DefaultCellEditor from my JTable. Th

  • Block GR through source inspection

    Hi, We want to block the GR if the material is under test or else is rejected by QC. For this we have select source inspection functionality but the system is not blocking GR for under test material or rejected material. Please confirm what setting a

  • I just updated to iOS 5 and my "restore to back up option isnt working" Help!

    i just updated to  the new software, and im trying to restore me stuff from a back up i did but its not working...its asking for a password that i dont know.. can anyone help?