Error RTV-20007

Hi all,
I've got a big problem with this error that appear after a Process Flow launch.
the version of OWB is 10.2 and the mapping has been launched in "row based" mode.
May it possible this is due to a setting of the database?! (undo retention or something else)?
Someone can help me?!
Thanks Steve

Hello
I cant say what RT-20007 is so I had to google it - please attach the error message next time.
So anyhow - RTV-20007: Map terminated due to cursor fetch error.
Seems to be a logic problem in your mapping.
And btw, when you set your mapping to row-based in the "Configuration" of the mapping and run it via process flow - the mapping is still runnig set based. You need to change to Row-based also in the process flow.
Cheers

Similar Messages

  • Charset Problem with WB_XML_LOAD

    Hi all
    My environment 11gr2 on Linux
    one DB with NLS_CHARACTERSET     AL32UTF8
    second DB NLS_CHARACTERSET     WE8MSWIN1252
    I have the following Problem when loading xml Files with WB_XML_LOAD:
    The code works fine as long I have no umlaut on both databases.
    With umlaut the load of the File fails on DB with AL32UTF8 , but works with WE8MSWIN1252
    I get the following error:
    ORA-20007: Error occurred while retrieving XML document.
    Base exception: null
    ORA-06512: at "OWBSYS.WB_XML_LOAD_F", line 12
    ORA-06512: at "OWBSYS.WB_XML_LOAD", line 4
    ORA-06512: at line 28
    The xml File comes with <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
    Any idea?
    Thanks in advance
    Patrick

    While creating XSL for use with wb_xml_load you may rely on almost all functions available in Oracle XDK. I’m not sure about calls to external Java classes (at least they should be available at you Oracle DB environment) and working with external documents (according to possible base URI resolution and resource access issues). But all standard XSL syntax will be at your service.
    As far as wb_xml_load works on top of the Oracle XSU framework you cold model and test you loading procedure with help of XSQL framework, for example. Complete documentation is available as a part of Oracle XDK distributive.

  • What is error -20007 from "Interpolate 2D Scattered (1D).vi"?

    What does -20007 mean? And in general, how do I convert error numbers to something meaningful if LabVIEW's "Explain Error" cannot explain the error?
    I've attached a an example VI where use Linear interpolation and I pass (0, 0, 0), (1, 0, 8) to "Interpolate 2D Scattered (1D).vi" for the two known points and (0.5, 0) for the point to be interpolated.
    Solved!
    Go to Solution.
    Attachments:
    Interpolate 2D Scattered (1D) [error -20007].vi ‏14 KB

    Explain Error works fine for me. You need to type in the number.
     The explanation points out that 3 or more samples are required. You only have two.
    Lynn

  • Error messages are displayed when opening the RTV form.

    Hi All,
    While doing a return to vendor the following error messages are displayed.
    1.Go to the Inventory Management --> Return to Vendor screen.
    2. In Action Drop down select ‘New’ and click on OK
    3. A series of errors are encountered.
    4. A warning message as [640+49> 688] and then click ‘OK’.
    5. Notice the error message”Multi view internal error: B_RTV_DETAIL.QTY_RETURNED:current_col_pos exceeds parameter defined maximum right position” and then click’ OK’.
    Can any one help me out in these?
    Thanks,
    Sushanth.D

    This is a coding issue in the form, maybe the number is too big for the box on the canvas.
    It looks also like a business issue is kicking off the error, the message [640+49> 688] looks like some units of stock etc. check, e.g. the returned quantity is larger than the stock on hand.
    File an SR with OracleSupport and/or open the UI's Form fmb code in Forms Developer.
    Multi View relates to an (quite old) OracleRetail (Retek) Forms pll library that enhances the Forms features, if my memory is not letting me down.
    Best regards,
    Erik

  • Error while submitting concurrent request

    Hi All,
    I am getting error while submitting this concurrent request (To handle deliver, RTR, RTV transactions)
    Error : app-fnd-00874: Routine FDFBDF found no rows in table FND_DESCRIPTIVE_FLEXS. Please contact your system administrator or support
    representative
    what is this error and how can i slove this problem?
    Thanks
    V.Arumugam

    Hi,
    We had same problem in GL while upgradation.
    Some flexfields were missing in the fnd descriptive flexfield.
    We could resolve later with help of metalink.
    Plz refer metalink note : Note:363117.1 and Note:290411.1
    Rgds,
    Arumugam S.

  • Error while trying to create new assignment with supervisor through API

    Hi Experts,
    I'am trying to create new assignment with supervisor for employee, but i'am facing this error:
    =============================================================
    ORA-20008: Error While Create new assignment..-20001
    ORA-20001: The supervisor assignment that you have entered is invalid.
    Please check that you have entered the supervisor,
    that the supervisor assignment belongs to this supervisor and that the assignment is effective.
    ORA-06512: at line 198
    =============================================================
    This is my script, (Oracle EBS 12.1.1)(DB 11):
    DECLARE
    v_user_id NUMBER;
    v_res_id NUMBER;
    v_res_appl_id NUMBER;
    v_org_now_no_manager_warning BOOLEAN;
    v_spp_delete_warning BOOLEAN;
    v_other_manager_warning BOOLEAN;
    v_tax_district_changed_warning BOOLEAN;
    v_entries_changed_warning VARCHAR(4000);
    v_person_id per_all_assignments_f.person_id %TYPE;
    v_business_group_id hr_all_organization_units_tl.organization_id %TYPE;
    v_people_group_id per_all_assignments_f.people_group_id %TYPE;
    v_object_version_number per_all_assignments_f.object_version_number %TYPE;
    v_special_ceiling_step_id per_all_assignments_f.special_ceiling_step_id %TYPE;
    v_group_name pay_people_groups.group_name %TYPE;
    v_ass_effective_start_date per_all_assignments_f.effective_start_date %TYPE;
    v_effective_start_date per_all_assignments_f.effective_start_date %TYPE;
    v_effective_end_date per_all_assignments_f.effective_end_date %TYPE;
    v_assignment_id per_all_assignments_f.assignment_id %TYPE;
    v_sup_assignment_id per_all_assignments_f.assignment_id %TYPE;
    v_supervisor_assignment_id per_all_assignments_f.assignment_id %TYPE;
    v_job_id per_jobs.job_id %TYPE;
    v_grade_id per_grades.grade_id %TYPE;
    v_location_id hr_locations_all.location_id %TYPE;
    v_payroll_id pay_all_payrolls_f.payroll_id %TYPE;
    v_pay_basis_id per_pay_bases.pay_basis_id %TYPE;
    BEGIN
    v_user_id := FND_GLOBAL.user_id ;
    v_res_id := FND_GLOBAL.resp_id ;
    v_res_appl_id:= FND_GLOBAL.resp_appl_id;
    FND_GLOBAL.apps_initialize(v_user_id, v_res_id, v_res_appl_id);
    BEGIN
    SELECT organization_id
    INTO v_business_group_id
    FROM hr_all_organization_units_tl
    WHERE name = 'Vision University'
    AND language = 'US';
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20000,'Error While Retrieving (Business Group ID) Info...'||SQLCODE||' '||SQLERRM);
    END;
    FOR R IN (SELECT * FROM xx_assignment) LOOP
    BEGIN
    SELECT assignment_id , ass_f.object_version_number
    INTO v_assignment_id , v_object_version_number
    FROM per_all_assignments_f ass_f, per_all_people_f p_f
    WHERE ass_f.person_id = p_f.person_id
    AND ass_f.business_group_id = p_f.business_group_id
    AND ass_f.business_group_id = v_business_group_id
    AND p_f.employee_number = R.employee_number
    AND TRUNC(p_f.effective_start_date)= TRUNC(ass_f.effective_start_date)
    AND TRUNC(p_f.effective_end_date) = TRUNC(ass_f.effective_end_date);
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20001,'Error While Retrieving (Assignmet_ID) for employee..'||SQLCODE||' '||SQLERRM);
    END;
    BEGIN
    SELECT job_id
    INTO v_job_id
    FROM per_jobs
    WHERE trim(lower(name)) = trim(lower(r.employee_job))
    AND business_group_id = v_business_group_id;
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20002,'Error While Retrieving (Job_ID) Info...'||SQLCODE||' '||SQLERRM);
    END;
    BEGIN
    SELECT grade_id
    INTO v_grade_id
    FROM per_grades
    WHERE trim(lower(name)) = trim(lower(r.employee_grade))
    AND business_group_id = v_business_group_id;
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20003,'Error While Retrieving (Grade_ID) Info...'||SQLCODE||' '||SQLERRM);
    END;
    BEGIN
    SELECT location_id
    INTO v_location_id
    FROM hr_locations_all
    WHERE trim(lower(description))= trim(lower(r.employee_location))
    AND business_group_id = v_business_group_id;
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20004,'Error While Retrieving (Location_ID) Info...'||SQLCODE||' '||SQLERRM);
    END;
    BEGIN
    SELECT payroll_id
    INTO v_payroll_id
    FROM pay_all_payrolls_f
    WHERE trim(lower(payroll_name)) = trim(lower(r.payroll_name))
    AND business_group_id = v_business_group_id;
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20005,'Error While Retrieving (Payroll_ID) Info...'||SQLCODE||' '||SQLERRM);
    END;
    BEGIN
    SELECT pay_basis_id
    INTO v_pay_basis_id
    FROM per_pay_bases
    WHERE trim(lower(pay_basis)) = trim(lower(r.pay_basis))
    AND business_group_id = v_business_group_id;
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20006,'Error While Retrieving (Pay_Basis_ID) Info...'||SQLCODE||' '||SQLERRM);
    END;
    BEGIN
    SELECT person_id
    INTO v_person_id
    FROM per_all_people_f
    WHERE employee_number = r.supervisor_number
    AND business_group_id= v_business_group_id;
    SELECT assignment_id
    INTO v_sup_assignment_id
    FROM per_all_assignments_f
    WHERE person_id = v_person_id
    AND business_group_id = v_business_group_id;
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20007,'Error While Retrieving (Assignmet_ID) for supervisor..'||SQLCODE||' '||SQLERRM);
    end;
    BEGIN
    hr_assignment_api.update_emp_asg_criteria(p_effective_date => TRUNC(SYSDATE),
    p_datetrack_update_mode => 'CORRECTION',
    p_assignment_id => v_assignment_id,
    p_validate => FALSE,
    p_called_from_mass_update => NULL,
    p_grade_id => v_grade_id,
    p_position_id => NULL,
    p_job_id => v_job_id,
    p_payroll_id => null,--v_payroll_id,
    p_location_id => v_location_id,
    p_organization_id => v_business_group_id,
    p_pay_basis_id => v_pay_basis_id,
    p_segment1 => NULL,
    p_segment2 => NULL,
    p_segment3 => NULL,
    p_segment4 => NULL,
    p_segment5 => NULL,
    p_segment6 => NULL,
    p_segment7 => NULL,
    p_segment8 => NULL,
    p_segment9 => NULL,
    p_segment10 => NULL,
    p_segment11 => NULL,
    p_segment12 => NULL,
    p_segment13 => NULL,
    p_segment14 => NULL,
    p_segment15 => NULL,
    p_segment16 => NULL,
    p_segment17 => NULL,
    p_segment18 => NULL,
    p_segment19 => NULL,
    p_segment20 => NULL,
    p_segment21 => NULL,
    p_segment22 => NULL,
    p_segment23 => NULL,
    p_segment24 => NULL,
    p_segment25 => NULL,
    p_segment26 => NULL,
    p_segment27 => NULL,
    p_segment28 => NULL,
    p_segment29 => NULL,
    p_segment30 => NULL,
    p_employment_category => NULL,
    p_concat_segments => NULL,
    p_grade_ladder_pgm_id => NULL,
    p_supervisor_assignment_id => v_sup_assignment_id,
    p_people_group_id => v_people_group_id,
    p_object_version_number => v_object_version_number,
    p_special_ceiling_step_id => v_special_ceiling_step_id,
    p_group_name => v_group_name,
    p_effective_start_date => v_ass_effective_start_date,
    p_effective_end_date => v_effective_end_date,
    p_org_now_no_manager_warning => v_org_now_no_manager_warning ,
    p_spp_delete_warning => v_spp_delete_warning,
    p_entries_changed_warning => v_entries_changed_warning,
    p_tax_district_changed_warning => v_tax_district_changed_warning,
    p_other_manager_warning => v_other_manager_warning);
    EXCEPTION
    WHEN OTHERS THEN
    RAISE_APPLICATION_ERROR(-20008,'Error While Create new assignment..'||SQLCODE||' '||SQLERRM);
    END;
    END LOOP;
    COMMIT;
    END;
    Thank you & Best Regards

    I think this is essentially saying that the Supervisor Assignment is wrong or no longer effective. Looking at your SQL to fetch the Supervisor Assignment there are a number of potential issues. This is what you've currently got:
    SELECT person_id
    INTO v_person_id
    FROM per_all_people_f
    WHERE employee_number = r.supervisor_number
    AND business_group_id= v_business_group_id;
    SELECT assignment_id
    INTO v_sup_assignment_id
    FROM per_all_assignments_f
    WHERE person_id = v_person_id
    AND business_group_id = v_business_group_id;
    Potential Problems/Clarifications
    1. What is r.supervisor_number, what does it contain and how is it derived? I can't see that anywhere else in the block...
    2. Is there a chance that r.supervisor_number is referencing an employee who has left, ie, now an ex-employee?
    3. The SELECT statement that fetches the assignment_id does not perform any date-effective restrictions, which means you might be lucky enough to fetch the person's current assignment. But you might also fetch an old or future-dated assignment.
    4. The SELECT statement that fetches the assignment_id does not restrict the type of assignment, so if this manager has applied for a job (ie, they have an applicant assignment) or some other type of non-employee assignment you might be picking that up.
    This would work better for you:
    SELECT paaf.assignment_id
    INTO v_sup_assignment_id
    FROM per_all_people_f papf
    ,per_all_assignments_f paaf
    WHERE papf.employee_number = r.supervisor_number
    AND papf.business_group_id = v_business_group_id
    AND nvl(papf.current_employee_flag, 'N') = 'Y'
    AND trunc(sysdate) BETWEEN
    papf.effective_start_date AND papf.effective_end_date
    AND papf.person_id = paaf.person_id
    AND paaf.assignment_type = 'E'
    AND paaf.primary_flag = 'Y'
    AND trunc(sysdate) BETWEEN
    paaf.effective_start_date AND paaf.effective_end_date;
    If it doesn't return a row it means that the supervisor (or whatever employee is returned by r.supervisor_number) is not active as at sysdate and cannot be used. Note that this SQL only applies for employees. If you can have Contingent Workers as supervisors in your implementation then this needs tweaking.
    Does that help?

  • Error in submitting concurrent request

    Hi All,
    I am getting error while submitting this concurrent request (To handle deliver, RTR, RTV transactions)
    Error : app-fnd-00874: Routine FDFBDF found no rows in table FND_DESCRIPTIVE_FLEXS. Please contact your system administrator or support
    representative
    what is this error and how can i slove this problem?
    Thanks
    V.Arun

    did you check note
    APP-FND-00874 FDFBDF Found No Rows In FND_DESCRIPTIVE_FLEXS
    Note:342918.1
    fadi

  • Maxdb doesn't start error -24994 runtime environment

    Hello.
    The server with system was fall down (there was problems with
    electricity). After turn on maxdb doesn't start (only admin state, it
    can't go to online). There is message -24994 Runtime environment error
    [db_online -f],4, connection broken. Files knldiag and knldiag.err you can see below.
    knldiag:
    Date       Time       TID(hex) Typ MsgID Label    Message-Text
    2008-09-02 12:26:43      0x308     19707 CONNECT  WINSOCK: 2.0, SQLTCP-DLL: 7.6.0
    2008-09-02 12:26:43      0x308     20233 RTE      Dump of all kernel parameters start
    2008-09-02 12:26:43      0x308     20206 RTE      Using mode NORMAL for data volume 1
    2008-09-02 12:26:43      0x308     20206 RTE      Using mode NORMAL for data volume 2
    2008-09-02 12:26:43      0x308     20206 RTE      Using mode NORMAL for data volume 3
    2008-09-02 12:26:43      0x308     20234 RTE       ADMIN=1
    2008-09-02 12:26:43      0x308     20234 RTE       AKDUMP_ALLOWED=YES
    2008-09-02 12:26:43      0x308     20234 RTE       ALLOW_MULTIPLE_SERVERTASK_UKTS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       AUTHENTICATION_ALLOW=
    2008-09-02 12:26:43      0x308     20234 RTE       AUTHENTICATION_DENY=
    2008-09-02 12:26:43      0x308     20234 RTE       AUTOSAVE=1
    2008-09-02 12:26:43      0x308     20234 RTE       AUTO_RECREATE_BAD_INDEXES=NO
    2008-09-02 12:26:43      0x308     20234 RTE       BACKUPRESULT=1
    2008-09-02 12:26:43      0x308     20234 RTE       BACKUP_BLOCK_CNT=64
    2008-09-02 12:26:43      0x308     20234 RTE       BACKUPHISTFILE=dbm.knl
    2008-09-02 12:26:43      0x308     20234 RTE       BACKUPMED_DEF=dbm.mdf
    2008-09-02 12:26:43      0x308     20234 RTE       CACHE_SIZE=174720
    2008-09-02 12:26:43      0x308     20234 RTE       CALLSTACKLEVEL=0
    2008-09-02 12:26:43      0x308     20234 RTE       CATCACHE_MINSIZE=262144
    2008-09-02 12:26:43      0x308     20234 RTE       CAT_CACHE_SUPPLY=10000
    2008-09-02 12:26:43      0x308     20234 RTE       CHECKDATA=1
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_BACKUP=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_COMMON=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_CONVERTER=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_DATACACHE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_DATAINDEX=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_DATAPAGELOG=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_FBM=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_HASHED_RESULTSET=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_IOMAN=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_KB_REGIONS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOCK_SUPPLY=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOCK=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOGHISTORY=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOGPAGE=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOGTRANS=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOGVOLUME=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_REGIONS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_SRVTASKS=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_TABLE_WIDTH=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_TASK_SPECIFIC_CATALOGCACHE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_TRANSLIST=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_TREE_LOCKS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_TREE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CLUSTERED_LOBS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CLUSTER_WRITE_THRESHOLD=80
    2008-09-02 12:26:43      0x308     20234 RTE       COLUMNCOMPRESSION=YES
    2008-09-02 12:26:43      0x308     20234 RTE       _COMMENT=
    2008-09-02 12:26:43      0x308     20234 RTE       CONTROLPASSWORD=***
    2008-09-02 12:26:43      0x308     20234 RTE       CONTROLUSERID=CONTROL
    2008-09-02 12:26:43      0x308     20234 RTE       CONVERTER_REGIONS=16
    2008-09-02 12:26:43      0x308     20234 RTE       DATABASEFULL=1
    2008-09-02 12:26:43      0x308     20234 RTE       DATACACHE_RGNS=64
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_IO_BLOCK_COUNT=64
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_GROUPS=1
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_MODE_0001=NORMAL
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_MODE_0002=NORMAL
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_MODE_0003=NORMAL
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_NAME_0001=E:\sapdb\DFS\sapdata\disk001\DISKD0001
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_NAME_0002=E:\sapdb\DFS\sapdata\disk002\DISKD0002
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_NAME_0003=E:\sapdb\DFS\sapdata\disk003\DISKD0003
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_SIZE_0001=3840000
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_SIZE_0002=3840000
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_SIZE_0003=3840000
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_TYPE_0001=F
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_TYPE_0002=F
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_TYPE_0003=F
    2008-09-02 12:26:43      0x308     20234 RTE       DATE_TIME_FORMAT=INTERNAL
    2008-09-02 12:26:43      0x308     20234 RTE       DBFILLINGABOVELIMIT=70L80M85M90H95H96H97H98H99H
    2008-09-02 12:26:43      0x308     20234 RTE       DBFILLINGBELOWLIMIT=70L80L85L90L95L
    2008-09-02 12:26:43      0x308     20234 RTE       DDLTRIGGER=YES
    2008-09-02 12:26:43      0x308     20234 RTE       DEADLOCK_DETECTION=4
    2008-09-02 12:26:43      0x308     20234 RTE       DEFAULT_CODE=ASCII
    2008-09-02 12:26:43      0x308     20234 RTE       DELAYCOMMIT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       DELAYLOGWRITER=0
    2008-09-02 12:26:43      0x308     20234 RTE       DIAG_HISTORY_NUM=2
    2008-09-02 12:26:43      0x308     20234 RTE       DIAG_HISTORY_PATH=e:\sapdb\data\wrk\DFS\DIAGHISTORY
    2008-09-02 12:26:43      0x308     20234 RTE       DIAGSEM=0
    2008-09-02 12:26:43      0x308     20234 RTE       DWIO_AREA_FLUSH=50
    2008-09-02 12:26:43      0x308     20234 RTE       DWIO_AREA_SIZE=50
    2008-09-02 12:26:43      0x308     20234 RTE       DWLRU_TAIL_FLUSH=25
    2008-09-02 12:26:43      0x308     20234 RTE       ENABLE_CHECK_INSTANCE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       ENABLE_SYSTEM_TRIGGERS=YES
    2008-09-02 12:26:43      0x308     20234 RTE       ERROR=3
    2008-09-02 12:26:43      0x308     20234 RTE       _EVENTFILE=knldiag.evt
    2008-09-02 12:26:43      0x308     20234 RTE       _EVENTSIZE=0
    2008-09-02 12:26:43      0x308     20234 RTE       EVENT=1
    2008-09-02 12:26:43      0x308     20234 RTE       EXPAND_COM_TRACE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       EXTERNAL_DUMP_REQUEST=NO
    2008-09-02 12:26:43      0x308     20234 RTE       FBMLOW_IO_RATE=10
    2008-09-02 12:26:43      0x308     20234 RTE       FBM_VOLUME_BALANCE=10
    2008-09-02 12:26:43      0x308     20234 RTE       FBM_VOLUME_COMPRESSION=50
    2008-09-02 12:26:43      0x308     20234 RTE       FILEDIR_SPINLOCKPOOL_SIZE=10
    2008-09-02 12:26:43      0x308     20234 RTE       FORBID_LOAD_BALANCING=NO
    2008-09-02 12:26:43      0x308     20234 RTE       FORMATTING_MODE=PARALLEL
    2008-09-02 12:26:43      0x308     20234 RTE       FORMAT_DATAVOLUME=YES
    2008-09-02 12:26:43      0x308     20234 RTE       HASHED_RESULTSET_CACHESIZE=262144
    2008-09-02 12:26:43      0x308     20234 RTE       HASHED_RESULTSET=YES
    2008-09-02 12:26:43      0x308     20234 RTE       HEAP_CHECK_LEVEL=0
    2008-09-02 12:26:43      0x308     20234 RTE       HIRES_TIMER_TYPE=CPU
    2008-09-02 12:26:43      0x308     20234 RTE       HS_STORAGE_DLL=libhsscopy
    2008-09-02 12:26:43      0x308     20234 RTE       HS_SYNC_INTERVAL=50
    2008-09-02 12:26:43      0x308     20234 RTE       IDXFILELIST_SIZE=2048
    2008-09-02 12:26:43      0x308     20234 RTE       INDEX_LEAF_CACHING=2
    2008-09-02 12:26:43      0x308     20234 RTE       INIT_ALLOCATORSIZE=258048
    2008-09-02 12:26:43      0x308     20234 RTE       INSTANCE_TYPE=OLTP
    2008-09-02 12:26:43      0x308     20234 RTE       IOPROCSFOR_PRIO=0
    2008-09-02 12:26:43      0x308     20234 RTE       IOPROCSFOR_READER=0
    2008-09-02 12:26:43      0x308     20234 RTE       IOPROCSPER_DEV=1
    2008-09-02 12:26:43      0x308     20234 RTE       IOPROCSSWITCH=2
    2008-09-02 12:26:43      0x308     20234 RTE       JOIN_MAXTAB_LEVEL4=64
    2008-09-02 12:26:43      0x308     20234 RTE       JOIN_MAXTAB_LEVEL9=5
    2008-09-02 12:26:43      0x308     20234 RTE       JOIN_SEARCH_LEVEL=0
    2008-09-02 12:26:43      0x308     20234 RTE       JOIN_TABLEBUFFER=128
    2008-09-02 12:26:43      0x308     20234 RTE       _KERNELDIAGFILE=knldiag
    2008-09-02 12:26:43      0x308     20234 RTE       KERNELDIAGSIZE=800
    2008-09-02 12:26:43      0x308     20234 RTE       _KERNELDUMPFILE=knldump
    2008-09-02 12:26:43      0x308     20234 RTE       _KERNELTRACEFILE=knltrace
    2008-09-02 12:26:43      0x308     20234 RTE       KERNELTRACESIZE=869
    2008-09-02 12:26:43      0x308     20234 RTE       KERNELVERSION=KERNEL    7.6.00   BUILD 035-123-139-084
    2008-09-02 12:26:43      0x308     20234 RTE       LOAD_BALANCING_CHK=0
    2008-09-02 12:26:43      0x308     20234 RTE       LOAD_BALANCING_DIF=10
    2008-09-02 12:26:43      0x308     20234 RTE       LOAD_BALANCING_EQ=5
    2008-09-02 12:26:43      0x308     20234 RTE       LOCAL_REDO_LOG_BUFFER_SIZE=57344
    2008-09-02 12:26:43      0x308     20234 RTE       LOCKSUPPLY_BLOCK=100
    2008-09-02 12:26:43      0x308     20234 RTE       LOGABOVELIMIT=50L75L90M95M96H97H98H99H
    2008-09-02 12:26:43      0x308     20234 RTE       LOGFULL=1
    2008-09-02 12:26:43      0x308     20234 RTE       LOGSEGMENTFULL=1
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_BACKUP_TO_PIPE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_IO_BLOCK_COUNT=4
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_IO_QUEUE=200
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_MIRRORED=YES
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_QUEUE_COUNT=1
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_SEGMENT_SIZE=85333
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_NAME_001=E:\sapdb\DFS\saplog\log01\DISKL001
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_NAME_002=E:\sapdb\DFS\saplog\log02\DISKL002
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_SIZE_001=256000
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_SIZE_002=256000
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_TYPE_001=F
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_TYPE_002=F
    2008-09-02 12:26:43      0x308     20234 RTE       LRU_FOR_SCAN=NO
    2008-09-02 12:26:43      0x308     20234 RTE       MAXBACKUPDEVS=2
    2008-09-02 12:26:43      0x308     20234 RTE       MAXCPU=1
    2008-09-02 12:26:43      0x308     20234 RTE       MAXDATAVOLUMES=11
    2008-09-02 12:26:43      0x308     20234 RTE       _MAXEVENTS=100
    2008-09-02 12:26:43      0x308     20234 RTE       _MAXEVENTTASKS=2
    2008-09-02 12:26:43      0x308     20234 RTE       MAXGARBAGECOLL=1
    2008-09-02 12:26:43      0x308     20234 RTE       MAXLOCKS=300000
    2008-09-02 12:26:43      0x308     20234 RTE       MAXLOGVOLUMES=3
    2008-09-02 12:26:43      0x308     20234 RTE       MAXPAGER=64
    2008-09-02 12:26:43      0x308     20234 RTE       MAXRGN_REQUEST=-1
    2008-09-02 12:26:43      0x308     20234 RTE       MAXSERVERTASKS=28
    2008-09-02 12:26:43      0x308     20234 RTE       MAXTASKSTACK=1024
    2008-09-02 12:26:43      0x308     20234 RTE       _MAXTRANS=408
    2008-09-02 12:26:43      0x308     20234 RTE       MAXUSERTASKS=50
    2008-09-02 12:26:43      0x308     20234 RTE       MAXVOLUMES=18
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_HASHTABLE_MEMORY=24000
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_LOG_QUEUE_COUNT=0
    2008-09-02 12:26:43      0x308     20234 RTE       MAXMESSAGE_FILES=0
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_MESSAGE_LIST_LENGTH=100
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_RETENTION_TIME=480
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_SERVERTASK_STACK=500
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_SINGLE_HASHTABLE_SIZE=4000
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_SPECIALTASK_STACK=500
    2008-09-02 12:26:43      0x308     20234 RTE       MBLOCKDATA_SIZE=32768
    2008-09-02 12:26:43      0x308     20234 RTE       MBLOCKQUAL_SIZE=32768
    2008-09-02 12:26:43      0x308     20234 RTE       MBLOCKSTACK_SIZE=32768
    2008-09-02 12:26:43      0x308     20234 RTE       MBLOCKSTRAT_SIZE=12288
    2008-09-02 12:26:43      0x308     20234 RTE       MCOD=NO
    2008-09-02 12:26:43      0x308     20234 RTE       MEMORY_ALLOCATION_LIMIT=0
    2008-09-02 12:26:43      0x308     20234 RTE       MEM_ENHANCE_LIMIT=0
    2008-09-02 12:26:43      0x308     20234 RTE       MINI_DUMP=NORMAL
    2008-09-02 12:26:43      0x308     20234 RTE       MINREPLYSIZE=4096
    2008-09-02 12:26:43      0x308     20234 RTE       MINSERVERTASKS=28
    2008-09-02 12:26:43      0x308     20234 RTE       MIN_RETENTION_TIME=60
    2008-09-02 12:26:43      0x308     20234 RTE       MONITOR_READ=2147483647
    2008-09-02 12:26:43      0x308     20234 RTE       MONITOR_ROWNO=0
    2008-09-02 12:26:43      0x308     20234 RTE       MONITOR_SELECTIVITY=0
    2008-09-02 12:26:43      0x308     20234 RTE       MONITOR_TIME=2147483647
    2008-09-02 12:26:43      0x308     20234 RTE       MPDISP_LOOPS=1
    2008-09-02 12:26:43      0x308     20234 RTE       MPDISP_PRIO=DEFAULT
    2008-09-02 12:26:43      0x308     20234 RTE       MPRGN_BUSY_WAIT=DEFAULT
    2008-09-02 12:26:43      0x308     20234 RTE       MPRGN_DIRTY_READ=DEFAULT
    2008-09-02 12:26:43      0x308     20234 RTE       MP_RGN_LOOP=-1
    2008-09-02 12:26:43      0x308     20234 RTE       MPRGN_PRIO=DEFAULT
    2008-09-02 12:26:43      0x308     20234 RTE       MPRGN_QUEUE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       M_LOG_VOLUME_NAME_001=D:\sapdb\DFS\saplog\m_log01\M_DISKL001
    2008-09-02 12:26:43      0x308     20234 RTE       M_LOG_VOLUME_NAME_002=D:\sapdb\DFS\saplog\m_log02\M_DISKL002
    2008-09-02 12:26:43      0x308     20234 RTE       M_LOG_VOLUME_TYPE_001=F
    2008-09-02 12:26:43      0x308     20234 RTE       M_LOG_VOLUME_TYPE_002=F
    2008-09-02 12:26:43      0x308     20234 RTE       OFFICIAL_NODE=
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_HEAP_BLOCKSIZE=10000
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_HEAP_COUNT=1
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_HEAP_LIMIT=0
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_HEAP_THRESHOLD=100
    2008-09-02 12:26:43      0x308     20234 RTE       OMSREGIONS=0
    2008-09-02 12:26:43      0x308     20234 RTE       OMSRGNS=7
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_RUN_IN_UDE_SERVER=NO
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_STREAM_TIMEOUT=30
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_VERS_THRESHOLD=2097152
    2008-09-02 12:26:43      0x308     20234 RTE       ONLINE=1
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_AGGREGATION=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_FETCH_REVERSE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_FIRST_ROWS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_HASHTABLE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_HASH_MINIMAL_RATIO=1
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_ONEPHASE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_OPERATOR_SORT=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_OUTER=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_PARALLEL_MINSIZE=1000000
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_PARALLEL_SERVERS=0
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_MIN_MAX=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_OPERATOR_JOIN_COSTFUNC=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_OPERATOR_JOIN=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_QUAL_ON_INDEX=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_QUERYREWRITE=STATEMENT
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIM_CACHE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIM_INV_ONLY=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIM_JOIN_FETCH=0
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIM_MAX_MERGE=500
    2008-09-02 12:26:43      0x308     20234 RTE       OUTOFSESSIONS=3
    2008-09-02 12:26:43      0x308     20234 RTE       PACKETSIZE=131072
    2008-09-02 12:26:43      0x308     20234 RTE       PAGESIZE=8192
    2008-09-02 12:26:43      0x308     20234 RTE       PREALLOCATE_IOWORKER=NO
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOBASE_COM=10
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOBASE_IOC=80
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOBASE_RAV=80
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOBASE_REX=40
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOBASE_U2U=100
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOFACTOR=80
    2008-09-02 12:26:43      0x308     20234 RTE       PROTECT_DATACACHE_MEMORY=NO
    2008-09-02 12:26:43      0x308     20234 RTE       READAHEADBLOBS=32
    2008-09-02 12:26:43      0x308     20234 RTE       REQUEST_TIMEOUT=5000
    2008-09-02 12:26:43      0x308     20234 RTE       RESERVEDSERVERTASKS=16
    2008-09-02 12:26:43      0x308     20234 RTE       RESTARTTIME=600
    2008-09-02 12:26:43      0x308     20234 RTE       ROWRGNS=8
    2008-09-02 12:26:43      0x308     20234 RTE       _RTEDUMPFILE=rtedump
    2008-09-02 12:26:43      0x308     20234 RTE       RTE_TEST_REGIONS=0
    2008-09-02 12:26:43      0x308     20234 RTE       RUNDIRECTORY=e:\sapdb\data\wrk\DFS
    2008-09-02 12:26:43      0x308     20234 RTE       SEQUENCE_CACHE=1
    2008-09-02 12:26:43      0x308     20234 RTE       SERVERDBFOR_SAP=YES
    2008-09-02 12:26:43      0x308     20234 RTE       SESSION_TIMEOUT=900
    2008-09-02 12:26:43      0x308     20234 RTE       SET_VOLUME_LOCK=YES
    2008-09-02 12:26:43      0x308     20234 RTE       SHAREDSQL_COMMANDCACHESIZE=262144
    2008-09-02 12:26:43      0x308     20234 RTE       SHAREDSQL_EXPECTEDSTATEMENTCOUNT=1500
    2008-09-02 12:26:43      0x308     20234 RTE       SHAREDSQL=YES
    2008-09-02 12:26:43      0x308     20234 RTE       SHOW_MAX_KB_STACK_USE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       SHOW_MAX_STACK_USE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       STANDBY=1
    2008-09-02 12:26:43      0x308     20234 RTE       SUBTREE_LOCKS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       SYMBOL_DEMANGLING=NO
    2008-09-02 12:26:43      0x308     20234 RTE       SYMBOL_RESOLUTION=YES
    2008-09-02 12:26:43      0x308     20234 RTE       SYSTEMERROR=3
    2008-09-02 12:26:43      0x308     20234 RTE       TABRGNS=8
    2008-09-02 12:26:43      0x308     20234 RTE       TASKCLUSTER01=tw;al;ut;2000sv,100bup;10ev,10gc;
    2008-09-02 12:26:43      0x308     20234 RTE       TASKCLUSTER02=ti,100dw;30000us;
    2008-09-02 12:26:43      0x308     20234 RTE       TASKCLUSTER03=compress
    2008-09-02 12:26:43      0x308     20234 RTE       TIME_MEASUREMENT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_AK=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_ALLOCATOR=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_CATALOG=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_CLIENTKERNELCOM=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_COMMON=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_COMMUNICATION=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_CONVERTER=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DATACHAIN=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DATAINDEX=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DATAPAM=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DATATREE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DBPROC=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DEFAULT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DELETE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_FBM=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_FILEDIR=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_FRAMECTRL=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_INDEX=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_INSERT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_IOMAN=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_IPC=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_JOIN=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_KSQL=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOCK=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOGACTION=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOGHISTORY=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOGPAGE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOGTRANS=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOGVOLUME=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LONG=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_MEMORY=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_MESSAGES=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECTCONTAINER=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECT_ADD=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECT_ALTER=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECT_FREE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECT_GET=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_CONTAINERDIR=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_CONTEXT=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_ERROR=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_FLUSHCACHE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_INTERFACE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_KEYRANGE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_KEY=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_LOCK=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_MEMORY=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_NEWOBJ=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_SESSION=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_STREAM=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_VAROBJECT=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_VERSION=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OPTIMIZE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_ORDER_STANDARD=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_ORDER=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGER=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_BUP=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_EV=2
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_GC=20
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_LW=5
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_PG=3
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_SV=5
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_TI=2
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_US=10
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_UT=5
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PRIMARY_TREE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_QUERYREWRITE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_RUNTIME=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SELECT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SHAREDSQL=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SQLMANAGER=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SRVTASKS=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_STOP_ERRORCODE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SYNCHRONISATION=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SYSVIEW=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_TABLE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_TIME=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_UPDATE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_VOLUME=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRANS_HISTORY_SIZE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRANSRGNS=8
    2008-09-02 12:26:43      0x308     20234 RTE       TRANS_THRESHOLD_VALUE=60
    2008-09-02 12:26:43      0x308     20234 RTE       UKT_CPU_RELATIONSHIP=NONE
    2008-09-02 12:26:43      0x308     20234 RTE       _UNICODE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       UPDATESTAT_PARALLEL_SERVERS=0
    2008-09-02 12:26:43      0x308     20234 RTE       UPDATESTAT_SAMPLE_ALGO=1
    2008-09-02 12:26:43      0x308     20234 RTE       UPDSTATWANTED=1
    2008-09-02 12:26:43      0x308     20234 RTE       USED_MAX_LOG_QUEUE_COUNT=1
    2008-09-02 12:26:43      0x308     20234 RTE       USESELECTFETCH=YES
    2008-09-02 12:26:43      0x308     20234 RTE       USEVARIABLEINPUT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       USEASYNC_IO=YES
    2008-09-02 12:26:43      0x308     20234 RTE       USE_COROUTINES=YES
    2008-09-02 12:26:43      0x308     20234 RTE       USE_FIBERS=YES
    2008-09-02 12:26:43      0x308     20234 RTE       USEIOPROCS_ONLY=NO
    2008-09-02 12:26:43      0x308     20234 RTE       USE_MEM_ENHANCE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       USE_OPEN_DIRECT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       USE_SYSTEM_PAGE_CACHE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       UTILITYPROTFILE=dbm.utl
    2008-09-02 12:26:43      0x308     20234 RTE       UTILITY_PROTSIZE=100
    2008-09-02 12:26:43      0x308     20234 RTE       VOLUMENO_BIT_COUNT=8
    2008-09-02 12:26:43      0x308     20234 RTE       WORKDATASIZE=8192
    2008-09-02 12:26:43      0x308     20234 RTE       WORKSTACKSIZE=8192
    2008-09-02 12:26:43      0x308     20234 RTE       XP_CONVERTER_REGIONS=0
    2008-09-02 12:26:43      0x308     20234 RTE       XP_DATA_CACHE_RGNS=0
    2008-09-02 12:26:43      0x308     20234 RTE       XP_MAXPAGER=0
    2008-09-02 12:26:43      0x308     20235 RTE      Dump of all kernel parameters done
    2008-09-02 12:26:43      0x308     19841 DIAGHIST Backup of diagnostic files is in progress
    2008-09-02 12:26:43      0xE8C WRN 20190 RTE      Unexpected CPU timer leaps, timer type ignored
    2008-09-02 12:26:44      0x308     19842 DIAGHIST Backup of diagnostic files has finished
    2008-09-02 12:26:44      0x308     19600 VERSION  'Kernel    7.6.00   Build 035-123-139-084'
    2008-09-02 12:26:44      0x308     19600 VERSION  'W32/INTEL 7.6.00   Build 035-123-139-084'
    2008-09-02 12:26:44      0x308     19769 INFO     Starting SERVERDB:      'DFS'
    2008-09-02 12:26:44      0x308     19770 INFO              SERVERNODE:    'autaris'
    2008-09-02 12:26:44      0x308     19771 INFO              Process ID:    2216
    2008-09-02 12:26:44      0x308     19773 INFO              Date:          2008-09-02
    2008-09-02 12:26:44      0x308     19772 INFO              Owner:         'SYSTEM'
    2008-09-02 12:26:44      0x308     19774 INFO              Product suite: 'Enterprise'
    2008-09-02 12:26:44      0x308     19806 INFO              Machine:       'Intel IA32 level f revision 2b01'
    2008-09-02 12:26:44      0x308     19783 INFO              Processors:    1 ( logical: 2 )
    2008-09-02 12:26:44      0x308     19782 INFO              Fiber:         'YES'
    2008-09-02 12:26:44      0x308     19776 INFO              Max virtual memory:        2047 MB
    2008-09-02 12:26:44      0x308     19777 INFO              Total physical memory:     4095 MB
    2008-09-02 12:26:44      0x308     19778 INFO              Available physical memory: 3428 MB
    2008-09-02 12:26:44      0x308     20219 RTE      Memory allocation not limited
    2008-09-02 12:26:44      0x308     20220 RTE      System page cache usage enabled
    2008-09-02 12:26:44      0x308     19692 TCLUSTER tw;al;ut;2000sv,100bup;10ev,10gc;ti,100dw;30000us;compress
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of 'BUP':   0
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of ' DW':  64
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of ' US':  50
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of ' SV':  28
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of ' EV':   2
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of ' GC':   1
    2008-09-02 12:26:44      0x308     19692 TCLUSTER Total Number of UKT 7
    2008-09-02 12:26:44      0x308     19692 TCLUSTER Number of UKT with User Tasks 1
    2008-09-02 12:26:44      0x308     19860 MEMORY   I/O buffer cache: 174720 Pages allocated
    2008-09-02 12:26:44      0x308     19811 EVENTING Suppressing output to 'knldiag.evt' 0 pages
    2008-09-02 12:26:44      0x308     19812 EVENTING Eventbuffer 100 events 2 tasks
    2008-09-02 12:26:44      0xB94     19821 TASKING  Thread 2964 starting
    2008-09-02 12:26:44      0x308     19831 TRACE_IO Configured MAXMESSAGE_FILES:0
    2008-09-02 12:26:44      0x308     19832 TRACE_IO Disabled: No TraceMessagefiles wanted
    2008-09-02 12:26:44      0xBA0     19688 THREAD   CLOCK thread started
    2008-09-02 12:26:44      0x774     19688 THREAD   REQUESTOR thread started
    2008-09-02 12:26:44      0xBFC     19688 THREAD   ASYNC0 thread started
    2008-09-02 12:26:44      0xBE8     19688 THREAD   TIMER thread started
    2008-09-02 12:26:44      0xB7C     19821 TASKING  Thread 2940 starting
    2008-09-02 12:26:44      0xB88     20213 RTE      CONSOLE thread started
    2008-09-02 12:26:44       0xE4     19821 TASKING  Thread 228 starting
    2008-09-02 12:26:44       0xE0     19821 TASKING  Thread 224 starting
    2008-09-02 12:26:44      0xB78     19821 TASKING  Thread 2936 starting
    2008-09-02 12:26:44      0x4F8     19821 TASKING  Thread 1272 starting
    2008-09-02 12:26:44      0xC98     19821 TASKING  Thread 3224 starting
    2008-09-02 12:26:44      0x608     19821 TASKING  Thread 1544 starting
    2008-09-02 12:26:44      0x480     19821 TASKING  Thread 1152 starting
    2008-09-02 12:26:44      0x720     19821 TASKING  Thread 1824 starting
    2008-09-02 12:26:44      0x670     19821 TASKING  Thread 1648 starting
    2008-09-02 12:26:44      0x244     19821 TASKING  Thread 580 starting
    2008-09-02 12:26:44      0x314     19627 TASKING  UKT started, TID:0x314
    2008-09-02 12:26:44      0xA50     19627 TASKING  UKT started, TID:0xA50
    2008-09-02 12:26:44      0xE88     19627 TASKING  UKT started, TID:0xE88
    2008-09-02 12:26:44      0x5E8     19627 TASKING  UKT started, TID:0x5E8
    2008-09-02 12:26:44      0xA70     19627 TASKING  UKT started, TID:0xA70
    2008-09-02 12:26:44      0x2F4     19627 TASKING  UKT started, TID:0x2F4
    2008-09-02 12:26:44      0xE34     19627 TASKING  UKT started, TID:0xE34
    2008-09-02 12:26:44      0xE34     19615 VOLUMEIO Attaching volume 'knltrace'
    2008-09-02 12:26:46      0x6C8     19613 DBSTATE  I/O thread for 'knltrace' started
    2008-09-02 12:26:46      0xE34     20040 Admin    Kernel state: 'ADMIN' reached
    2008-09-02 12:26:46      0xE34         9 SrvTasks Available Servertasks: 28
    2008-09-02 12:26:46      0xE34     54003 dynpool  HIST_DIR  item size    :      8
    2008-09-02 12:26:46      0xE34     54003 dynpool  HIST_DIR  num items    :     50
    2008-09-02 12:26:46      0xE34     54003 dynpool  DYNP_B930_HIST_DIR     :    400
    2008-09-02 12:26:46      0xE34     20083 Log      Size of LocalRedoEntryBuffer/transactions: 57344
    2008-09-02 12:26:46      0xE34     54003 dynDATA  DYND_K57_KB_PAGES      :     11
    2008-09-02 12:26:46      0xE34     54003 dynDATA  BACKUP RESTART REC (8K):      1
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP TASK LIST       :    208
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP TAPE LIST       :    672
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP DEVSP LIST      :     96
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP VOL IDX LIST    :     32
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP SRR QUEUE       :    656
    2008-09-02 12:26:46      0xE34     54003 dynpool  DYNP_K38_SAVE_GLOB     :   1568
    2008-09-02 12:26:46      0xE34     54003 dynDATA  DYND_K38_SAVE          :   1729
    2008-09-02 12:26:46      0xE34     54003 dynDATA  BACKUP RESTART REC (8K):      1
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP TASK LIST       :     32
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP TAPE LIST       :    672
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP DEVSP LIST      :     16
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP VOL IDX LIST    :     32
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP SRR QUEUE       :    128
    2008-09-02 12:26:46      0xE34     54003 dynpool  DYNP_K38_AUTOSAVE      :    864
    2008-09-02 12:26:46      0xE34     54003 dynDATA  DYND_K38_AUTOSAVE      :    321
    2008-09-02 12:26:46      0xE34     19930 TASKING  Kernel initialization completed
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 5
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:0
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 68
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:1
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 67
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:2
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 66
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:3
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 65
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:4
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 64
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:5
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 63
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:6
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 62
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:7
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 61
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:8
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 60
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:9
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 59
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:10
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 58
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:11
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 57
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:12
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 56
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:13
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 55
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:14
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 54
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:15
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 53
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:16
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 52
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:17
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 51
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:18
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 50
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:19
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 49
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:20
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 48
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:21
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 47
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:22
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 46
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:23
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 45
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:24
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 44
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:25
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 43
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:26
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 42
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:27
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 41
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:28
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 40
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:29
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 39
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:30
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 38
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:31
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 37
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:32
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 36
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:33
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 35
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:34
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 34
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:35
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 33
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:36
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 32
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:37
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 31
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:38
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 30
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:39
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 29
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:40
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 28
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:41
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 27
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:42
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 26
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:43
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 25
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:44
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 24
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:45
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 23
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:46
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 22
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:47
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 21
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:48
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 20
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:49
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 19
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:50
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 18
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:51
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 17
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:52
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 16
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:53
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 15
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:54
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 14
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:55
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 13
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:56
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 12
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:57
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 11
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:58
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 10
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:59
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 9
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:60
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 8
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:61
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 7
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:62
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 6
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:63
    2008-09-02 12:26:47      0xE34        31 SrvTasks Permanently reserved 13 servertasks for 'Backup / Restore'.
    2008-09-02 12:26:47      0xE34        31 SrvTasks Permanently reserved 2 servertasks for 'Backup / Restore'.
    2008-09-02 12:26:47      0xE34        31 SrvTasks Permanently reserved 1 servertasks for 'Savepoint'.
    2008-09-02 12:26:47      0xBE8         3 RunTime  State changed from STARTING to ADMIN
    2008-09-02 12:26:47      0xBE8     19601 DBSTATE  SERVERDB is ready
    ============================================ begin of write cycle ==================
    2008-09-02 12:26:48      0xE88     19633 CONNECT  Connect req. (T69, Node:'', PID:2360)
    2008-09-02 12:26:48      0xE88     19615 VOLUMEIO Attaching volume 'E:\sapdb\DFS\sapdata\disk001\DISKD0001'
    2008-09-02 12:26:48      0x684     19613 DBSTATE  I/O thread for 'E:\sapdb\DFS\sapdata\disk001\DISKD0001' started
    2008-09-02 12:26:48      0xE88     19617 VOLUMEIO Single I/O attach, 'E:\sapdb\DFS\sapdata\disk001\DISKD0001', UKT:7
    2008-09-02 12:26:48      0xE88     19615 VOLUMEIO Attaching volume 'E:\sapdb\DFS\sapdata\disk002\DISKD0002'
    2008-09-02 12:26:48      0xCAC     19613 DBSTATE  I/O thread for 'E:\sapdb\DFS\sapdata\disk002\DISKD0002' started
    2008-09-02 12:26:48      0xE88     19617 VOLUMEIO Single I/O attach, 'E:\sapdb\DFS\sapdata\disk002\DISKD0002', UKT:7
    2008-09-02 12:26:48      0xE88     19615 VOLUMEIO Attaching volume 'E:\sapdb\DFS\sapdata\disk003\DISKD0003'
    2008-09-02 12:26:48      0xAC0     19613 DBSTATE  I/O thread for 'E:\sapdb\DFS\sapdata\disk003\DISKD0003' started
    2008-09-02 12:26:48      0xE88     19617 VOLUMEIO Single I/O attach, 'E:\sapdb\DFS\sapdata\disk003\DISKD0003', UKT:7
    2008-09-02 12:26:48      0xE88     19615 VOLUMEIO Attaching volume 'E:\sapdb\DFS\saplog\log01\DISKL001'
    2008-09-02 12:26:48      0x634     19613 DBSTATE  I/O thread for 'E:\sapdb\DFS\saplog\log01\DISKL001' started
    2008-09-02 12:26:49      0xE88     19617 VOLUMEIO Single I/O attach, 'E:\sapdb\DFS\saplog\log01\DISKL001', UKT:7
    2008-09-02 12:26:49      0xE88     19615 VOLUMEIO Attaching volume 'D:\sapdb\DFS\saplog\m_log01\M_DISKL001'
    2008-09-02 12:26:49      0x678     19613 DBSTATE  I/O thread for 'D:\sapdb\DFS\saplog\m_log01\M_DISKL001' started
    2008-09-02 12:26:49      0xE88     19617 VOLUMEIO Single I/O attach, 'D:\sapdb\DFS\saplog\m_log01\M_DISKL001', UKT:7
    2008-09-02 12:26:49      0xE88     19615 VOLUMEIO Attaching volume 'E:\sapdb\DFS\saplog\log02\DISKL002'
    2008-09-02 12:26:49      0x5B0     19613 DBSTATE  I/O thread for 'E:\sapdb\DFS\saplog\log02\DISKL002' started
    2008-09-02 12:26:49      0xE88     19617 VOLUMEIO Single I/O attach, 'E:\sapdb\DFS\saplog\log02\DISKL002', UKT:7
    2008-09-02 12:26:49      0xE88     19615 VOLUMEIO Attaching volume 'D:\sapdb\DFS\saplog\m_log02\M_DISKL002'
    2008-09-02 12:26:49      0xB08     19613 DBSTATE  I/O thread for 'D:\sapdb\DFS\saplog\m_log02\M_DISKL002' started
    2008-09-02 12:26:49      0xE88     19617 VOLUMEIO Single I/O attach, 'D:\sapdb\DFS\saplog\m_log02\M_DISKL002', UKT:7
    2008-09-02 12:26:49      0xE88     20016 Pager    Start Read Converter
    2008-09-02 12:27:06      0xE34     20003 KernelDB  70 percent of data area occupied, 3455999 pages free
    2008-09-02 12:27:07      0xE88     20017 Pager    Stop Read Converter, Pages: 4528 IO: 4528
    2008-09-02 12:27:07      0xE88     53000 DATACACH Begin data cache restart
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATA_CACHE_REGIONS     :     64
    2008-09-02 12:27:07      0xE88     54003 dynpool  B20_DATACACHE_HEAD     :  85112
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE head num item:  10639
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE head item siz:      8
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE task queue   :   2144
    2008-09-02 12:27:07      0xE88     54003 dynpool  US + SV + DW +  8      :    134
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE taskq elem   :     16
    2008-09-02 12:27:07      0xE88     54003 dynpool  B20_DATACACHE_TASKQ    :  87256
    2008-09-02 12:27:07      0xE88     54003 dynDATA  DATA_CACHE_PAGES       :   2658
    2008-09-02 12:27:07      0xE88     54003 dynpool  B20_DATACACHE_CB       : 223272
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE num cblocks  :   2658
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE cblock size  :     84
    2008-09-02 12:27:07      0xE88     54003 dynpool  DYNP_B20_DATACACHE     : 19873792
    2008-09-02 12:27:07      0xE88     54003 dynDATA  DYND_B20_DATACACHE     : 170112
    2008-09-02 12:27:07      0xE88     53000 DATACACH Finish data cache restart
    2008-09-02 12:27:07      0xE88     53000 B*TREE   LOB file directory restart successful
    2008-09-02 12:27:07      0xE88         7 FileDir  File directory restarting
    2008-09-02 12:27:18      0xE88         8 FileDir  File directory restart completed
    2008-09-02 12:27:19      0xE88     20061 Log      History: 50 (50) files existing
    2008-09-02 12:27:19      0xE88     20064 Log      History: all history files registered, GC is ready
    2008-09-02 12:27:19      0xE88     54003 dynpool  DYNP_K51_LOCK_LIST     : 66843632
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK maxlocks          : 300000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK items             : 902400
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK Regions           :     24
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TransRegions      :      8
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK RegionGlob+Space  :   3072
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TransGlob         :    640
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK SupplyItemsPerRgn :    100
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK SupplySize        : 172800
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK RowHash entries   : 300000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TabHash entries   :  60000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK Row+Tab hash size :1440000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK Trans entries     :    408
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK trans_list size   :  78336
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TransPtrList      :   1632
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TransHash entries :    408
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TransHash size    :   1664
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK SupplyPoolSegments:   9000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK SupplyPoolSize    : 64980000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK ObjColl_list size :  13056
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK ObjReq_list size  :   8160
    2008-09-02 12:27:19      0xE88     20006 Log      1 queues, flushmode is 'MaximizeSafety', devstate is 'Okay'
    2008-09-02 12:27:19      0xE88     20007 Log      Oldest not saved is ioseq 5105560 @ off 85273
    2008-09-02 12:27:19      0xE88     20008 Log      First known on LogVolume is ioseq 2750300 @ off 108504
    2008-09-02 12:27:19      0xE88     20005 Log      Restart from ioseq 5233533 @ off 108112 to ioseq 5236323 @ off 108503
    2008-09-02 12:27:19      0xE88     20010 Log      Result after checking the log device: 'Ok'
    2008-09-02 12:27:19      0xE88         9 Log      The number of active logging-queues has been increased to 1
    2008-09-02 12:27:19      0xE88     53000 OBJECT   Restarted Garbage coll: 0
    2008-09-02 12:27:19      0xE88        11 Rst      408 redo transactions readable and 11 redo tasks available.
    2008-09-02 12:27:19      0xA50         7 Restart  recovering log from log_volume from IOSeq: '5233533'
    2008-09-02 12:27:21      0xA50 ERR 18793 EXCEPT   EXCEPTION:'Access violation' (0xc0000005), The program code at IP:0x5afde9 attempted to read to/from address:0x18
    2008-09-02 12:27:22      0xA50     19624 EXCEPT   Kernel aborts
    2008-09-02 12:27:22      0x880 ERR 19999 BTRACE   Using 'imagehlp.dll' ver

    Hi, Lars.
    Thank you.
    Ok, I just try your variant after the recovery will finished (I start recovery with initialization this morning).
    Before it I tried to recovery with initialization. Full recovery finished successfull, Database Manager sugest me to restart database or continie log recovery, first log recovery falled with error and stop:
    2008-09-08 09:42:59      0xB6C ERR 52012 RESTORE  error occured, basis_err 400
    2008-09-08 09:42:59      0xB6C ERR     3 Admin    Database state: OFFLINE
    2008-09-08 09:42:59      0xB6C ERR     6 KernelCo  +   Internal errorcode, Error code 400 "cancelled"
    2008-09-08 09:42:59      0xB6C ERR 20000 Log       +   no update of LogInfoPage: DeviceState = Cleared, LogIsEmpty = true
    2008-09-08 09:42:59      0xB6C ERR     6 KernelCo  +   k38headmaster, Error code 400 "cancelled"
    2008-09-08 09:42:59      0x308 ERR     7 Messages Begin of dump of registered messages
    2008-09-08 09:42:59      0x308 ERR    10 Messages abort dump of registered messages
    2008-09-08 09:42:59      0x308 ERR     8 Messages End of the message list registry dump
    2008-09-08 09:43:03                               ___ Stopping GMT 2008-09-08 05:43:03           7.6.04   Build 016-123-191-583
    Then I tried to restart database as Database Manager sugest. Next error:
    2008-09-08 10:00:25                               --- Starting GMT 2008-09-08 06:00:25           7.6.04   Build 016-123-191-583
    2008-09-08 10:00:40      0x3D4 ERR 51080 SYSERROR -9407 unexpected error
    2008-09-08 10:00:40      0x3D4 ERR     3 Admin    Database state: OFFLINE
    2008-09-08 10:00:40      0x3D4 ERR 20002 Log       +   Expected ioseq 632114, found NIL-NIL on off 511952
    2008-09-08 10:00:40      0x3D4 ERR 20023 Log       +   Savepoint not found on log
    2008-09-08 10:00:40      0x3D4 ERR 20028 Admin     +   Initialization of log for 'restart' failed with 'SavepointPositionNotFound'
    2008-09-08 10:00:40      0x684 ERR     7 Messages Begin of dump of registered messages
    2008-09-08 10:00:40      0x684 ERR     8 Messages End of the message list registry dump
    2008-09-08 10:00:46                               ___ Stopping GMT 2008-09-08 06:00:46           7.6.04   Build 016-123-191-58
    Now I recover one more time and try to restart database without log recovery.
    Can I do it via database manager (put "Online")?  Or via your command "dbmcli -d <dbsid> -u control,<pw> util_execute clear log"? And how I can perform recover of logs without error?
    Best regards, Elena

  • OAM 11g throws error when user store is changed

    We have OAM 11g integrated with OIF 11g as the SP. We need to change the OAM User store from OID to OVD. I added a new User store in the OAM console and set that as the default store. In the OAM console, under System Configuration -> Common Configuration -> Data Stores -> User Identity Stores, I added the OVD repository we want to use and set it as the default store. When I make this change in OAM data stores, OAM throws an error.
    On the browser I see the error: System error. Please re-try your action. If you continue to get this error, please contact the Administrator.
    In the OAM diagnostic logs, I see the following errors:
    [2012-08-11T08:37:27.016-04:00] [oam_server1] [ERROR] [OAMSSA-20005] [oracle.oam.user.identity.provider] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 3480b637355d0d24:-ed7c663:13913246a02:-8000-000000000000040f,0] [APP: oam_server] Error initializing User/Role API : null.
    [2012-08-11T08:37:27.021-04:00] [oam_server1] [WARNING] [OAMSSA-20007] [oracle.oam.user.identity.provider] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 3480b637355d0d24:-ed7c663:13913246a02:-8000-000000000000040f,0] [APP: oam_server] Unable to connect to the User Store. User Store may not be initialized : Error initializing User/Role API : null..
    [2012-08-11T08:37:27.021-04:00] [oam_server1] [ERROR] [OAMSSA-12126] [oracle.oam.engine.authn] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 3480b637355d0d24:-ed7c663:13913246a02:-8000-000000000000040f,0] [APP: oam_server] Cannot assert the username from DAP token.
    The user exists in OVD and appropriate attributes have been set.
    Comparing the trace for the two, in the OID trace, I see a 302 for the URL at /oam/server/dap/cred_submit. In the OVD trace, I see a 200 for the same URL.
    Following is a successful request when OID is set as the default user store:
    GET /oam/server/dap/cred_submit?osso_sassoToken=v1.0%7ENEVGMzBGMUJFRTdGRkM0NjQxREFFQn5GODdEQjFEMjczMjZCQjFCQTZEQTlDQTI5RDA3RTA0QTQ2OThEQzdEfjRCMDk0OUE1RjgyNjcwRkU2M0E3OTM5QjI1OTlCMzdEfmRiYzEzMDFiMWMxOTFiMDA5ZmM3YWM5MTFjNjM5MDhjNTgwMzZjMzYyZDZhZTQ3OTY5ZGRiNTllYmVlMTUwMjkxYTY4MzQwZjU2ZGEwMmNhMmE4YTM0YWUwNmUxMjY4MzE5NmFkNjM4YzIwOTliMWZmM2NmZTRhMjYyYmU2N2M1MDEwYWY5OWFmOWU1NTg5NGIyYTVjYWRkOGRlMDI5NjVjN2I2YzM5YTJjMDU1NmU5OTJkMzU4Y2RlYzAxNmU4MWZjMDRiYjFjM2RhYTAzYzliNDIwNjQzOTZlNzZlMzZhOTMwZjI4YTAyMzdmMTI1NjVjOTcwYTk1NzFkZDMzNzQ%3D HTTP/1.1
    Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*
    Referer: http://hostname.idpdomain.com/fed/user/?refid=id-5RtbGMaw6NfaaPUgth-wxZwxY5Q-
    Accept-Language: en-us
    UA-CPU: x86
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
    Host: hostname.spdomain.com:14101
    Connection: Keep-Alive
    Cache-Control: no-cache
    HTTP/1.1 302 Moved Temporarily
    Connection: close
    Date: Sat, 11 Aug 2012 12:42:32 GMT
    Transfer-Encoding: chunked
    Location: https://www.google.com
    Set-Cookie: OAM_ID=VERSION_4~8u5oPtHwZW/uJbd8ybw87A==~I2VDurl3pyBxQdHBmwHXXu5AabtNgaGcQx1FJ6v3sVzuoU0WOvMyDi40pizUWNrSIUkCIrl7Fc6cumRyKUAU0yHSHEtzwtiGO3bmiC7rOXKglLnO9Iw0eNUATA1AuJ7m9a6JxE5fX2vDFDYzk/H9eK5/74mO9TKNP0HTcKF6NzEluuTT3sRlQH3dAzBhPouTCO6yMmd00SmQEhrQxCpUc+ec78GFQgfKrE+6mDNTFSO9gHEB0JQ+xzGzzsr34BDCTB2FC41d0Q3tTGXANSHHRg==; path=/; secure; HttpOnly
    Set-Cookie: OAM_REQ=invalid; path=/; secure; HttpOnly
    X-ORACLE-DMS-ECID: 3480b637355d0d24:-ed7c663:13913246a02:-8000-000000000000042d
    X-Powered-By: Servlet/2.5 JSP/2.1
    Following is a failed request when OVD is set as the default user store:
    GET /oam/server/dap/cred_submit?osso_sassoToken=v1.0%7ENEVGMjRDREUyNUU4QTI1REUwMzVGM344MzRCNTU5RTNCREM1MjFBMjFBRDQ4MTBBNjMzMTI5QzM0MUU5RjI5fjA4ODY1M0JENjg1ODk1MTZDNUVGQjU0NTYwRjg5OEREfjYyMWE3NzhjMzUwMmVhODQ5MWRkMGIyYTBkYmM1MGU0ZDlmZTA0ZjE1NDBhMDVkOGM3ZWIwOGUzNGY3ZDhiNTBhMTNkMjY0MDliMGZmMmY2MzJjZGZjM2UzNzgzNzQ3YzM3OTIwYjlkMmNhZWY0ZDQ2M2MyYzE1NWM2MDkxMjI4MjU0NTEyZDIzODU3NTBlZjI4MjRlZTAzOWFkYmMxYTVmZWE3NTk5NTRlMGY3NTkyNjE5YTRkM2U3OTczZjZiMThmYzgxODg2MzM3ZDg5NzQ2NWUxYmZhNThjOGVmN2VhZmI5OGRiMDNiZmJmZGJjOWUzZmNjYTU1N2U5OWVjMDQ%3D HTTP/1.1
    Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*
    Referer: http://hostname.idpdomain.com/fed/user/?refid=id-R5gYcX-W8o6-bQSR2IIYdkQLLKA-
    Accept-Language: en-us
    UA-CPU: x86
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
    Host: hostname.spdomain.com:14101
    Connection: Keep-Alive
    Cache-Control: no-cache
    HTTP/1.1 200 OK
    Cache-Control: no-cache, no-store
    Date: Sat, 11 Aug 2012 12:37:26 GMT
    Pragma: no-cache
    Content-Length: 2051
    Content-Type: text/html; charset=UTF-8
    Expires: 0
    Set-Cookie: OAM_JSESSIONID=0VksQmSHwhpr2vT33Kq1ZgqWgxrtk2BXxpr4PgmL1LwThMxYSlKQ!-450564370; path=/; HttpOnly
    X-ORACLE-DMS-ECID: 3480b637355d0d24:-ed7c663:13913246a02:-8000-000000000000040f
    X-Powered-By: Servlet/2.5 JSP/2.1

    Hi AV,
    we had the same problem
    the reason was a wrong definition in cutomizing
    Partner Processing -> Define Partner Determination Procedure -> User Interface Settings
    there for the relevant procedure we had to define this sequence of functions :
    1. Activity Partner
    2. Contact Partner
    3. Employee Responsible
    4. Sales Representative
    Regards
    Meinrad

  • Define a Standalone Download Integrator with an Additional Where clause - SQL error

    Hi,
    I am trying to create a standalone integrator with an Additional Where clause. Followed the steps mentioned in the metalink note 360105.1. When I run the integrator, I get the following error message.
    Please resolve the following error to continue.
    SQL error: ORA-00936: missing expression occurred
    processing stored SQL for Content 20007:GENERAL_441_CNT.
    When I look at the log file, here is what I can see:
    10/22/14 10:50 AM AJPRequestHandler-HTTPThreadGroup-15 TRACE          BneHrSQLControl - SQL:SELECT  FROM PER_PEOPLE_V where last_name=$PARAM$.last_name
    10/22/14 10:50 AM AJPRequestHandler-HTTPThreadGroup-15 TRACE          validateSQLStatement value of sqlStatement is: SELECT  FROM PER_PEOPLE_V where last_name=:RSQLP1
    10/22/14 10:50 AM AJPRequestHandler-HTTPThreadGroup-15 DETAIL         BneHrSQLControl.validateSQLStatement() paramName: last_name
    10/22/14 10:50 AM AJPRequestHandler-HTTPThreadGroup-15 DETAIL         BneHrSQLControl.validateSQLStatement() error in SQL: java.sql.SQLSyntaxErrorException: ORA-00936: missing expression
    So, clearly, the SQL statement that is getting built internally is wrong. Ideally, I would expect the statement to be something like this:
    SELECT *  FROM PER_PEOPLE_V where last_name=$PARAM$.last_name.
    RDBMS : 11.2.0.3.0
    Oracle Applications : 12.1.3
    Any pointers towards the resolution of the issue would be of great help.
    Thanks in Advance!
    Lalitha.

    This is a duplicate post of your other question:  create trigger automatic
    DO NOT start duplicate threads for the same question.
    Locking this thread

  • Util_file package error

    Hi ,
    I am using util_file package to spool to a csv file in a stored procedure .
    when I call this procedure on my loacl machine is woking fine .
    But when I call this procedure in the apps oracle database ,I get the following error:
    ORA-20003: File could not be opened or operated on as requested.
    ORA-06512: at "APPS.WOC_KDE_PREPROCESSOR", line 1032
    Please suggest.
    Thanks,

    Here is my code :
    CREATE OR REPLACE PACKAGE BODY Woc_KDE_Preprocessor
    AS
    NAME: Woc_Delete_Model_Data
    PURPOSE:
    REVISIONS:
    Ver Date Author Description
    1.0 11/01/2008 gtutika 1. Preprocessor to Spool in CSV file
    PROCEDURE KDEPreprocessor(p_con_program_id NUMBER)
    IS
         v_file UTL_FILE.FILE_TYPE;
         l_count NUMBER;
         l_product_model VARCHAR2(40);
         c_family VARCHAR2(40);
    BEGIN
    DBMS_OUTPUT.ENABLE(1000000);
    DBMS_OUTPUT.PUT_LINE('before');
         v_file := UTL_FILE.FOPEN(location => 'EXTRACT_DIR',
    filename => 'KDEPreprocessor-'||p_con_program_id||'.csv',
    open_mode => 'w',
    max_linesize => 32767);
         DBMS_OUTPUT.PUT_LINE('after');
         UTL_FILE.FCLOSE(v_file);
         EXCEPTION
              WHEN UTL_FILE.INVALID_PATH THEN
              UTL_FILE.FCLOSE(v_file);
              RAISE_APPLICATION_ERROR(-20000, 'File location is invalid.');
              WHEN UTL_FILE.INVALID_MODE THEN
              UTL_FILE.FCLOSE(v_file);
              RAISE_APPLICATION_ERROR(-20001, 'The open_mode parameter in FOPEN is invalid.');
              WHEN UTL_FILE.INVALID_FILEHANDLE THEN
              UTL_FILE.FCLOSE(v_file);
              RAISE_APPLICATION_ERROR(-20002, 'File handle is invalid.');
              WHEN UTL_FILE.INVALID_OPERATION THEN
    dbms_output.put_line('(SQLERRM');
              UTL_FILE.FCLOSE(v_file);
              RAISE_APPLICATION_ERROR(-20003, 'File could not be opened or operated on as requested.');
    -- dbms_output.put_line('(SQLERRM');
              WHEN UTL_FILE.READ_ERROR THEN
              UTL_FILE.FCLOSE(v_file);
              RAISE_APPLICATION_ERROR(-20004, 'Operating system error occurred during the read operation.');
              WHEN UTL_FILE.WRITE_ERROR THEN
              UTL_FILE.FCLOSE(v_file);
              RAISE_APPLICATION_ERROR(-20005, 'Operating system error occurred during the write operation.');
              WHEN UTL_FILE.INTERNAL_ERROR THEN
              UTL_FILE.FCLOSE(v_file);
              RAISE_APPLICATION_ERROR(-20006, 'Unspecified PL/SQL error.');
              WHEN UTL_FILE.CHARSETMISMATCH THEN
              UTL_FILE.FCLOSE(v_file);
              RAISE_APPLICATION_ERROR(-20007, 'A file is opened using FOPEN_NCHAR, but later I/O ' ||
                             'operations use nonchar functions such as PUTF or GET_LINE.');
              WHEN UTL_FILE.FILE_OPEN THEN
              UTL_FILE.FCLOSE(v_file);
              RAISE_APPLICATION_ERROR(-20008, 'The requested operation failed because the file is open.');
              WHEN UTL_FILE.INVALID_MAXLINESIZE THEN
              UTL_FILE.FCLOSE(v_file);
              RAISE_APPLICATION_ERROR(-20009, 'The MAX_LINESIZE value for FOPEN() is invalid; it should ' ||
                             'be within the range 1 to 32767.');
              WHEN UTL_FILE.INVALID_FILENAME THEN
              UTL_FILE.FCLOSE(v_file);
              RAISE_APPLICATION_ERROR(-20010, 'The filename parameter is invalid.');
              WHEN UTL_FILE.ACCESS_DENIED THEN
              UTL_FILE.FCLOSE(v_file);
              RAISE_APPLICATION_ERROR(-20011, 'Permission to access to the file location is denied.');
              WHEN UTL_FILE.INVALID_OFFSET THEN
              UTL_FILE.FCLOSE(v_file);
              RAISE_APPLICATION_ERROR(-20012, 'The ABSOLUTE_OFFSET parameter for FSEEK() is invalid; ' ||
                             'it should be greater than 0 and less than the total ' ||
                             'number of bytes in the file.');
              WHEN UTL_FILE.DELETE_FAILED THEN
              UTL_FILE.FCLOSE(v_file);
              RAISE_APPLICATION_ERROR(-20013, 'The requested file delete operation failed.');
              WHEN UTL_FILE.RENAME_FAILED THEN
              UTL_FILE.FCLOSE(v_file);
              RAISE_APPLICATION_ERROR(-20014, 'The requested file rename operation failed.');
              WHEN OTHERS THEN
              UTL_FILE.FCLOSE(v_file);
              RAISE;
         END;
    END;
    Show errors;
    I do not get any error with local db.But on apps I get
    UTL_FILE.INVALID_OPERATION error.

  • Error: [-9045]: System error: BD Root check

    Hi all,
    I have a MaxDB 7.6.0.37 running on SLES10 based on VmWare ESX 3.0
    The Database is a small test database which is in ONLINE state an can be easily switch OFFLINE/ADMIN/ONLINE all the way.
    I do an SELECT statement thru the SQL Studio and got correct result tables shown.
    I do the same thing via JDBC an get an Error: [-9045]: System error: BD Root check. The FAQ told that it may be an hardware error, but since we are on a vmware plattform, there can't be a real hardware error.
    What does this error mean and how could I solve them ?
    I tried to recover from backup but that doesn't work.
    Regards,
    Dirk

    Date       Time       TID Typ MsgID Label    Message-Text
    2008-05-13 16:35:55 18829     12781 INFO              Version:       'Linux thread implementation is more POSIX compliant (NPTL)'
    2008-05-13 16:35:55 18829     12781 INFO              Version:       'Linux thread implementation allows setting of individual thread stack size'
    2008-05-13 16:35:55 18832     12821 TASKING  Thread 18832 starting
    2008-05-13 16:35:55 18829     12600 VERSION  'Kernel    7.6.00   Build 037-121-149-748'
    2008-05-13 16:35:55 18829     12600 VERSION  'X32/LINUX 7.6.00   Build 037-121-149-748'
    2008-05-13 16:35:55 18829     12769 INFO     Starting SERVERDB:      'SAPDB02A'
    2008-05-13 16:35:55 18829     12770 INFO              SERVERNODE:    'sapdb02'
    2008-05-13 16:35:55 18829     12773 INFO              Date:          2008-05-13
    2008-05-13 16:35:55 18829     12771 INFO              Process ID:    18829
    2008-05-13 16:35:55 18829     12772 INFO              Owner:         'sdb'
    2008-05-13 16:35:55 18829     12772 INFO              Group:         'sdba'
    2008-05-13 16:35:55 18829     12781 INFO              Version:       '32BIT Kernel'
    2008-05-13 16:35:55 18829     12781 INFO              Version:       'X32/LINUX 7.6.00   Build 037-121-149-748'
    2008-05-13 16:35:55 18829     12781 INFO              Version:       'FAST'
    2008-05-13 16:35:55 18829     12806 INFO              Machine:       'i686'
    2008-05-13 16:35:55 18829     12775 INFO              Processors:       1
    2008-05-13 16:35:55 18829     12780 INFO              Current directory:         '/var/opt/sdb/data/wrk/SAPDB02A'
    2008-05-13 16:35:55 18829     12780 INFO              LD_LIBRARY_PATH: '/opt/sdb/7600/lib:/opt/sdb/7600/sap'
    2008-05-13 16:35:55 18829     20233 RTE      Dump of all kernel parameters start
    2008-05-13 16:35:55 18829     20206 RTE      Using mode NORMAL for data volume 1
    2008-05-13 16:35:55 18829     20234 RTE       ADMIN=1
    2008-05-13 16:35:55 18829     20234 RTE       AKDUMP_ALLOWED=YES
    2008-05-13 16:35:55 18829     20234 RTE       ALLOW_MULTIPLE_SERVERTASK_UKTS=NO
    2008-05-13 16:35:55 18829     20234 RTE       AUTHENTICATION_ALLOW=
    2008-05-13 16:35:55 18829     20234 RTE       AUTHENTICATION_DENY=
    2008-05-13 16:35:55 18829     20234 RTE       AUTOSAVE=1
    2008-05-13 16:35:55 18829     20234 RTE       AUTO_RECREATE_BAD_INDEXES=NO
    2008-05-13 16:35:55 18829     20234 RTE       BACKUPRESULT=1
    2008-05-13 16:35:55 18829     20234 RTE       BACKUP_BLOCK_CNT=64
    2008-05-13 16:35:55 18829     20234 RTE       BACKUPHISTFILE=dbm.knl
    2008-05-13 16:35:55 18829     20234 RTE       BACKUPMED_DEF=dbm.mdf
    2008-05-13 16:35:55 18829     20234 RTE       CACHE_IN_SHARED_MEMORY=NO
    2008-05-13 16:35:55 18829     20234 RTE       CACHE_SIZE=10000
    2008-05-13 16:35:55 18829     20234 RTE       CALLSTACKLEVEL=0
    2008-05-13 16:35:55 18829     20234 RTE       CATCACHE_MINSIZE=262144
    2008-05-13 16:35:55 18829     20234 RTE       CAT_CACHE_SUPPLY=3264
    2008-05-13 16:35:55 18829     20234 RTE       CHECKDATA=1
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_BACKUP=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_COMMON=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_CONVERTER=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_DATACACHE=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_DATAINDEX=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_DATAPAGELOG=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_FBM=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_HASHED_RESULTSET=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_IOMAN=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_KB_REGIONS=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOCK_SUPPLY=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOCK=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOGHISTORY=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOGPAGE=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOGTRANS=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOGVOLUME=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_REGIONS=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_SRVTASKS=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_TABLE_WIDTH=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_TASK_SPECIFIC_CATALOGCACHE=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_TRANSLIST=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_TREE_LOCKS=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_TREE=NO
    2008-05-13 16:35:55 18829     20234 RTE       CLUSTERED_LOBS=NO
    2008-05-13 16:35:55 18829     20234 RTE       CLUSTER_WRITE_THRESHOLD=80
    2008-05-13 16:35:55 18829     20234 RTE       COLUMNCOMPRESSION=YES
    2008-05-13 16:35:55 18829     20234 RTE       _COMMENT=
    2008-05-13 16:35:55 18829     20234 RTE       CONTROLPASSWORD=***
    2008-05-13 16:35:55 18829     20234 RTE       CONTROLUSERID=DBM
    2008-05-13 16:35:55 18829     20234 RTE       CONVERTER_REGIONS=8
    2008-05-13 16:35:55 18829     20234 RTE       DATABASEFULL=1
    2008-05-13 16:35:55 18829     20234 RTE       DATACACHE_RGNS=8
    2008-05-13 16:35:55 18829     20234 RTE       DATA_IO_BLOCK_COUNT=64
    2008-05-13 16:35:55 18829     20234 RTE       DATA_VOLUME_GROUPS=1
    2008-05-13 16:35:55 18829     20234 RTE       DATA_VOLUME_MODE_0001=NORMAL
    2008-05-13 16:35:55 18829     20234 RTE       DATA_VOLUME_NAME_0001=/dev/raw/raw1
    2008-05-13 16:35:55 18829     20234 RTE       DATA_VOLUME_SIZE_0001=64000
    2008-05-13 16:35:55 18829     20234 RTE       DATA_VOLUME_TYPE_0001=R
    2008-05-13 16:35:55 18829     20234 RTE       DATE_TIME_FORMAT=INTERNAL
    2008-05-13 16:35:55 18829     20234 RTE       DBFILLINGABOVELIMIT=70L80M85M90H95H96H97H98H99H
    2008-05-13 16:35:55 18829     20234 RTE       DBFILLINGBELOWLIMIT=70L80L85L90L95L
    2008-05-13 16:35:55 18829     20234 RTE       DDLTRIGGER=YES
    2008-05-13 16:35:55 18829     20234 RTE       DEADLOCK_DETECTION=4
    2008-05-13 16:35:55 18829     20234 RTE       DEFAULT_CODE=ASCII
    2008-05-13 16:35:55 18829     20234 RTE       DELAYCOMMIT=NO
    2008-05-13 16:35:55 18829     20234 RTE       DELAYLOGWRITER=0
    2008-05-13 16:35:55 18829     20234 RTE       DIAG_HISTORY_NUM=2
    2008-05-13 16:35:55 18829     20234 RTE       DIAG_HISTORY_PATH=/var/opt/sdb/data/wrk/SAPDB02A/DIAGHISTORY
    2008-05-13 16:35:55 18829     20234 RTE       DIAGSEM=0
    2008-05-13 16:35:55 18829     20234 RTE       DWIO_AREA_FLUSH=50
    2008-05-13 16:35:55 18829     20234 RTE       DWIO_AREA_SIZE=50
    2008-05-13 16:35:55 18829     20234 RTE       DWLRU_TAIL_FLUSH=25
    2008-05-13 16:35:55 18829     20234 RTE       DYNTASK_STACK=NO
    2008-05-13 16:35:55 18829     20234 RTE       ENABLE_CHECK_INSTANCE=YES
    2008-05-13 16:35:55 18829     20234 RTE       ENABLE_SYSTEM_TRIGGERS=YES
    2008-05-13 16:35:55 18829     20234 RTE       ERROR=3
    2008-05-13 16:35:55 18829     20234 RTE       _EVENTFILE=knldiag.evt
    2008-05-13 16:35:55 18829     20234 RTE       _EVENTSIZE=0
    2008-05-13 16:35:55 18829     20234 RTE       EVENT=1
    2008-05-13 16:35:55 18829     20234 RTE       EXPAND_COM_TRACE=NO
    2008-05-13 16:35:55 18829     20234 RTE       EXTERNAL_DUMP_REQUEST=NO
    2008-05-13 16:35:55 18829     20234 RTE       FBMLOW_IO_RATE=10
    2008-05-13 16:35:55 18829     20234 RTE       FBM_VOLUME_BALANCE=10
    2008-05-13 16:35:55 18829     20234 RTE       FBM_VOLUME_COMPRESSION=50
    2008-05-13 16:35:55 18829     20234 RTE       FILEDIR_SPINLOCKPOOL_SIZE=10
    2008-05-13 16:35:55 18829     20234 RTE       FORBID_LOAD_BALANCING=YES
    2008-05-13 16:35:55 18829     20234 RTE       FORMATTING_MODE=PARALLEL
    2008-05-13 16:35:55 18829     20234 RTE       FORMAT_DATAVOLUME=YES
    2008-05-13 16:35:55 18829     20234 RTE       HASHED_RESULTSET_CACHESIZE=262144
    2008-05-13 16:35:55 18829     20234 RTE       HASHED_RESULTSET=YES
    2008-05-13 16:35:55 18829     20234 RTE       HEAP_CHECK_LEVEL=0
    2008-05-13 16:35:55 18829     20234 RTE       HIRES_TIMER_TYPE=CPU
    2008-05-13 16:35:55 18829     20234 RTE       HS_STORAGE_DLL=libhsscopy
    2008-05-13 16:35:55 18829     20234 RTE       HS_SYNC_INTERVAL=50
    2008-05-13 16:35:55 18829     20234 RTE       IDXFILELIST_SIZE=2048
    2008-05-13 16:35:55 18829     20234 RTE       INDEX_LEAF_CACHING=2
    2008-05-13 16:35:55 18829     20234 RTE       INIT_ALLOCATORSIZE=258048
    2008-05-13 16:35:55 18829     20234 RTE       INSTANCE_TYPE=OLTP
    2008-05-13 16:35:55 18829     20234 RTE       IOPROCSFOR_PRIO=0
    2008-05-13 16:35:55 18829     20234 RTE       IOPROCSFOR_READER=0
    2008-05-13 16:35:55 18829     20234 RTE       IOPROCSPER_DEV=2
    2008-05-13 16:35:55 18829     20234 RTE       IOPROCSSWITCH=2
    2008-05-13 16:35:55 18829     20234 RTE       JOIN_MAXTAB_LEVEL4=16
    2008-05-13 16:35:55 18829     20234 RTE       JOIN_MAXTAB_LEVEL9=5
    2008-05-13 16:35:55 18829     20234 RTE       JOIN_SEARCH_LEVEL=0
    2008-05-13 16:35:55 18829     20234 RTE       JOIN_TABLEBUFFER=128
    2008-05-13 16:35:55 18829     20234 RTE       _KERNELDIAGFILE=knldiag
    2008-05-13 16:35:55 18829     20234 RTE       KERNELDIAGSIZE=800
    2008-05-13 16:35:55 18829     20234 RTE       _KERNELDUMPFILE=knldump
    2008-05-13 16:35:55 18829     20234 RTE       _KERNELTRACEFILE=knltrace
    2008-05-13 16:35:55 18829     20234 RTE       KERNELTRACESIZE=710
    2008-05-13 16:35:55 18829     20234 RTE       KERNELVERSION=KERNEL    7.6.00   BUILD 037-121-149-748
    2008-05-13 16:35:55 18829     20234 RTE       LOAD_BALANCING_CHK=0
    2008-05-13 16:35:55 18829     20234 RTE       LOAD_BALANCING_DIF=10
    2008-05-13 16:35:55 18829     20234 RTE       LOAD_BALANCING_EQ=5
    2008-05-13 16:35:55 18829     20234 RTE       LOCAL_REDO_LOG_BUFFER_SIZE=0
    2008-05-13 16:35:55 18829     20234 RTE       LOCKSUPPLY_BLOCK=100
    2008-05-13 16:35:55 18829     20234 RTE       LOGABOVELIMIT=50L75L90M95M96H97H98H99H
    2008-05-13 16:35:55 18829     20234 RTE       LOGFULL=1
    2008-05-13 16:35:55 18829     20234 RTE       LOGSEGMENTFULL=1
    2008-05-13 16:35:55 18829     20234 RTE       LOG_BACKUP_TO_PIPE=NO
    2008-05-13 16:35:55 18829     20234 RTE       LOG_IO_BLOCK_COUNT=8
    2008-05-13 16:35:55 18829     20234 RTE       LOG_IO_QUEUE=50
    2008-05-13 16:35:55 18829     20234 RTE       LOG_MIRRORED=NO
    2008-05-13 16:35:55 18829     20234 RTE       LOG_QUEUE_COUNT=1
    2008-05-13 16:35:55 18829     20234 RTE       LOG_SEGMENT_SIZE=10666
    2008-05-13 16:35:55 18829     20234 RTE       LOG_VOLUME_NAME_001=/dev/raw/raw2
    2008-05-13 16:35:55 18829     20234 RTE       LOG_VOLUME_SIZE_001=32000
    2008-05-13 16:35:55 18829     20234 RTE       LOG_VOLUME_TYPE_001=R
    2008-05-13 16:35:55 18829     20234 RTE       LRU_FOR_SCAN=NO
    2008-05-13 16:35:55 18829     20234 RTE       MAXBACKUPDEVS=2
    2008-05-13 16:35:55 18829     20234 RTE       MAXCPU=1
    2008-05-13 16:35:55 18829     20234 RTE       MAXDATAVOLUMES=11
    2008-05-13 16:35:55 18829     20234 RTE       _MAXEVENTS=100
    2008-05-13 16:35:55 18829     20234 RTE       _MAXEVENTTASKS=2
    2008-05-13 16:35:55 18829     20234 RTE       MAXGARBAGECOLL=1
    2008-05-13 16:35:55 18829     20234 RTE       MAXLOCKS=4080
    2008-05-13 16:35:55 18829     20234 RTE       MAXLOGVOLUMES=2
    2008-05-13 16:35:55 18829     20234 RTE       MAXPAGER=11
    2008-05-13 16:35:55 18829     20234 RTE       MAXRGN_REQUEST=-1
    2008-05-13 16:35:55 18829     20234 RTE       MAXSERVERTASKS=28
    2008-05-13 16:35:55 18829     20234 RTE       MAXTASKSTACK=512
    2008-05-13 16:35:55 18829     20234 RTE       _MAXTRANS=408
    2008-05-13 16:35:55 18829     20234 RTE       MAXUSERTASKS=50
    2008-05-13 16:35:55 18829     20234 RTE       MAXVOLUMES=14
    2008-05-13 16:35:55 18829     20234 RTE       MAX_HASHTABLE_MEMORY=5120
    2008-05-13 16:35:55 18829     20234 RTE       MAX_LOG_QUEUE_COUNT=0
    2008-05-13 16:35:55 18829     20234 RTE       MAXMESSAGE_FILES=0
    2008-05-13 16:35:55 18829     20234 RTE       MAX_MESSAGE_LIST_LENGTH=100
    2008-05-13 16:35:55 18829     20234 RTE       MAX_RETENTION_TIME=480
    2008-05-13 16:35:55 18829     20234 RTE       MAX_SERVERTASK_STACK=500
    2008-05-13 16:35:55 18829     20234 RTE       MAX_SINGLE_HASHTABLE_SIZE=512
    2008-05-13 16:35:55 18829     20234 RTE       MAX_SPECIALTASK_STACK=500
    2008-05-13 16:35:55 18829     20234 RTE       MBLOCKDATA_SIZE=32768
    2008-05-13 16:35:55 18829     20234 RTE       MBLOCKQUAL_SIZE=32768
    2008-05-13 16:35:55 18829     20234 RTE       MBLOCKSTACK_SIZE=32768
    2008-05-13 16:35:55 18829     20234 RTE       MBLOCKSTRAT_SIZE=12288
    2008-05-13 16:35:55 18829     20234 RTE       MCOD=NO
    2008-05-13 16:35:55 18829     20234 RTE       MEMORY_ALLOCATION_LIMIT=0
    2008-05-13 16:35:55 18829     20234 RTE       MINREPLYSIZE=4096
    2008-05-13 16:35:55 18829     20234 RTE       MINSERVERTASKS=28
    2008-05-13 16:35:55 18829     20234 RTE       MIN_RETENTION_TIME=60
    2008-05-13 16:35:55 18829     20234 RTE       MONITOR_READ=2147483647
    2008-05-13 16:35:55 18829     20234 RTE       MONITOR_ROWNO=0
    2008-05-13 16:35:55 18829     20234 RTE       MONITOR_SELECTIVITY=0
    2008-05-13 16:35:55 18829     20234 RTE       MONITOR_TIME=2147483647
    2008-05-13 16:35:55 18829     20234 RTE       MPDISP_LOOPS=2
    2008-05-13 16:35:55 18829     20234 RTE       MPDISP_PRIO=DEFAULT
    2008-05-13 16:35:55 18829     20234 RTE       MPRGN_BUSY_WAIT=DEFAULT
    2008-05-13 16:35:55 18829     20234 RTE       MPRGN_DIRTY_READ=DEFAULT
    2008-05-13 16:35:55 18829     20234 RTE       MP_RGN_LOOP=-1
    2008-05-13 16:35:55 18829     20234 RTE       MPRGN_PRIO=DEFAULT
    2008-05-13 16:35:55 18829     20234 RTE       MPRGN_QUEUE=YES
    2008-05-13 16:35:55 18829     20234 RTE       NO_SYNC_TO_DISK_WANTED=NO
    2008-05-13 16:35:55 18829     20234 RTE       OFFICIAL_NODE=
    2008-05-13 16:35:55 18829     20234 RTE       OMS_HEAP_BLOCKSIZE=10000
    2008-05-13 16:35:55 18829     20234 RTE       OMS_HEAP_COUNT=1
    2008-05-13 16:35:55 18829     20234 RTE       OMS_HEAP_LIMIT=0
    2008-05-13 16:35:55 18829     20234 RTE       OMS_HEAP_THRESHOLD=100
    2008-05-13 16:35:55 18829     20234 RTE       OMSREGIONS=0
    2008-05-13 16:35:55 18829     20234 RTE       OMSRGNS=7
    2008-05-13 16:35:55 18829     20234 RTE       OMS_RUN_IN_UDE_SERVER=NO
    2008-05-13 16:35:55 18829     20234 RTE       OMS_STREAM_TIMEOUT=30
    2008-05-13 16:35:55 18829     20234 RTE       OMS_VERS_THRESHOLD=2097152
    2008-05-13 16:35:55 18829     20234 RTE       ONLINE=1
    2008-05-13 16:35:55 18829     20234 RTE       OPMSG1=/dev/console
    2008-05-13 16:35:55 18829     20234 RTE       OPMSG2=/dev/null
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_AGGREGATION=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_FETCH_REVERSE=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_FIRST_ROWS=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_HASHTABLE=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_HASH_MINIMAL_RATIO=1
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_ONEPHASE=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_OPERATOR_SORT=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_OUTER=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_PARALLEL_MINSIZE=1000000
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_PARALLEL_SERVERS=0
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_MIN_MAX=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_OPERATOR_JOIN_COSTFUNC=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_OPERATOR_JOIN=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_QUAL_ON_INDEX=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_QUERYREWRITE=STATEMENT
    2008-05-13 16:35:55 18829     20234 RTE       OPTIM_CACHE=NO
    2008-05-13 16:35:55 18829     20234 RTE       OPTIM_INV_ONLY=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIM_JOIN_FETCH=0
    2008-05-13 16:35:55 18829     20234 RTE       OPTIM_MAX_MERGE=500
    2008-05-13 16:35:55 18829     20234 RTE       OUTOFSESSIONS=3
    2008-05-13 16:35:55 18829     20234 RTE       PACKETSIZE=131072
    2008-05-13 16:35:55 18829     20234 RTE       PAGESIZE=8192
    2008-05-13 16:35:55 18829     20234 RTE       PREALLOCATE_IOWORKER=NO
    2008-05-13 16:35:55 18829     20234 RTE       PRIOBASE_COM=10
    2008-05-13 16:35:55 18829     20234 RTE       PRIOBASE_IOC=80
    2008-05-13 16:35:55 18829     20234 RTE       PRIOBASE_RAV=80
    2008-05-13 16:35:55 18829     20234 RTE       PRIOBASE_REX=40
    2008-05-13 16:35:55 18829     20234 RTE       PRIOBASE_U2U=100
    2008-05-13 16:35:55 18829     20234 RTE       PRIOFACTOR=80
    2008-05-13 16:35:55 18829     20234 RTE       PROTECT_DATACACHE_MEMORY=NO
    2008-05-13 16:35:55 18829     20234 RTE       READAHEADBLOBS=32
    2008-05-13 16:35:55 18829     20234 RTE       REQUEST_TIMEOUT=5000
    2008-05-13 16:35:55 18829     20234 RTE       RESERVEDSERVERTASKS=16
    2008-05-13 16:35:55 18829     20234 RTE       RESTARTTIME=600
    2008-05-13 16:35:55 18829     20234 RTE       ROWRGNS=8
    2008-05-13 16:35:55 18829     20234 RTE       _RTEDUMPFILE=rtedump
    2008-05-13 16:35:55 18829     20234 RTE       RTE_TEST_REGIONS=0
    2008-05-13 16:35:55 18829     20234 RTE       RUNDIRECTORY=/var/opt/sdb/data/wrk/SAPDB02A
    2008-05-13 16:35:55 18829     20234 RTE       SEQUENCE_CACHE=1
    2008-05-13 16:35:55 18829     20234 RTE       SERVERDBFOR_SAP=YES
    2008-05-13 16:35:55 18829     20234 RTE       SESSION_TIMEOUT=900
    2008-05-13 16:35:55 18829     20234 RTE       SET_VOLUME_LOCK=YES
    2008-05-13 16:35:55 18829     20234 RTE       SHAREDSQL_COMMANDCACHESIZE=262144
    2008-05-13 16:35:55 18829     20234 RTE       SHAREDSQL_EXPECTEDSTATEMENTCOUNT=1500
    2008-05-13 16:35:55 18829     20234 RTE       SHAREDSQL=YES
    2008-05-13 16:35:55 18829     20234 RTE       _SHMKERNEL=6236
    2008-05-13 16:35:55 18829     20234 RTE       SHOW_MAX_KB_STACK_USE=NO
    2008-05-13 16:35:55 18829     20234 RTE       SHOW_MAX_STACK_USE=NO
    2008-05-13 16:35:55 18829     20234 RTE       SIMULATE_VECTORIO=IF_OPEN_DIRECT_OR_RAW_DEVICE
    2008-05-13 16:35:55 18829     20234 RTE       STANDBY=1
    2008-05-13 16:35:55 18829     20234 RTE       SUBTREE_LOCKS=NO
    2008-05-13 16:35:55 18829     20234 RTE       SUPPRESS_CORE=YES
    2008-05-13 16:35:55 18829     20234 RTE       SYMBOL_DEMANGLING=NO
    2008-05-13 16:35:55 18829     20234 RTE       SYMBOL_RESOLUTION=YES
    2008-05-13 16:35:55 18829     20234 RTE       SYSTEMERROR=3
    2008-05-13 16:35:55 18829     20234 RTE       TABRGNS=8
    2008-05-13 16:35:55 18829     20234 RTE       TASKCLUSTER01=tw;al;ut;2000sv,100bup;10ev,10gc;
    2008-05-13 16:35:55 18829     20234 RTE       TASKCLUSTER02=ti,100dw;30000us;
    2008-05-13 16:35:55 18829     20234 RTE       TASKCLUSTER03=compress
    2008-05-13 16:35:55 18829     20234 RTE       TIME_MEASUREMENT=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_AK=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_ALLOCATOR=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_CATALOG=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_CLIENTKERNELCOM=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_COMMON=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_COMMUNICATION=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_CONVERTER=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DATACHAIN=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DATAINDEX=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DATAPAM=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DATATREE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DBPROC=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DEFAULT=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DELETE=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_FBM=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_FILEDIR=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_FRAMECTRL=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_INDEX=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_INSERT=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_IOMAN=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_IPC=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_JOIN=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_KSQL=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOCK=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOGACTION=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOGHISTORY=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOGPAGE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOGTRANS=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOGVOLUME=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LONG=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_MEMORY=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_MESSAGES=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECTCONTAINER=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECT_ADD=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECT_ALTER=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECT_FREE=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECT_GET=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECT=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_CONTAINERDIR=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_CONTEXT=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_ERROR=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_FLUSHCACHE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_INTERFACE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_KEYRANGE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_KEY=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_LOCK=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_MEMORY=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_NEWOBJ=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_SESSION=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_STREAM=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_VAROBJECT=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_VERSION=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OPTIMIZE=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_ORDER_STANDARD=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_ORDER=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGER=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_BUP=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_EV=2
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_GC=20
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_LW=5
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_PG=3
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_SV=5
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_TI=2
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_US=10
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_UT=5
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PRIMARY_TREE=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_QUERYREWRITE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_RUNTIME=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SELECT=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SHAREDSQL=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SQLMANAGER=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SRVTASKS=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_STOP_ERRORCODE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SYNCHRONISATION=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SYSVIEW=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_TABLE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_TIME=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_UPDATE=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_VOLUME=0
    2008-05-13 16:35:55 18829     20234 RTE       TRANS_HISTORY_SIZE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRANSRGNS=8
    2008-05-13 16:35:55 18829     20234 RTE       TRANS_THRESHOLD_VALUE=60
    2008-05-13 16:35:55 18829     20234 RTE       UKT_CPU_RELATIONSHIP=NONE
    2008-05-13 16:35:55 18829     20234 RTE       _UNICODE=NO
    2008-05-13 16:35:55 18829     20234 RTE       UPDATESTAT_PARALLEL_SERVERS=0
    2008-05-13 16:35:55 18829     20234 RTE       UPDATESTAT_SAMPLE_ALGO=1
    2008-05-13 16:35:55 18829     20234 RTE       UPDSTATWANTED=1
    2008-05-13 16:35:55 18829     20234 RTE       USED_MAX_LOG_QUEUE_COUNT=1
    2008-05-13 16:35:55 18829     20234 RTE       USESELECTFETCH=YES
    2008-05-13 16:35:55 18829     20234 RTE       USEVARIABLEINPUT=NO
    2008-05-13 16:35:55 18829     20234 RTE       USE_COROUTINES=YES
    2008-05-13 16:35:55 18829     20234 RTE       USEIOPROCS_ONLY=NO
    2008-05-13 16:35:55 18829     20234 RTE       USE_OPEN_DIRECT=NO
    2008-05-13 16:35:55 18829     20234 RTE       USE_STACK_ON_STACK=YES
    2008-05-13 16:35:55 18829     20234 RTE       USE_SYSTEM_PAGE_CACHE=YES
    2008-05-13 16:35:55 18829     20234 RTE       USE_UCONTEXT=YES
    2008-05-13 16:35:55 18829     20234 RTE       UTILITYPROTFILE=dbm.utl
    2008-05-13 16:35:55 18829     20234 RTE       UTILITY_PROTSIZE=100
    2008-05-13 16:35:55 18829     20234 RTE       VOLUMENO_BIT_COUNT=8
    2008-05-13 16:35:55 18829     20234 RTE       WORKDATASIZE=8192
    2008-05-13 16:35:55 18829     20234 RTE       WORKSTACKSIZE=8192
    2008-05-13 16:35:55 18829     20234 RTE       XP_CONVERTER_REGIONS=0
    2008-05-13 16:35:55 18829     20234 RTE       XP_DATA_CACHE_RGNS=0
    2008-05-13 16:35:55 18829     20234 RTE       XP_MAXPAGER=0
    2008-05-13 16:35:55 18829     20235 RTE      Dump of all kernel parameters done
    2008-05-13 16:35:55 18829 WNG 11489 PARAM    Open system console '/dev/console' reports (13) Permission denied
    2008-05-13 16:35:55 18829 WNG 11489 PARAM    Modify parameter OPMSG1 or enable write access to prevent this message
    2008-05-13 16:35:55 18829     12770 INFO              SERVERNODE:    'sapdb02'
    2008-05-13 16:35:55 18829     12932 INFO     maximum cpu time: unlimited
    2008-05-13 16:35:55 18829     12933 INFO     maximum number of processes: 4096
    2008-05-13 16:35:55 18829     12891 INFO     maximum core size: 0 MB
    2008-05-13 16:35:55 18829     12892 INFO     maximum number of open files: 1024
    2008-05-13 16:35:55 18829     12934 INFO     maximum file size: unlimited
    2008-05-13 16:35:55 18829     12895 INFO     maximum number of threads: unlimited
    2008-05-13 16:35:55 18829     12935 INFO     maximum stack size: 8 MB
    2008-05-13 16:35:55 18829     12936 INFO     lockable memory size: 0 MB
    2008-05-13 16:35:55 18829     12893 INFO     maximum virtual memory size: unlimited
    2008-05-13 16:35:55 18829     12937 INFO     resident set size size: unlimited
    2008-05-13 16:35:55 18829     12894 INFO     maximum heap size: unlimited
    2008-05-13 16:35:55 18829     12898 ENVIRON  Environment dump start
    2008-05-13 16:35:55 18829     12898 ENVIRON   ACLOCAL_FLAGS=-I /opt/gnome/share/aclocal
    2008-05-13 16:35:55 18829     12898 ENVIRON   COLORTERM=1
    2008-05-13 16:35:55 18829     12898 ENVIRON   CPU=i686
    2008-05-13 16:35:55 18829     12898 ENVIRON   CSHEDIT=emacs
    2008-05-13 16:35:55 18829     12898 ENVIRON   DBROOT=/opt/sdb/7600
    2008-05-13 16:35:55 18829     12898 ENVIRON   DSM_CONFIG=/opt/tivoli/tsm/client/ba/bin/dsm.opt
    2008-05-13 16:35:55 18829     12898 ENVIRON   DSM_DIR=/opt/tivoli/tsm/client/ba/bin
    2008-05-13 16:35:55 18829     12898 ENVIRON   DSM_HOME=/opt/tivoli/tsm
    2008-05-13 16:35:55 18829     12898 ENVIRON   DSM_LOG=/var/log/dsm
    2008-05-13 16:35:55 18829     12898 ENVIRON   ENV=/etc/bash.bashrc
    2008-05-13 16:35:55 18829     12898 ENVIRON   FROM_HEADER=
    2008-05-13 16:35:55 18829     12898 ENVIRON   GNOME2_PATH=/usr/local:/opt/gnome:/usr
    2008-05-13 16:35:55 18829     12898 ENVIRON   GROFF_NO_SGR=yes
    2008-05-13 16:35:55 18829     12898 ENVIRON   G_BROKEN_FILENAMES=1
    2008-05-13 16:35:55 18829     12898 ENVIRON   HISTSIZE=1000
    2008-05-13 16:35:55 18829     12898 ENVIRON   HOME=/root
    2008-05-13 16:35:55 18829     12898 ENVIRON   HOST=sapdb02
    2008-05-13 16:35:55 18829     12898 ENVIRON   HOSTNAME=sapdb02
    2008-05-13 16:35:55 18829     12898 ENVIRON   HOSTTYPE=i386
    2008-05-13 16:35:55 18829     12898 ENVIRON   INFODIR=/usr/local/info:/usr/share/info:/usr/info
    2008-05-13 16:35:55 18829     12898 ENVIRON   INFOPATH=/usr/local/info:/usr/share/info:/usr/info:/opt/gnome/share/info
    2008-05-13 16:35:55 18829     12898 ENVIRON   INPUTRC=/etc/inputrc
    2008-05-13 16:35:55 18829     12898 ENVIRON   LANG=POSIX
    2008-05-13 16:35:55 18829     12898 ENVIRON   LC_CTYPE=de_DE.UTF-8
    2008-05-13 16:35:55 18829     12898 ENVIRON   LD_LIBRARY_PATH=/opt/sdb/7600/lib:/opt/sdb/7600/sap
    2008-05-13 16:35:55 18829     12898 ENVIRON   LESS=-M -I
    2008-05-13 16:35:55 18829     12898 ENVIRON   LESSCLOSE=lessclose.sh %s %s
    2008-05-13 16:35:55 18829     12898 ENVIRON   LESSKEY=/etc/lesskey.bin
    2008-05-13 16:35:55 18829     12898 ENVIRON   LESSOPEN=lessopen.sh %s
    2008-05-13 16:35:55 18829     12898 ENVIRON   LESS_ADVANCED_PREPROCESSOR=no
    2008-05-13 16:35:55 18829     12898 ENVIRON   LOGNAME=root
    2008-05-13 16:35:55 18829     12898 ENVIRON   LS_COLORS=no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=41;33;01:ex=00;32:*.
    2008-05-13 16:35:55 18829     12898 ENVIRON    cmd=00;32:.exe=01;32:.com=01;32:.bat=01;32:.btm=01;32:.dll=01;32:.tar=00;31:.tbz=00;31:.tgz=00;31:*.rpm=0
    2008-05-13 16:35:55 18829     12898 ENVIRON    0;31:.deb=00;31:.arj=00;31:.taz=00;31:.lzh=00;31:.zip=00;31:.zoo=00;31:.z=00;31:.Z=00;31:.gz=00;31:.bz2
    2008-05-13 16:35:55 18829     12898 ENVIRON    =00;31:.tb2=00;31:.tz2=00;31:.tbz2=00;31:.avi=01;35:.bmp=01;35:.fli=01;35:.gif=01;35:.jpg=01;35:*.jpeg=01
    2008-05-13 16:35:55 18829     12898 ENVIRON    ;35:.mng=01;35:.mov=01;35:.mpg=01;35:.pcx=01;35:.pbm=01;35:.pgm=01;35:.png=01;35:.ppm=01;35:.tga=01;35:
    2008-05-13 16:35:55 18829     12898 ENVIRON    .tif=01;35:.xbm=01;35:.xpm=01;35:.dl=01;35:.gl=01;35:.wmv=01;35:.aiff=00;32:.au=00;32:.mid=00;32:*.mp3=00
    2008-05-13 16:35:55 18829     12898 ENVIRON    ;32:.ogg=00;32:.voc=00;32:*.wav=00;32:
    2008-05-13 16:35:55 18829     12898 ENVIRON   LS_OPTIONS=-A -N --color=tty -T 0
    2008-05-13 16:35:55 18829     12898 ENVIRON   MACHTYPE=i686-suse-linux
    2008-05-13 16:35:55 18829     12898 ENVIRON   MAIL=/var/mail/root
    2008-05-13 16:35:55 18829     12898 ENVIRON   MANPATH=/usr/share/man:/usr/local/man:/usr/X11R6/man:/opt/gnome/share/man
    2008-05-13 16:35:55 18829     12898 ENVIRON   MINICOM=-c on
    2008-05-13 16:35:55 18829     12898 ENVIRON   MORE=-sl
    2008-05-13 16:35:55 18829     12898 ENVIRON   NNTPSERVER=news
    2008-05-13 16:35:55 18829     12898 ENVIRON   OSTYPE=linux
    2008-05-13 16:35:55 18829     12898 ENVIRON   PAGER=less
    2008-05-13 16:35:55 18829     12898 ENVIRON   PATH=/opt/sdb/7600/bin:/opt/sdb/programs/bin:/sbin:/usr/sbin:/usr/local/sbin:/opt/gnome/sbin:/root/bin:/usr/local/
    2008-05-13 16:35:55 18829     12898 ENVIRON    bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin
    2008-05-13 16:35:55 18829     12898 ENVIRON   PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig:/opt/gnome/share/pkgconfig
    2008-05-13 16:35:55 18829     12898 ENVIRON   PROFILEREAD=true
    2008-05-13 16:35:55 18829     12898 ENVIRON   PWD=/etc/init.d
    2008-05-13 16:35:55 18829     12898 ENVIRON   PYTHONSTARTUP=/etc/pythonstart
    2008-05-13 16:35:55 18829     12898 ENVIRON   SERVERDB=SAPDB02A
    2008-05-13 16:35:55 18829     12898 ENVIRON   SHELL=/bin/bash
    2008-05-13 16:35:55 18829     12898 ENVIRON   SHLVL=3
    2008-05-13 16:35:55 18829     12898 ENVIRON   SSH_CLIENT=10.10.40.62 1385 22
    2008-05-13 16:35:55 18829     12898 ENVIRON   SSH_CONNECTION=10.10.40.62 1385 10.9.100.178 22
    2008-05-13 16:35:55 18829     12898 ENVIRON   SSH_TTY=/dev/pts/0
    2008-05-13 16:35:55 18829     12898 ENVIRON   TERM=xterm
    2008-05-13 16:35:55 18829     12898 ENVIRON   TEXINPUTS=:/root/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX
    2008-05-13 16:35:55 18829     12898 ENVIRON   USER=root
    2008-05-13 16:35:55 18829     12898 ENVIRON   WINDOWMANAGER=
    2008-05-13 16:35:55 18829     12898 ENVIRON   XDG_CONFIG_DIRS=/usr/local/etc/xdg/:/etc/xdg/:/etc/opt/gnome/xdg/
    2008-05-13 16:35:55 18829     12898 ENVIRON   XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/etc/opt/kde3/share/:/opt/kde3/share/:/opt/gnome/share/
    2008-05-13 16:35:55 18829     12898 ENVIRON   XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
    2008-05-13 16:35:55 18829     12898 ENVIRON   XNLSPATH=/usr/X11R6/lib/X11/nls
    2008-05-13 16:35:55 18829     12898 ENVIRON   _=/opt/sdb/programs/bin/dbmcli
    2008-05-13 16:35:55 18829     12898 ENVIRON  Environment dump completed
    2008-05-13 16:35:55 18829     12883 DBSTATE  Core dump suppressed
    2008-05-13 16:35:55 18829     20219 RTE      Memory allocation not limited
    2008-05-13 16:35:55 18829     20220 RTE      System page cache usage enabled
    2008-05-13 16:35:55 18829     12927 TASKING  Using coroutines for tasks
    2008-05-13 16:35:55 18829     12927 TASKING  Using UKT stack for coroutine stack
    2008-05-13 16:35:55 18829     12927 TASKING  Using ucontext_t for coroutine context
    2008-05-13 16:35:55 18829     12692 TCLUSTER tw;al;ut;2000sv,100bup;10ev,10gc;ti,100dw;30000us;compress
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of 'BUP':   0
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of ' DW':  11
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of ' US':  50
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of ' SV':  28
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of ' EV':   2
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of ' GC':   1
    2008-05-13 16:35:55 18829     12692 TCLUSTER Total Number of UKT 7
    2008-05-13 16:35:55 18829     12692 TCLUSTER Number of UKT with User Tasks 1
    2008-05-13 16:35:55 18829     12698 IPC      Common RTE specific IPC key: 0x44000000
    2008-05-13 16:35:55 18829     11536 init_shm attached shared section at   0x50000000
    2008-05-13 16:35:55 18829     11537 init_shm shared section ends at       0x500A2000
    2008-05-13 16:36:02 18829     11521 PIPE_IO  Operating system does not support fstat for input check of pipes
    2008-05-13 16:36:02 18829     11522 PIPE_IO  Input check for pipe with poll supported
    2008-05-13 16:36:02 18829     11000 INITIAL  Verified that open of needed 165 file descriptors is possible
    2008-05-13 16:36:07 18835     12821 TASKING  Thread 18835 starting
    2008-05-13 16:36:07 18834     12767          CLOCK started
    2008-05-13 16:36:07 18836     12821 TASKING  Thread 18836 starting
    2008-05-13 16:36:08 18834     12769 INFO     Starting SERVERDB:      '+++++++++++++++++++++++++++++++++++++++++++++++++'
    2008-05-13 16:36:08 18834     12769 INFO     Starting SERVERDB:      '+++++++++++++++++++ Kernel Forked +++++++++++++++'
    2008-05-13 16:36:08 18834     12769 INFO     Starting SERVERDB:      'SAPDB02A'
    2008-05-13 16:36:08 18834     12771 INFO              Process ID:    18834
    2008-05-13 16:36:08 18834     12769 INFO     Starting SERVERDB:      '+++++++++++++++++++++++++++++++++++++++++++++++++'
    2008-05-13 16:36:08 18834     12811 EVENTING Suppressing output to 'knldiag.evt' 0 pages
    2008-05-13 16:36:08 18834     12812 EVENTING Eventbuffer 2 events 100 tasks
    2008-05-13 16:36:08 18837     12821 TASKING  Thread 18837 starting
    2008-05-13 16:36:08 18834     12885 MEMORY   10000 Pages allocated for I/O buffer cache
    2008-05-13 16:36:08 18834     12831 TRACE_IO Configured MAXMESSAGE_FILES:0
    2008-05-13 16:36:08 18834     12832 TRACE_IO Disabled: No TraceMessagefiles wanted
    2008-05-13 16:36:08 18838     12821 TASKING  Thread 18838 starting
    2008-05-13 16:36:08 18839     12821 TASKING  Thread 18839 starting
    2008-05-13 16:36:08 18840     12821 TASKING  Thread 18840 starting
    2008-05-13 16:36:08 18841     12821 TASKING  Thread 18841 starting
    2008-05-13 16:36:08 18842     12821 TASKING  Thread 18842 starting
    2008-05-13 16:36:08 18838     20213 RTE      CONSOLE thread started
    2008-05-13 16:36:08 18843     12821 TASKING  Thread 18843 starting
    2008-05-13 16:36:08 18844     12821 TASKING  Thread 18844 starting
    2008-05-13 16:36:08 18844     11565 startup  TIMER started
    2008-05-13 16:36:08 18845     12821 TASKING  Thread 18845 starting
    2008-05-13 16:36:08 18845     11565 startup  REQUESTOR started
    2008-05-13 16:36:08 18846     12821 TASKING  Thread 18846 starting
    2008-05-13 16:36:08 18846     11565 startup  DEV0 started
    2008-05-13 16:36:08 18847     12821 TASKING  Thread 18847 starting
    2008-05-13 16:36:08 18848     12821 TASKING  Thread 18848 starting
    2008-05-13 16:36:08 18849     12821 TASKING  Thread 18849 starting
    2008-05-13 16:36:08 18850     12821 TASKING  Thread 18850 starting
    2008-05-13 16:36:08 18851     12821 TASKING  Thread 18851 starting
    2008-05-13 16:36:08 18852     12821 TASKING  Thread 18852 starting
    2008-05-13 16:36:08 18853     12821 TASKING  Thread 18853 starting
    2008-05-13 16:36:08 18854     12821 TASKING  Thread 18854 starting
    2008-05-13 16:36:08 18855     12821 TASKING  Thread 18855 starting
    2008-05-13 16:36:09 18855     12627 TASKING  UKT1 started
    2008-05-13 16:36:10 18856     12821 TASKING  Thread 18856 starting
    2008-05-13 16:36:10 18856     12627 TASKING  UKT2 started
    2008-05-13 16:36:11 18857     12821 TASKING  Thread 18857 starting
    2008-05-13 16:36:11 18857     12627 TASKING  UKT3 started
    2008-05-13 16:36:11 18857     11554 COMMUNIC UKT3 attached big comseg at  0xB1890000
    2008-05-13 16:36:11 18857     11555 COMMUNIC UKT3 big comseg ends at      0xB18B0088
    2008-05-13 16:36:12 18858     12821 TASKING  Thread 18858 starting
    2008-05-13 16:36:12 18858     12627 TASKING  UKT4 started
    2008-05-13 16:36:13 18859     12821 TASKING  Thread 18859 starting
    2008-05-13 16:36:13 18859     12627 TASKING  UKT5 started
    2008-05-13 16:36:13 18859     11554 COMMUNIC UKT5 attached big comseg at  0xB084D000
    2008-05-13 16:36:13 18859     11555 COMMUNIC UKT5 big comseg ends at      0xB088D0D8
    2008-05-13 16:36:14 18860     12821 TASKING  Thread 18860 starting
    2008-05-13 16:36:14 18861     12821 TASKING  Thread 18861 starting
    2008-05-13 16:36:14 18861     12627 TASKING  UKT7 started
    2008-05-13 16:36:14 18861     11554 COMMUNIC UKT7 attached big comseg at  0xAE232000
    2008-05-13 16:36:14 18861     11555 COMMUNIC UKT7 big comseg ends at      0xAE872FD8
    2008-05-13 16:36:15 18834     12627 TASKING  No CPU binding, since only 1 processor configured
    2008-05-13 16:36:15 18860     12627 TASKING  UKT6 started
    2008-05-13 16:36:15 18860     12929 TASKING  Task T1 started
    2008-05-13 16:36:15 18860     11525 vdevsize Start formatting 0 pages
    2008-05-13 16:36:15 18860     11527 vdevsize Finished formatting 711 pages
    2008-05-13 16:36:15 18860     11000 vdevsize 'knltrace', 710 succeeded
    2008-05-13 16:36:15 18862     12821 TASKING  Thread 18862 starting
    2008-05-13 16:36:15 18862     11597 IO       Open 'knltrace' successfull, fd: 17
    2008-05-13 16:36:15 18862     11565 startup  DEVi started
    2008-05-13 16:36:15 18860     11000 vattach  'knltrace' devno 0 T1 succeeded
    2008-05-13 16:36:15 18860     20040 Admin    Kernel state: 'ADMIN' reached
    2008-05-13 16:36:15 18860         9 SrvTasks Available Servertasks: 28
    2008-05-13 16:36:15 18860     54003 dynpool  HIST_DIR  item size    :      8
    2008-05-13 16:36:15 18860     54003 dynpool  HIST_DIR  num items    :     50
    2008-05-13 16:36:15 18860     54003 dynpool  DYNP_B930_HIST_DIR     :    400
    2008-05-13 16:36:15 18860     54003 dynDATA  DYND_K57_KB_PAGES      :     11
    2008-05-13 16:36:15 18860     54003 dynDATA  BACKUP RESTART REC (8K):      1
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP TASK LIST       :    208
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP TAPE LIST       :    672
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP DEVSP LIST      :     96
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP VOL IDX LIST    :     32
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP SRR QUEUE       :    656
    2008-05-13 16:36:15 18860     54003 dynpool  DYNP_K38_SAVE_GLOB     :   1568
    2008-05-13 16:36:15 18860     54003 dynDATA  DYND_K38_SAVE          :   1729
    2008-05-13 16:36:15 18860     54003 dynDATA  BACKUP RESTART REC (8K):      1
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP TASK LIST       :     32
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP TAPE LIST       :    672
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP DEVSP LIST      :     16
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP VOL IDX LIST    :     32
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP SRR QUEUE       :    128
    2008-05-13 16:36:15 18860     54003 dynpool  DYNP_K38_AUTOSAVE      :    864
    2008-05-13 16:36:15 18860     54003 dynDATA  DYND_K38_AUTOSAVE      :    321
    2008-05-13 16:36:15 18860     12930 TASKING  Kernel initialization completed
    2008-05-13 16:36:15 18860     12929 TASKING  Task T4 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 4
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:0
    2008-05-13 16:36:15 18860     12929 TASKING  Task T14 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 14
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:1
    2008-05-13 16:36:15 18860     12929 TASKING  Task T13 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 13
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:2
    2008-05-13 16:36:15 18860     12929 TASKING  Task T12 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 12
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:3
    2008-05-13 16:36:15 18860     12929 TASKING  Task T11 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 11
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:4
    2008-05-13 16:36:15 18860     12929 TASKING  Task T10 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 10
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:5
    2008-05-13 16:36:15 18860     12929 TASKING  Task T9 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 9
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:6
    2008-05-13 16:36:15 18860     12929 TASKING  Task T8 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 8
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:7
    2008-05-13 16:36:15 18860     12929 TASKING  Task T7 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 7
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:0
    2008-05-13 16:36:15 18860     12929 TASKING  Task T6 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 6
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:1
    2008-05-13 16:36:15 18860     12929 TASKING  Task T5 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 5
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:2
    2008-05-13 16:36:15 18856     12929 TASKING  Task T2 started
    2008-05-13 16:36:15 18855     12929 TASKING  Task T3 started
    2008-05-13 16:36:15 18859     12929 TASKING  Task T15 started
    2008-05-13 16:36:15 18859     11007 COMMUNIC wait for connection T15
    2008-05-13 16:36:15 18859     12929 TASKING  Task T17 started
    2008-05-13 16:36:15 18859     12929 TASKING  Task T16 started
    2008-05-13 16:36:15 18859     11007 COMMUNIC wait for connection T16
    2008-05-13 16:36:15 18858     12929 TASKING  Task T18 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T45 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T44 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T43 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T42 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T41 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T40 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T39 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T38 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T37 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T36 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T35 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T34 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T33 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T32 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T31 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T30 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T29 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T28 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T27 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T26 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T25 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T24 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T23 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T22 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T21 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T20 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T19 started
    2008-05-13 16:36:16 18844         3 RunTime  State changed from STARTING to ADMIN
    ======================================= end of startup part ====================
    2008-05-13 16:36:16 18844     11570 startup  complete
    2008-05-13 16:36:16 18860        31 SrvTasks Permanently reserved 13 servertasks for 'Backup / Restore'.
    2008-05-13 16:36:16 18860        31 SrvTasks Permanently reserved 2 servertasks for 'Backup / Restore'.
    2008-05-13 16:36:16 18860        31 SrvTasks Permanently reserved 1 servertasks for 'Savepoint'.
    2008-05-13 16:36:16 18845     11561 COMMUNIC Connecting T47 local 18826
    2008-05-13 16:36:16 18861     12929 TASKING  Task T47 started
    2008-05-13 16:36:16 18861     11007 COMMUNIC wait for connection T47
    2008-05-13 16:36:16 18861     11561 COMMUNIC Connected  T47 local 18826
    2008-05-13 16:36:16 18863     12821 TASKING  Thread 18863 starting
    2008-05-13 16:36:16 18863     11597 IO       Open '/dev/raw/raw1' successfull, fd: 10
    2008-05-13 16:36:16 18863     11565 startup  DEVi started
    2008-05-13 16:36:16 18864     12821 TASKING  Thread 18864 starting
    2008-05-13 16:36:16 18864     11597 IO       Open '/dev/raw/raw1' successfull, fd: 18
    2008-05-13 16:36:16 18861     11000 vattach  '/dev/raw/raw1' devno 1 T47 succeeded
    2008-05-13 16:36:16 18864     11565 startup  DEVi started
    2008-05-13 16:36:16 18865     12821 TASKING  Thread 18865 starting
    2008-05-13 16:36:16 18865     11597 IO       Open '/dev/raw/raw2' successfull, fd: 20
    2008-05-13 16:36:16 18865     11565 startup  DEVi started
    2008-05-13 16:36:16 18866     12821 TASKING  Thread 18866 starting
    2008-05-13 16:36:16 18866     11597 IO       Open '/dev/raw/raw2' successfull, fd: 21
    2008-05-13 16:36:16 18861     11000 vattach  '/dev/raw/raw2' devno 2 T47 succeeded
    2008-05-13 16:36:16 18866     11565 startup  DEVi started
    2008-05-13 16:36:16 18861     20016 Pager    Start Read Converter
    2008-05-13 16:36:16 18861     20017 Pager    Stop Read Converter, Pages: 8 IO: 8
    2008-05-13 16:36:16 18861     53000 DATACACH Begin data cache restart
    2008-05-13 16:36:16 18861     54003 dynpool  DATA_CACHE_REGIONS     :      8
    2008-05-13 16:36:16 18861     54003 dynpool  B20_DATACACHE_HEAD     :  79784
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE head num item:   9973
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE head item siz:      8
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE task queue   :   1296
    2008-05-13 16:36:16 18861     54003 dynpool  US + SV + DW +  8      :     81
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE taskq elem   :     16
    2008-05-13 16:36:16 18861     54003 dynpool  B20_DATACACHE_TASKQ    :  81080
    2008-05-13 16:36:16 18861     54003 dynDATA  DATA_CACHE_PAGES       :   1247
    2008-05-13 16:36:16 18861     54003 dynpool  B20_DATACACHE_CB       : 104748
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE num cblocks  :   1247
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE cblock size  :     84
    2008-05-13 16:36:16 18861     54003 dynpool  DYNP_B20_DATACACHE     :1486624
    2008-05-13 16:36:16 18861     54003 dynDATA  DYND_B20_DATACACHE     :   9976
    2008-05-13 16:36:16 18861     53000 DATACACH Finish data cache restart
    2008-05-13 16:36:16 18861     53000 B*TREE   LOB file directory restart successful
    2008-05-13 16:36:16 18861         7 FileDir  File directory restarting
    2008-05-13 16:36:16 18861         8 FileDir  File directory restart completed
    2008-05-13 16:36:16 18861     20061 Log      History: 50 (50) files existing
    2008-05-13 16:36:16 18861     20064 Log      History: all history files registered, GC is ready
    2008-05-13 16:36:16 18861     54003 dynpool  DYNP_K51_LOCK_LIST     :1189376
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK maxlocks          :   4080
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK items             :  14700
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK Regions           :     24
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TransRegions      :      8
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK RegionGlob+Space  :   3072
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TransGlob         :    640
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK SupplyItemsPerRgn :    100
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK SupplySize        : 172800
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK RowHash entries   :   4080
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TabHash entries   :    816
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK Row+Tab hash size :  19712
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK Trans entries     :    408
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK trans_list size   :  78336
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TransPtrList      :   1632
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TransHash entries :    408
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TransHash size    :   1664
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK SupplyPoolSegments:    123
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK SupplyPoolSize    : 888064
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK ObjColl_list size :  13056
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK ObjReq_list size  :   8160
    2008-05-13 16:36:16 18861     20006 Log      1 queues, flushmode is 'MaximizeSafety', devstate is 'Okay'
    2008-05-13 16:36:16 18861     20007 Log      Oldest not saved is ioseq NIL @ off 1
    2008-05-13 16:36:16 18861     20008 Log      First known on LogVolume is ioseq 0 @ off 1
    2008-05-13 16:36:16 18861     20005 Log      Restart from ioseq 73471 @ off 3023 to ioseq 73471 @ off 3023
    2008-05-13 16:36:16 18861     20010 Log      Result after checking the log device: 'Ok'
    2008-05-13 16:36:16 18861         9 Log      The number of active logging-queues has been increased to 1
    2008-05-13 16:36:16 18861     53000 OBJECT   Restarted Garbage coll: 0
    2008-05-13 16:36:16 18861        11 Rst      408 redo transactions readable and 11 redo tasks available.
    2008-05-13 16:36:16 18858         7 Restart  recovering log from log_volume from IOSeq: '73471'
    2008-05-13 16:36:16 18858     20044 Log      normal end of log found at off 3023 lastseq 73471.
    2008-05-13 16:36:16 18858     20012 Log      last-redo-read empty errlist#1:TR4294967295(303)[73471]@3023.564'SavepointEntry':20080513:163518
    2008-05-13 16:36:16 18858         1 Savepoin Savepoint (Distance) started by T35
    2008-05-13 16:36:16 18858     20004 Pager    SVP(1) Start Write Data
    2008-05-13 16:36:16 18858     20005 Pager    SVP(1) Stop Data IO, Pages: 50 IO: 13
    2008-05-13 16:36:16 18858     20006 Pager    SVP(2) Wait for last task: 34
    2008-05-13 16:36:16 18858     20007 Pager    SVP(2) Stop Wait for last task, Pages: 0 IO: 0
    2008-05-13 16:36:16 18858     53070 SAVPOINT B20PREPARE_SVP: 305
    2008-05-13 16:36:16 18858     20008 Pager    SVP(3) Start Write Data
    2008-05-13 16:36:17 18858     20009 Pager    SVP(3) Stop Data IO, Pages: 2 IO: 2
    2008-05-13 16:36:17 18858     20010 Pager    SVP(3) Start Write Converter
    2008-05-13 16:36:17 18858     20011 Pager    SVP(3) Stop Converter IO, Pages: 8 IO: 8
    2008-05-13 16:36:17 18858     53071 SAVPOINT B20SVP_COMPLETED: 305
    2008-05-13 16:36:17 18861         5 Rst      RedoControl: End of redo processing
    2008-05-13 16:36:17 18861         4 Rst       +   RedoControl: OldestCommitSeq: NIL, RedoTasks: 11 , MaxRedoTrans: 408
    2008-05-13 16:36:17 18861         6 Rst       +   RedoControl: EndOfLogReached: true, RedoIsAborted: false, RedoProcessingDisabled: false
    2008-05-13 16:36:17 18861        12 Rst       +   RedoControl: redo reader T0 wait reason:  isNotWaiting, waiting redo executer:  0
    2008-05-13 16:36:17 18861         8 Rst       +   RedoControl: Transactions processed: 0 (0)
    2008-05-13 16:36:17 18861         1 Savepoin Savepoint (Restart) started by T47
    2008-05-13 16:36:17 18858     20004 Pager    SVP(1) Start Write Data
    2008-05-13 16:36:17 18858     20005 Pager    SVP(1) Stop Data IO, Pages: 0 IO: 0
    2008-05-13 16:36:17 18858     20006 Pager    SVP(2) Wait for last task: 34
    2008-05-13 16:36:17 18858     20007 Pager    SVP(2) Stop Wait for last task, Pages: 0 IO: 0
    2008-05-13 16:36:17 18858     53070 SAVPOINT B20PREPARE_SVP: 306
    2008-05-13 16:36:17 18858     20008 Pager    SVP(3) Start Write Data
    2008-05-13 16:36:18 18858     20009 Pager    SVP(3) Stop Data IO, Pages: 2 IO: 2
    2008-05-13 16:36:18 18858     20010 Pager    SVP(3) Start Write Conve

  • No page error but also no image displayed on the report ?

    Hi Everyone,
    First I like to apologise for the long post, but I would like to make sure that I am providing the full information so as not to waist anyone's time.
    As I am having problems displaying images, in a report, but I am not getting any errors, all I see is the typical red X where the image shout be. When I right click the red X and select properties, it all appears to be fine:
    http://127.0.0.1:8080/apex/ZOROPIO.FILE_TO_BLOB?p_file_id=6
    except that Type: Not Available
    and Size: Not Available
    So I decided to creating a table and procedures to specifically test my approach and I am still getting the same result.
    I have an Apex page where uses can upload an image to the system, using the following Page Process:
    On Submit - After Computations and validations
    FOR REC IN( SELECT FILENAME, MIME_TYPE
    FROM HTMLDB_APPLICATION_FILES
    WHERE NAME = :P4_FILENAME
    LOOP
    INSERT INTO AB ( FNAME, MTYPE )
    VALUES (REC.FILENAME, REC.MIME_TYPE);
    END LOOP;
    ZOROPIO.BLOB_TO_FILE(:P4_FILENAME);
    DELETE FROM HTMLDB_APPLICATION_FILES
    WHERE NAME = :P4_FILENAME;
    The AB table is define as:
    CREATE TABLE "AB"
    (     "DB_ID" NUMBER NOT NULL ENABLE,
         "FNAME" VARCHAR2(256 CHAR) NOT NULL ENABLE,
         "A_IMG" BFILE,
         "MTYPE" VARCHAR2(256 CHAR),
         CONSTRAINT "AB_PK" PRIMARY KEY ("DB_ID") ENABLE
    CREATE OR REPLACE TRIGGER "BI_AB"
    BEFORE INSERT
    ON ZOROPIO.AB
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    DECLARE
    tmpVar NUMBER;
    BEGIN
    tmpVar := 0;
    SELECT NVL (MAX (DB_ID), 0) + 1 INTO tmpVar FROM AB;
    :NEW.DB_ID := tmpVar;
    IF :NEW.FNAME IS NOT NULL THEN
    :NEW.A_IMG := BFILENAME ('IMG', :NEW.FNAME);
    END IF;
    END BI_AB;
    ALTER TRIGGER "BI_AB" ENABLE
    The BLOB_TO_FILE procedure is defined as:
    create or replace PROCEDURE BLOB_TO_FILE (p_file_name VARCHAR2) AS
    l_out_file UTL_FILE.FILE_TYPE;
    l_buffer RAW (32767);
    l_amount BINARY_INTEGER := 32767;
    l_pos INTEGER := 1;
    l_blob_len INTEGER;
    p_data BLOB;
    file_name VARCHAR2 (256);
    BEGIN
    FOR rec IN (SELECT ID
    FROM HTMLDB_APPLICATION_FILES
    WHERE Name = p_file_name) LOOP
    SELECT BLOB_CONTENT, filename
    INTO p_data, file_name
    FROM HTMLDB_APPLICATION_FILES
    WHERE ID = rec.ID;
    l_blob_len := DBMS_LOB.getlength (p_data);
    l_out_file := UTL_FILE.fopen ( 'IMG',file_name, 'wb', 32767 );
    WHILE l_pos < l_blob_len LOOP
    DBMS_LOB.Read ( p_data,l_amount, l_pos, l_buffer );
    IF l_buffer IS NOT NULL THEN
    UTL_FILE.put_raw (l_out_file, l_buffer, TRUE);
    END IF;
    l_pos := l_pos + l_amount;
    END LOOP;
    UTL_FILE.fclose (l_out_file);
    END LOOP;
    EXCEPTION
    WHEN OTHERS THEN
    IF UTL_FILE.is_open (l_out_file) THEN
    UTL_FILE.fclose (l_out_file);
    END IF;
    END BLOB_TO_FILE;
    This works fine, as I can see the data in both the OS Directory and the AB table after the user uplodas the image.
    I have then define an Apex Report pageto display the uploaded images. The page has the following Source:
    SELECT FNAME, MTYPE,
    '<IMG SRC="ZOROPIO.FILE_TO_BLOB?p_file_id='||NVL( DB_ID, 0)||'"HEIGHT="'||80||'"WIDTH="'||100||'"/>' AS IMAGE
    FROM ZOROPIO.AB
    The ZOROPIO.FILE_TO_BLOB procedure is defined as:
    CREATE OR REPLACE PROCEDURE ZOROPIO.FILE_TO_BLOB ( p_file_id NUMBER ) IS
    l_mime_type VARCHAR2 ( 256 );
    l_file_name VARCHAR2 ( 256 );
    l_bfile BFILE;
    l_blob BLOB;
    l_bfile_length NUMBER;
    l_blob_length NUMBER;
    BEGIN
    SELECT FNAME, MTYPE
    INTO l_file_name, l_mime_type
    FROM AB
    WHERE DB_ID = p_file_id;
    l_bfile := BFILENAME ('IMG', l_file_name);
    -- MAKE SURE THE FILE EXIST
    IF ( DBMS_LOB.FILEEXISTS( l_bfile ) = 1 ) THEN
    DBMS_LOB.CREATETEMPORARY ( l_blob, TRUE, DBMS_LOB.SESSION );
    DBMS_LOB.FILEOPEN ( l_bfile );
    l_bfile_length := DBMS_LOB.GETLENGTH ( l_bfile );
    DBMS_LOB.LOADFROMFILE ( l_blob, l_bfile, l_bfile_length );
    DBMS_LOB.FILECLOSE ( l_bfile );
    l_blob_length := DBMS_LOB.GETLENGTH ( l_blob );
    OWA_UTIL.MIME_HEADER( NVL ( l_mime_type, 'Application/Octet' ), FALSE );
    HTP.P ( 'Content-length:' || l_blob_length );
    OWA_UTIL.HTTP_HEADER_CLOSE;
    WPG_DOCLOAD.DOWNLOAD_FILE ( l_blob );
    DBMS_LOB.FREETEMPORARY( l_blob );
    ELSE
    RAISE_APPLICATION_ERROR(-20007, 'Requested IMG does not exist');
    END IF;
    END FILE_TO_BLOB;
    I have GRANT EXECUTE to ZOROPIO for both the procedures:
    BLOB_TO_FILE
    FILE_TO_BLOB
    The Oracle database verison, Apex version, etc details are:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Language: en-gb
    Application Express 3.2.1.00.12
    Any sugestions, help, etc would be much appreciated.
    Thank you
    Daniel

    Hi everyone,
    I have check everyone possible and I am unable to find the cause of the problem.
    I decided to recreate an identical setup to the examples provided by Denes on his workspace and I still have the same issue.
    I have change the wwv_flow_epg_include_modules.authorize to include Denes procedure as you can see below.
    CREATE OR REPLACE function APEX_030200.wwv_flow_epg_include_mod_local( procedure_name in varchar2) return boolean is
    begin
    if upper(procedure_name) in ( 'my_image_display' ) then
    return TRUE;
    else
    return FALSE;
    end if;
    end wwv_flow_epg_include_mod_local;
    The only way I can get it to work is to change the function to RETURN TRUE before the IF statement.
    Any suggestion and this stage may prevent my insanity from getting to silly levels.
    Regards
    Daniel

  • Procedure Erroring: ORA-01858

    Hello: Here is the call stack from SQL Plus (9i):
    ORA-06512: at "SYS.CALLHIST_CSV", line 147
    ORA-01858: a non-numeric character was found where a numeric was expected
    ORA-06512: at line 1
    I have another procedure similar that runs well. I tried isolating the issue by running the sql solo and the query returns fine but when run in this procedure it errors. Originally I didn't have all the NVL and CAST. I did that to try to compensate for the error plus I need the output file to be in unicode.Thanks!
    These are the field types that I thought to look out for (the others are varchars):
    NUMBER DATE
    CUSTOMER_ID SHIP_DATE
    SEQNO STAUS_DATE_TIME
    INSTALLER_ID CREATION_DATE
    ESCALATION_ID COMPLETION_DATE
    PROBLEM_ID
    SUBJECT_ID
    STATUS_ID
    REASON_ID
    RESOLUTION_ID
    CLASS_ID
    CREATE OR REPLACE PROCEDURE CALLHIST_CSV
    IS
    CURSOR c_data IS
    SELECT /*+ USE_HASH ( a b) */
    CAST(to_char(NVL(b.start_date_time,'08-MAR-68'),'DD-MON-YY') AS nvarchar2(20)) As actualstart,
    CAST(NVL(a.model_desc,' ') As nvarchar2(150)) As ModelDesc, CAST(c.customer_id As nvarchar2(25)) As CustomerID,
    CAST(NVL(b.call_id,' ')As nvarchar2(25)) As CallID, CAST(NVL(c.model_number,' ') AS nvarchar2(100)) As ModelNumber,
    CAST(NVL(c.date_code,' ')As nvarchar2(20)) As DateCode,
    CAST(NVL(c.date_of_purchase,' ') As nvarchar2(20)) As DatePurchased,
    CAST(to_char(NVL(o.completion_date,'08-MAR-68'),'DD-MON-YY')As nvarchar2(20)) As actualend,
    CAST(NVL(o.order_status,' ') As nvarchar2(1)) As OrderStatus,
    CAST(NVL(f.subject_desc,' ') As nvarchar2(150)) As subject, CAST(NVL(g.problem_desc,' ') As nvarchar2(150)) As kategory,
    CAST(NVL(h.resolution_desc,' ') As nvarchar2(150)) As Resolution,
    CAST(NVL(i.reason_desc,' ') As nvarchar2(150)) As Reason,
    decode(e.notes, null, '', 'AGENT NOTES: ' || e.notes) || ' ' || decode(q.notes, null, '', 'QP NOTES: ' || q.notes) As Notes,
    CAST(NVL(j.escalation_id, 0) As nvarchar2(2)) as EscalationID,
    CAST(NVL(j.escalation_desc, ' ') As nvarchar2(150))as EscalationDesc,
    CAST(NVL(k.agent_id,' ') As nvarchar2(25)) As ownerid, CAST(NVL(k.first_name,' ') As nvarchar2(30)) As AgentFirstName,
    CAST(NVL(k.last_name,' ') As nvarchar2(50)) As AgentLastName
    FROM GENIECS.model a, GENIECS.contact_record b,
    GENIECS.product_record c, GENIECS.warranty d,
    GENIECS.call_detail e, GENIECS.subject f,
    GENIECS.problem g, GENIECS.resolution h, GENIECS.reason i,
    GENIECS.escalation j, GENIECS.agent k,
    GENIECS.order_record o, GENIECS.qa q
    WHERE b.customer_id < 1000
    AND b.customer_id = c.customer_id
    AND b.model_id = c.model_number
    AND b.seqno = c.seqno
    AND c.model_number = a.model_number
    AND d.model_number = a.model_number
    AND e.call_id = b.call_id
    AND e.subject_id = f.subject_id
    AND e.problem_id = g.problem_id
    AND e.resolution_id = h.resolution_id
    AND i.reason_id(+) = e.reason_id
    AND j.escalation_id(+) = b.escalation_id
    AND b.agent_id = k.agent_id
    AND b.call_id=o.call_id(+)
    AND o.order_id=q.order_id(+)
    ORDER BY c.customer_id;
    v_file UTL_FILE.FILE_TYPE;
    BEGIN
    -- | WRITE CONTENTS OF THE LOB TO A FILE |
    -- The maximum line length that can be written is 32K in 9i.
    v_file := UTL_FILE.FOPEN(location => 'EXTRACT_DIR',
    filename => 'callhist_csv.csv',
    open_mode => 'w',
    max_linesize => 32767);
    FOR cur_rec IN c_data LOOP
    UTL_FILE.PUT_LINE(v_file,
    cur_rec.actualstart           || '|' ||
    cur_rec.ModelDesc           || '|' ||
    cur_rec.CustomerID           || '|' ||
    cur_rec.CallID      || '|' ||
    cur_rec.ModelNumber      || '|' ||
    cur_rec.DateCode      || '|' ||
         cur_rec.DatePurchased      || '|' ||
         cur_rec.actualend           || '|' ||
         cur_rec.OrderStatus           || '|' ||
         cur_rec.subject     || '|' ||
         cur_rec.kategory      || '|' ||
         cur_rec.Resolution      || '|' ||
         cur_rec.Reason          || '|' ||
         cur_rec.Notes      || '|' ||
    cur_rec.EscalationID      || '|' ||
    cur_rec.EscalationDesc      || '|' ||
         cur_rec.ownerid      || '|' ||
         cur_rec.AgentFirstName           || '|' ||
         cur_rec.AgentLastName);
    END LOOP;
    UTL_FILE.FCLOSE(v_file);
    EXCEPTION
    WHEN UTL_FILE.INVALID_PATH THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20000, 'File location is invalid.',True);
    WHEN UTL_FILE.INVALID_MODE THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20001, 'The open_mode parameter in FOPEN is invalid.',True);
    WHEN UTL_FILE.INVALID_FILEHANDLE THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20002, 'File handle is invalid.',True);
    WHEN UTL_FILE.INVALID_OPERATION THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20003, 'File could not be opened or operated on as requested.',True);
    WHEN UTL_FILE.READ_ERROR THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20004, 'Operating system error occurred during the read operation.',True);
    WHEN UTL_FILE.WRITE_ERROR THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20005, 'Operating system error occurred during the write operation.',True);
    WHEN UTL_FILE.INTERNAL_ERROR THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20006, 'Unspecified PL/SQL error.',True);
    WHEN UTL_FILE.CHARSETMISMATCH THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20007, 'A file is opened using FOPEN_NCHAR, but later I/O ' ||
    'operations use nonchar functions such as PUTF or GET_LINE.',True);
    WHEN UTL_FILE.FILE_OPEN THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20008, 'The requested operation failed because the file is open.',True);
    WHEN UTL_FILE.INVALID_MAXLINESIZE THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20009, 'The MAX_LINESIZE value for FOPEN() is invalid; it should ' ||
    'be within the range 1 to 32767.',True);
    WHEN UTL_FILE.INVALID_FILENAME THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20010, 'The filename parameter is invalid.',True);
    WHEN UTL_FILE.ACCESS_DENIED THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20011, 'Permission to access to the file location is denied.',True);
    WHEN UTL_FILE.INVALID_OFFSET THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20012, 'The ABSOLUTE_OFFSET parameter for FSEEK() is invalid; ' ||
    'it should be greater than 0 and less than the total ' ||
    'number of bytes in the file.',True);
    WHEN UTL_FILE.DELETE_FAILED THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20013, 'The requested file delete operation failed.',True);
    WHEN UTL_FILE.RENAME_FAILED THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20014, 'The requested file rename operation failed.',True);
    WHEN OTHERS THEN
    UTL_FILE.FCLOSE(v_file);
    RAISE_APPLICATION_ERROR(-20015, 'Error.',True);
    -- reraise the current exception
    --RAISE;
    END;

    sorry wrong forum

  • I have an old powerbook. i tried to erase the hard drive and it went wonky and now i cannot even start up from a leopard cd. i get a screen filled with code and the top error message reads: panic (cpu 0 caller: 0x002E1EC4): (message continued)

    error message reads:
    panic (cpu ) caller 0x00231EC4): Unable to find driver for this platform: "PowerBook 5,6".
    Lastest stack backtrace for cpu 0
    trying to load in leopard OS cd

    no it wont
    it's the same screen
    after the data above about the platform it reads:
    No debugger configure-dumping debug information
    MSR-00001030
    Latest stack bactrace for cup0:
    Backtrace:
    0x000954F8 0x00095BF8 0x 00026898 0x002E1EC4 0x002c12A0 0x002c1068 0x002cAD0 0x002C20DC 0x000A9714
    Exception stat (sv-0x0052d500)
    PC-0x00000000; MSR-0x0000D030; DAR-0x00000000; SISR-0x00000000; LR-0x00000000; R1-00000000; XCP=00000000 (Unknown)
    Kernel version:
    Darwin Kernel Version 8.11.0; Wed Oct 10 18:26:00 PDT 20007; root: xnu-792.24.17-1/RELEASE_PPC panic: We hanging here....

Maybe you are looking for

  • Lines on display

    there is this verticle angle at which if i see the screen i see these lines not ecxactly lines but bars moving i dont see it if i am at a normal angle but if the screen is too inclined... does t happen with everyone or am i the only one..

  • My iTunes is not allowing my ipod restore or update is there any way i could fix this problem?

    Oce i forgot my ipod at a frineds hose and it randomly apears today and now im tring to restore it and give it the up dates but its not responding is says that there is a error or that network sever isnt working and i really don know what is happenin

  • Burned cd's won't play in car or home, using sony cd-r or memorex cd-r 52x

    The cd's i burn with itunes on my G5 10.5.8, and my macbook 10.6.8 will not play on my home stero or in my car. I have tried two types of CD's.  Does anyone know what the problem is?  the disks burned on my much older laptop were fine. Thanks, Bonnie

  • Capitalization errors in iTunes 7.2 Cover Flow view

    iTunes 7.2 running under OS X 10.4.9 on MBP. Today I ripped a brand new cd to iTunes and two very strange things happened. One is that after ripping, I downloaded the cover art from iTunes and then decided to erase the downloaded artwork, but it stil

  • Expand file system size

    Dears Can we expand mounted file system+ size on solris 10 ???, knowing that I'm not using SVM Thanks