What DOES the default menu do?

Hi,
Scenario: sqlplus on scott/tiger schema and a 9i form running and linked
to the EMP table.
User on the form queries Blake's record and changes their salary by one unit
(forms locks the record as the change takes place).
Nip across to SQLplus and type in an UPDATE statement to set Blake's
salary to zero (hangs on the lock).
Back into the form: decide to ditch the change of Blake's salary by choosing
Block->Clear from the menu (screen gets wiped).
Back to sqlplus: no update on the sqlplus window (still hanging I guess on
the lock).
Back to the form - choose Action->Clear All and this allows sqlplus to
work again.
Question1: what does "Action->Clear All" do (if it just invokes a built-in where
can I read words like "this calls clear_form(NO_COMMIT)" ?)
Question2: why didn't Block->Clear discard the lock?
I kindof think that there's something obvious I am missing, but am willing to
sacrifice my pride for a good answer.
Thanks in advance
Mungo Henning :-)

Hi Kranthi,
Thanks for the reply.
Hello
The Clear All item in the default menu is
functionally equivalent to executing the CLEAR_FORM
M procedure with default parameters:
CLEAR_FORM(ask_commit, to_savepoint);
The block clear menu option removes all records from,
or flushes the current block.You haven't said whether the block clear menu option calls "CLEAR_BLOCK".
So what does it do with uncommitted changes - ask or ignore?
>
Refer to the online help for more details That's the overwhelming issue: I have gone to the on-line manual but I find
it infuriating when it lacks vital details. I will happily stand corrected if someone
can list some keywords or a web URL for the exact page I ought to be reading
So I politely request that you indulge me: where in the manual does it discuss
the functionality of the default menu in exact terms?
Thanks again
Mungo

Similar Messages

  • What does the default domain mean in oracle

    Hi everybody,
    In sqlnet.ora file, there is a parameter NAMES.DEFAULT_DOMAIN.
    Does that default domain mean the net work domain of the server
    or something else?

    It is the default domain for your database to use when searching
    entries. For example, say you have a database called ORCL.WORLD
    and for some reason you have one called ORCL.ORACLE.COM (these
    are not DNS names , they are TNS names). If you try to do a
    connect to just ORCL and your default_domain is set to
    ORACLE.COM , you will connec to ORCL.ORACLE.COM and not
    ORCL.WORLD.

  • What is the default CPU Volatge(V) in Cell Menu of BIOs for P7N SLI PLATINIUM

    Hi, my com specification are 1)msi p7n sli platinium, 2)non-oc intel e8400 stock cooler, 3) 2x2GB Crucial Ballistix  DDR2 80 CL4, 4)2x msi 8800gt oc 512mb  5) acbel M8 750 6) Samsung 160gb hdd 7) Asus DRW.
    Apologize for having 1 more question to seek confirmation from fellow user of msi p7n sli platinium
    May i kindly ask what is the default factory CPU Volatge(V) in Cell Menu of BIOs for msi p7n sli platinium.
    Mine is shown as 0.0000V. Is this the default reading?
    Thank you.
    cheers,
    khui09

    Quote from: BOSSKILLER on 18-April-08, 22:20:56
    That depend of CPU used, read >>Posting Guide<<
    Thank you for your kind reminder for a first timer who post. have added my com specification.

  • What does the check mark do?

    In the timeline, each video clip has a filename shown for both the video and audio track. Immediately to the right of the audio filename is a drop down menu that says "Volume Clip Volume" by default. If I look at the entries in the drop down menu, Volume and Balance, I get it that the audio track has those 2 audio effects assigned. By default, Clip Volume is checked.
    What I don't understand is why the check marks are mutually exclusive. If I check Balance -> Balance, it unchecks Volume -> Clip Volume, implying I can't have both at the same time.
    That's a roundabout way of asking what does the check mark in that drop down do?
    Bruce.

    Ah, I think that led me to the answer. The check mark changes the meaning of the yellow line, since it can only show one thing. If Balance is checked, the yellow line reflects the right/left balance. If Volume Clip is checked, then the yellow line reflects the clip setting. Cool.
    Thanks!
    Bruce.

  • What is the default password for SDM in SP15

    Initial password for SDM
    Posted: Mar 22, 2006 2:40 PM    Reply 
    I have installed the SP15 SneakPreview. When i am trying to deploy a webdynpro application into portal from NWDS2.0.15, it is asking for SDM password.
    Can anyone please tell me what is the default password, because i dont remember providing any SDM password during the installation.
    I tried giving the Portal passwword, but it does not seem to work
    Thanks
    Sharath

    the default password is <b>admin</b>
    Here's the document that talks about it:
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/419b479b-0801-0010-f8a1-c26208b4b209">Post-Installation Steps</a>

  • What are the default parameters for PER_EVENTS api

    Dear Experts,
    Can you tell us what are the default parameters for PER_EVENTS API.Here below I have pasted the API.
    procedure create_event
    (p_validate in BOOLEAN default FALSE
    ,p_date_start in DATE
    ,p_type in VARCHAR2
    ,p_business_group_id in NUMBER default NULL -- HR/TCA merge
    ,p_location_id in NUMBER default NULL
    ,p_internal_contact_person_id in NUMBER default NULL
    ,p_organization_run_by_id in NUMBER default NULL
    ,p_assignment_id in NUMBER default NULL
    ,p_contact_telephone_number in VARCHAR2 default NULL
    ,p_date_end in DATE default NULL
    ,p_emp_or_apl in VARCHAR2 default NULL
    ,p_event_or_interview in VARCHAR2 default NULL
    ,p_external_contact in VARCHAR2 default NULL
    ,p_time_end in VARCHAR2 default NULL
    ,p_time_start in VARCHAR2 default NULL
    ,p_attribute_category in VARCHAR2 default NULL
    ,p_attribute1 in VARCHAR2 default NULL
    ,p_attribute2 in VARCHAR2 default NULL
    ,p_attribute3 in VARCHAR2 default NULL
    ,p_attribute4 in VARCHAR2 default NULL
    ,p_attribute5 in VARCHAR2 default NULL
    ,p_attribute6 in VARCHAR2 default NULL
    ,p_attribute7 in VARCHAR2 default NULL
    ,p_attribute8 in VARCHAR2 default NULL
    ,p_attribute9 in VARCHAR2 default NULL
    ,p_attribute10 in VARCHAR2 default NULL
    ,p_attribute11 in VARCHAR2 default NULL
    ,p_attribute12 in VARCHAR2 default NULL
    ,p_attribute13 in VARCHAR2 default NULL
    ,p_attribute14 in VARCHAR2 default NULL
    ,p_attribute15 in VARCHAR2 default NULL
    ,p_attribute16 in VARCHAR2 default NULL
    ,p_attribute17 in VARCHAR2 default NULL
    ,p_attribute18 in VARCHAR2 default NULL
    ,p_attribute19 in VARCHAR2 default NULL
    ,p_attribute20 in VARCHAR2 default NULL
    ,p_party_id in NUMBER default NULL -- HR/TCA merge
    ,p_event_id out nocopy NUMBER
    ,p_object_version_number out nocopy NUMBER
    );

    From the menu bar, select
     ▹ System Preferences... ▹ Network
    Click the Assist me button and select Assistant. Follow the prompts.

  • What is the default value of EO_INBOUND_PARALLEL

    Hi Gurus,
    We are on PI 7.0 EHP 1. We have not set the parameter EO_INBOUND_PARALLEL. Does this mean there is only one inbound queue registered by default if the default value is 1? However, I seem to recall that when we had issues with messages stuck in queues, I have seen more than one XBTI8 queues.
    Please help me with my doubt. thanks!

    Hi,
    Thanks for the replies.
    How about the parameter EO_INBOUND_TO_OUTBOUND and EO_OUTBOUND_PARALLEL?
    I assume by default EO_INBOUND_TO_OUTBOUND is set to 1?
    Then what is the default value for EO_OUTBOUND_PARALLEL? Plus to set this parameter you need to specify the receiver, in this case, is it true that EO_OUTBOUND_PARALLEL is not set at all so only one outbound queue? this does not make sense. Or maybe by default EO_INBOUND_TO_OUTBOUND is set to 0 so EO_OUTBOUND_PARALLEL is not used at all?
    Thanks.

  • What are the default settings for ethernet, shows connected but no internet

    What are the default settings for ethernet ? shows connected but no internet via ethernet.
    It used to work fine but I think i have changed something getting my airport to work.
    Now i only get internet via wifi.
    Thanks in advance

    From the menu bar, select
     ▹ System Preferences... ▹ Network
    Click the Assist me button and select Assistant. Follow the prompts.

  • Hi,I have problem with my mac's storage. I deleted some documents,but the storage involves 34Gb other,what does the other consist of? how can I do my mac's storage specially other free?

    Hi,I have problem with my mac's storage. I deleted some documents,but the storage involves 34Gb other,what does the other consist of? how can I do my mac's storage specially other free?

    1. Empty Trash.
        http://support.apple.com/kb/PH10677
    2. Delete "Recovered Messages", if any.
        Hold the option key down and click "Go" menu in the Finder menu bar.
        Select "Library" from the dropdown.
        Library > Mail > V2 > Mailboxes
        Delete "Recovered Messages", if any.
        Empty Trash. Restart.
    3. Repair Disk
        Steps 1 through 7
        http://support.apple.com/kb/PH5836
    4. Disk space / Time Machine ?/ Local Snapshots
       http://support.apple.com/kb/ht4878
    5. Re-index Macintosh HD
       System Preferences > Spotlight > Privacy
       http://support.apple.com/kb/ht2409

  • What does the folder with a question mark mean?

    When I power on my black Macbook a white screen appears with a folder with a question mark flashing. what does the folder with a question mark mean? I just replaced the hard drive. When I put the install disc in the cd drive makes a very loud whirring noise then eventually the disc pops back out. Any ideas?

    You will need to reinstall:
    Reinstall OS X without erasing the drive
    Do the following:
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install the Combo Updater for the version you prefer from support.apple.com/downloads/.

  • What does the ~ symbol mean next to an event?  I have never seen this before but today when I edited a few events this appeared next to the event.

    What does the ~ symbol mean next to an event?  I have never seen this before but today when I edited a few events this appeared next to the event.

    Greetings,
    Hm. I've never seen that in iCal.  In some other Applications the tilde "~" indicates a restore point or a before / after for a file.  My guess is there is a broken cache file in iCal.
    Try:
    Go to Apple Menu > System Preferences > Language & Text > Formats > Region. Region should be set to the country of your choice. Do not have it set to "Custom" as this can have unexpected results in the iCal window.
    If that doesn't resolve the issue:
    1. First make an iCal backup:  Click on each calendar on the left hand side of iCal one at a time highlighting it's name and then going to File Export > Export and saving the resulting calendar file to a logical location for safekeeping.
    2. Go to iCal > Quit iCal
    3. Remove the following to the trash and restart your computer:
    Home > Library > Caches > com.apple.ical
    Home > Library > Calendars > Calendar Cache, Cache, Cache 1, 2, 3, etc. (Do not remove Sync Cache or Theme Cache if present)
    --- NOTE: To get to "Home > Library" in Lion: Click anywhere on the desktop and then click on the "Go" menu at the top of the computer screen while holding down the "option" key on the keyboard.  You will see "Library" in the menu.
    4. Launch iCal and test.
    If the issue persists:
    1. Go to iCal > Quit iCal
    2. Remove the following to the trash and restart your computer:
    Home > Library > Caches > com.apple.ical
    Home > Library > Calendars > Calendar Cache, Cache, Cache 1, 2, 3, etc. (Do not remove Sync Cache or Theme Cache if present)
    Home > Library > Preferences > com.apple.ical (There may be more than one of these. Remove them all.)
    --- NOTE: Removing these files may remove any shared (CalDAV) calendars you may have access to. You will have to re-add those calendars to iCal > Preferences > Accounts.
    3. Launch iCal and test.
    Hope that helps.

  • ACR 4.4, ACR 3.3...What does the "ACR" stand for ?

    In the Camera Calibration tab in Camera Raw or Lightroom, we can choose the profile from the menu.
    There are so many profiles in the menu, ACR 4.4, ACR 3.3...What does the "ACR" stand for ?

    ACR x.x designates an older style of profile where Adobe named their profiles for the version of Adobe Camera RAW that first supported the camera--basically the vintage of the profile, so if Adobe updated the profile then you'd be able to pick whether you wanted the old one or the new one.

  • What does the black check marks in front of song titles do?

    What does the black check marks in front of the song titles do?

    Wow, old discussion from January.
    Click on any song in iTunes and then on the edit menu, click on select all. Now right click on any one of those songs and select check selection orcheck all whatever the choice is, I can't remember exactly,

  • What is the default log filename for connector logging in Weblogic 9.x?

    According to the JCA 1.5 Specification -
    The ApplicationServer manages the association of output stream with the ManagedConnectionFactory.
    http://java.sun.com/javaee/5/docs/api/javax/resource/spi/ManagedConnectionFactory.html#setLogWriter(java.io.PrintWriter)
    So setLogWriter() is called by WebLogic 9.x for the ManagedConnectionFactory.
    My observation is that even if no <log-filename> is specified in weblogic-ra.xml of the resource adaptor , the value of the PrintWriter set on the ManagedConnectionFactory is not null
    eg java.io.PrintWriter@404c51.
    So my question is that in case no <log-filename> entry is specified in weblogic-ra.xml of the resource adaptor , what is the default value of the logfile to which the connector logging messages will be redirected?

    your home folder should have the permissions set as you state them.
    Everything inside your home folder (like Music, Documents and others) should be more like
    you: read&write
    staff: no rights
    everyone: no rights
    but if you are the only user of your Mac, these settings have little importance to you.
    to repair the permission boot into recovery (pressing command + R before you hear the start up sound. Then start Disk Utility from the Utility menu and choose Repair permissions. See this article for a detailed set of instructions. It's a little older, but still valid-

  • What does the flashing yellow light mean?

    What does the yellow flashing light on the time capsule mean ? I can't find my manual.

    Straight from the user guide...
    Flashing amber: Your Time Capsule can’t establish a connection to the network orthe Internet, or is encountering a problem. Make sure you haveinstalled AirPort Utility and use it to get information about whatmight cause the status light to flash amber. See “If Your TimeCapsule Status Light Flashes Amber” on page 29.
    For more information about why the light is flashing, open AirPort Utility, select yourTime Capsule, and then choose Manual Setup from the Base Station menu. Click BaseStation Status to display information about the flashing light.

Maybe you are looking for

  • Has anyone used a touch screen monitor with scxi.I am having video lock ups while using LV and MAX

    I have a PCI-MIO-16XE-50 daq card (dev1) connected to a scxi-1000 chassis address 0 ID 1, with a scxi-1102,1163,1163,1162 slots 1,2,3,4 respectively.Cable is connected to daq card to 1102 card .Micro touch screen is used on com2. Have tried other ser

  • How to deploy BI  on EHP1 for SAP NetWeaver Composition Environment 7.1

    Hello Gurus, i have installed SAP NetWeaver 7.01 SR1 SP3 ABAP Trial Version  at home on vista 32 bits. it's running well... next i have installed EHP1 for SAP NetWeaver Composition Environment 7.1 - Preview Version and follow this guide : https://www

  • Access Control functionality in Oracle workflow

    Hi everyone, I am doing research into access control models and workflow systems (separation of duty policies in particular). As far as I could tell, Oracle Workflow does not provide much in terms of securing access to data in a workflow process (exc

  • PieChart

    How can I create a pie-chart based on time? Essentially what I am trying to create is a broadcast clock.

  • Quicktime 7.1.5 / CS2 issues?

    I want to update my quicktime (currently 7.0.4) to the more recent version. I am afraid that this will create issues with Adobe CS2. Does anyone know if I can safely update or are there steps I should take before I attempt? I had a tough time install