"disable" locks in Apex app

Hi Apex Gurus,
I have an apex app running for 4+ years without much problems/attention needed, which catches daily 15000 new recs from multiple users and some update recs by same users.
But today our DBA showed me a list of at least 15+ locks, which were created by the same user by accident of some key(s) pressed obviously, as quite some locks were created in same seconds. I was asked to "disable" such locks in the app. I don't have an idea how to do it, or even can it be done.
Can anyone help? Thanks in advance!
DC

Are the locked objects in the FLOWS_XXXXXX schema or are they in your parsing schema(s)? Do any of your applications explicitly lock rows? Please ask your DBA to send you the report that is showing these locks so that you can post it in this forum. If you drove your car to a mechanic and told him it was making a funny noise, would you expect him to diagnose the issue based on that information alone? ;)
Tyler

Similar Messages

  • Is there any way to lock an IPAD app? by lock, I don't mean password protect.  My toddler is constantly scrolling out of her apps and this causes frustration as she spends all her time bringing the IPAD back to me to get back in to the app she was playing

    is there any way to lock an IPAD app? by lock, I don't mean password protect.  My toddler is constantly scrolling out of her apps and this causes frustration as she spends all her time bringing the IPAD back to me to get back in to the app she was playing.  I need a SCROLL lock!!

    This may help: iOS: Understanding multitasking.
    If you turn OFF multi-taskng, your toddler won't be able to "swipe" between Apps.
    I don't know of any way to disable the "Home" button though.

  • APEX app freezing on ipad

    Greetings,
    APEX 4.1
    I have my APEX app with many forms etc. on iPad a hybrid app built using Phone Gap Webviews.
    APEX app freezes in below scenarios-
    1.When user submits form and locks ipad without waiting to check if details entered are saved (save process is still running at this time).
    ->Later comes back to ipad to check something in app and finds that still same page is loading.
    Now to check whether his details are saved user needs to close the app and open it newly and navigate to particular report which shows details.
    Details are not getting saved. The submit process didn't complete
    What exactly happens when ipad is locked in between when we do a page submit?
    I'm completely new to app development on ipad and its architecture.
    Please guide me on how APEX application are integrated with ipad.
    I want to understand its architecture like whats difference between APEX app on web browser and a hybrid app.
    How does apex page submit request work on hybrid app. Whats difference between page submit on web browser and in a hybrid app?
    How does this integration of web application and hybrid app.works?
    Kindly help!!

    Has anyone faced this issue!!
    Any clue is appreciated.

  • Is there a way to create a password protected folder for pictures or lock the photos app? For Ipad Air and Iphone 5s.

    Is there a way to create a password protected folder for pictures or lock the photos app? I want to do this for Ipad air and Iphone 5s. I have other family members that use my Ipad and Iphone and do not want some pictures to be able to be viewed.
    Thanks

    Use 3rd party apps like Photo Manager Pro.

  • Best practice when developing APEX apps and using a SVN repository

    Hi experts,
    I wanted to get your opinion on best practice regarding how to use SVN and APEX combined.
    The idea is basically how to structure and how to save APEX apps the best way in a repository.
    I am currently working with a custom SVN structure, not using the default TRUNC/TAGS one : every app has a folder , under every app folder i have PAge number folders, and for each page reports, regions and global objects separated.
    This helps me because its more readable then saving the whole page export, its good for small changes and i have a clear overview of every bit and piece.
    What is everybody else using or is there a best practice to follow here that i dont know?
    Kind regards,
    Alex

    @tomaugerdotcom
    Something like this might help: https://testflightapp.com/
    Concevably, you could roll your own internal service if that particular one doesn't suit you. (I don't have any knowledge about how they are doing it, but it shouldn't be hard to figure out since Apple's constraining rules would only allow a few possibilities.)
    USB app install and debugging isn't supported on iOS. You have to use wireless.
    Another option specifically for multi-touch dev/testing, is to use an Android device.

  • APEX app using Oracle Text  to index pages that require authorzation

    Hi Gurus and APEX Dev team
    My team need to develop an APEX App that will index all our documents spread across various servers. Some of the documents require Single sign on access (e.g. KIX.oraclecorp.com) and some require other authorization methods (e.g. Metalink) . The Question is , Is it possible to index the pages that require authorization using Oracle text. If yes How? I have implemented the demo app which can index pages that do not require authorization.
    Thanks a million
    regards
    Bala

    Hello,
    Unless I misunderstand you, the fact that the pages require authentication doesn't really matter, it is the underlying data you want to index correct? If so then you would index them in exactly the same way that you would index any table data using Oracle Text/interMedia.
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • How to send a request to other apex app users?

    HI,
    Is there any kind of function in apex can enable me to make a thing that can enable apex app end users communicating with each other?
    Like, If I input an error item no, and I wouuld like my administrator to change it, I now will write him a small text in stick paper, can we do things within apex?

    Hello,
    I don't think it's too hard to make something like that. Basically you've a table for messages and you have a region on page 0 (to show on all pages) or whatever page you want that queries that table. You could even let it query every x seconds automatically with ajax.
    Carl for ex has in his app a comments section: http://apex.oracle.com/pls/otn/f?p=11933:5
    Regards,
    Dimitri
    -- http://dgielis.blogspot.com/
    -- http://www.apex-evangelists.com/
    -- http://www.apexblogs.info/

  • How to achieve that: store pdf drawings in database, and show in apex app?

    Hi,
    We have some many machanical drawings in pdf format, they are 1,000 + , I want to manage those drawings, like put them in a database table, possibly in blob format, and then show them in my apex app as an icon of pdf. then if somebody clicks that icon, the drawings will show in another windows, like many websites did.
    How to achieve that in an apex app?
    any idea?
    I always find that hard to do.

    Search this forum for uploading documents to database, there are many threads.
    You could also check out the 2 day training that ships woth Apex.
    Gus

  • Link to APEX app

    DB: Oracle 10.2.0.4.0
    APEX: 3.2.1.00.10
    My APEX app will be accessed from a non-APEX app, which already has authenticated the user. Since the user doesn't need to be presented with a login page again, I'm assuming that I need to create a Public page with a Hidden Item that will be populated with a hashed check value provided in the URL to the page. The value will then be "decrypted" by calling a Java stored procedure in the database to reveal the UserName and their Role. Once the UserName and Role has been determined, a page process will check a table to make sure that the username and role is valid. However, I still need some sort of authentication in APEX because the app is not actually public...we don't want anyone to access the app, just users that already have an account on a remote DB.
    Most of the examples I've seen on the forum are for apps that have their own table of usernames and passwords, but in my case each user that will be accessing this app already has their own Oracle UserId/password in another database. Would an authentication function need to include a query to the dba_users@remoteDB table to get the pwd for this userid? How to setup some custom authentication scheme that would automatically log them into my APEX app?

    Hi Dishoom,
    what you need to do is create a custom authentication / page sentry function which checks if your user is logged in. If everything is all right you let him proceed, otherwise the login-page is displayed automatically.
    Something like this: Link: [http://jastraub.blogspot.com/2008/03/ntlm-http-authentication-and.html] just not NTLM but your custom check.
    Have fun,
    Peter

  • Consuming RESTful web service in Apex app

    Hi,
    I have created a RESTful Web service through an Apex application (4.0) and published as a public web service. Can someone point me to an example of how to then consume that service in another Apex app? The output is straightforward XML that I can retrieve just by pointing the browser to the URL of the service created, but when I go to create the REST Web Reference for the receiving application, I am not sure what to put for the Response Xpath or Response Namespace. The service is meant to just return report records that were created in the REStful Web service with no input required.
    The service XML looks like this:
    <ROWSET>
    <ROW>
    <PROJ_ID>132</PROJ_ID>
    <PSL_NETID>xxxxxxxx</PSL_NETID>
    <PROJECT_TITLE>11g- Oracle Upgrade to RAC 11g</PROJECT_TITLE>
    <CUSTOMER>OIT</CUSTOMER>
    <DIVISION>EIS</DIVISION>
    </ROW>
    <ROW>
    <PROJ_ID>132</PROJ_ID>
    <PSL_NETID>xxxxxx</PSL_NETID>
    <PROJECT_TITLE>11g- Oracle Upgrade to RAC 11g</PROJECT_TITLE>
    <CUSTOMER>OIT</CUSTOMER>
    <DIVISION>CSS</DIVISION>
    Any help would be appreciated.
    Thanks,
    Pat
    Edited by: patfmnd on Dec 7, 2012 3:04 AM

    Hi,
    I have made progress in this. I created the RESTful report service in an Apex 4.1 application. (previous attempt was with 4.0 version of Apex)
    I then created a separate application and created a RESTful web service reference that I tested and it was successful in bringing up XML. However in Apex 4.1, when I create a report following the Wizard for creating a report based on that Web service reference I get the error: ORA-31013: Invalid XPATH expression Which I don't know how to get past. The Xpath provided in the Web service reference test gave output below and brought back a result. There was no where during the Report creation to provide an Xpath. Am I missing something or is 4.1 not quite Web service ready??
    This is what I get from the test of the Web service reference in the Apex App from which I want to create a report: (I see in this XML the data I was expecting from the test of the RESTful web service but it looks like the output I get from the Web service test is more like the Report xml itself.)
    <!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com"> <head> <title>Author</title>
    <!--[if IE]><link rel="stylesheet" href="/i/css/apex_ie_4_1.css" type="text/css" /><![endif]--> <script type="text/javascript">
    //<![CDATA[
    var apex_img_dir = "/i/", htmldb_Img_Dir = apex_img_dir;
    //]]>
    </script>
    <script src="/i/javascript/apex_4_1.min.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    //<![CDATA[
    apex.security.framebreaker("D");
    //]]>
    </script>
    <!--[if IE]><link rel="stylesheet" href="/i/themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]--><!--[if IE 6]><link rel="stylesheet" href="/i/themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]--><!--[if IE 7]><link rel="stylesheet" href="/i/themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]--><!--[if lte IE 6]><div id="outdated-browser">You are using an outdated web browser. For a list of supported browsers, please reference the Oracle Application Express Installation Guide.</div><![endif]-->
    <form action="wwv_flow.accept" method="post" name="wwv_flow" id="wwvFlowForm"><input type="hidden" name="p_flow_id" value="140" id="pFlowId" /><input type="hidden" name="p_flow_step_id" value="1" id="pFlowStepId" /><input type="hidden" name="p_instance" value="6146802068150520" id="pInstance" /><input type="hidden" name="p_page_submission_id" value="1940235134399423" id="pPageSubmissionId" /><input type="hidden" name="p_request" value="" id="pRequest" />
    <div id="header">
    <div id="app-logo"><a href="f?p=140:1:0"></a></div>
    <div id="navbar">
    <div class="navbar-entry">Logout</div>
    </div>
    </div>
    <div id="tabs">
    <div class="frame">
    <div class="bg">
    <div class="tab-holder">
    <div class="first-current">
    <div><span>Author</span></div>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div id="topbar">
    <div class="breadcrumb-region" id="R170908223330421512">
    <div>
    <div id="breadcrumbs">
    <ul class="breadcrumb-list">
    <li class="current">Author</li>
    </ul>
    </div>
    </div>
    </div>
    </div>
    <div id="messages"></div>
    <div id="body">
    <table class="tbl-body" cellspacing="0" cellpadding="0" border="0" summary="">
    <tbody>
    <tr>
    <td class="tbl-main" width="100%">
    <div class="rounded-corner-region" id="books">
    <div class="rc-blue-top">
    <div class="rc-blue-top-r">
    <div class="rc-title">AUTHOR</div>
    <div class="rc-buttons"><button value="Reset" class="button-gray" type="button" id="B170907622885421490"><span>Reset</span></button></div>
    </div>
    </div>
    <div class="rc-body">
    <div class="rc-body-r">
    <div class="rc-content-main">
    <table id="apex_layout_170907030238421484" border="0" class="formlayout" summary="" role="presentation" datatable="0">
    <tr>
    <td align="right"><label for="P1_REPORT_SEARCH" tabindex="999"><a class="optional-w-help" href="javascript:popupFieldHelp('170907422375421487','6146802068150520')" tabindex="999">Search</a></label></td>
    <td colspan="1" rowspan="1" align="left"><input type="hidden" name="p_arg_names" value="170907422375421487" /><input type="text" id="P1_REPORT_SEARCH" name="p_t01" value="" size="30" maxlength="2000" class="text_field" /></td>
    <td align="right"><label for="P1_ROWS" tabindex="999"><a class="optional-w-help" href="javascript:popupFieldHelp('170907508375421490','6146802068150520')" tabindex="999">Display</a></label></td>
    <td colspan="1" rowspan="1" align="left"><input type="hidden" name="p_arg_names" value="170907508375421490" /><select name="p_t02" id="P1_ROWS" size="1" class="selectlist">
    <option value="10">10</option>
    <option value="15" selected="selected">15</option>
    <option value="20">20</option>
    <option value="30">30</option>
    <option value="50">50</option>
    <option value="100">100</option>
    <option value="200">200</option>
    <option value="500">500</option>
    <option value="1000">1000</option>
    <option value="5000">5000</option>
    </select></td>
    <td align="left"></td>
    <td colspan="1" rowspan="1" align="left"><button value="Go" class="button-gray" type="button" id="P1_GO"><span>Go</span></button></td>
    </tr>
    </table>
    <div id="report_170907030238421484_catch">
    <table cellpadding="0" border="0" cellspacing="0" summary="" id="report_books">
    <tr>
    <td></td>
    </tr>
    <tr>
    <td>
    <table cellpadding="0" border="0" cellspacing="0" summary="" class="report-standard">
    <tr>
    <th id="AUTHORID" class="header">
    <div class="rpt-sort">Authorid<img align="absmiddle" src="/i/arrow_up_gray_dark.gif" width="13" height="12" alt="Sort by this column" /></div>
    </th>
    <th id="LNAME" class="header">
    <div class="rpt-sort">Lname</div>
    </th>
    <th id="FNAME" class="header">
    <div class="rpt-sort">Fname</div>
    </th>
    </tr>
    <tr class="highlight-row">
    <td headers="AUTHORID" class="data">A100</td>
    <td headers="LNAME" class="data">AUSTIN</td>
    <td headers="FNAME" class="data">JAMES</td>
    </tr>
    <tr class="highlight-row">
    <td headers="AUTHORID" class="data">A105</td>
    <td headers="LNAME" class="data">ADAMS</td>
    <td headers="FNAME" class="data">JUAN</td>
    </tr>
    <tr class="highlight-row">
    <td headers="AUTHORID" class="data">B100</td>
    <td headers="LNAME" class="data">BAKER</td>
    <td headers="FNAME" class="data">JACK</td>
    </tr>
    <tr class="highlight-row">
    <td headers="AUTHORID" class="data">F100</td>
    <td headers="LNAME" class="data">FIELDS</td>
    <td headers="FNAME" class="data">OSCAR</td>
    </tr>
    <tr class="highlight-row">
    <td headers="AUTHORID" class="data">J100</td>
    <td headers="LNAME" class="data">JONES</td>
    <td headers="FNAME" class="data">JANICE</td>
    </tr>
    <tr class="highlight-row">
    <td headers="AUTHORID" class="data">K100</td>
    <td headers="LNAME" class="data">KZOCHSKY</td>
    <td headers="FNAME" class="data">TAMARA</td>
    </tr>
    <tr class="highlight-row">
    <td headers="AUTHORID" class="data">M100</td>
    <td headers="LNAME" class="data">MARTINEZ</td>
    <td headers="FNAME" class="data">SHEILA</td>
    </tr>
    <tr class="highlight-row">
    <td headers="AUTHORID" class="data">P100</td>
    <td headers="LNAME" class="data">PORTER</td>
    <td headers="FNAME" cla
    Edited by: patfmnd on Dec 12, 2012 5:59 PM
    Edited by: patfmnd on Dec 12, 2012 6:07 PM

  • _ how I can lock the iPhone4 App folder??

    _ how I can lock the iPhone4 App folder??

    You can't. You can put a passcode on the phone.

  • Disable Built In Email App

    Is it safe to disable in built email app? When I click disable it says that other apps may misbehave.
    Kindly advice.

    it should be just fine, that's a general warning 
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Went is apple going to have a lock for the app

    went is apple going to have a lock for the app

    You can put some degree of locks in individual apps in restrictions
    But your question is vague
    Please clarify
    Also we are just iusers like you
    If you want to talk to Apple directly use the feedback button

  • Don't know how to store/show image or pdf files easily in apex app

    Hi,
    I always want to put a blob column in my table and store some images or pdf files, like drawings for an item, but I found it hard to do, I have viewed the sample app by apex 4.0, but I cannot understand the code.
    Is there a simple and intuitive way of storing/showing pdf files in an apex app?
    I wish Oracle could make an easier wizard for apex on that issue.
    just make storing a file as simple as in MS access, or email attachment, etc.
    no headache coding involved.
    that will be great!
    that will also do Oracle good, since images will use up a lot of spaces, maybe Xe won't be enough, the will consider an upgrade.

    Yawei,
    there is a chapter about BLOB support in the application builder users guide: http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/advnc.htm#BCGGJHEF
    Maybe this helps for a start, even if it isn't as easy as in MsAccess but this may be due to the fact that APEX is a web application and Access a rich client.
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • HT201320 I let my students use my IPAD for different Apps. I was wondering if there was any way to lock my email app or sign into it before it opens. Suggestions?

    I let my students use my IPAD for different Apps. I was wondering if there was any way to lock my email app or sign into it before it opens. Suggestions?

    There is no way to lock the built-in email app. You can remove the password from the Mail, Calendars, Contacts settings, but you'd have to readd and remove that every time, probably not very practical. There are third-party apps that have a login feature within the app, so one of those might work for you. Or you can just use a web interface to your email, if your provider offers that, though many web interfaces don't work very well with mobile web browsers.
    Alternatively, if your students just use a single app at any given time, you can lock the iPad to that app via Guided Access:
    http://support.apple.com/kb/HT5509
    Regards.

Maybe you are looking for

  • Windows 8 Upgrade Eligiblabl​y--$14.99 Offer

    Hi All Bought this machine on May 31st, Delievered on June 10th, then problem developered with original machine, and Exchanged on June 16th 2012, so Will i be eligable for that offer, or will i have to take the $39.99 Offer for Extisting WIndows 7 us

  • Mapping JDO to an existing DB schema

    Can anyone advise me how to map following two classes to existing DB: class Protocol { private String projectTitle; private RenewStatus renewStatus; class RenewStatus{ private Date startDate; private Date endDate; We have unidirectional association(1

  • Adobe Audition CS6 and Alesis Multimix 8 USB 2.0 Help Needed!

    Hey Everyone! I have an iMac that I'm running Adobe Audition CS6 on and need some help with getting it to recognize my Alesis Multimix 8 USB 2.0 mixer. Mind you, I have no idea why Audition only lists "Internal Microphone" as my only choice under "Au

  • HELP w/ Cursor

    Currently we have the following function: function GET_main_PHONE ( p_person_id number) return varchar2 is l_per_address_phone varchar2(60); l_per_phones_phone varchar2(60); cursor csr_phones1 is select max(phone_number) from per_phones phn, fnd_sess

  • Exchange rate for Budget in KE5A PC report - report writer

    Hi Experts, The User is using the report  from report writer - 'P&L Actual - Plan Var MTD / YTD' in KE5A . The company code currency is Brazilian Rials and is converted to USD for the report. In the report the actuals column picks up the daily exchan