Lock not released after CLEAR_FORM(NO_VALIDATE, TO_SAVEPOINT)

Forms 6.0.8.26.0 on W2K SP4 in client/server mode
Database Oracle9i Enterprise Edition Release 9.2.0.6.0.
=======================================================
I have 2 forms, DEPT and EMP. On form DEPT there is a button to call EMP:
call_form('EMP', HIDE, DO_REPLACE, NO_QUERY_ONLY);In form EMP I have this KEY-ENTQRY trigger:
CLEAR_FORM(NO_VALIDATE, TO_SAVEPOINT);
enter_query;This is the scenario:
Open form DEPT.
Click on the button and query on form EMP.
Update one EMP record without a commit.
Open SQLPlus and do an update of the same record.
update emp set ename='John Doe' where empno=1000;
This statement waits for a commit or rollback in form EMP. So far, so good.
Click on ENTER QUERY. Because of the CLEAR_FORM I expect a rollback on the update in form EMP.
However, the session in SQLPlus is still hanging and I can see the blocking lock in the database.
I have to exit both the EMP and the DEPT form before the lock is released.
If I follow almost the same scenario, but open form EMP directly instead of via the button on DEPT, the lock on the EMP record is released when I press ENTER QUERY.
If I replace the TO_SAVEPOINT with FULL_ROLLBACK, the lock is released in the first scenario too, but a FULL_ROLLBACK is not what I want.

I created this on-rollback trigger:
declare
  v_sp   varchar2(100);
begin
  v_sp := get_application_property(SAVEPOINT_NAME);
  message('Rollback to: '||v_sp);
  issue_rollback(v_sp);
end;The message showed that the form is issueing a rollback to savepoint fm1.
In the database I could indeed see the savepoint being set when form EMP is called:
SAVEPOINT fm_1
and rolled back to this savepoint when pressing enter-query:
ROLLBACK TO fm_1
This also showed me the difference when calling form EMP directly instead of via call_form. When you call the form directly, no savepoint is set, so the rollback is in fact a FULL_ROLLBACK.

Similar Messages

  • Not show record after clear_form(no_validate)

    hi master
    sir first i press add button with under blow code
    create_record
    after this i press cancel button with this code
    clear_form(no_validate);
    execute_query;
    first_record;
    but sir my system not show record when i press view button then show all record why sir i think system show all record after cancel button becuase i give execute_query command
    please sir give me idea
    thank's
    Aamir

    Dear Aamir,
    The block which contains your buttons might be a control block (i.e. a non database block) and you cannot write execute_query on such blocks.
    To achieve this,
    Move Control to your database block by writting
    Go_Block('<block_name>');
    clear_block(no_validate);
    execute_query;
    This will definitely solve your problem.
    Regards,
    Manish Trivedi

  • File lock not released

    Hi,
    I am unable to delete certain files as JDeveloper does not release locks on them. One use case is when I run a build file to create a jar, war or ear file. After executing the builld, I open the file (this is when JDeveloper locks these files, I think) to check the structure and contents of the generated file. Trying to run the build again fails because, JDeveloper does not release the locks on existing file that was generated during the previous build. I have to restart JDeveloper to delete the file.
    Thanks

    In the meantime if you are working on the XP platform (I am guessing) then you might want to venture a look at this little program called Unlocker that is a free little utility that shows what process is grabbing the file and preventing deletion or modification and then presents to you suitable options of what to do in that situation. I have used it countless times and it works like a charm.

  • Space is not released after truncating the table

    Team,
    We have a table of size 550gigs in size and we truncated the table , truncated sucessfully but space is not released in os level, what action we can take to release the space and this table has only one row and contains the binary data.
    Thanks
    PGR

    Team,
    We have a table of size 550gigs in size and we truncated the table , truncated sucessfully but space is not released in os level, what action we can take to release the space and this table has only one row and contains the binary data.
    Thanks
    PGR
    Hello,
    Yes space wont be released immediately .If large extents are in picture which I assume is your case it goes into deferred drop a background process which will execute after some time( time may vary).See below link for details.
    As per BOL if extents are more than 128 it goes in deferred drop.
    http://msdn.microsoft.com/en-us/library/ms177495.aspx
    You should wait for some time .keep checking the free space
    Below discussion will surely help you in understanding.See Jonathan's reply
    http://social.msdn.microsoft.com/Forums/en-US/4aa2537e-246b-4bfe-818d-3482531d9149/sql-server-2005-massive-400gb-table-dropped-space-not-released
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Regarding space not released after rm commend on root

    hello guys
    actually i am facing an unexpected problem
    i have a folder /archivelog which is mounted on ocfs.daily i used to store my export file here.But yesterday i started taking exp from one terminal with file=28june.dmp and after starting it removed previous day export from other terminal with file=27june.dmp.
    But i have seen something different.
    i fired rm -rf 27june.dmp it returned the root prompt immediately though daily to remove a 60 gb file it taken 30-40 seconds.
    also it didn't released the spcae from /archivelog and also removed the file
    means its not listing the file and also the space is not released ...i also fired command updatedb..but still the space is not released.
    hoe could this be possible..anyone has any idea so kindly tell

    There is a bug with ocfs2 if you delete archive logs manually some time will not freee the space which is used. So for future to avoid this case use rman to delete archive logs.
    now to free space need ocfs2 partition to delete and create again with ocfs2. becarefull with this.
    Thanks,

  • Open viewsets not released after report closed

    I create one data object "process" with layout like:
    process_id string
    company_id string
    user_id string
    then i create a report with only one bar chart view,
    edit bar chart add data object "process", leave group by as null, chart value = process_id, summary function = count. add fitler by company_id = report parameter1
    edit bar chart, add data object "process" again, leave group by as null, chart value = process_id, summary function = count. add fitler by user_id = report parameter2.
    save this report
    view this report. then in em, i can see it open two viewsets: one Shared viewset and one Inherited viewset.
    close this report, then in em, found there is no Shared viewset and Inherited viewset . but has one new Unshared viewset , and this viewset not released unless i restart BAM

    Vissharm,
    This issue still happened on my system.
    I can understand why there was two independent Viewsets, my concern is why still one open viewset after report closed.
    On my system, no any other report/alert use the same object
    I export the dataobject and report here:
    Data Ojbect:test
    <?xml version="1.0"?>
    <OracleBAMExport Version="2025">
    <DataObject Version="14" Name="test" ID="_test" External="0">
    <Layout>
    <Column Name="process" ID="_process" Type="string" MaxSize="100" Nullable="1" Public="1"/>
    <Column Name="company" ID="_company" Type="string" MaxSize="100" Nullable="1" Public="1"/>
    <Column Name="user" ID="_user" Type="string" MaxSize="100" Nullable="1" Public="1"/>
    <Indexes/>
    </Layout>
    <Contents/>
    </DataObject>
    </OracleBAMExport>
    Report:/public/Report/Report1
    <?xml version="1.0"?>
    <OracleBAMExport Version="2025">
    <Report Name="/public/Report/Report1" ID="58" bMobileEnabled="false" Owner="csdev">
    <Contents>&lt;Iteration&gt;&lt;Report id=&quot;ITN_NEW_REPORT&quot; type=&quot;tiled&quot;&gt;&lt;Properties&gt;&lt;Title color=&quot;black&quot; font-family=&quot;Tahoma&quot; font-size=&quot;20&quot; font-style=&quot;normal&quot; font-weight=&quot;bold&quot; text-decoration=&quot;none&quot; text-transform=&quot;none&quot;/&gt;&lt;ReportBackgroundColor&gt;transparent&lt;/ReportBackgroundColor&gt;&lt;ActiveDataDelayMilliseconds&gt;0&lt;/ActiveDataDelayMilliseconds&gt;&lt;ShowBreadCrumbs&gt;true&lt;/ShowBreadCrumbs&gt;&lt;ShowReportPadding&gt;true&lt;/ShowReportPadding&gt;&lt;/Properties&gt;&lt;Layout maximize=&quot;true&quot;&gt;
    &lt;View height=&quot;100%&quot; id=&quot;view1&quot; left=&quot;0%&quot; top=&quot;0%&quot; width=&quot;100%&quot; z-index=&quot;0&quot;/&gt;
    &lt;/Layout&gt;&lt;Views&gt;&lt;View id=&quot;view1&quot; type=&quot;BarChart&quot;&gt;&lt;Modifiers&gt;&lt;Modifier dataset=&quot;/test&quot; id=&quot;0&quot;&gt;
         &lt;FieldRefs/&gt;
         &lt;Groups&gt;&lt;Group level=&quot;0&quot;&gt;&lt;Aggregate operandDatasetField=&quot;_process&quot; operation=&quot;COUNT&quot;/&gt;&lt;/Group&gt;&lt;/Groups&gt;&lt;Filter&gt;&lt;Branch type=&quot;ALL&quot;&gt;&lt;Entry type=&quot;EQ&quot;&gt;
                        &lt;Node type=&quot;COLUMN&quot;&gt;_user&lt;/Node&gt;
                        &lt;Node type=&quot;PARAMETER&quot;&gt;345&lt;/Node&gt;
                   &lt;/Entry&gt;
              &lt;/Branch&gt;&lt;/Filter&gt;&lt;/Modifier&gt;&lt;Modifier dataset=&quot;/test&quot; id=&quot;1&quot;&gt;
         &lt;FieldRefs/&gt;
         &lt;Groups&gt;
              &lt;Group level=&quot;0&quot;&gt;
                   &lt;Aggregate operandDatasetField=&quot;_process&quot; operation=&quot;COUNT&quot;/&gt;
              &lt;/Group&gt;
         &lt;/Groups&gt;
         &lt;Filter&gt;&lt;Branch type=&quot;ALL&quot;&gt;&lt;Entry type=&quot;EQ&quot;&gt;
                        &lt;Node type=&quot;COLUMN&quot;&gt;_company&lt;/Node&gt;
                        &lt;Node type=&quot;PARAMETER&quot;&gt;346&lt;/Node&gt;
                   &lt;/Entry&gt;
              &lt;/Branch&gt;&lt;/Filter&gt;&lt;/Modifier&gt;&lt;/Modifiers&gt;&lt;Properties ContentType=&quot;BarChart&quot; datasetId=&quot;/test&quot;&gt;&lt;Title background-color=&quot;#7B97C0&quot; background-display=&quot;default&quot; capitalize=&quot;false&quot; color=&quot;#3E403D&quot; display=&quot;true&quot; font-family=&quot;Tahoma&quot; font-size=&quot;11&quot; font-weight=&quot;Bold&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; text-align=&quot;left&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;&gt;
              &lt;Text bUseViewName=&quot;true&quot;/&gt;&lt;/Title&gt;&lt;ChartTitle capitalize=&quot;false&quot; color=&quot;#000000&quot; display=&quot;false&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; font-weight=&quot;Bold&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;DataAxis auto=&quot;true&quot; capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; major=&quot;&quot; max=&quot;&quot; min=&quot;&quot; minor=&quot;&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;NonDataAxis bAllowDiagonal=&quot;true&quot; bShowGroupLabels=&quot;true&quot; capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;Legend capitalize=&quot;false&quot; color=&quot;#000000&quot; display=&quot;false&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; location=&quot;bottom&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;ColorPalette selected=&quot;&amp;lt;Row ID=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;Column ID=&amp;quot;_Name&amp;quot; Value=&amp;quot;Cold Snap&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Number&amp;quot; Value=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color1&amp;quot; Value=&amp;quot;#C6D6BB&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color2&amp;quot; Value=&amp;quot;#243471&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color3&amp;quot; Value=&amp;quot;#8CD5E3&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color4&amp;quot; Value=&amp;quot;#5B81A6&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color5&amp;quot; Value=&amp;quot;#871C4C&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color6&amp;quot; Value=&amp;quot;#D15F64&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color7&amp;quot; Value=&amp;quot;#EDE18C&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color8&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color9&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color10&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color11&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color12&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color13&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color14&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color15&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color16&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;/Row&amp;gt;&quot;/&gt;&lt;ActiveData newColor=&quot;#FFE299&quot; newTimeSeconds=&quot;1000&quot; showColor=&quot;true&quot;/&gt;&lt;Groups bynumber=&quot;false&quot;/&gt;&lt;SeriesValues capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;ErrorMessage capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;HorizontalAxisLabel capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; labelpos=&quot;onside&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; showlabel=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;VerticalAxisLabel capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; labelpos=&quot;onside&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; showlabel=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;Target bShowValue=&quot;true&quot; bUseTarget=&quot;false&quot; capitalize=&quot;false&quot; color=&quot;#000000&quot; eDashStyle=&quot;solid&quot; fTargetValue=&quot;&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; iDashThickness=&quot;1&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; strTargetColor=&quot;&quot; strTargetLabel=&quot;&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;Empty display=&quot;true&quot; text=&quot;No Values&quot;/&gt;&lt;ThreeDOptions fBackDepth=&quot;25&quot;/&gt;&lt;Body background-color=&quot;transparent&quot;&gt;&lt;Image name=&quot;BAM_default_bg.png&quot; position=&quot;stretch&quot; src=&quot;/shared/images/BAM_default_bg.png&quot;/&gt;&lt;/Body&gt;&lt;Drilling ModifierID=&quot;0&quot; bAllowDrillThrough=&quot;true&quot; bIncludeDrillingJS=&quot;true&quot; strDrillThroughViewType=&quot;UpdatingOrderedList&quot;/&gt;&lt;Series ModifierID=&quot;0&quot; aggregate=&quot;COUNT&quot; bShowAggFunction=&quot;true&quot; bShowPercent=&quot;false&quot; bShowSeriesName=&quot;false&quot; bShowValue=&quot;true&quot; chartType=&quot;BarChart&quot; dataType=&quot;STRING&quot; datasetField=&quot;_process&quot; include=&quot;true&quot; order=&quot;0&quot;/&gt;&lt;Series ModifierID=&quot;1&quot; aggregate=&quot;COUNT&quot; bShowAggFunction=&quot;true&quot; bShowPercent=&quot;false&quot; bShowSeriesName=&quot;false&quot; bShowValue=&quot;true&quot; chartType=&quot;BarChart&quot; dataType=&quot;STRING&quot; datasetField=&quot;_process&quot; include=&quot;true&quot; order=&quot;1&quot;/&gt;&lt;Drilling ModifierID=&quot;1&quot; bAllowDrillThrough=&quot;true&quot; bIncludeDrillingJS=&quot;true&quot; strDrillThroughViewType=&quot;UpdatingOrderedList&quot;/&gt;&lt;/Properties&gt;&lt;/View&gt;&lt;/Views&gt;&lt;/Report&gt;&lt;CreationInfo BuildNumber=&quot;7562&quot; CreationDate=&quot;2010-01-05 15:34:04.574&quot; ReportCreator=&quot;csdev&quot;/&gt;&lt;/Iteration&gt;</Contents>
    <Parameters>&lt;ParameterGroup&gt;&lt;Parameter&gt;
    &lt;lID&gt;345&lt;/lID&gt;
    &lt;strName&gt;user&lt;/strName&gt;
    &lt;bIsPrompt&gt;false&lt;/bIsPrompt&gt;
    &lt;ePromptMethod&gt;PARAMETER&lt;/ePromptMethod&gt;
    &lt;eDataType&gt;STRING&lt;/eDataType&gt;
    &lt;strCascadeLevel&gt;0&lt;/strCascadeLevel&gt;
    &lt;strCascadeDesc&gt;0&lt;/strCascadeDesc&gt;
    &lt;bCanLeaveBlank&gt;false&lt;/bCanLeaveBlank&gt;
    &lt;bCanLeaveUnselected&gt;false&lt;/bCanLeaveUnselected&gt;
    &lt;bCanSelectMultiple&gt;false&lt;/bCanSelectMultiple&gt;
    &lt;bAgainstField&gt;false&lt;/bAgainstField&gt;
    &lt;bActiveNowEnabled&gt;false&lt;/bActiveNowEnabled&gt;
    &lt;/Parameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1650&lt;/lID&gt;
    &lt;lParameterID&gt;345&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;iOrder&gt;0&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1651&lt;/lID&gt;
    &lt;lParameterID&gt;345&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;strViewID&gt;view1&lt;/strViewID&gt;
    &lt;iOrder&gt;2&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ParameterValue&gt;
    &lt;lID&gt;521&lt;/lID&gt;
    &lt;lParameterID&gt;345&lt;/lParameterID&gt;
    &lt;strValue&gt;_ALL_&lt;/strValue&gt;
    &lt;bIsDefault&gt;true&lt;/bIsDefault&gt;
    &lt;iQuantity&gt;0&lt;/iQuantity&gt;
    &lt;eTimeUnit&gt;NONE&lt;/eTimeUnit&gt;
    &lt;/ParameterValue&gt;&lt;/ParameterGroup&gt;&lt;ParameterGroup&gt;&lt;Parameter&gt;
    &lt;lID&gt;346&lt;/lID&gt;
    &lt;strName&gt;company&lt;/strName&gt;
    &lt;bIsPrompt&gt;false&lt;/bIsPrompt&gt;
    &lt;ePromptMethod&gt;PARAMETER&lt;/ePromptMethod&gt;
    &lt;eDataType&gt;STRING&lt;/eDataType&gt;
    &lt;strCascadeLevel&gt;0&lt;/strCascadeLevel&gt;
    &lt;strCascadeDesc&gt;0&lt;/strCascadeDesc&gt;
    &lt;bCanLeaveBlank&gt;false&lt;/bCanLeaveBlank&gt;
    &lt;bCanLeaveUnselected&gt;false&lt;/bCanLeaveUnselected&gt;
    &lt;bCanSelectMultiple&gt;false&lt;/bCanSelectMultiple&gt;
    &lt;bAgainstField&gt;false&lt;/bAgainstField&gt;
    &lt;bActiveNowEnabled&gt;false&lt;/bActiveNowEnabled&gt;
    &lt;/Parameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1652&lt;/lID&gt;
    &lt;lParameterID&gt;346&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;iOrder&gt;1&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1653&lt;/lID&gt;
    &lt;lParameterID&gt;346&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;strViewID&gt;view1&lt;/strViewID&gt;
    &lt;iOrder&gt;2&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ParameterValue&gt;
    &lt;lID&gt;522&lt;/lID&gt;
    &lt;lParameterID&gt;346&lt;/lParameterID&gt;
    &lt;strValue&gt;_ALL_&lt;/strValue&gt;
    &lt;bIsDefault&gt;true&lt;/bIsDefault&gt;
    &lt;iQuantity&gt;0&lt;/iQuantity&gt;
    &lt;eTimeUnit&gt;NONE&lt;/eTimeUnit&gt;
    &lt;/ParameterValue&gt;&lt;/ParameterGroup&gt;</Parameters>
    </Report>
    </OracleBAMExport>
    Edited by: Jeffrey Yan on Jan 5, 2010 12:15 AM

  • [Not solved][Sudo/X] Enter key not released after typing password

    After upgrade to xserver 1.16 I noticed strange thing - any command I try to run with sudo "hangs" keyboard and mouse. It looks like after typing password and pressing <Enter>, this key is not released.
    System is still responsive, for example I can watch youtube, listen to music, there is no high cpu usage, but inputs are blocked.
    For example:
    sudoedit /etc/whateverrc
    opens editor and cursor goes down.
    This is not a problem with my keyboard
    In tty sudo works fine.
    Last edited by n0rv (2014-08-09 19:45:28)

    jasonwryan wrote:How do you start X?
    startx
    What DE/WM?
    AwesomeWM, quite old setup.
    What is in your journal/logs?
    After "hang" X still works, so I need to kill it (alt+sysrq+re) or reboot.
    Xorg.log.0.old
    [ 5770.071] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 5770.071] (II) RADEON(0): Modeline "1920x1080"x60.0 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
    [ 5770.110] (II) systemd-logind: got resume for 13:68
    [ 5770.110] (II) systemd-logind: got resume for 13:67
    [ 5770.126] (II) systemd-logind: got resume for 13:64
    [ 5770.156] (II) systemd-logind: got resume for 13:65
    [ 5770.209] (II) systemd-logind: got resume for 13:66
    [ 5885.135] (II) systemd-logind: got pause for 226:0
    [ 5885.135] (II) systemd-logind: got pause for 13:68
    [ 5885.135] (II) systemd-logind: got pause for 13:67
    [ 5885.135] (II) systemd-logind: got pause for 13:64
    [ 5885.135] (II) systemd-logind: got pause for 13:65
    [ 5885.135] (II) systemd-logind: got pause for 13:66
    [ 5893.481] (II) evdev: USB Keyboard: Close
    [ 5893.481] (II) UnloadModule: "evdev"
    [ 5893.481] (II) systemd-logind: releasing fd for 13:66
    [ 5893.481] (EE) systemd-logind: failed to release device: Connection is closed
    [ 5893.481] (II) evdev: USB Keyboard: Close
    [ 5893.481] (II) UnloadModule: "evdev"
    [ 5893.481] (II) systemd-logind: releasing fd for 13:65
    [ 5893.481] (EE) systemd-logind: failed to release device: Connection is closed
    [ 5893.481] (II) evdev: A4Tech PS/2+USB Mouse: Close
    [ 5893.481] (II) UnloadModule: "evdev"
    [ 5893.481] (II) systemd-logind: releasing fd for 13:64
    [ 5893.481] (EE) systemd-logind: failed to release device: Connection is closed
    [ 5893.481] (II) evdev: Power Button: Close
    [ 5893.481] (II) UnloadModule: "evdev"
    [ 5893.481] (II) systemd-logind: releasing fd for 13:67
    [ 5893.481] (EE) systemd-logind: failed to release device: Connection is closed
    [ 5893.481] (II) evdev: Power Button: Close
    [ 5893.481] (II) UnloadModule: "evdev"
    [ 5893.481] (II) systemd-logind: releasing fd for 13:68
    [ 5893.481] (EE) systemd-logind: failed to release device: Connection is closed
    [ 5893.560] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
    [ 5893.560] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
    [ 5893.560] (EE)
    Fatal server error:
    [ 5893.560] (EE) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
    [ 5893.560] (EE)
    [ 5893.560] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 5893.560] (EE) Please also check the log file at "/home/n0rv/.local/share/xorg/Xorg.0.log" for additional information.
    [ 5893.560] (EE)
    [ 5893.560] (EE)
    [ 5893.560] (EE) Backtrace:
    [ 5893.613] (EE) 0: /usr/bin/Xorg.bin (xorg_backtrace+0x56) [0x593966]
    [ 5893.614] (EE) 1: /usr/bin/Xorg.bin (0x400000+0x197b69) [0x597b69]
    [ 5893.614] (EE) 2: /usr/lib/libc.so.6 (0x7f5912809000+0x33df0) [0x7f591283cdf0]
    [ 5893.614] (EE)
    [ 5893.614] (EE) Segmentation fault at address 0x0
    [ 5893.614] (EE)
    FatalError re-entered, aborting
    [ 5893.614] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 5893.614] (EE)
    journalctl:
    sie 07 23:15:12 Arch sudo[3368]: n0rv : TTY=pts/1 ; PWD=/home/n0rv ; USER=root ; COMMAND=sudoedit /etc/yaourtrc
    sie 07 23:15:12 Arch sudoedit[3368]: pam_unix(sudo:session): session opened for user root by (uid=0)
    sie 07 23:15:12 Arch systemd[1]: Starting user-0.slice.
    sie 07 23:15:12 Arch systemd[1]: Created slice user-0.slice.
    sie 07 23:15:12 Arch systemd[1]: Starting User Manager for UID 0...
    sie 07 23:15:12 Arch systemd[3372]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
    sie 07 23:15:12 Arch systemd-logind[1230]: New session c2 of user root.
    sie 07 23:15:12 Arch systemd[1]: Starting Session c2 of user root.
    sie 07 23:15:12 Arch systemd[1]: Started Session c2 of user root.
    sie 07 23:15:12 Arch systemd[3372]: Starting -.slice.
    sie 07 23:15:12 Arch systemd[3372]: Created slice -.slice.
    sie 07 23:15:12 Arch systemd[3372]: Starting D-Bus Message Bus Socket.
    sie 07 23:15:12 Arch systemd[3372]: Listening on D-Bus Message Bus Socket.
    sie 07 23:15:12 Arch systemd[3372]: Starting Paths.
    sie 07 23:15:12 Arch systemd[3372]: Reached target Paths.
    sie 07 23:15:12 Arch systemd[3372]: Starting Timers.
    sie 07 23:15:12 Arch systemd[3372]: Reached target Timers.
    sie 07 23:15:12 Arch systemd[3372]: Starting Sockets.
    sie 07 23:15:12 Arch systemd[3372]: Reached target Sockets.
    sie 07 23:15:12 Arch systemd[3372]: Starting Basic System.
    sie 07 23:15:12 Arch systemd[3372]: Reached target Basic System.
    sie 07 23:15:12 Arch systemd[3372]: Starting Default.
    sie 07 23:15:12 Arch systemd[3372]: Reached target Default.
    sie 07 23:15:12 Arch systemd[3372]: Startup finished in 7ms.
    sie 07 23:15:12 Arch systemd[1]: Started User Manager for UID 0.
    sie 07 23:15:20 Arch kernel: SysRq : Keyboard mode set to system default
    sie 07 23:15:20 Arch systemd-journal[1227]: Journal stopped
    sie 07 23:15:21 Arch systemd-journal[3399]: Permanent journal is using 131.6M (max allowed 100.0M, trying to leave 2.9G free of 6.0G available → current limit 131.6M).
    sie 07 23:15:21 Arch kernel: SysRq : Terminate All Tasks
    sie 07 23:15:21 Arch systemd-journald[1227]: Received SIGTERM.
    sie 07 23:15:21 Arch systemd[1]: [email protected] has no holdoff time, scheduling restart.

  • Child process dies, nfs locks not released, webserver hangs...

    Hi,
    I have Sun One 6.1 sp 11 on a solaris 10 ldom.
    The server is configured to write logs access and error to /logs which is an NFS mount to a separate solaris 10 box. The logging to an NFS mount is a business requirement.
    Sun JWS is configured to have two httpd processes and the watchdog to restart them if one should fail.
    Every now and then, about once a day (it varies), one of the child processes will die with messages like this in the error log: (1949 is the wdog pid)
    [09/Dec/2009:14:19:06] failure ( 1949): CORE3107: Child process closed admin channel
    [09/Dec/2009:14:19:06] fine ( 1949): CORE3061: signal_handler_thread: received signal 18
    [09/Dec/2009:14:19:06] fine ( 1949): CORE3049: Primordial process detected child 1950 died: status 37
    [09/Dec/2009:14:19:06] fine ( 1949): CORE3050: Is our child, will spawn replacement
    [09/Dec/2009:14:19:06] fine ( 1949): CORE3062: Unlinking of /tmp/https-wv2-819e4c2d/.cgistub_1950 returned -1
    [09/Dec/2009:14:19:06] fine ( 1949): CORE3047: Server spawned worker process 2011
    [09/Dec/2009:14:19:06] fine ( 2011): HTTP5169: User authentication cache entries expire in 120 seconds.
    [09/Dec/2009:14:19:06] fine ( 2011): HTTP5170: User authentication cache holds 200 users
    [09/Dec/2009:14:19:06] fine ( 2011): HTTP5171: Up to 4 groups are cached for each cached user.
    [09/Dec/2009:14:19:06] fine ( 2011): HTTP4207: file cache module initialized (API versions 2 through 2)
    [09/Dec/2009:14:19:06] fine ( 2011): HTTP4302: file cache has been initialized
    [09/Dec/2009:14:19:06] fine ( 2011): HTTP3066: MaxKeepAliveConnections set to 256
    [09/Dec/2009:14:19:06] fine ( 2011): Installed configuration 1
    [09/Dec/2009:14:19:06] fine ( 2011): HTTP4193: flex-rotate-init: rotate start time is 0h, 0m
    At this point the webserver will not respond. The processes (2*httpd, 1*wdog) are running but do not respond. The access log shows a weird lock with output from pfiles:
    21: S_IFREG mode:0777 dev:340,10 ino:34988 uid:111 gid:102 size:0
    O_RDWR|O_APPEND|O_CREAT|O_LARGEFILE FD_CLOEXEC
    advisory write lock set by system 0x2 process 280
    which I think means the new http process is waiting for the lock to be released, but the lock is never freed.
    But what I'm really curious about is why the process is dying in the first place. Anyone seen "status 37" before, or know where I can look it up? I couln't google up any reference on what it might mean...
    any help appreciated
    cheers
    Kristin.

    I found the following in http://docs.sun.com/app/docs/doc/816-4555/rfsrefer-134?l=ja&a=view :
    In this situation, the SIGLOST signal is posted to the process. The default action for the SIGLOST signal is to terminate the process.
    For you to recover from this state, you must restart any applications that had files open at the time of the failure. Note that the following can occur.
    - Some processes that did not reopen the file could receive I/O errors.
    - Other processes that did reopen the file, or performed the open operation after the recovery failure, are able to access the file without any problems.
    Thus, some processes can access a particular file while other processes cannot.
    Edited by: Arvind_Srinivasan on Dec 10, 2009 12:33 AM

  • Cpu not releasing after page load

    I'm a newby to flash. I need to show movie clips based on the
    XML data. The problem is after page is loaded with flash file,
    still CPU is not getting released. What am I doing wrong? After
    page is loaded with the flash file, I want the CPU to go its
    original utilization.
    Here is the sample code.
    import flash.geom.Matrix;
    import flash.geom.Point;
    import flash.display.*;
    import flash.geom.*;
    import mx.services.*;
    _root.lineStyle(1, 0x0000FF, 100);
    var mcMapContent = map_sp.content;
    var my_xml:XML = new XML();
    my_xml.ignoreWhite = true;
    var number_fmt:TextFormat = new TextFormat();
    number_fmt.font = "NumFont";
    number_fmt.size = 4;
    var fileName:String;
    if (!fileName)
    fileName = "test1";
    if (_global.styles.List == undefined)
    _global.styles.List = new mx.styles.CSSStyleDeclaration();
    _global.styles.List.setStyle("themeColor", 0x3366CC);
    _global.styles.List.setStyle("color", 0x000000);
    _global.styles.List.setStyle("backgroundColor", 0xFFFFFF);
    _global.styles.List.setStyle("borderStyle", "solid");
    _global.styles.List.setStyle("borderColor", 0x000000);
    _global.styles.List.setStyle("rolloverColor", 0x5a6970);
    _global.styles.List.setStyle("scrollTrackColor", 0xEEEEEE);
    _global.styles.List.setStyle("selectionColor", 0xCCCCCC);
    my_xml.load("XML/" + fileName + ".xml");
    my_xml.onLoad = function(success)
    var currentNode:XMLNode = my_xml.firstChild.firstChild;
    var LoopI:Number;
    var tmpDepthLevel:Number;
    var X1:Number, Y1:Number, Length:Number, Width:Number;
    var Code_str:String;
    currentNode = currentNode.firstChild;
    tmpDepthLevel = mcMapContent.getNextHighestDepth();
    try
    for (var child_xmlnode = currentNode; child_xmlnode != null;
    child_xmlnode = child_xmlnode.nextSibling, i++)
    TotalVertex_int =
    Number(child_xmlnode.attributes.VERTEX_COUNT);
    X1 = child_xmlnode.attributes.X1;
    Y1 = child_xmlnode.attributes.Y1;
    Width = Number(child_xmlnode.attributes.WIDTH);
    Length = Number(child_xmlnode.attributes.LENGTH);
    Code_str = child_xmlnode.firstChild.nodeValue;
    var my_mc:MovieClip = mcMapContent.attachMovie("MyRect",
    Code_str, tmpDepthLevel, {Name:Code_str});
    tmpDepthLevel++;
    my_mc._x = X1;
    my_mc._y = Y1;
    my_mc._width = Width;
    my_mc._height = Length;
    newMainColor = new Color(my_mc.rect_mc);
    my_mc.Num_txt.setTextFormat(number_fmt);
    name_fmt.font = "NumFont";
    newMainColor.setRGB(0xFF99FF);
    my_mc.Num_txt._yscale = my_mc.Num_txt._yscale * (Width /
    Length);
    my_mc.Num_txt._y = (20 - my_mc.Num_txt._height);
    my_mc.Num_txt._x = 0;
    catch (myError:Error)
    trace("error caught: " + myError);
    finally
    //trace("No Error");

    I'm a newby to flash. I need to show movie clips based on the
    XML data. The problem is after page is loaded with flash file,
    still CPU is not getting released. What am I doing wrong? After
    page is loaded with the flash file, I want the CPU to go its
    original utilization.
    Here is the sample code.
    import flash.geom.Matrix;
    import flash.geom.Point;
    import flash.display.*;
    import flash.geom.*;
    import mx.services.*;
    _root.lineStyle(1, 0x0000FF, 100);
    var mcMapContent = map_sp.content;
    var my_xml:XML = new XML();
    my_xml.ignoreWhite = true;
    var number_fmt:TextFormat = new TextFormat();
    number_fmt.font = "NumFont";
    number_fmt.size = 4;
    var fileName:String;
    if (!fileName)
    fileName = "test1";
    if (_global.styles.List == undefined)
    _global.styles.List = new mx.styles.CSSStyleDeclaration();
    _global.styles.List.setStyle("themeColor", 0x3366CC);
    _global.styles.List.setStyle("color", 0x000000);
    _global.styles.List.setStyle("backgroundColor", 0xFFFFFF);
    _global.styles.List.setStyle("borderStyle", "solid");
    _global.styles.List.setStyle("borderColor", 0x000000);
    _global.styles.List.setStyle("rolloverColor", 0x5a6970);
    _global.styles.List.setStyle("scrollTrackColor", 0xEEEEEE);
    _global.styles.List.setStyle("selectionColor", 0xCCCCCC);
    my_xml.load("XML/" + fileName + ".xml");
    my_xml.onLoad = function(success)
    var currentNode:XMLNode = my_xml.firstChild.firstChild;
    var LoopI:Number;
    var tmpDepthLevel:Number;
    var X1:Number, Y1:Number, Length:Number, Width:Number;
    var Code_str:String;
    currentNode = currentNode.firstChild;
    tmpDepthLevel = mcMapContent.getNextHighestDepth();
    try
    for (var child_xmlnode = currentNode; child_xmlnode != null;
    child_xmlnode = child_xmlnode.nextSibling, i++)
    TotalVertex_int =
    Number(child_xmlnode.attributes.VERTEX_COUNT);
    X1 = child_xmlnode.attributes.X1;
    Y1 = child_xmlnode.attributes.Y1;
    Width = Number(child_xmlnode.attributes.WIDTH);
    Length = Number(child_xmlnode.attributes.LENGTH);
    Code_str = child_xmlnode.firstChild.nodeValue;
    var my_mc:MovieClip = mcMapContent.attachMovie("MyRect",
    Code_str, tmpDepthLevel, {Name:Code_str});
    tmpDepthLevel++;
    my_mc._x = X1;
    my_mc._y = Y1;
    my_mc._width = Width;
    my_mc._height = Length;
    newMainColor = new Color(my_mc.rect_mc);
    my_mc.Num_txt.setTextFormat(number_fmt);
    name_fmt.font = "NumFont";
    newMainColor.setRGB(0xFF99FF);
    my_mc.Num_txt._yscale = my_mc.Num_txt._yscale * (Width /
    Length);
    my_mc.Num_txt._y = (20 - my_mc.Num_txt._height);
    my_mc.Num_txt._x = 0;
    catch (myError:Error)
    trace("error caught: " + myError);
    finally
    //trace("No Error");

  • Internal memory not released after moved to SD card

    After installed from market, it was first it on the internal memory. I moved it to SD card and noticed the Manage applications page show the size changed to 128KB. But when I go to Settings -> Storage, the available space has not changed. It is still 12 - 13MB less than what is was before install Firefox Mobile.
    Has any one else got the same problem?

    A restart solved this problem. After restart the available space amount is correct.

  • K1 -- CAPS LOCK not working after BIOS flash

    My K1 had to be shipped back to Lenovo for BIOS failure and upon getting the unit back I've noticed the Android keyboard is different, and won't accept a caps lock instruction (?). What's up?
    Product = K1 IDEAPAD / Born = September 16, 2011 / Sex = Android 3.1 / Skill with Android = None / Skill with Wi-Fi = None
    Solved!
    Go to Solution.

    SOLVED! The technicians apparently switched my keyboard to the Lenovo version I don't like it AT ALL! Horrible keyboard. As for the correct time, I had to go in and reset my TIME ZONE. Problems solved.
    Product = K1 IDEAPAD / Born = September 16, 2011 / Sex = Android 3.1 / Skill with Android = None / Skill with Wi-Fi = None

  • Caps lock not respected after special characters

    I often use the "^^" smiley when messaging people, and I've noticed that this can make the caps lock go wonky. Let me give an example:
    If I type "^^" followed by enter (newline), then the caps lock automatically engages (the shift glows white), but when I type, the letter typed is lowercase. I either have to backspace and try again (the bug seems to resolve itself), or un- and re-engage the caps lock before typing.
    Either way it's annoying.
    Is it just my iPhone (I should re-install), or is it a bug with the software (Apple should fix it)?
    Thanks in advance for your help.

    SOLVED! The technicians apparently switched my keyboard to the Lenovo version I don't like it AT ALL! Horrible keyboard. As for the correct time, I had to go in and reset my TIME ZONE. Problems solved.
    Product = K1 IDEAPAD / Born = September 16, 2011 / Sex = Android 3.1 / Skill with Android = None / Skill with Wi-Fi = None

  • Memory does not get released after encrypting/ decrypting files.

    I am using javax.crypto package to encypt/decrypt files but the problem is that once a big file (around 100- 700 mb) is encrypted there is spike in memory of 70 Mb (first time) and whole of this memory is not released after execution is finished. I have kept my application run for days but this memory do not come down.
    Interesting thing is if I encrpyt/ decrypt the same file again and again the memory do not rise by 70 Mb, but for first 3-4 iterations 5-8 Mb of memory is released in each iteration and after that memory starts increasing again in chunk of 2-5 Mb and after few iteration some memory get released but in all the memory always increases. The code to encrypt file is simple
    Cipher c = Cipher.getInstance("AES/CBC/PKCS5Padding");
    byte[] salt = generateRandomBytes(16);
    Rfc2898DeriveBytes rfc = new Rfc2898DeriveBytes("123456", salt, 1000);
    SecretKey key = new SecretKeySpec(rfc.getBytes(32), "AES");
    c.init(Cipher.ENCRYPT_MODE, key );
    FileOutputStream fos = new FileOutputStream(encryptedFile);
    CipherOutputStream cos = new CipherOutputStream(fos);
    FileInputStream fis = new FileInputStream(largeInputFile);
    int len = 0;
    byte[] buf = new byte[1024 * 128];
    while((len = fis.read(buf)) != -1) {
       cos.write(buf, 0, len);
    cos.close();
    fis.close();
    This is simple observation I have seen in my program:
    I am using Windows 7 64 bit with 16 GB RAM Intel Core 2 Duo 3.00 GHz and file encrypted was 700 MB size
    Explanation
    Memory Usage (As shown in Windows Task Manager Private Working Set column)
    When program starts
    9924 K
    After first iteration of encryption
    81,180 K
    Second Iteration
    78,254 K
    3 Iteration
    74,614 K
    4 Iteration
    69,523 K
    5 Iteration
    72,256 K
    6 Iteration
    70,152 K
    7 Iteration
    83,327 K
    8 Iteration
    85,613 K
    9 Iteration
    95,124 K
    10 Iteration
    92,698 K
    11 Iteration
    94,670 K
    I kept the iteration on for 2000 iteration, the same pattern was observed and at the end memory usage 184,951 K, this memory was not released after calling System.gc() also.
    What could be the possible problem, is it the CipherOutputStream or Cipher class having some memory leak or I am doing something wrong here?

    ash wrote:
    We are using WebLogic Server 7.0 runing on Solaris 2.7.
    We are experiencing a problem where the memory does not seem to be released after
    the application has been shut down.What do you mean by "application has been shut down"? Is the server
    process running or not? Is it a zombie?
    The
    Unix 'top' command reports that memory has not been reclaimed by the O/S. What exactly has it reported? If the process is gone, then I'm pretty
    sure your O/S has reclaimed the memory. What exactly are you looking at
    in top?
    -- Rob
    > Continue
    restarting it will forces us to reboot the server as there will be more and more
    memory lost when restarting the WebLogic.
    Advice to fix the problem is much appreciated. Thanks.

  • Temp CLOB tablespace not released - Returning CLOB from SP

    I'm trying to call a stored procedure from a .NET application that returns a CLOB as an OUT parameter. The problem that we are experiencing the tablespace allocation from the temporary clob created in the stored procedure is not released after the stored procedure is finished executing. Here is an extract of the code we use to create the CLOB
    DBMS_LOB.createTemporary(TempCLOB, FALSE, DBMS_LOB.CALL);
    XMLDOM.writeToClob(xmlDocumentNode, TempCLOB); --write the xml results to the clob
    Then the TempCLOB is returned to .NET as an OUT parameter. After the procedure is executed the lob locators in v$temporary_lobs rise by one for each execution of the stored procedure. We've tried using DBMS_LOB.freetemporary(TempCLOB) but the CLOB variable is returned to .NET as null.
    Anyone have any ideas of how to properly dispose of the temp CLOB?

    > Anyone have any ideas of how to properly dispose of the temp CLOB?
    Using DBMS_LOB.FreeTemporary() after the temp CLOB has been used..
    Have the .NET client call this PL/SQL API call when it is done with the CLOB. Remember that what is passed to the .NET client is a pointer to the temp CLOB - not the temp CLOB itself. Therefore if you release the CLOB and then pass the pointer to the client, that pointer refers to nothing.
    The client uses this pointer to access bits and pieces of the CLOB (in temp space on the Oracle Server). When the client is done, it is only good manners on the client's part to inform the server that it is done with that server resource and that it can be released.
    Ditto with ref cursors.

  • Server Does not start after backup complition

    Dear All,
    We are facing following problem some times after backup completion.
    Our Setup is : SAP ECC 6, Oracle 10g, HP-UX 11.31.
    We are scheduling the whole database offline + archive log backup during night.
    After completion of backup the SAP does not start. I have checked the following things.
    1. Database is started : OK.
    2. SAP related services at O/S level : OK
    3. Listener is OK
    4. No startup log generated related to SAP
    But I am not able to connect to SAP thru SAP GUI.
    If I tried to start SAP using startsap it will not respond for long time. Even I have tried to startsap after shutting down database, kill all SAP related services at O/S level. But startsap doesn't respond.
    When I restart the server, after that I am able to start SAP.
    Is there any memory fragmentation related problem ?
    Before some time same thing is happened with our production server, but at that time I have deleted Archivelog files manually before tacking backup. In this case if I take backup "whole database offline + archive log " then server doesn't start. At that time also I have to restart the server. So the Problem is identified.
    But in this case i.e on our Quality Server not able to trace out problem.
    Thanks in Advance,
    Nirav

    Hi,
    Yes the problem is related to memory. I think during the backup  memory is allocated but not release after completion of database backup.
    in case of archive log backup what option your are using means are you using save and delete option  or other.
    In the case of the production server archive log backup you to use to the option  save and delete.
    Please also check wheather core file getting gernerated should be deleted frquently from work folder.
    Thanks & Regards,
    Vidyadhar K

Maybe you are looking for