How can I monitor Oracle StoredProcedure Running Progress

How can I monitor Oracle StoredProcedure Running Progress ?
Because My stored Procedure run a long time ,
How can I do by calling (parent) program?
To monitor the StoredProcedure run step ??
Thanks !
null

Franco Lin (guest) wrote:
: How can I monitor Oracle StoredProcedure Running Progress ?
: Because My stored Procedure run a long time ,
: How can I do by calling (parent) program?
: To monitor the StoredProcedure run step ??
: Thanks !
my approge
create pl proc
CREATE OR REPLACE PROCEDURE ASIDENTL(
P_NAME VARCHAR2 ,
P_ACTION VARCHAR2 )
IS
-- @(#) klema 99/06/22 init
/* Hint
as sys
grant select on sys.v_$session to public;
kot <user> app
grant execute on ASIDENTL to <user> ;
begin
sys.dbms_application_info.set_module( P_NAME, P_ACTION);
end asidentl;
snip for long run-code
for cc in c loop
n := n + 1;
asidentl( 'myProc'
, to_char( n )

Similar Messages

  • How can i stop oracle from running when my computer startup?

    hi,
    i guess the title explain it, i don't have much rams and when oracle run slow down the startup, i want to start it manualy, is that posible?
    thx in advance

    Here's a command line tool for working Windows Services. I wouldn't know exactly what to do b/c I don't have it installed on Windows. Good luck
    C:\tcpmon-1.0-bin\build>sc config
    Modifies a service entry in the registry and Service Database.
    SYNTAX:
    sc <server> config [service name] <option1> <option2>...
    CONFIG OPTIONS:
    NOTE: The option name includes the equal sign.
    type= <own|share|interact|kernel|filesys|rec|adapt>
    start= <boot|system|auto|demand|disabled>
    error= <normal|severe|critical|ignore>
    binPath= <BinaryPathName>
    group= <LoadOrderGroup>
    tag= <yes|no>
    depend= <Dependencies(separated by / (forward slash))>
    obj= <AccountName|ObjectName>
    DisplayName= <display name>
    password= <password>

  • I can't shut down my MacBook Pro.  I'm getting the following message: "The Finder can't quit because some operations are still in progress." How can I determine what is running?

    I can't shut down my MacBook Pro.  Each time I try, I get the following message: "The Finder can't quit because some operations are still in progress."  How can I determine what is running?

    Yea,
    I bought an original CRT iMac  two day's before  they were launched, which got the reseller into trouble, and had it replaced by APPLE.
    This was a great learning process for me dealing with the glitches. :-)
    I LOVE MAC. Now own 4 and on my 10th. in 15 years + 7  bought for family.
    Cheers,
    Tom

  • How can I monitoring the usage of an index in oracle 8i

    Dear Gurus,
    I known the Oracle 9i have this new feature "Identifying Unused Indexes" via ALTER INDEX MONITORING USAGE, but how can I monitoring the index usage in the Oracle 8i?
    Regars

    You can't in 8i. However you can look at the SQL Text in the SGA looking for anything that matches the table name that the index is for and then look at the explain plan for the selects and updates. Pain in the xxx to do but it should give you the information.

  • How can i install oracle 10g on linux cluster

    Dear all:
    please advice How can i install oracle 10g on linux cluster service ..
    thanks ,,

    Without RAC, you can only have one instance manage the database. One instance = one set of processes communicating via IPC.
    Unless you know of a way to have processes use memory-based IPC across nodes, you need to pick a node and install & run the database software on that node.

  • How can i start oracle databases? i am using Oracle 8.1.6 for linux.

    when i run dbstart,it gives me following message:
    Database "ora4cweb" warm started.
    but when i use sqlplus,it says:
    ORA-01034: ORACLE not available
    i made a mistake ,i shutdown my linux before i shutdown oracle databases,how can i start oracle databases now?thanks in advance.

    try it without the scripts...
    login to linux as oracle
    start server manager
    svrmgrl
    connect internal
    startup
    select sysdate from dual;if that works
    exitcheck listener
    lsnrctl
    statif nothing running type
    start
    exitnull

  • How can we transform a video from progressive to interlaced with final cut?

    How can we transform a video from progressive (720x1080 50p) to interlaced (PAL) with final cut pro???????
    The video is taken with Sony EX3

    Hi Nick
    Sorry but your first link says +"The file you are trying to access is temporarily unavailable."+ ... but tell me, are you viewing these interlaced encodes yourself on an interlaced monitor (eg are you burning them to disc and viewing on a TV) as they are meant to be seen, or are you just playing them back from file on your (progressive) computer display?
    By the way, I did manage to download your source file and encoded it here. Looks ok to me ... in a addition to the instruction above, I also changed the Field Dominance in the Encoder > Video Format tab to Top First (it defaulted to progressive due to the progressive source file).
    Let me know if that helps
    Andy

  • How can I monitor application errors?

    hi,
    How can i monitor and where in one place both the technical errors and application errors.
    for example , if i have File -> XI -> RFC
    and the RFC has errors where can i see this errors in one place?

    Hi Udi,
    The report RSALERTPROC does not need to run to deliver RWB alerts. These alerts are pushed directly to the receiver. Only if you want escalation processes or if you want to forward CCMS alerts to the Alert Mgmt. you need to schedule RSALERTPROC.
    From SP 14 on PMI-free alerting was introduced. That means before SP 14 one has to configure and activate the End-to-End Monitoring, and to schedule the report SXMSALERT_PROCESS_DATA_GET in order to extract the alerts from the PMI data. For SP 14 and higher, that's not longer necessary.
    If no alerts are being delivered, please check if "Suppress multiple alerts of this rule" is checked for your rule.
    For SP 14 and higher you could also have a look at the report sxmsalert_logreader. This report shows some information about alerts being created or not.
    You'll find more information about trouble shooting the alerting in SAP Note 913858.
    Also go thru these links:
    Alerts not getting triggered from Adapter Framework
    Alert  Configs...
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    Regards,
    Abhy

  • How can I get Oracle 8.0.5.1

    Hi,
    I have a trial version of Oracle 8.0.5.0 for Red Hat 5.2. How can
    I download Oracle 8.0.5.1?
    Thanks,
    Edmar
    null

    I am not sure if u can patch it, I understand that in 8051 there
    is some additional features or packages. What I will do (or try,
    not sure if this work.)is down load the whole 8051, run the
    installer, let the installer tell me what my current system
    contain, and what the new package have and then install the
    additional package. Of course I will have to backup my db first.
    John Salvo (guest) wrote:
    : Can u patch from pre-production 8.0.5 to 8.0.5.1?
    : Nathan Phan (guest) wrote:
    : : technet.oracle.com
    : : Edmar Catunda (guest) wrote:
    : : : Hi,
    : : : I have a trial version of Oracle 8.0.5.0 for Red Hat 5.2.
    How
    : : can
    : : : I download Oracle 8.0.5.1?
    : : : Thanks,
    : : : Edmar
    null

  • How can i migrate oracle database  data to DB2 database

    Hi
    how can i migrate oracle database data to db2 database.
    can anyone provide me solution.

    BTW why do you want to migrate oracle database data to db2 database? Any specific project requirement like Parallel run with Oracle database (e.g data replication)? Or any other issues - Cost? Manageability? Availability? Business requirements?
    Do you need to do a day-to-day data transfer or it is for permanent migration?

  • How Can I Copy Oracle Directories

    How Can I Copy Oracle Directories to other database version (9i to 10g) with grants?
    If somebody could gave me suggestions.
    Rgds,
    Rha

    To get the script for all directories created in database
    SELECT DBMS_METADATA.GET_DDL('DIRECTORY',DIRECTORY_NAME) FROM DBA_DIRECTORIES;
    and to get the script for the Privileges on the above listed directories
    select 'GRANT ' || PRIVILEGE || ' ON ' || TABLE_NAME || ' TO ' || GRANTEE || ';'
    FROM DBA_TAB_PRIVS
    WHERE TABLE_NAME IN (SELECT DIRECTORY_NAME FROM DBA_DIRECTORIES);
    Then these scripts can be run wherever required
    Regards

  • How can I get oracle.dms.* API  Javadoc

    Hi, every Oracle system expert,
    I am going to developing a servlet to get the all the performance matrics from the AggreSpy(a per-packeged servlet in Oracle9iAS).
    Is any one know how can I get oracle.dms.* package, How can get dms API.
    dms - dynamic monitoring service is a monitoring framwork of the Oracle9iAS.
    I have search everywhere on the Oracle web site, still cannot found. but I haven't install Oracle9iAS yet.
    Does it should be somewhere in the Oracle_home/lib
    Thanks in advance!
    Ely

    Ely,\\why don't you ask this question in one of the Oracle Application Server forums ?
    Frank

  • How can i config Oracle Services for Microsoft Transaction Server in  9.2

    how can i config Oracle Services for Microsoft Transaction Server in 9.2

    There's nothing to configure on the client side. On the database side you just need to run a script once to setup an ORAMTS admin account and some other infrastructure.

  • How can I tuning Oracle Cluster to faster write data?

    I have oracle 10G 4 nodes.
    I found oracle write slowly. And more Cluster waiting
    so I use one node, that I found write faster.
    tell me , How can I tune oracle cluster to write faster.

    Please provide more information. There is too little information to answer the question.
    Database: 10G: which exact version?
    Operating system on which the RAC instances are running?
    What kind of shared storage is used?
    How are the database machines connected to the central storage?
    How did you measure the write slowness?
    (please mind that user sessions do not wait for dirty blocks to be written to disk. these blocks are put on the 'dirty list' and written by a seperate process called the database writer. user session do wait on redo writes (by default) however, which is meta-information about the transactions)
    What do you mean by 'And more Cluster waiting'?

  • My 10 yr old wants to text from his iPod touch. We have 1 family Apple ID. How can I monitor his texts without receiving all of his friends messages? Do I need a separate Apple ID or can I link a new email address to the same Apple ID?

    My 10 yr old wants to text from his iPod touch. We have 1 family Apple ID. How can I monitor his texts without receiving all of his friends messages? Do I need a separate Apple ID or can I link a new email address to the same Apple ID?

    Just an email address
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime

Maybe you are looking for