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