Skip to content
Hustlers
View website Menu

Queries

  1. Home>
  2. Job Listings Dashboard>
  3. Queries

Useful SQL queries in Oracle Apps

  • Post author:Aruna Malla
  • Post published:October 8, 2013
  • Post category:SQL
  • Post comments:2 Comments

To know the database version : select * from v$version; The below query displays all the locked tables in the given session: SELECT  owner         || '.'…

Continue ReadingUseful SQL queries in Oracle Apps