Is it possible to use that in the Alert????

Dear all,
We have a table XTR_BOND, so i want whenever the user enter any value to get that record by anevent alert(After insert for that table)
so is it possible to use it like that???
select t.bond_issue_code, t.DESCRIPTION
into &bond_issue_code, &DESCRIPTION
from XTR_BOND_ISSUES t
where rowid = :rowid
Kindly help,
Thanks in advance
Regards....Ashraf

BANNER
Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
PL/SQL Release 11.2.0.1.0 - Production
CORE     11.2.0.1.0     Production
TNS for Linux: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production The stored procedure adds a row to a table. There's a trigger on this table that fires when this occurs. This trigger uses DBMS_SCHEDULER to run a job. This job executes a C executable program on a remote server. When the C program finishes, it updates a field in a table in the database (using OCI driver) indicating the job is complete. The stored procedure needs to see this flag has been set showing the job is complete in order to continue.
In a nutshell, the C program produces a lot of other results, and the stored procedure retrieves these results to send back to the calling java program. Of course, it must wait until the results are ready in the database before retrieving them.
I'm a total newbie here (maybe there's a better way). I'd like to avoid polling if possible, thus my interest in DBMS_ALERT. I haven't been able to find clear, simple, and complete example online. I think often most discussion online give snippets that assume background knowledge.
Edited by: tem on Apr 12, 2012 4:46 PM

Similar Messages

  • Is it possible to use one of the mac pro's internal hard drives as a external drive that can be accessed by a macbook etc?

    is it possible to use one of the mac pro's internal hard drives as a external drive that can be accessed by a macbook etc?

    Only if you move it to an external enclosure and let them both access it through a file server. 

  • HT201250 if I used external hard disk for backup time machine, is it possible to use that external hard disk to save another else from diffrent computers?

    If I used external hard disk for back up time machine, is it possible to use that external hard disk to save another else from diffrent computers?

    Welcome to Apple Support Communities
    You can do this, but you should make a new volume on your external disk. Time Machine needs a volume that is only used to store backups, so you can't store other data in the same volume as the one you are using for making backups.
    If you want to create another volume on your external disk, use Disk Utility to do this > http://pondini.org/OSX/DU3.html Anyway, you should get another external disk to store other files, but if you don't want to, you can create another volume in it

  • Hi, I' ll be San Antonio from 8-10th of Oct and want to buy an iphone 5. According to forums there is no unlucked yet. Thus, can i get simlocked but not contracted phone from any store? and is that possible to use that phone in Turkey without any prob.

    Hi, I' ll be San Antonio from 8-10th of Oct and want to buy an iphone 5. According to forums there is no unlucked yet. Thus, can i get simlocked but not contracted phone from any store? and is that possible to use that phone in Turkey without any prob.

    If you purchase the phone at the full contract price and have no term left on your carrier contract, the carrier will unlock it for you. That's what I am doing with AT&T. I'll pay the full purchase price for the phone and since I don't have a contract with them, they will unlock it for you. It can be difficult to get it done since most of their customer service is very ill informed but I have had many discussions with them on their chat that I have records of them stating they will unlock any phone if you do not have an existing contract. It's the law.

  • I am unable to access intranet on my MacBook Pro 13" with OS X mavericks. Is it possible to use files on the Local Area Network?

    I am unable to access intranet on my MacBook Pro 13" with OS X mavericks. Is it possible to use files on the Local Area Network? I use the files on the Local Area Network on my windows computer by typing in the I.P address in the library. Kindly guide me how i can use these files stored over the Local Area Network.

    I disabled GateKeeper's automatic blocking of unrecognised developers, and so I was able to install the driver.
    The Mobile Connect program is now installed, but the computer still does not recognise the modem.
    I also borrowed a USB hub from a friend and it didn't make a difference.

  • Why it´s not possible to use IPhoto after the Maverick Update ?

    Why it´s not possible to use IPhoto after the Maverick Update ?

    I can not make a free update. It costs € 13.99 €.
    I can not update it.

  • Hi! can any1 pls let me know how to create a look up table in labview and use that in the vi.

    hello !
    i have no idea how to build a lookup table(as v use in microcontroller) in labview and use that in vi.pls help me
    txs
    nitin
    Solved!
    Go to Solution.

    If the lookup table is always going to remain the same (e.g. a character generator or something similar) you can place the values in a 2D array constant on your diagram, with the input value as one column, the equivalent as the other. When you need to perform the lookup you use an index array to return all the values in the "input column", search it using "search 1D array" and use the resulting index number to index the other column's data. If the values may change, then it would probably be best to load an array control with your equivalent values from a file.
    P.M.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Is it possible to use IPad in the effects loop of an amplifier without damaging the ipad itself?

    Good morning to everybody,
    I'm using iRig directly in the amp input, but in order to achieve a better output signal I would like to give a try putting my iPad in the effects loop of the amp. It means "send-return" post-preamp section. I was wondering  if this could cause ipad damaging or something like that.
    Basically, I plug my guitar into the amp. The the signal comes out of the preamp and gets into the ipad. Then, from the ipad, it returns into the amp.
    Hope someone has already given this a try, perhaps it could be helpful.

    (bump)

  • Is it possible to use headphones with the digital AV-adapter w/ iPad 3?

    Hi there.
    Just wondering if its possible to show video on my monitor with HDMI and simultaneously use headphones through 3.5 on the iPad 3/iPhone 4S?
    This is because the monitor i will use doesnt have loudspeakers.

    No, this is not possible.  It would be like dialing your own phone number.  You must verify an additional new email address for your second iPad.  See the following link which will tell you how to do this.  You will need to add this new address to Facetime app in one of your iPads.
    http://support.apple.com/kb/HE68

  • Not possible to use ranges in the transformation rule

    Hello
    The system generates the following errow in the transformation rule :
    IF SOURCE_FIELDS-MOVETYPE IN r_movetype.
          MOVE SOURCE_FIELDS-PSTNG_DATE TO RESULT.
        ELSE.
          RESULT = ''.
        ENDIF.
    Only the following limits are allowed:
    "I" - within an interval and "E" - outside of an interval
    Why is it? This perfectly works in start/end routine.

    How you are filling the range r_movetype ? u must fill sign to the range .. here is sample code
    populate range table to receive specific value
    r_movetype-sign   = 'I'.   "I = include, E = exclude
    r_movetype-option = 'EQ'.  "EQ, BT, NE ....
    r_movetype-low    = '12345678'.
    *r_movetype-high   =    "not needed unless using the BT option
    append r_movetype.
    Ravi

  • So if I back up my iPhone 4, will it be possible to use that backup and transfer it to my iPhone 5?

    That should work right? So I'll have my same contacts and such?

    It is possible, although icloud will work more smoothly.

  • Is it possible to use icloud in the same way as iDisk

    I cant seem to find a place where I can upload og drag my files to.

    f you have GoodReader for iPad/iPhone, try the following directory on your macs to save your documents.
    ~/Library/Mobile Documents/JFJWWP64QD~com~goodiware~GoodReader/Documents
    I've found it works like the iDisk.

  • HT4009 I download the currency meter on my windows PC is it possible to use it on this computer? If so how do i do that?

    I downloaded the currency meter on my windows PC. Is it possible to use it on the windows PC? If so how do I do that and where do I find it because i cannot see it anywhere?

    If it's an app from the iTunes app store then no, it can only be used on iOS devices - an app's requirements should be listed on its description page in the store

  • Is it possible to use wildcards to match cell contents in an if statement?

    I need to return a ID along with some other information on a page by page basis, so that the information comes out linked by position.  I use a couple of loops and if statements to navigate through the document.  I am able to use exact matches of cell contents which is fine when the contents doesn't vary.  But the IDs, though they have a similar pattern, are all different. In a menu driven search, I am able to find what I need with '150^9^9^9^9^9-^9^9^9' But when I try putting this (or any number of [0-9], *, ? combinations) it fails.  Is it possible to use wildcards?  The symbol used for the match (==) makes me suspect that it is not possible and that only literal, exact matches will work.  But I wanted to check with the experts before giving up.
    Thanks
    pcbaz

    Thanks for the input.  You're right, a GREP search is much more efficient.  But what I'm trying to do and the circumstances here don't allow me, I think,  to go that route. I am trying to generate a list of values coming from several textframes on a single page and have them come out so that I can tell which values belong together.
    I'm using an inherited document with masters that were created 'manually';  the index numbering for textframes and tables is random. I navigate through the pages, looping through textframe indices asking ' does this textframe exist?' If so, I ask if it is a table -- if no, it is a simple textframe and I ask about the ID, if yes, I ask if the contents of cell (0,0) (invariant position and contents) are equal to the table I want..  I am sending the ID and other pieces of information from the table to one row of a new table on a new page.  So the ID and other information from a single page are linked by being in the same row.
    I know this a little 'off-normal' -- I'm using the search to navigate through the document and find things by location the way you do with a spreadsheet.  I have devised a work-around that helps me get around the fact that the ID is not invariant.  I create a list of the (exact) IDs from another document, equating them to a variable ('a').  I then loop through the list of IDs and ask if the contents of the textframe is equal to 'a'..This works o.k, unless there happens to be an extra space, a different kind of hyphen, etc. It would be so much easier if I could use the wildcards that work in a menu-driven text or GREP search in script just to ask about the contents of the textframe.
    Thanks again
    pcbaz (Peter BIerly)
    P.S. we have since rewritten the masters so this problem will not exist in the future -- we now know exactly which textframe and/or table indices to refer to to get any particular bits of information and don't need to ask questions about the contents.

  • Is it possible to use Fingerprint recognition in iOS7 in third party app?

    We are trying to develop an app which need to include Fingerprint recognition in iOS7. We searched lots of communities to find the solution, but haven't get any correct information. Somewhere written that the Fingerprint recognition only use in native app in iPhone 5S. But we can not use that hardware (Home button)/api in third party app. I am not confirmed yet. So is it possible to use that functionality in a third party app development?

    hi friend,
    i am facing problem with my fringerprint machine.i dont have any idea how to connect that macine with my system and how to extract that fingerprint machine data in to my application witch is build up into Apex.
    i want to use fingerprint machine to manage Employee Daily attendance.But i dont know how can i do this in apex.
    if you have any idea please help me
    Thanks
    Manoj Kaushik

Maybe you are looking for