How to identify the locks in oracle db objects? i dont have access to check

How to identify the locks in oracle db objects? i dont have access to check the v$lock or v$ objects. i dont have dba access. what are the symptoms for table, row or objects lock? how v guess it would be lock?
Thanks in advance friends..

I believe you will have to call your DBA on the phone in that case.
You can query something with a select ... for update nowait.
If it raises an exception you can handle it within a when section.
-- Running in one session
SQL> create table t1 as select 1 col1 from dual;
Table created
SQL> select * from t1 for update nowait;
      COL1
         1
SQL>
-- now running in a different session
SQL> select * from t1 for update nowait;
select * from t1 for update nowait
ORA-00054: resource busy and acquire with NOWAIT specified
SQL> set serveroutput on
SQL>
SQL> DECLARE
  2    CURSOR cur1 IS
  3      SELECT col1 FROM t1 FOR UPDATE NOWAIT;
  4    v_col1 NUMBER;
  5    locking_error EXCEPTION;
  6    PRAGMA EXCEPTION_INIT(locking_error, -00054);
  7  BEGIN
  8    OPEN cur1;
  9  EXCEPTION
10    WHEN locking_error THEN
11      dbms_output.put_line('Busted locking my rows!');
12  END;
13  /
Busted locking my rows!
PL/SQL procedure successfully completed
SQL> Now, surely you won't be able to tell anything else other than there was something locked there.
But none of the details you would find in the views.

Similar Messages

  • When i try and updat my itunes it says 'the path isnnt found' and that I 'dont have access to the location'??

    When i try to update my itunes an error message tells me 'the path cannot be found' and 'you dont have access to this location' any help?

    OK so you need to do a cleanup with the Microsoft Installer Cleanup Utility.
    First download the latest iTunes installer and save it on your PC
    http://www.apple.com/itunes/download/
    If you want Quicktime get it from here;
    http://www.apple.com/quicktime/download/win.html
    The Microsoft Installer Cleanup utility has been withdrawn by Microsoft because of compatibility issues with Microsoft Office so you will need to find a copy elsewhere – the installer is msicuu2.exe. You need version 3.
    Google  msicuu2.exe download
    mydigitallife in the above search has a copy of version 3
    Check for malware before installing it.
    Now uninstall iTunes and all related components using the method here:
    http://support.apple.com/kb/HT1923
    or for XP
    http://support.apple.com/kb/HT1925
    One or more of the uninstalls will fail, don't worry.
    Carry on and delete the files given in the method.
    Restart your PC
    Run the Microsoft Installer Cleanup Utility. (Start > All Programs > Windows Install Clean Up)
    If you get  permission denied error, Try Run as Administrator – an option if you right click on the program.
    Remove any references you find to the programs you removed - strictly speaking you only need to worry about those programs where the uninstall failed.
    If you don’t see an entry for one of the programs that did *not* uninstall, look out for entries that start All Users that are blank entries or have numeric entries that look like version numbers
    restart your PC and try installing iTunes

  • How can I remove devices from my account if I dont have access to them anymore?

    I have used 5 devices in the past and now dont have access to them how do I remove them from my account?

    To remove a device or computer from your Apple ID:
    Open iTunes.
    Sign in to your Apple ID by choosing Store > Sign In from the iTunes menu.
    Choose Store > View My Account from the iTunes menu.
    From the Account Information screen, click Manage Devices.
    Click the Remove button next to the device name you would like to unassociate.

  • CRM_ORDER_SAVE. how to identify the lock after commit work and save

    I am updating a status, using crm_order_save , then commit work and wait and crm_order_initialize before i update the status to next status for the same item.
    I am facing an error when i change the same item status to another status i get error some times cannot change the error.. if i keep commit work an save and wait up to 20 seconds it works ..
    Is there any way to look for the lock object for the header guid.. instead of putting wait up to 20 secs.
    what is the FM or lock object to check the order is not committed or still system is updating or its in middleware processing.

    hi,  I remeber the there is a function name like  CRMXXDocumentXXlock  which is be called in standard program to maintain order.
    I can't login a crm server, can't offer you the accurate name, you can do a search in system.

  • How to identify the ID of a particular object in personalization?

    Hello,
    I am getting into deeply in the personalization of the page:
    /oracle/apps/pos/supplier/webui/ByrAddCntctPG
    I have to implement some actions on check box "Create User Account for this Contact".
    How can I do it?
    How can I identify the ID of the check box in question?
    Thanks a lot.
    Ladis.

    Find the region on the page and the item name (which shows as prompt). You can easily notice this on the Personalize Page.
    Another simple way is to have Region level personalization enabled and click on the Personalize region link under the region and directly personalize the item.

  • Does anybody know how to get the license for Adobe LiveCycle if i dont have the installation disk?

    Hi,
    I no longer have the installation disk for Adobe LiveCycle and i need to install it onto a different PC due to upgrading hardware etc... Does anybody know how to recover the licence for the version of Adobe LiveCycle we have? Can it be found in the registry or anything?
    Thanks.

    Sorry, but Apple does not provide technical support via email, so they have no published email addresses. You will need to find a way to call them. Or make an appointment with the Genius Bar at an Apple Store, if there are any near you, and have them follow up.
    Regards.

  • How to identify the infosource name for any ods zpxrrm?

    hi all,
    How to identify the info source name for any ods that have created.
    thanxs
    haritha

    Hi Haritha,
                   Check the datasources from which the data is coming to the ODS.Take the technical name of the data source.Check in Infosources Tab.There you can find in which infosources the ODS is present.
    Hope this solves
    Regards
    Karthik
    Assign points if helpful.

  • How to identify the device is locked or not?

    how to identify the iphone is locked or not

    Call AppleCare, give them the model and serial number and ask them if it is locked and if yes, which cell carrier it is locked with.

  • How to identify the Oracle Edition ?

    Hai All,
    How to identify the oracle edition ( standard, enterprise etc...) running in a machine?
    Please help
    Shiju.

    Even if you have explicitly deselected the additional feature of the Enterprise Edition, If you have installed Oracle Enterprise Edition, then you have an Oracel Enterprise Edition Installed, and you must have a license to support your installation. There are several kinds of Edition, you may choose the one that best fits your needs.
    Oracle Enterprise Edition:
    Enterprise Edition is the full (top of the range) version or the Oracle Database Server. Options like RAC, Partitioning, Spatial, etc. can be purchased separately to enhance the functionality of the database.
    Oracle Standard Edition:
    Standard Edition is designed for smaller businesses and enterprises. It offers a subset of the features/ functionality implemented in Enterprise Edition. Database options like Data Guard, Partitioning, Spatial, etc. is not available with Standard Edition (from 10g one can use RAC with Standard Edition). Standard Edition can only be licensed on servers with a maximum capacity of four processors.
    Oracle Standard Edition One:
    Standard Edition One is a low cost, entry-level version of the Oracle Standard Edition database server. Standard Edition One can only be licensed on small servers with a maximum capacity of two processors.
    Oracle Personal Edition:
    Personal Oracle is a single user version of the database server. It is mostly the same as Enterprise Edition, but doesn't support advanced options like RAC, Streams, XMLDB, etc.
    Oracle Lite:
    Oracle Light is a database engine that can be used on mobile platforms like cell phones and PDA's.
    Oracle XE:
    Express Edition (XE) is a free, downloadable version of the Oracle database server. Oracle XE can only be used on single processor machines. It can only manage up to 4 GB of data and 1 GB of memory. ISVs can embed XE in 3rd party products and redistribute it freely.

  • How to identify the sysadmin context

    How to identify the sysadmin context from Oracle Applications either from Controller or Application Module ?

    You need to look document of the application server that u are using.
    Because this depends on application servers.

  • How to identify the bind variable peeking problem?

    How to identify the bind variable peeking problem whether my db hitting or not and how to resolve it?
    currently we are doing the dbms_stat of application schema's with gather auto option and i hope this option we take the histogram stats also. Is there any option to improve it and its highly transactions oltp env of 11g.

    What is your exact 4 digits Oracle version ?
    Bind peeking issues are supposed to be solved with adaptative cursor sharing in 11.1 and 11.2:
    11.1 http://download.oracle.com/docs/cd/B28359_01/server.111/b28274/optimops.htm#sthref919.
    11.2 http://download.oracle.com/docs/cd/E11882_01/server.112/e16638/optimops.htm#PFGRF94588
    which says also:
    >
    Adaptive cursor sharing is enabled for the database by default and cannot be disabled. Note that adaptive cursor sharing does not apply to SQL statements containing more than 14 bind variables.
    >
    Edited by: P. Forstmann on 10 nov. 2011 13:50

  • How to identify the user who created the variant

    Hi All,
    Can anyone tell me how to identify the user who created the variant ?

    Hi Dear,
    For the same go to SE11 and view the table "VARID". This table give the details of the program,user,variant etc.
    From this table u can know which user created the variant. Hope this solve your purpose.
    Regards

  • How can identify the default currency for a customer?

    How can identify the default currency for a customer?
    I know that this is being determined when you create a sales order for a particular customer, for example, so I could break this process open and find out what it uses. But I thought it worth asking in this forum first.
    Blue

    Hi Gary,
    As per my understanding of your question I am replying , If you are looking some thing else then I request you to please elaborate your query.
    If you see the BP sales area data in transaction BP, In billing tab you maintain the currency for a customer which is default currency when you create a sales order.
    <b>Reward points if it helps!!</b>
    Best regards,
    Vikash

  • How to store the images in Oracle?

    Hi,
    I am a new developer, trying to find out how to store the images in Oracle. Is there anyway that I can store the images in Oracle and insert them into my html file?
    Thanks!
    Sarah

    There is a simple image example available from OTN.
    From the OTN main page, go to Products --> interMedia --> Sample Code. The name of the example is "Load rich media content with a browser."
    This example loads and retrieves an image from an Oracle8i database through a web page using the Oracle interMedia Web Agent.
    Hope this helps.
    null

  • How to identify the type of pocketpc barcode scanner?

    How to identify the type of pocketpc barcode scanner whteher it is intermec or symbol?
    GS

    Hi,
    well, this is the brand of the PDA - the Scanner itself is build into the device. So if you have an intermec device - you have an intermec scanner and vice versa. It is not recommended to use a HP device for example with an external scanner. This scenario is not really supported by the MI setup guides.
    Hope that helps!
    Regards,
    Oliver

Maybe you are looking for

  • How to print out page number

    I want to print page number with every page how it possible..... So that I would come to know how many printed documents are left.... Please reply soon

  • I quit Adobe Cloud and my applications disappeared. How do I reinstall?

    I quit Adobe CC on my MacBook Pro and the cloud icon disappeared. How do I get my Adobe CC back with my previously installed apps. I am on a monthly plan for Photoshop and Lightroom

  • Problem using JDBC driver with JSP

    Hi, I am trying to connecto to my mysql server via a JSP page, but it seems that there is a problem with the driver call or something in my configuration that unables me to connect. I have the mysql-connector-java-3.0.7-stable driver. This is how my

  • Permission Denied error generating XML file

    We're using ODI to write out files to a Windows CIFS file system through an agent installed on the ODI Unix server. In order to do this, we had to create the agent using a user ID that had permission to write to the Windows file system. For writing o

  • Unknown app wants entry into startup items on secondary user account

    Out of the blue, whenever i switch to my second user account, I'm assaulted with a dialog box/request from some app named "IJEWP application" to be allowed as a startup app. Since i don't know what it is, or where it originated, i don't want it in th