• Skip to primary navigation
  • Skip to content
  • Skip to footer
App Development Journey Learning and Sharing
  • Home
  • Apps
  • Start Here
  • Resources
  • About
    Ravi Shankar

    Ravi Shankar

    Apple Platforms Developer

    • App Nomad
    • Email
    • Twitter
    • GitHub
    • LinkedIn

    How to find/kill the locked objects in an oracle database

    less than 1 minute read

    The below query can be used for determining the if any object locked in an oracle database. select   c.owner,  c.object_name,  c.object_type,  b.sid,  b....

    How to Find Maximum Open Cursors and Current Cursor Count in Oracle Database

    1 minute read

    Learn how to monitor and manage Oracle database cursors with SQL queries. Find out maximum allowed cursors and track currently open cursors to prevent ORA-01...

    • Previous
    • 1
    • …
    • 41
    • 42
    • 43
    • Next
    • Twitter
    • GitHub
    • LinkedIn
    • Feed
    © 2025 Ravi Shankar. Powered by Jekyll & Minimal Mistakes.