Can AME job be paused across sessions?

Can I pause a job, exit AME, even reboot, and restart AME to continue the job?
It seems that I can't do that as the job will failed by user interruption, even though there is no warning on exit.
Thanks!

No. I don't think so and definitely not across reboots.The reason is the temp files used by AME that will be lost when rebooting.

Similar Messages

  • Global Variables across sessions in PL/SQL package Specification

    Hi,
    Is there a way I can share a variable value across sessions that doesnot affect by Commit/rollback.
    The value would be set by one session and is visible across sessions, until it is set to another value by another/same session, and the new value is visible across.

    V$Session is not granted to the user executing this. So, had to go with the context. Finally could resolve with the following code.
    Run by DBA
    create or replace context ctx1 using USER_procowner.pkg_global accessed globally;
    grant execute on dbms_session to USER_procowner;
    Run by user_procowner
    create or replace package user_procowner.pkg_global AS
    procedure set_lock(in_val IN VARCHAR2);
    Function get_lock RETURN VARCHAR2;
    end pkg_global;
    create or replace package body user_procowner.pkg_global AS
    procedure set_lock(in_val IN VARCHAR2) IS
    begin
    dbms_session.set_context('ctx1','var1',in_val);
    end;
    Function get_lock RETURN VARCHAR2 IS
    begin
    return (Sys_context('ctx1','var1'));
    end;
    end pkg_global;
    grant execute on pkg_global to user_procuser;
    exec user_procowner.pkg_global.set_lock('Y')
    select user_procowner.pkg_global.get_lock Lock from dual;
    LOCK
    Y
    exec user_procowner.pkg_global.set_lock('N')
    select user_procowner.pkg_global.get_lock Lock from dual;
    LOCK
    N
    The current value of var1 is visible across sessions using user_procowner.pkg_global.get_lock.
    Thanks to all contributors.

  • The "Pin as app tab" produces tabs that do not persist across sessions. I have this problem on two installations, and it's really annoying (since the Permatab Mod no longer works in Ff4). Can you offer any assistance?

    The "Pin as app tab" produces tabs that do not persist across sessions. I have this problem on two installations (PC and laptop, both running Win7), and it's really annoying (since the Permatab Mod no longer works in Ff4). Can you offer any assistance?

    App tabs and Tab Groups (Panorama) are stored as part of the session data in the file sessionstore.js in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder]
    * http://kb.mozillazine.org/Session_Restore
    Make sure that you do not use [[Clear Recent History]] to clear the "Browsing History"

  • Persist Table selection Across Sessions

    Hi,
    JDev 11.1.1.5.0
    I've an use case on 'Persisting Table selection Across Sessions'.
    I've a three regions in a page.
    Region1 contain three structure with around 6 levels.User can select required nodes from the tree.
    Then click on Update cmd button. Now Region 2 & Region 3 will be refreshed on Update cmd button
    click.
    Region2 lists metadata info of all the selected nodes in a table format.
    Region3 contains some statistic information.
    Conclusion:
    Region1 - Tree structure
    Region2 - Table Structure
    Region3 - Statistics form
    So far, I've achieved this. Now User can select rows from the table in region2 and then click on
    Save cmd button.
    I Need to save selected rows accross the sessions.
    Usecase perpose:
    The table contains very huge content. User might not able to complete his job on one day. So user
    want to save his selection and save for today then continue with same tomorrow also.
    At the end, selection list going to patch process.
    I tried my level best to explain my usecase.
    Please let me know, if you have any suggestion to achieve my usecase.
    Thanks,
    Samba.

    Hi Akash,
    Thanks for your quick response.
    I've doubt on your suggestion. Please correct me, if my understanding is correct. I need to add one more column in the DB table for selection status.
    Here my doubt is: How can I handle the scenario, if the same row is selected by more than one user?
    can I create a separate table with below details
    Name:(PK)
    Table content references CLOB: List of all Primary Keys of selected rows.
    It seems to be completely programmatic approach. Looking for best option similar to 'Saved Search' functionality.
    -Samba.

  • Persist saved query across sessions

    I have an Query Panel with Table, built from a View Object. The panel has a "Save" button that allows users to save queries, but it works only for a single session. Is it possible to make it work across sessions?
    I'm using JDeveloper 11.1.1.5.0

    Yes you can save it across sessions - for this you'll need to enable MDS on your system.
    http://andrejusb.blogspot.com/2009/09/persisting-query-criteria-results.html

  • Objects spanning across sessions in 9i

    Hi!
    As I know, for 8i, you cannot have a Java class objects which could span across sessions. How about 9i?
    Is there any way to use an object across different sessions?
    In our application 'the object' contains our metadata information and is created by loading from an XML file. The object itself is quite big and if we are going to create it for each session we'll have a huge memory overhead.
    Thanks, Nick

    Nick:
    You might want to try creating a GLOBAL TEMPORARY TABLE for 'the object' and have the XML tagged to it. Presumably, you could then have your Java class object reference 'the object'.
    Check out the Oarcel 8i Application Developer's Guide for syntax info on GLOBAL TEMPORARY TABLE. This table can be created either session wise or transaction wise.
    Hope this helps.
    -- Prasenjit.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Nicolae Nedelcu ([email protected]):
    Hi!
    As I know, for 8i, you cannot have a Java class objects which could span across sessions. How about 9i?
    Is there any way to use an object across different sessions?
    In our application 'the object' contains our metadata information and is created by loading from an XML file. The object itself is quite big and if we are going to create it for each session we'll have a huge memory overhead.
    Thanks, Nick<HR></BLOCKQUOTE>
    null

  • I'd like the MRU Tab history to be preserved across sessions.

    Most Recently Used (MRU) tab history used to be preserved across sessions, if my memory serves, so reopening a session was almost like you hadn't left it. Now with hundreds of tabs its hard to pick back up and proceed as if uninterrupted. The loss of MRU tab history is a tremendous reduction in usefulness.
    Is there any hope this will be restored?
    Is there anything to do to increase the chances of it being restored?
    Are there any extensions that will restore the MRU tab history form the pression session when a session is reopened?

    Current Firefox versions only store a maximum of 10 entries of tab back history as part of stored session data in the sessionstore.js file.
    So you lose tab back history beyond those ten entries when you use "Show my windows and tabs from last time" to restore open tabs on the next start.
    The default is 10 and a value of -1 will disable this maximum and allows to keep all back history entries.
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config
    See the description of pref(s) in this file (open via the location bar):
    * resource:///defaults/pref/firefox.js
    <pre><nowiki>// number of back button session history entries to restore (-1 = all of them)
    pref("browser.sessionstore.max_serialize_back", 10);
    // number of forward button session history entries to restore (-1 = all of them)
    pref("browser.sessionstore.max_serialize_forward", -1);</nowiki></pre>

  • How can I read a form using session in javaServerlet?(thanks)

    How can I read a form using session in javaServerlet?(thanks)

    you can not. You get the form entries through the request object.

  • I am trying to update my iPod but I can't until I sync it. However when i try to sync it a message pops up and says "Blythes iPod" can not be synced because a session can not be started with this device. What do I do? Help!

    I am trying to update my iPod but I can't until I sync it. However when i try to sync it a message pops up and says "Blythes iPod" can not be synced because a session can not be started with this device. What do I do? Help!

    https://support.apple.com/kb/TS1567
    Ah, it has been mentioned daily esp since iOS 5 / iTunes 10.5 but has always been there as an issue.
    Order of attempts:
    Repair the installers
    Uninstall EVERY Apple component (auto and manual)
    Services: Restart all 3 Apple items (AMS, Bonjour, iPod)
    I* always do the last almost, then launch iTunes, and only then connect iPod.
    IF you see a yellow alert in Devices and Printers or in Device Manager, then I could find NO WAY to fix or repair other than a clean OS. Something messed up the device driver support.
    If/when Windows asks "what to do when it detects iPod"? don't chose any default action, to me, based on hunch and 3 PCs, that seems to mess AMS up for some reason.
    Tried with Windows 7 64-bit Pro and Home Premium, and also Deve Preview 8 (which other than the inability to update iOS to 5.0 seems to run better -- except when it comes to AMS thing! so seems Apple is not on the same page writitng drivers.

  • How can I find the "pause" in my iphone 3GS, How can I find the "pause" in my iphone 3GS

    How can I find the "pause" in my iphone 3GS; I'd like to get an automatic voip connection.
    Thank s a lot
    epatsio

    If your iPhone has been jailbroken there is nothing that can be done to help you...the Terms of Use of these discussions prohibit giving any assistance with hacked or jailbroken equipment.  Apple will do nothing to help with the iPhone.

  • My One to One activation code said it is not valid. How do I fix this so I can sign up for my first session?

    My One to One activation code said it is not valid. How do I fix this so I can sign up for my first session?

    Thanks JoeyR.   I didn't realize the One to One sessions are now online.
    The "activation code" threw me.  I took the One to One classes 4 years ago.  All I did was sign up in the store and the sessions started the following week inside the Apple Store.  Times have changed I see.

  • How can I have a stronger Facetime session?

    How can I have a stronger Facetime session between my Macbook and an iPhone?
    The calls seem to have a delay/latency. What would improve this?
    Is 4g the fastest mode available?
    Would using a cellular data plan work?
    Would having my own personal hotspot device help?
    Would Skype be a better choice? If so, why?
    Thanks

    Is 4g the fastest mode available?
    For which device?  Phone or computer?
    Would using a cellular data plan work?
    The phone is already using that.
    Would having my own personal hotspot device help?
    For which device?  Phone or computer?
    Would Skype be a better choice? If so, why?
    Try it and find out.

  • Can I avoid having "Restore Previous Session" box when launching?

    After opening Firefox and then closing it normally (with the red X or using File | Exit), then the next time I open Firefox there is a blue window in the lower middle of the screen to "Restore Previous Session." What if I don't want that window there? There was no fault, no crash of any kind. I've disabled the "restore session after crash" but that didn't help.
    I do want the browser to remember my browsing history to help fill in the address bar.

    Firefox 4 saves the previous session automatically, so there is no longer need for the dialog asking if you want to save the current session.<br />
    Use "File > Exit" or "Firefox > Exit" if you want to restore multiple windows.<br />
    You can use "Firefox > History > Restore Previous Session" to get the previous session at any time.<br />
    There is also a "Restore Previous Session" button on the default <b>about:home</b> Home page.<br />
    Firefox 4 uses a new build-in home page called about:home
    That about:home page only shows some snippets and has a button to restore the previous session if applicable.
    If you want a home page without the Restore Previous Session then set another page as the home page like www.google.com or www.google.com/firefox used in Firefox 3 versions.

  • Can I execute "Alter System Disconnect Session" in a OLE VB Script?

    Will this work? If not - How to do it?
    The speadsheet contains a list of sid's and serial#. I want to highlight a cell containing a username, then run the kill session macro on it.
    Sub Kill_Session()
    Dim KillStatement As Object
    DBPassword = "uuuu/pppppppp"
    DatabaseName = "dddd"
    Set objSession = CreateObject("OracleInProcServer.XOraSession")
    Set objdatabase = objSession.opendatabase(DatabaseName, DBPassword, 0&)
    objdatabase.Parameters.Add "SERIAL", 0, 2
    objdatabase.Parameters("SERIAL").ServerType = 1
    objdatabase.Parameters.Add "SID", 0, 2
    objdatabase.Parameters("SID").ServerType = 1
    Inputdata = ActiveCell.Value
    RowNo = ActiveCell.Row
    objdatabase.Parameters("SERIAL").Value = Worksheets("Sheet1").Cells(RowNo, 13)
    objdatabase.Parameters("SID").Value = Worksheets("Sheet1").Cells(RowNo, 12)
    Set OraSqlStmt = objdatabase.CreateSQL("ALTER SYSTEM DISCONNECT SESSION ':SID, :SERIAL' IMMEDIATE;", 0&)
    MsgBox objdatabase.Parameters("SID").Value
    MsgBox objdatabase.Parameters("SERIAL").Value
    objdatabase.Parameters.Remove ("SERIAL")
    objdatabase.Parameters.Remove ("SID")
    End Sub

    on 10gR1/10gR2, you can not use
    ALTER SYSTEM KILL SESSION ‘115,9779,@1';that start from 11gR1
    Only
    * For integer1, specify the value of the SID column.
    * For integer2, specify the value of the SERIAL# column.
    ALTER SYSTEM KILL SESSION ‘115,9779';http://download.oracle.com/docs/cd/B14117_01/server.101/b10759/statements_2013.htm#SQLRF00902
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_2013.htm#SQLRF00902
    You may use crontab to help ....
    Example about blocking (SID):
    select 'ALTER SYSTEM KILL SESSION ''' ||sid||','||serial#|| ''' IMMEDIATE;' from gv$session s where sid in (
    select distinct(l1.sid) from
    gv$lock l1, gv$lock l2
    where l1.block = 1 and l2.request > 0
    and l1.id1=l2.id1
    and l1.id2=l2.id2
    ) AND INST_ID = (select INSTANCE_NUMBER from v$instance )and ....
    Good Luck

  • Can you just sync playlists across 2 macs with identical libraries

    can you just sync playlists across 2 macs with identical libraries. i have done a carbon copy of my home mac itunes library to a work mac.  i'll then switch itunes match on on the home mac, and i am assumign i won't need to redownload everything to my work mac.   my question is though, is it possibnle to use itunes match to just sync playlists as really i dont want to have to upload my contetn to the cloud as its nearly all not goign to be on itunes match in the cloud (obscure stuff).  so if i keep libraries in sync myself, can i jsut use match to sync my playlists?
    cheers

    No you can't. Match is an all or nothing service.
    However, depending on the size of your library and your upload speeds, you may be surprised at how quickly the match/upload process takes, and by the amount of stuff that does match.
    Depending on how big an issue the subscription fee is to you, it may be worth giving it a go. I use match mainly to keep my iTunes libraries in sync and it is the solution that I've been looking for for years.

Maybe you are looking for