How to check if export is still running

Hello,
I am using Oracle 9.2.0.4.0 on unix(AIX 4.3)
I am running an export of a table that has 1000838 rows and it started about 5 hours back, and now I do see a .dmp file but the export log in still not complete.
It still says exporting table ...........
Now, my question is how can I verify if this export is still running or if the export is done but just the log in incomplete ??
Thanks

You can check it so:
SIGEP2_PROD>r
  1* select username, program from v$session
USERNAME                       PROGRAM
                               ORACLE.EXE
                               ORACLE.EXE
                               ORACLE.EXE
                               ORACLE.EXE
                               ORACLE.EXE
                               ORACLE.EXE
                               ORACLE.EXE
SYS                            sqlplusw.exe
MIC1_001                       sqlplus.exe
DATA_ENTRY_P                   EXP.EXE
10 rows selected.
SIGEP2_PROD>
DATA_ENTRY_P EXP.EXE
Joel Pérez
http://otn.oracle.com/experts

Similar Messages

  • Any way to tell if an Oracle 9i export is still running?

    I got an Oracle export that's been running for almost 1 days now.
    The export file shows a modification time of 3 am this morning and does not appear to be growing.
    The log file does not show any errors.
    I think it's stuck and I need to restart it.
    Any way to definitely know if the export is still running?
    Thanks,
    Nik

    select * from v$session where status = 'ACTIVE' and program like %exp%;
    Get the information of the session,put some tracing on it to see what exp is actually doing.
    How To Trace And Produce TKPROF Output For Traditional Export (EXP)/Import (IMP) Performance Issue (Doc ID 1154365.1)
    Trace Option In Traditional Export and Import (Doc ID 271782.1)

  • How to check if the RMI is running from Applet?

    I want to check if the RMI at a particular machine is running. I am planning to set-up four RMI servers in four different locations. If one fails, I would like the client to look-up for an other RMI at a different location. To do this effectively, I would like to check if the RMI is running. I would run a thread and check if the RMI is running. Second, at every call of the function at the RMI, I will check if the connection is live.
    Can someone suggest me a good method?
    Thanks
    subbu

    Sounds to me like a bit of overkill, but here's how you might do it:
    1. Set up a round-robin lookup chain. In other words. have the client do its RMI look up calls on a list of possible servers.
    2. To always be ready to failover to another server, you should check for RemoteExceptions. This should trigger your code to go into recovery. (You have to trap these exceptions on every remote method invocation anyhow.)

  • How to finds applications that are still running?

    How do I find applications that are running on my computer?  I can't install a new version of Google Drive because I get the message that this application is open.  When I bring up the panel to do a force quit I do not see that application listed.  Once I find the app running how do I quit it?
    Thanks for any tips.
    Bryan

    Use Activity Monitor (in /Applications/Utilities). After opening it, go to View menu (on the menu bar) > All Processes, and quit the processes related to the apps that the installer needs.
    Another way is to start up in safe mode by holding the Shift key while your Mac is starting. This allows you to install any application without any problem, as no third-party apps are running

  • How to check if ABAP program is running in another instance?

    Hey Guys,
    I need to ensure that a given ABAP program is only running in one instance.
    Here is what I tried so far:
    1) FM TH_WPINFO
    The problem with this is that the Z (custom) program calls lot of SAP function modules and when inside those, the WP_REPORT field of WPLIST table has something else and not the Z program name.
    2) FM ENQUEUE_ESINDX
    When I used the code below the following happened:
    -The First instance runs fine
    -The Second instance fails in the locking and exits the way it is supposed to but then
    -If I run the program the Third time, it runs with a succesful lock - probably because the after second instance the lock was cleared???
    CALL FUNCTION 'ENQUEUE_ESINDX'
        EXPORTING
         MODE_INDX            = 'E'
         MANDT                = SY-MANDT
         RELID                = 'ZZ'
         SRTFD                = PROGRAM
    *     SRTF2                =
    *     X_RELID              = ' '
    *     X_SRTFD              = ' '
    *     X_SRTF2              = ' '
    *     _SCOPE               = '2'
    *     _WAIT                = ' '
    *     _COLLECT             = ' '
        EXCEPTIONS
          FOREIGN_LOCK         = 1
          SYSTEM_FAILURE       = 2
          OTHERS               = 3.
    Any other idea, how I could accomplish this?
    Thanks a lot,
    Viktor

    -----> Include this perform in Initalization or in Start-of-Selection screen event.
    *&      Form  LOCK_CURRENT_INSTANCE
    * Perform to lock the current instance of the
    * program, so that only one
    * instance can be runned at a given time.
    FORM lock_current_instance .
    *---FM to lock the current instance of the program
        CALL FUNCTION 'ENQUEUE_E_TRDIR'
          EXPORTING
            mode_trdir     = abap_true
            name           = sy-repid
          EXCEPTIONS
            foreign_lock   = 1
            system_failure = 2
            OTHERS         = 3.
        IF sy-subrc <> 0.
          IF sy-batch = abap_true.
            MESSAGE e016 WITH 'Already one Instance of the Program is Running'.
          ELSE.
            MESSAGE s016 WITH 'Already one Instance of the Program is Running' DISPLAY LIKE 'E' .
            LEAVE LIST-PROCESSING.
          ENDIF.
        ENDIF.
    ENDFORM.                    " LOCK_CURRENT_INSTANCE
    ---->and include this perform as a last perform in End-of-Selection screen event.
    *&      Form  UNLOCK_CURRENT_INSTANCE
    * This perform is used to unlock the instance of the
    * running program
    FORM unlock_current_instance .
    *---FM to release the lock on the running program
      CALL FUNCTION 'DEQUEUE_E_TRDIR'
        EXPORTING
          mode_trdir = abap_true
          name       = sy-repid.
    ENDFORM.                    " UNLOCK_CURRENT_INSTANCE

  • How to check the query, which had run how many times in a year?

    <Moderator Message: ok, subject is better now but you didn't search at all. Therefore thread is locked again>
    Hi All,
    I want to check the Query statistics like it had run how many times in a year?
    Regards,
    Kiran
    Edited by: Siegfried Szameitat on Dec 9, 2008 11:55 AM

    Hi Kiran,
    please follow the below steps
    1. Create a query for that purpose
    2. Make use of BW Statistic InfoProvider 0BWTC_C02
    3. in Col: Key Figure:0TCTNAVCTR
    4. in Row: 0TCTQUERY (select a variable 0TCTQUYS)
    5. in Filter: BW System( 0TCTSYSID) [give yr source system name whether its production/quality)
    6. in Free char you can give calmonth/year  or user if want to do so.
    save and execute the query
    you will be asked for input the query name
    As output you will be getting count (as many times query is hit by all users since the time it was created)
    if you give date and user name then it will display the count accordingly.
    Hope it Clarifies you.
    Thanks & Regards
    Nagaraju.V

  • How to check if  web application already running?

    Is it any way to check, if a web application is already running on clients computer.  In other words how to prevent users to opens second instance of the same running application??

    Not sure what you mean.
    The application (scope) only runs once.  A user cannot force another application scope to open up, ColdFusion controls this.  If no request is made within the timespan set for the application timeout, then the next request fires off the onApplicationStar() BIF automatically before the request BIFs are executed.
    If you mean that you don't want them to have more than 1 browser open to the same website, I'm not sure that's going to cause any issues; as what was said before, the web is stateless.  ie:
    If I open Chrome, and in Tab 1 I goto home.cfm and in Tab 2 I goto home.cfm the to ColdFusion, it basically sees 2 requests to home.cfm made from (in essence) the same person (even though it doesn't know that until you implement some form of user tracking).
    But even if a person logs into a website, the session data is shared for the browser or session (depending in how your sessions are setup)  So even if he logs in on Tab 1, the next time he goes anywhere in Tab 2, it'll be when he's logged in.  The 2 tabs share the same session data.

  • How to check a Applicatio​n/Process Running using Labwindows

    Hi,
    How can I check whether a Process or an Application is running or not using CVI?
    I used to try this in Labview, and for check App, this is a VI in NI's website. But I have no idear about using CVI to do this.
    And also, how can I check whether a folder is open or using? Because I want to rename foder in my code, if it's open(maybe some file in the folder are open), the rename action will go wrong.
    Thanks in advance
    Solved!
    Go to Solution.

    Maybe you can use some command in windows (provided by Microsoft) to get the tasks in task mgr.
    I have searched for you and think the task list command can meet your requirement. Have a try...
    http://www.microsoft.com/resources/documentation/w​indows/xp/all/proddocs/en-us/tasklist.mspx?mfr=tru​...
    Li Yi

  • How to create and export a still frame from a movie in iMovie 09

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information below at your own discretion.
    Are you working in iMovie and realize that certain frames in the movie would be perfect as photographs? Here is how to extract them...
    *To get a still frame from an Event*, right-click on the frame and select "Add Still Frame to Project". The still will be added to the end of the current project. Right click on the still frame in the project and select "Reveal in Finder". You will see a jpeg file that is highlighted. Drag this jpeg file in the finder to the iPhoto icon on your dock.
    *If you want a still from a project*, rather than an event, the process is similar, except you right-click on the frame and select "Add Freeze Frame", and it adds the freeze frame at the end of the clip rather than at the end of the project. Right-click/reveal in Finder, drag JPEG to iPhoto icon in dock.
    *If you are not using iPhoto*, and just want to save to your desktop, click Reveal in Finder as above, then COPY, then PASTE to desktop.
    Hint: If you do not want to clutter up your iMovie Project with stills at the end that you would have to go back and delete, then create a separate iMovie Project just for your stills, and follow the instructions for capturing stills from an Event.
    Note: If you do not have a right mouse button, then control-click will work instead of right-click.
    This is the 1st version of this tip. It was submitted on Dec 5, 2009 by AppleMan1958.
    Do you want to provide feedback on this User Contributed Tip or contribute your own? If you have achieved Level 2 status, visit the User Tips Library Contributions forum for more information.

    First, click iMovie/About and see which version you have.
    Versoon 9.0.2 would be iMovie 11.
    Follow the instructions [in this post|http://discussions.apple.com/message.jspa?messageID=13065602#13065602]
    If you have Version 8.0.6, that is iMovie 09 and you should see the Reveal In Finder option.

  • How to check that your FM is running from WS?

    Hi gurus!
    Are there any reliable methods to find out that your RFC FM is running from WebService?
    Thanks in advance.

    Hi,
    /sap/bc/soap/rfc  is the WAS 6.20 URL for module functions called as web services.
    Even if it still works, it is now considered as completely obsolete.
    Each web service has now its own URL under /sap/bc/srt/rfc/
    Regards,
    Olivier

  • How to check if document is still open

    I have the following problem with Adobe Acrobat Standard 9:
    I have a Java Applet that uses Adobe Acrobat to present documents to the user. The user is able to edit and save the document. When the user closes the document the document is stored in a database and therefore I somehow have to listen for when the document is closed to determine when to save the docuent in the database.
    The "listener" is implemented in a thread that executes every 500 ms. I use a product called Java2COM (NevaObject Technology) to communicate with the Adobe Object-model in Windows. The code to determine if the document is still open has this implementation:
    private boolean isValid() {
         synchronized (READ) {
              if (mDoc == 0) { //mDoc is the document registered in the COMIGlobalInterfaceTable
                   return false;
         boolean valid = false;
         COMIDispatch document = new COMIDispatch();
         COMDispParams params = null;
         COMVariant ans = null;
         try {
              COMIGlobalInterfaceTable.GetInterface(mDoc, document);
              params = new COMDispParams();
              ans = new COMVariant();
              COMExcepInfo exc = new COMExcepInfo();
              document.Invoke("IsValid",
                   COMIDispatch.LOCALE_SYSTEM_DEFAULT,
                   COMIDispatch.DISPATCH_METHOD,
                   params, ans, exc);
              valid = ans.asBoolean();
              } catch (COMException e) {
                   valid = !COM.isComAppAvslutad(e.hresult().getValue());
              } finally {
                   clear(params);
                   clear(ans);
                   release(document);
              return valid;
    A big part of the problem is that I have not managed to reproduce the problem in test mode... the problem occurs (so far) only in production mode.
    Most part of the code above is Java2COM-specific so my main question is this: Is using the method 'IsValid' in Acrobat's COM/OLE-api the correct way to check if a document is open/showed in Adobe Acrobat?

    Yes, but my problem is that I don't know at what point the user closes the document. For example:
    The user creates a new document (pdf) in my Java Applet.
    The Java Applet launches Acrobat Standard which presents a document to the user.
    The user edits the document, saves and then closes the document.
    The document is now to be stored in a document database... and therefore I have to somehow "listen" for when the document has been closed, I can't store it in the database before it has been properly closed.
    So what I do (or try to do) is ask Acrobat Standard if the document is still open in Acrobat Standard by calling its method IsValid in the COM-api. This is done in a thread that executes every 500 ms.
    There may be better ways to achieve this so any suggestion is appreciated.

  • How to check which apps are currently running? C3

    Anybody out there...When there is not enough memory to open a new app it gives you the opportunity to stop currently running background apps.  Is there a way to check and/or stop apps before you run out of memory?
    Phone: C3
    Thanks

    unfortunately there is no way to launch that "task killing" app from anywhere from the phone, it just starts itself when you run out resources.

  • How to check the OEM  agent is running or not

    Hi ,
    My OEM agent is keep on going down, I would like to receive an alert, when my agent is down.
    My Versions are "Oracle Enterprise Manager Cloud Control 12c Release 2"
    Thanks
    Reddy

    See if this helps,
    How To Configure Notification Rules in 12C Enterprise Manager Cloud Control ? Doc ID 1368036.1
    Aman....

  • Re: How to create and export a still frame from a movie in iMovie 09

    The tip above is ready to be posted.

    First, click iMovie/About and see which version you have.
    Versoon 9.0.2 would be iMovie 11.
    Follow the instructions [in this post|http://discussions.apple.com/message.jspa?messageID=13065602#13065602]
    If you have Version 8.0.6, that is iMovie 09 and you should see the Reveal In Finder option.

  • How to check program is running or not

    Hi,
    Is it possible to check whether a program is running or not?
    I know when you try to compile a package which is running, oracle does not allow you compile it, it hangs. That is, somehow, Oracle knows the program is running. How can we check this information?
    Suppose procedure below. If i ran it in one session, how can check that procedure p is running in other session?
    I searched the forum. There is one( checking if a package procedure is already running ) thread but noone has replied.
    Thanks....
    SQL> DROP TABLE T;
    Table dropped
    SQL> CREATE TABLE T AS SELECT DUMMY D FROM DUAL;
    Table created
    SQL> CREATE OR REPLACE PROCEDURE p IS
      2    s VARCHAR2(12);
      3  BEGIN
      4    SELECT d INTO s FROM t;
      5    LOOP
      6      EXIT WHEN s = 'Y';
      7      SELECT d INTO s FROM t;
      8    END LOOP;
      9  END p;
    10  /
    Procedure created
    SQL> exec p;

    I found the answer from another thread.( Package Compilation Hangs )
    Answer is : http://www.ixora.com.au/scripts/sql/executing_packages.sql

Maybe you are looking for