ORA-20505: error in DML - data in db Version has changed

Hello
Request Express 3.1.0.00.32
I created a report and master detail in the sample Application on oracle.application.com. I get an error on my Master form when you click < Previous and Next >. I saw other problems of this kind in the forum, but it seems that everyone is a little different. Can someone help me with this error when you browse the next answer (s). Thanks in advance.

ORA-20505: DML error: p_rowid = 6, p_alt_rowid CUSTOMER_ID =, p_rowid2 =, p_alt_rowid2 is. ORA-20503: current Version of the data in the database has changed since the user initiated the update process. current checksum = checksum of the "E9A08EDC02A82871E6865DB254B09ED2" = "39454529513F24BE60C167752BF71750."

I created another page master detail and I don't have any errors when scrolling using the <>. This is a process that can be causing my error by using the page master original detail.
DECLARE 
CUSTOMER_ID VARCHAR(20);
BEGIN
 SELECT CUSTOMER_ID INTO :P21_CUSTOMER_ID
 FROM DEMO_CUSTOMERS
 WHERE CUST_FIRST_NAME = :P21_CUST_FIRST_NAME;
-- processing here
EXCEPTION
  -- Catches all 'no data found' errors
   WHEN NO_DATA_FOUND THEN
     DBMS_OUTPUT.PUT_LINE
       ('No Data found for SEARCH on ' || CUSTOMER_ID);
END;
Published by: Charles was April 30, 2009 11:40

Hi Charles,

I had a look at your page 21.

The problem was that the 'Values of Fetch 2' process was not conditioned and was running in the point of the process "on the load - before the Header." That meant he was running whenever the page is loaded. This process checks the value CUSTOMER_ID in P21_CUST_FIRST_NAME that, because the process of "search for the line...". "has not been performed at that time there (he turns"on the charge - after the Header"), will always return the same value CUSTOMER_ID from when the page was first loaded. The next/previous buttons, however, moved the front/rear P21_CUSTOMER_ID only one value (this became obvious when this field was changed from 'Hidden and protected' to 'Text'). Therefore, the data on the page was for "Albert" but was it to CUSTOMER_ID for any document was previous to the Albert one. Thus, moving next/previous always caused a mixture of real data.

I changed the "Fetch values 2" process to depend on P21_CUSTOMER_ID is NULL. In this way, the CUSTOMER_ID value found ONLY by code when the page is loaded for the first time. Subsequently, it is controlled by the next/previous feature.

Andy

Tags: Database

Similar Questions

  • ORA-20505: error in DML: p_rowid AAARr/AAOAAAAh9AAB =, p_alt_rowid = PK, p_row

    HI, Hi, I'm running Application Express 4.0.1.00.02 and Oracle 11 g I can't do updates. As a result of updates in the following: ORA-20505: error in DML: p_rowid = AAARr/AAOAAAAh9AAB, p_alt_rowid is PK, p_rowid2 =, p_alt_rowid2 is. ORA-01733: virtual column not allowed here. Insert or delete error is: ORA-01733: virtual column not allowed here. The pk in my opinion have a rowid column and do not have a sequence number. ManyThanks.

    ROWID is a virtual column in view of Oracle. You must identify a column or set of columns in the table for Oracle to TRY and maintain order in the data...

    Thank you

    Tony Miller
    Webster, TX

    Never argue with a fool. They do you drag down to their level, then beat you with experience.

  • Sudden error-&gt; ORA-20505: error DML

    Hi all

    I noticed today that all pages of an application, that uses automatic row Fetch (DML), suddenly stopped working and displayed the following error:


    Update:

    ORA-20505: DML error: p_rowid = ModTest, p_alt_rowid is OPC_COD, p_rowid2 =, p_alt_rowid2 is. ORA-20503: current Version of the data in the database has changed since the user initiated the update process. current checksum = checksum of the '54CFD3E0DBD50510D86894EA9DB09357' = '0 '.

    Deletions:



    ORA-20510: current Version of the data in the database has changed since the user initiated the update process.



    There is no problem with the Insert, it works very well, which makes things more confusing. No matter what ideas on what could be causing this sudden failure?



    Cordially Pedro.

    Pedro,

    For some reason, your page templates had this:

    [an error occurred while processing the directive]
    

    .. .that #FORM_CLOSE # channel shouldn't be commented.

    Scott

  • ORA-02354: Error exporting/importing data, ORA-01555: snapshot too old: rollback segment number with the name "" too small

    Hello

    I am getting below error while taking expdp backup table of BLOB.

    ORA-31693: Data Table object 'HCLM_ADMIN '. "' SCAN_UPLOADEDFILES_TEMP ' failed to load/unload and being ignored because of the error:

    ORA-02354: Error exporting/importing data

    ORA-01555: snapshot too old: rollback segment number with the name "" too small

    ORA-22924: snapshot too old

    ORA-31693: Data Table object 'HCLM_ADMIN '. "' TPA_FAXWATCHER ' failed to load/unload and being ignored because of the error:

    ORA-02354: Error exporting/importing data

    ORA-01555: snapshot too old: rollback segment number with the name "" too small

    ORA-22924: snapshot too old

    We have already set aside retention to 50000 .table structure are:

    SQL > show Cancel parameter

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    UNDO_MANAGEMENT string AUTO

    UNDO_RETENTION integer 50000

    undo_tablespace string UNDOTBS1

    SQL > alter table hclm_admin. SCAN_UPLOADEDFILES_TEMP modify lob (FILE_BLOB) (RETENTION);

    Modified table.

    SQL > select nom_de_colonne, pctversion and retention

    from dba_lobs where owner = 'HCLM_ADMIN' and table_name = "SCAN_UPLOADEDFILES_TEMP";

    COLUMN_NAME

    --------------------------------------------------------------------------------

    PCTVERSION RETENTION

    ---------- ----------

    FILE_BLOB

    50000

    SQL > alter table hclm_admin. TPA_FAXWATCHER modify lob (FILEDATA_BLOB) (RETENTION);

    Modified table.

    SQL > select column_name, pctversion and retention of dba_lobs where owner = 'HCLM_ADMIN' and table_name = "SCAN_UPLOADEDFILES_TEMP";

    Column_name PCTVERSION RETENTION

    ---------- ----------

    FILE_BLOB

    50000

    CREATE TABLE HCLM_ADMIN. TPA_FAXWATCHER

    (

    FILENAME_VAR VARCHAR2 (50 BYTE),

    DATE OF CREATED_DATE_DTE,

    FILEPATH_VAR VARCHAR2 (100 BYTE),

    DATE OF TIMESTAMP_DTE,

    FAXNO_VAR VARCHAR2 (15 BYTE),

    DEPARTMENT_VAR VARCHAR2 (50 BYTE),

    REQUESTTYPE_VAR VARCHAR2 (50 BYTE),

    TAGTO_VAR VARCHAR2 (50 BYTE),

    REMARK_VAR VARCHAR2 (1000 BYTE),

    DOCTYPE_VAR VARCHAR2 (50 BYTE),

    TAGTOVALUE_VAR VARCHAR2 (50 BYTE),

    DOCTYPE_OTHER_VAR VARCHAR2 (50 BYTE),

    HEGIC_NO_VAR VARCHAR2 (50 BYTE),

    RECORDNO_NUM NUMBER OF NON-NULL,

    FILEDATA_BLOB BLOB,

    DATE OF FAXLOCKDATE_DTE,

    NUMBER OF FAXLOCKSTATUS_VAR

    FAXLOCKBYUSER_VAR VARCHAR2 (50 BYTE)

    )

    (STORE AS) LOB (FILEDATA_BLOB)

    TABLESPACE HCLM_ALERTSVC

    ALLOW ONLINE STORAGE

    8192 CHUNK

    RETENTION

    NOCACHE

    LOGGING

    INDEX)

    TABLESPACE HCLM_ALERTSVC

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    ))

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    ))

    TABLESPACE HCLM_ALERTSVC

    PCTUSED 0

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    )

    LOGGING

    NOCOMPRESS

    NOCACHE

    NOPARALLEL

    MONITORING;

    ALTER TABLE HCLM_ADMIN. (ADD) TPA_FAXWATCHER

    KEY ELEMENTARY SCHOOL

    (RECORDNO_NUM)

    USING INDEX

    TABLESPACE HCLM_ALERTSVC

    PCTFREE 10

    INITRANS 2

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    ));

    CREATE TABLE HCLM_ADMIN. SCAN_UPLOADEDFILES_TEMP

    (

    NUMBER OF TEMPID_NUM

    SESSION_ID VARCHAR2 (200 BYTE),

    NUMBER OF UPLOADFILE_NUM

    NUMBER OF DOCNO_NUM

    NUMBER OF SCANJOB_NUM

    FILENAME_VAR VARCHAR2 (200 BYTE),

    FILETYPE_VAR VARCHAR2 (200 BYTE),

    FILE_BLOB BLOB,

    VARCHAR2 (200 BYTE) FLAG,

    NUMBER OF USERID_NUM

    CREATED_DATE DATE

    )

    (STORE AS) LOB (FILE_BLOB)

    TABLESPACE PHCLMDBTBS

    ALLOW ONLINE STORAGE

    8192 CHUNK

    RETENTION

    NOCACHE

    LOGGING

    INDEX)

    TABLESPACE PHCLMDBTBS

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    ))

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    ))

    TABLESPACE PHCLMDBTBS

    PCTUSED 0

    PCTFREE 10

    INITRANS 1

    MAXTRANS 255

    STORAGE)

    64K INITIALS

    ACCORDING TO 1 M

    MINEXTENTS 1

    MAXEXTENTS UNLIMITED

    PCTINCREASE 0

    DEFAULT USER_TABLES

    )

    LOGGING

    NOCOMPRESS

    NOCACHE

    NOPARALLEL

    MONITORING;

    Kind regards

    Hello

    First check the lob corrupt as:

    SQL > create table corrupted_lob_data (corrupted_rowid rowid);

    Table created.

    SQL > set off concat

    SQL >

    declare

    SQL > error_1555 exception;

    pragma exception_init (error_1555,-1555);

    number num.

    Start

    for cursor_lob in (select rowid r, & lob_column of table_owner. & table_with_lob) loop

    Start

    NUM: = dbms_lob.instr (. cursor_lob & lob_column, hextoraw ('889911'));

    exception

    When error_1555 then

    insert into corrupted_lob_data values (cursor_lob.r);

    commit;

    end;

    end loop;

    end;

    2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

    17.

    Enter the value of lob_column: FILE_BLOB

    Enter the table_owner value: hclm_admin

    Enter the value of table_with_lob: SCAN_UPLOADEDFILES_TEMP

    former 6: for cursor_lob in (select rowid r, & lob_column of table_owner. & table_with_lob) loop

    6 news: for cursor_lob (select rowid r, FILE_BLOB of hclm_admin loop SCAN_UPLOADEDFILES_TEMP.)

    old 8: num: = dbms_lob.instr (. cursor_lob & lob_column, hextoraw ('889911'));

    8 new: num: = dbms_lob.instr (cursor_lob. FILE_BLOB, hextoraw ('889911'));

    PL/SQL procedure successfully completed.

    SQL > select * from corrupted_lob_data;

    CORRUPTED_ROWID

    ------------------

    AAASF/AAKAABacyAAA

    To resolve this problem, we have 3 options

    (1) to restore and recover the LOB segment using physical backup.

    (2) empty LOBs affected using the UPDATE, as mentioned in the Note 787004.1statement:

    SQL > update SCAN_UPLOADEDFILES_TEMP

    Set FILE_BLOB = empty_blob()

    where rowid in (select corrupted_rowid

    of corrupted_lob_data);

    SQL > commit;

    (3) perform the export, excluding the corrupt ROWID. by adding the following to export command parameter

    Query =------"where rowid not in (\'AAASF/AAKAABacyAAA\'\) \ \" "

    Kind regards

    Alok Dwivedi

  • Mru error: ORA-20001: error in MRU: line = 1 current version of the data...

    Hi, I get this error msg

    Internal error in the routine mru: ORA-20001: error in MRU: line = 1, ORA-20001: ORA-20001: current version of the data in the database has changed since the user has launched the process of update. current checksum

    I'll try to show a picture of the form in which I can edit and add data
    When I use the wizzard that's fine with editing but I cant creat a new element because I insert my primary key and that shoud be done automatically.

    New on OK
    My PK is the first col1 and col2 second
    I got a drop-down list in which I choose an item in col1 to just display items in my form with this value, here is a possible results more
    No, I want to change until col4 col2
    or add a line with the same col1 col2 different and some values for col3 col4
    But if I add a line I want to insert col2 to until col4 (and the PK of col1 shoud be automatically insert in my list of dropwdown I chose before)
    I want to col2, a drop-down list
    so it all works very well I got all the changes I want, but when I try register or update my changes I got the error above frome
    I think the problem is the primary cause key thing I want to choose a part manually but I

    to get the new line u uses the line link add but I use rather after my statement select one
    Select Union: P62_PNR_VOll, null, null, null from double
    to get my first pk automatically of my item in the drop-down list (in my case: P62_PNR_VOLL)
    How can I solve this error?

    thx for your help

    regadrs
    Falk

    Hi Falk,

    I ask you if there is already data in the table. You said no. :D

    If you do not need the data, you can delete it. Otherwise, you will need to change your number sequence from 41 instead of 1.

    To change your dialing sequence, you must file the sequence and recreate it. Run these two statements, one at a time.

    DROP SEQUENCE "E_BEDARFSTRAEGER_ID_SEQ"
    
    CREATE SEQUENCE "E_BEDARFSTRAEGER_ID_SEQ" MINVALUE 41 MAXVALUE 99999999999999999999999 INCREMENT BY 1 START WITH 1 NOCACHE NOORDER NOCYCLE
    

    Sometimes the trigger can become invalid by doing this, if yes, just run the following again:

    ALTER TRIGGER "E_Bedarfstraeger_BI" ENABLE
    

    Andy

  • Current version of the data in the database has changed since the user initiated the update process.

    Hello

    I get this error message: when I update a table.

    • Current version of the data in the database has changed since the user initiated the update process. version of current line identifier = "4975F66067C6EE412FF51DF46B8C4916" line application version identifier = "31163419BE48C198DE88A34AD12FE4D2".

    I get this message when a process is used to run an update on the same table.

    BEGIN

    RUN IMMEDIATELY "UPDATE CONTRATS_MAINTENANCE SET EMAIL_SENDED = 0 WHERE ID =: 1' WITH THE HELP OF: P27_ID;"

    END;

    There is an automated line (DML) process process on the table on this page.


    I understand that I get this error message because I update the database EMAIL_SENDED in the same table column and tha the automated process line try to update the same table...

    On this page, I want to the column EMAIL_SENDED always has the value 0 (zero). It is a database column

    How to do?

    Thank you for your help.

    Christian

    If you try to make it through a normal form. So in this case email_sended is getting two values one of your FORM and one of your update statement.

    To resolve this problem, you can code in hard EMAIL_SENDED point the value '0' and keep only the database column.

    If the whenver update you will automatically take the value 0.

    Another solution would be to remove this column from your FORM and then update by creating a process after submit.

    BR,

    Patrick

  • Current version of the data in the database has changed...

    Hi, I have an updated report which hurts...

    This is the SQL code for it:

    Select
    "ITEM_BOM_LINE_ID,"
    "ITEM_BOM_ID,"
    "ITEM_ID",.
    "ID_PROCESSUS,"
    "SEQ,"
    DECODE (ID_PROCESSUS, NULL, QUANTITY, ") AMOUNT.
    DECODE (ID_processus, NULL, UOM_CODE, ") uom_code,.
    "VOLTAGE_PROBE,"
    'POSITION ',.
    "POS."
    "DESCRIPTION".
    of ' #OWNER # '. " TOFC_ITEM_BOM_LINES ".
    where "ITEM_BOM_ID" =: P20_ITEM_BOM_ID

    In that select it the ID_processus or the item_id is defined. Cannot assign at the same time.

    The description field is what hurt. When I run the page and try to write something in the description field on a line where ID_processus is defined this error appears:

    Internal error in the routine mru: ORA-20001: error in MRU: line = 1, ORA-20001: ORA-20001: current version of the data in the database has changed since the user has launched the process of update. current checksum = "B54E29267EC18630B58818FF4B710D41" element = '925466414031BD2DE082A6F954889340' checksum., update of "trailers". "" TOFC_ITEM_BOM_LINES ""ITEM_BOM_LINE_ID"= value: b1, 'ITEM_BOM_ID' =: b2, 'ITEM_ID' =: b3, 'ID_processus' =: b4,"SEQ"=: b5, 'QUANTITY' =: b6, 'UOM_CODE' =: b7, 'DESCRIPTION' =: b8

    It works fine when I write something in the description field on a line where item_id is not null. Also all other fields work perfectly.

    Can someone tell me whats wrong?

    Thanks :)

    Hello

    After a re-read of your OP, I noticed that
    DECODE (ID_PROCESSUS, NULL, QUANTITY, ") AMOUNT.
    DECODE (ID_processus, NULL, UOM_CODE, ") uom_code,.
    in your query.
    And it breaks when ID_processus is NOT NULL (and ITEM_ID is null), isn't?
    That's because you change (sort of) the QUANTITY and the UOM_CODE when that happens. Your query retrieves different values than those contained in the database (for example "instead of the actual value). And these 'new' values are compared with the values of database and then there is a difference. Where the error.

    But now: how to solve?
    What exactly are you trying to achieve with this construction? Is there a business rule that AMOUNT and UOM_CODE must be blank if ID_processus is not null? To add a constraint validation to your table and just show the values in your table. Or to show or hide a value of the terms of use. Or use another (made) column in your query that is not bound to a database field.

    I hope this helps...

    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this response in marking it as useful or Correct ;-)

  • Current version of the data in the database has changed since the user has launched the process of update: tabular

    Hi people

    Version of the apex is 4.2

    Oracle database: 11.2.0.2

    I have created a simple form in a table on a table with the following structure

    {code}

    Name                                                  Null?    Type

    ----------------------------------------------------- -------- --------------

    TID NOT NULL NUMBER

    TEAM_NAME VARCHAR2 (30)

    EMP_NAME VARCHAR2 (30)

    DATE OF REPORT_DATE

    CATEGORY_NAME VARCHAR2 (30)

    NUMBER OF CATEGORY_HR

    CATEGORY_COMMENT VARCHAR2 (120)

    CREATED_DT                                                     DATE

    CREATED_BY VARCHAR2 (30)

    STATUS VARCHAR2 (1)

    {code}

    In the form of default table is

    {code}

    Select

    TID,

    TID TID_DISPLAY,

    TEAM_NAME,

    EMP_NAME,

    REPORT_DATE,

    CATEGORY_NAME,

    CATEGORY_HR,

    CATEGORY_COMMENT,

    CREATED_DT,

    CREATED_BY

    of ' #OWNER # '. " TIMESHEET.

    {code}

    I wanted to add an additional line inserted in the tabular presentation, that's why I included 'UNION ALL' in the query like this

    {code}

    Union of all the

    Select

    TID, null,

    tid_display null,

    team_name null,

    emp_name null,

    report_date null,

    category_name null,

    category_hr null,

    category_comment null,

    created_dt null,

    created_by null

    of the double

    {code}

    After having done that, I can see a blank line on the form of tables, but each time I fill data in the fields and press the "SUBMIT" button, I get the below error

    Current version of the data in the database has changed since the user has launched the process of update

    Thank you

    Navneet

    Why are you insert an extra line manually in tabular from?  There is a feature to add a line.

    If you want to insert a blank line when the page loads, then create dynamic action, this is a most appropriate feature.

    If you manually insert an extra line so that you have to write the update for this procedure.

    Leave.

  • ORA-20505: Error DML

    I have a form that is based on a view joining three tables and make changes/insertions/deletions via INSTEAD OF relaxation. Updates go well, but for inserts, I get the following error:

    ORA-20505: DML error: p_rowid = 94703, p_alt_rowid = NUM_SEQ_LIN, p_rowid2 =, p_alt_rowid2 is. ORA-01403: no data found

    Apparently, INSTEAD OF trigger does not fire (I have inserted into a special table of debug information never show). NUM_SEQ_LIN is initialized.

    Does anyone know how to decipher this error message and find what went wrong?

    Igor

    Hello Igor.

    If you insert the debug information in the INSTEAD OF trigger (and do not use an autonomous transaction) and the defective trigger, the iof insert debugging information will also be rollbacked.
    Maybe you could post the code of your trigger to insert here.
    Have you checked if the triggers on target tables can cause the problem - those will fire also.
    Your page running in DEBUG mode can help you catch the problem.

    Greetings,
    Roel

    http://roelhartman.blogspot.com/

  • ORA-28528 errors or incomplete data when access an Informix Server

    We have configured a dblink to an Informix server. We use UnixODBC + Informix CSDK on a RHEL 4 x86_64.

    After running several queries, we saw 3 different situations:

    The result of the query is correct.

    B. the result is incomplete. The table can have 24 ranks, but the output indicates that 13. However, Oracle receives 24 ranks, as indicated at the end of the output.

    C. data type conversion error.

    SQL > select * from 'centros"@test_informix2;
    ERROR:
    ORA-28528: heterogeneous Services data type conversion error
    ORA-02063: preceding the line of TEST_INFORMIX2

    -----
    dg4odbc to exit when you make a selection with incomplete results as described in situation B
    -----
    Oracle Corporation - Tuesday 11 August 2009 16:12:02.321


    Heterogeneous Agent release
    11.1.0.6.0




    Oracle Corporation - Tuesday 11 August 2009 16:12:02.321

    Version 11.1.0.6.0

    Hgogprd entries
    HOSGIP to 'HS_FDS_TRACE_LEVEL' returned '4 '.
    Hgosdip entries
    default assignment of 50 HS_OPEN_CURSORS
    setting HS_FDS_RECOVERY_ACCOUNT or 'RECOVER '.
    HS_FDS_RECOVERY_PWD layout to the default
    layout HS_FDS_TRANSACTION_LOG or "HS_TRANSACTION_LOG".
    layout by default HS_FDS_TRANSACTION_ISOLATION of "READ_COMMITTED".
    layout by default «AL32UTF8» HS_NLS_NCHAR
    parameter HS_FDS_TIMESTAMP_AS_DATE if there is no 'TRUE '.
    layout HS_RPC_FETCH_REBLOCKING failure to 'ON '.
    HS_FDS_FETCH_ROWS layout without '100 '.
    parameter HS_FDS_RESULTSET_SUPPORT default 'FALSE '.
    parameter HS_FDS_PROC_IS_FUNC default 'FALSE '.
    parameter HS_FDS_CHARACTER_SEMANTICS default 'FALSE '.
    parameter HS_FDS_MAP_NCHAR if there is no 'TRUE '.
    setting HS_NLS_DATE_FORMAT or 'YYYY-MM-DD HH24:MI:SS ".
    parameter HS_FDS_REPORT_REAL_AS_DOUBLE default 'FALSE '.
    HS_LONG_PIECE_TRANSFER_SIZE layout without "65536".
    parameter HS_SQL_HANDLE_STMT_REUSE default 'FALSE '.
    parameter HS_FDS_QUERY_DRIVER if there is no 'TRUE '.
    parameter HS_FDS_SUPPORT_STATISTICS default 'FALSE '.
    HS_CALL_NAME_ISP layout "gtw$: SQLTables; GTW$: SQLColumns. GTW$: SQLPrimaryKeys. GTW$: SQLForeignKeys. GTW$: SQLProcedures. GTW$: SQ
    LStatistics ".
    Release of hgosdip, rc = 0
    ORACLE_SID is 'test_informix2 '.
    Product information:
    Port RLS / Upd:6 / 0 PrdStat:0
    Agent: Oracle Database Gateway for ODBC
    : Installation
    Class: ODBC, ClassVsn:11.1.0.6.0_0006, Instance: test_informix2
    Release of hgogprd, rc = 0
    Hgoinit entries
    HOCXU_COMP_CSET = 1
    HOCXU_DRV_CSET = 31
    HOCXU_DRV_NCHAR = 873
    HOCXU_DB_CSET = 31
    HOCXU_SEM_VER = 102000
    Entry hgolofn to 2009/08/11-16: 12:02
    HOSGIP to 'HS_FDS_SHAREABLE_NAME' returned ' / usr/local/lib/libodbc.so '.
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLAllocHandle
    symbol_peflctx = 0x9893c70d
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLBindCol
    symbol_peflctx = 0x9893c873
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLBindParameter
    symbol_peflctx = 0x9893d2e4
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLCancel
    symbol_peflctx = 0x9893ec84
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLDescribeParam
    symbol_peflctx = 0x98949f10
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLDisconnect
    symbol_peflctx = 0x9894a5c8
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLEndTran
    symbol_peflctx = 0x9894d4d4
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLExecute
    symbol_peflctx = 0x9894f17c
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLFetch
    symbol_peflctx = 0x9894fd04
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLFreeHandle
    symbol_peflctx = 0x98951fc9
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLFreeStmt
    symbol_peflctx = 0x98951fec
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLGetData
    symbol_peflctx = 0x989541dc
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLGetEnvAttr
    symbol_peflctx = 0x98957fa8
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLGetFunctions
    symbol_peflctx = 0x989583c4
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLMoreResults
    symbol_peflctx = 0x9895ab28
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLNumResultCols
    symbol_peflctx = 0x9895bad8
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLParamData
    symbol_peflctx = 0x9895bedc
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLPutData
    symbol_peflctx = 0x9895e908
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLRowCount
    symbol_peflctx = 0x9895ee78
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLSetEnvAttr
    symbol_peflctx = 0 x 98961458
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLSetDescRec
    symbol_peflctx = 0 x 98961230
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLColAttribute
    symbol_peflctx = 0x9893f4ec
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLColumns
    symbol_peflctx = 0x989416e4
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLConnect
    symbol_peflctx = 0 x 98947014
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLDescribeCol
    symbol_peflctx = 0x989494f0
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLDriverConnect
    symbol_peflctx = 0x9894b337
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLExecDirect
    symbol_peflctx = 0x9894e9e2
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLForeignKeys
    symbol_peflctx = 0x98950bdc
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLGetConnectAttr
    symbol_peflctx = 0x989524ab
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLGetDiagField
    symbol_peflctx = 0x989567f3
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLGetDiagRec
    symbol_peflctx = 0x989576e5
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLGetInfo
    symbol_peflctx = 0 x 98959083
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLGetStmtAttr
    symbol_peflctx = 0x989593e3
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLGetTypeInfo
    symbol_peflctx = 0x9895a548
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLPrepare
    symbol_peflctx = 0x9895c9c6
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLPrimaryKeys
    symbol_peflctx = 0x9895d13e
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLProcedureColumns
    symbol_peflctx = 0x9895d938
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLProcedures
    symbol_peflctx = 0x9895e19a
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLSetConnectAttr
    symbol_peflctx = 0x9895f1fc
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLSetStmtAttr
    symbol_peflctx = 0x989634a8
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLSetDescField
    symbol_peflctx = 0x98960e5a
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLStatistics
    symbol_peflctx = 0x98965ed6
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Entry hgolofns to 2009/08/11-16: 12:02
    LIBNAME=/usr/local/lib/libodbc.so, funcname is SQLTables
    symbol_peflctx = 0 x 98967014
    hoaerr:0
    Exit hgolofns at 2009/08/11-16: 12:02
    Release of hgolofn, rc = 0 to 2009/08/11-16: 12:02
    HOSGIP to 'HS_OPEN_CURSORS' returned '50 '.
    HOSGIP to 'HS_FDS_FETCH_ROWS' returned '100 '.
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536".
    HOSGIP to 'HS_NLS_NUMERIC_CHARACTER' returned '. "
    Release of hgoinit, rc = 0 to 2009/08/11-16: 12:02
    Entry hgolgon to 2009/08/11-16: 12:02
    Reco:0, name: informix, tflag:0
    Entry hgosuec to 2009/08/11-16: 12:02
    Release of hgosuec, rc = 0 to 2009/08/11-16: 12:02
    HOSGIP to 'HS_FDS_RECOVERY_ACCOUNT' returned 'RECOVER '.
    HOSGIP to 'HS_FDS_TRANSACTION_LOG' returns ""HS_TRANSACTION_LOG"
    HOSGIP for "HS_FDS_TIMESTAMP_AS_DATE" returns 'TRUE '.
    HOSGIP to 'HS_FDS_CHARACTER_SEMANTICS' returned 'FALSE '.
    HOSGIP for "HS_FDS_MAP_NCHAR" returns 'TRUE '.
    HOSGIP to 'HS_FDS_RESULT_SET_SUPPORT' returned 'FALSE '.
    HOSGIP to 'HS_FDS_PROC_IS_FUNC' returned 'FALSE '.
    HOSGIP to 'HS_FDS_REPORT_REAL_AS_DOUBLE' returned 'FALSE '.
    using informix as a default value to "HS_FDS_DEFAULT_OWNER".
    HOSGIP to 'HS_SQL_HANDLE_STMT_REUSE' returned 'FALSE '.
    Entry hgocont to 2009/08/11-16: 12:02
    HS_FDS_CONNECT_INFO = "test_informix2".
    RC =-1 of HOSGIP for 'HS_FDS_CONNECT_STRING '.
    Entry hgogenconstr to 2009/08/11-16: 12:02
    DSN:test_informix2, name: informix
    OPTN:
    # > connection settings (len = 43) < #.
    # DSN = test_informix2;
    #! UID = informix;
    #! PWD = *.
    Release of hgogenconstr, rc = 0 to 2009/08/11-16: 12:02
    DriverName:iclis09b.so, DriverVer: 3.50.0000 3.50.U
    DBMS name: Informix, DBMS Version: 07.31.0000 UD5
    Release of hgocont, rc = 0 to 2009/08/11-16: 12:02
    SQLGetInfo Returns Y for SQL_CATALOG_NAME
    SQLGetInfo returns 18 for SQL_MAX_CATALOG_NAME_LEN
    Release of hgolgon, rc = 0 to 2009/08/11-16: 12:02
    Entry hgoulcp to 2009/08/11-16: 12:02
    Entry hgowlst to 2009/08/11-16: 12:02
    Release of hgowlst, rc = 0 to 2009/08/11-16: 12:02
    SQLGetInfo returns "for SQL_IDENTIFIER_QUOTE_CHAR.
    SQLGetInfo returns N for SQL_COLUMN_ALIAS
    Release of hgoulcp, rc = 0 to 2009/08/11-16: 12:02
    Entry hgouldt to 2009/08/11-16: 12:02
    Release of hgouldt, rc = 0 to 2009/08/11-16: 12:02
    Entry hgobegn to 2009/08/11-16: 12:02
    tflag:0, original: 1
    Hoi:0xbfffe688, ttid (len 21) is...
    00: 54534554 3135352E 36616133 2E332E37 [TEST.5513aa67.3.]
    10: 34 [3.564] 36352E33
    tbid (len 10) is...
    0: 00030003 00000234 0104... 4.....]
    Release of hgobegn, rc = 0 to 2009/08/11-16: 12:02
    Entry hgodtab to 2009/08/11-16: 12:02
    number: 1
    Table: officers
    Entry hgopcda to 2009/08/11-16: 12:02
    Column:1 (cod_agent): dtype:1 (CHAR), prc / scl:2 / 0, nullbl:0, byte: 2, sign: 1, radix: 0
    Release of hgopcda, rc = 0 to 2009/08/11-16: 12:02
    Entry hgopcda to 2009/08/11-16: 12:02
    Column:2 (desc_agent): dtype:12 (VARCHAR), prc / scl:50 / 0, nullbl:0, byte: 50, sign: 1, radix: 0
    Release of hgopcda, rc = 0 to 2009/08/11-16: 12:02
    The hoada for agents table follows...
    hgodtab, line 577: print hoada @ 0x6c0b90
    MAX: 2, ACTUAL: 2, BRC:1, WHT = 6
    DTY NULL-OK LEN MAXBUFLEN PR/SC CSE IND MOD NAME
    CHAR N 2 2 1 0 0 0 0 0 cod_agent
    VARCHAR N 50 50 12 0 / 0 0 0 0 desc_agent
    Release of hgodtab, rc = 0 to 2009/08/11-16: 12:02
    Entry hgodafr, cursor IDs 0 to 2009/08/11-16: 12:02
    Release of hgodafr, rc = 0 to 2009/08/11-16: 12:02
    Entry hgotcis to 2009/08/11-16: 12:02
    SQLStatistics claims agents
    IndexType SQL_TABLE_STAT =: cardinality = 24
    New index: 353_1379, type = 3, ASCENDING, SINGLE, cardinality = 24
    ordinal position = 1
    Call to SQLColumns to informix.agentes
    Column 'cod_agent': dtype = 1, colsize = 2, decdig = 0, char_octet_length = 2, len line cumulative avg = 2
    Column 'desc_agent': dtype = 12, colsize = 50 decdig = 0, char_octet_length = 50, len line cumulative avg = 39
    Release of hgotcis, rc = 0 to 2009/08/11-16: 12:02
    Entry hgopars, id of cursor 1 to 2009/08/11-16: 12:02
    type: 0
    Text SQL hgopars, id = 1, len = 55...
    4553 00: 454 C 41205443 63222E31 615F646F [SELECT A1. [' cod_a]
    10: 746E6567 31412 6564222E C 22 615F6373 [gent", A1. [' desc_a]
    20: 746E6567 52462022 22204D4F 6E656761 [gent' FROM 'agen]
    30: 22736574 204131 [your"A1]
    Release of hgopars, rc = 0 to 2009/08/11-16: 12:02
    Entry hgoopen, id of cursor 1 to 2009/08/11-16: 12:02
    hgoopen, line 83: NO hoada to print
    Release of hgoopen, rc = 0 to 2009/08/11-16: 12:02
    Entry hgodscr, id of cursor 1 to 2009/08/11-16: 12:02
    Entry hgopcda to 2009/08/11-16: 12:02
    Column:1 (cod_agent): dtype:1 (CHAR), prc / scl:2 / 0, nullbl:0, byte: 2, sign: 1, radix: 0
    Release of hgopcda, rc = 0 to 2009/08/11-16: 12:02
    Entry hgopcda to 2009/08/11-16: 12:02
    Column:2 (desc_agent): dtype:12 (VARCHAR), prc / scl:50 / 0, nullbl:0, byte: 50, sign: 1, radix: 0
    Release of hgopcda, rc = 0 to 2009/08/11-16: 12:02
    hgodscr, line 506: print hoada @ 0x6c08f8
    MAX: 2, ACTUAL: 2, BRC:100, WHT = 5
    DTY NULL-OK LEN MAXBUFLEN PR/SC CSE IND MOD NAME
    CHAR N 2 2 1 0 0 0 0 0 cod_agent
    VARCHAR N 50 50 12 0 / 0 0 0 0 desc_agent
    Release of hgodscr, rc = 0 to 2009/08/11-16: 12:02
    Entry hgoftch, id of cursor 1 to 2009/08/11-16: 12:02
    hgoftch, line 117: print hoada @ 0x6c08f8
    MAX: 2, ACTUAL: 2, BRC:100, WHT = 5
    DTY NULL-OK LEN MAXBUFLEN PR/SC CSE IND MOD NAME
    CHAR N 2 2 1 0 0 0 0 0 cod_agent
    VARCHAR N 50 50 12 0 / 0 0 0 0 desc_agent
    SQLBindCol: column 1, cdatatype: 1, bflsz: 3
    SQLBindCol: column 2, cdatatype: 1, bflsz: 51
    SQLFetch: rank: 1, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 1, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 1, column 2, bflsz: 51, bflar: 16
    SQLFetch: rank: 1, column 2, bflsz: 51, bflar: 16
    SQLFetch: rank: 2, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 2, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 2, column 2, bflsz: 51, bflar: 26
    SQLFetch: rank: 2, column 2, bflsz: 51, bflar: 26
    SQLFetch: rank: 3, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 3, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 3, column 2, bflsz: 51, bflar: 33
    SQLFetch: rank: 3, column 2, bflsz: 51, bflar: 33
    SQLFetch: rank: 4, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 4, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 4, column 2, bflsz: 51, bflar: 35
    SQLFetch: rank: 4, column 2, bflsz: 51, bflar: 35
    SQLFetch: rank: 5, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 5, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 5, column 2, bflsz: 51, bflar: 6
    SQLFetch: rank: 5, column 2, bflsz: 51, bflar: 6
    SQLFetch: rank: 6, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 6, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 6, column 2, bflsz: 51, bflar: 5
    SQLFetch: rank: 6, column 2, bflsz: 51, bflar: 5
    SQLFetch: rank: 7, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 7, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 7, column 2, bflsz: 51, bflar: 27
    SQLFetch: rank: 7, column 2, bflsz: 51, bflar: 27
    SQLFetch: rank: 8, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 8, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 8, column 2, bflsz: 51, bflar: 26
    SQLFetch: rank: 8, column 2, bflsz: 51, bflar: 26
    SQLFetch: rank: 9, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 9, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 9, column 2, bflsz: 51, bflar: 34
    SQLFetch: rank: 9, column 2, bflsz: 51, bflar: 34
    SQLFetch: rank: 10, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 10, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 10, column 2, bflsz: 51, bflar: 32
    SQLFetch: rank: 10, column 2, bflsz: 51, bflar: 32
    SQLFetch: rank: 11, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 11, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 11, column 2, bflsz: 51, bflar: 31
    SQLFetch: rank: 11, column 2, bflsz: 51, bflar: 31
    SQLFetch: rank: 12, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 12, column 1, bflsz: 3, bflar: 2
    SQLFetch: rank: 12, column 2, bflsz: 51, bflar: 22
    SQLFetch: rank: 12, column 2, bflsz: 51, bflar: 22
    SQLFetch: rank: 13, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 13, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 13, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 13, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 14, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 14, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 14, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 14, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 15, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 15, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 15, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 15, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 16, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 16, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 16, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 16, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 17, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 17, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 17, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 17, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 18, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 18, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 18, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 18, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 19, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 19, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 19, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 19, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 20, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 20, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 20, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 20, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 21, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 21, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 21, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 21, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 22, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 22, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 22, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 22, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 23, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 23, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 23, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 23, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 24, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 24, column 1, bflsz: 3, bflar: 0
    SQLFetch: rank: 24, column 2, bflsz: 51, bflar: 0
    SQLFetch: rank: 24, column 2, bflsz: 51, bflar: 0
    24 lines read
    Release of hgoftch, rc = 0 to 2009/08/11-16: 12:02
    Entry hgoftch, id of cursor 1 to 2009/08/11-16: 12:02
    hgoftch, line 117: print hoada @ 0x6c08f8
    MAX: 2, ACTUAL: 2, BRC:24, WHT = 5
    DTY NULL-OK LEN MAXBUFLEN PR/SC CSE IND MOD NAME
    CHAR N 2 2 1 0 0 0 0 0 cod_agent
    VARCHAR N 16 50 12 0 / 0 0 0 0 desc_agent
    0 rows read
    Release of hgoftch, rc = 1403 at 2009/08/11-16: 12:02
    Entry hgoclse, id of cursor 1 to 2009/08/11-16: 12:04
    Release of hgoclse, rc = 0 at 2009/08/11-16: 12:04
    Entry hgodafr, id of cursor 1 to 2009/08/11-16: 12:04
    Release of hgodafr, rc = 0 at 2009/08/11-16: 12:04
    Entry hgocomm at 2009/08/11-16: 12:04
    keepinfo:0, tflag:1
    00: 54534554 3135352E 36616133 2E332E37 [TEST.5513aa67.3.]
    10: 34 [3.564] 36352E33
    tbid (len 10) is...
    0: 00030003 00000234 0104... 4.....]
    CMT (0):
    Entry hgocpctx at 2009/08/11-16: 12:04
    Release of hgocpctx, rc = 0 at 2009/08/11-16: 12:04
    Release of hgocomm, rc = 0 at 2009/08/11-16: 12:04
    Entry hgolgof at 2009/08/11-16: 12:04
    tflag:1
    Release of hgolgof, rc = 0 at 2009/08/11-16: 12:04
    Entry hgoexit at 2009/08/11-16: 12:04
    Release of hgoexit, rc = 0 at 2009/08/11-16: 12:04

    Any idea or advice would be really appreciated!

    Thank you!

    The correction of this bug may be backported to any other releases/platforms (already done this before). Contact your support enginer and ask him to request a backport.

    BTW, the bug number is 6799360.

    Published by: kgronau on August 13, 2009 15:00

  • date of the iPad has changed to January 1, 1970?

    So, I own an iPad Air and have not had any problems with it for a while. I haven't used the iPad for some time, the version on which there are currently is 8.1.3 which I believe was in January 2015. I decided to start to the top of the iPad, today and for some reason, I can't access anything whatsoever. After checking the date on the device, it is said that it is currently January 1, 1970. I tried to connect to my Wifi for it to automatically choose the correct date, but it won't work. I also can't edit manually the date, I kept scrolling everyday and only to bring back in 1970.

    Could someone please help me get my iPad works again? Why what happened in the first place?

    Thank you.

    You must connect the iPad to a computer in order to restore it > using iTunes on your Mac or PC to restore the iPhone, iPad or iPod to factory - Apple Support

    Who will also update iOS software for the iPad with the latest version available for your model.

  • ORA-20505: DML error: p_rowid = 22, p_alt_rowid = WRKORDR_ID, p_rowid2 =, p_a

    Hello, I have created a form and a report. I am able to add a new record, but when it comes to updating a record, I get an ORA-20505: error in DML: p_rowid = 22, p_alt_rowid = WRKORDR_ID, p_rowid2 =, p_alt_rowid2 is. ORA-01403: no found error.
    I have created a workspace with Oracle, exported my paintings, objects,... and he asks. Would it not be possible for someone to check it out and let me know what is wrong with it. It is a very simple page that I will develop more in a production project.

    Here is the link http://apex.oracle.com/pls/otn/f?p=37538:101:105615541964265:

    Thank you
    iahmadi

    Understand how the page makes the distinction between a 'create' and an 'update' and an operation of 'delete '. Generally, this indicator is either passed in the value of 'request' or is implied by the presence of a page element with a non-null primary key value. Then make the get_pk process are those input values.

    Scott

  • "The current version of the database has changed since... "Error

    Now I downloaded my application at the APEX. ORACLE.COM and my workspace is PSGCA and I have problems with the page 310 - details of the Bill.  How can I get the APEX. ORACLE.COM gurus to look over the page?  I'm having a problem with the part detail of this master-detail page.  Specifically, if I add data or update data to the captain only section, no problem.  This is when I need to update the data on the detail starting with my problems section!  If I add to the start of the line, no problem.  If I add information to a field null, no problem.  The problem arises when I want to change the HOURS/DAYS and COSTS.  He will take the initial value, but if I want to change then I get the error "database version has changed since... »

    No indication of this error would be greatly appreciated!

    Do you guys need for me to add table definitions and sample data.  In the past, I was told that it was not necessary; everything you had needed was the page.

    Is this correct?

    Can I add data and table definitions?

    For some reason that I could reduce it to the format mask on the expenditures column, which has been

    999G999G999G999G990D00PR
    

    When I changed it to

    999G999G999G999G990D00
    

    everything magically started working.

    For people wondering about the PR:

    PR

    9999PR

    Returns negative value in .

    Returns the positive value with a beginning and end empty.

    Restriction: The PR format item can only appear in the last position of a model number format.

    Documents: http://docs.oracle.com/cd/B19306_01/server.102/b14200/sql_elements004.htm

    I'm not sure why this particular mask causes. Because checksums are generated, I ran this sql to take a guess:

    select
    DBMS_OBFUSCATION_TOOLKIT.md5 (input => UTL_RAW.cast_to_raw(exp1)) md5_val1,
    DBMS_OBFUSCATION_TOOLKIT.md5 (input => UTL_RAW.cast_to_raw(exp2)) md5_val2,
    DBMS_OBFUSCATION_TOOLKIT.md5 (input => UTL_RAW.cast_to_raw('1.00')) md5_val1_1,
    DBMS_OBFUSCATION_TOOLKIT.md5 (input => UTL_RAW.cast_to_raw('1.00')) md5_val2_2
    from (
    select
    expenses exp1,
    to_char(expenses,'999G999G999G990D00PR') exp2
    from invoice_details
    ) a
    

    which produces this output.

    MD5_VAL1 MD5_VAL2 MD5_VAL1_1 MD5_VAL2_2
    C4CA4238A0B923820DCC509A6F75849B 4DF59D42C9EE6119AEB2ADC95E7B7CF6 41CF2677CC4EC9356DAD8E76DFB87448 41CF2677CC4EC9356DAD8E76DFB87448

    Still not sure, but maybe it's to do with how and when checksums are generated?

    A space of drawing here - as you can see there is no guru, ace or oracle badge under my name, so I'm sure

    I've made changes on page 310, make backup to 24 but probably is not serious because your application is local. Probably no danger of change your credentials and/or remove your application.

    impressive effort on the example. This helps us better help you!

  • ORA-01502 error in the case of a unique index unusable and dml in bulk

    Hi all.

    The BP is 11.2.0.3 on a linux machine.

    I did a unique index unusable and issued a dml on the table.
    Howerver, oracle gave me the error ORA-01502.

    In order to avoid the ORA-01502 error, should I drop the unique index and bulk make dml and rebuild the index?

    Or is there another solution without recreating the unique index?
    create table hoho.abcde as
    select level col1 from dual connect by level <=1000 
    
    10:09:55 HOHO@PD1MGD>create unique index hoho.abcde_dx1 on hoho.abcde (col1);
    
    Index created.
    
    10:10:23 HOHO@PD1MGD>alter index hoho.abcde_dx1 unusable;
    
    Index altered.
    
    Elapsed: 00:00:00.03
    10:11:27 HOHO@PD1MGD>delete from hoho.abcde where rownum < 11;
    delete from hoho.abcde where rownum < 11
    *
    ERROR at line 1:
    ORA-01502: index 'HOHO.ABCDE_DX1' or partition of such index is in unusable state
    Thanks in advance.
    Best regards.
    Do I have to accept the unique index maintenance workload(undo generation/redo for undo generation)
    when doing bulk dml?
    

    I think so.

    The amount of data you load compared to existing data in the table?

    If say for example, you add 20%, and then to compare the retention of 20% adds data during the major part collect to create all of the index after insertion so
    you choose the drop/recreate the unique index

    Best regards

    Mohamed Houri
    www.hourim.WordPress.com

  • AutoConfig error: ORA-12705: cannot access NLS data or invalid environment specified files

    Hi, experts:

    When it is run on the database layer, obtained adautocfg.sh

    ====

    ....

    Executable: /ap10/immted/db/tech_st/11.2.0.3/bin/sqlplus

    SQL * more: Production of liberation 11.2.0.3.0 Sat Jun 28 23:30:17 2014

    Copyright (c) 1982, 2011, Oracle.  All rights reserved.

    Enter the value 1: enter the value 2: enter the value 3: ERROR:

    ORA-12705: cannot access files of NLS data or invalid environment specified

    =====

    We have 12.1.3, 11.2.03 and Linux. I've issued $unset NLS_LANG, set ORA_NLS10 = "' in the .env file." What should I check?

    In the $ORACLE_HOME/appsutil/contextfile.xml the following:

    "s_db_oranls" = "unix" OSD > /ap10/immted/db/tech_st/11.2.0.3/nls/data/9idata < / ORA_NLS >

    Thanks and greetings

    Now, I got the same error when doing $sqlplus / as sysdba. $sqlplus/nolog is fine.

    Hello

    AutoConfig was successful before?

    Are there any recent book.

    If you're upgrading from 11.2.0.3 or recently updgraded to 11.2.0.3 database, then course do perofmed you listed in article - 7 for creating data 9i of the below TechNote MOS.

    Interoperability note Oracle EBS R12 with Oracle Database 11 g 2 (11.2.0.3) (Doc ID 1585578.1)

    See also below the TechNote if is not for 11.2.0.3 but his relevant:

    Upgrade 9i to 10 g 2 fails with ORA-12709: error loading creates characters of the base set (Doc ID 732861.1)

    Thank you

    A H E E R X

Maybe you are looking for