Skip to content

Tutorialwale

  • Home
  • Linux
  • SQL
  • Scripts
  • Oracle DBA
  • Oracle RAC
  • GoldenGate
  • Data Guard
  • Apps DBA
  • PostgreSQL
  • AWS Cloud
  • Oracle Cloud
  • Azure Cloud
  • Interview Questions
  • How To
  • Home
  • Linux
  • SQL
  • Scripts
  • Oracle DBA
  • Oracle RAC
  • GoldenGate
  • Data Guard
  • Apps DBA
  • PostgreSQL
  • AWS Cloud
  • Oracle Cloud
  • Azure Cloud
  • Interview Questions
  • How To

Apps DBA

Query To Count Pending Request

Query To Count Pending Request SELECT/*+ choose */ Count(*)FROM fnd_concurrent_requests … Read more

Query To find Concurrent Program Name, Phase Code And Status Code for a given Request

Query To find Concurrent Program Name, Phase Code And Status … Read more

Query To Find a Concurrent Program Enabled with Trace

Query To Find a Concurrent Program Enabled with Trace SELECT … Read more

Query To Find Request Submitted By User

Query To Find Request Submitted By User QUERY TO FIND … Read more

Query To Find Pending Request in Oracle Apps dba

Query To Find Pending Request in Oracle Apps dba. SELECT … Read more

Query To Find the Reports Finished With Error Code In Oracle Apps DBA

Query To Find the Reports Finished SELECT a.request_id ‘Req Id’,a.phase_code,a.status_code,actual_start_date,actual_completion_date,c.concurrent_program_name|| … Read more

Terminating Report From Backend

Terminating Report From Backend, We should use data dictionary views … Read more

Query To Check Total Scheduled Requests

Query To Check Total Scheduled Requests SELECT request_id, id,Nvl(meaning, ‘UNKNOWN’),status,user_concurrent_program_name, … Read more

Query To Check List Of Running Requests

Query To Check List Of Running Requests SELECT q.concurrent_queue_nameqname,f.user_name,a.request_id“Req Id”,Decode(a.parent_request_id, … Read more

Newer posts
← Previous Page1 … Page6 Page7

  • Linux
    • Best Linux Commands For Beginners
    • Best Common Linux Commands
    • Basic Linux commands for Oracle DBA With Examples
    • Top 10 Linux Commands with Examples
    • Top 20 Linux Commands with Examples
    • Top 30 Linux Commands with Examples
    • Top 40 Linux Commands with Examples
    • Top 50 Linux Commands with Examples
    • Top 100 Linux Commands with Examples, Definitions, and descriptions
  • SQL
    • ALTER TABLE
    • SQL Aliases
    • SQL AND Operator
    • SQL ANY and ALL Operators
    • SQL AVG() Function
    • SQL BETWEEN Operator
    • SQL CASE Expression
    • COUNT() Function
    • SQL Delete Statement
    • SQL Functions With Examples
    • SQL GROUP BY Statement
    • SQL HAVING Clause
    • SQL IN Operator
    • SQL INSERT INTO SELECT Statement
    • SQL Joins
    • SQL LIKE Operator
    • MIN() and MAX() Functions
    • SQL NOT Operator
    • SQL Order By Clause
    • SQL SELECT INTO Statement
    • SELECT TOP Clause
    • SUM() Function
    • SQL Update Statement
    • SQL WHERE Clause
    • SQL Wildcards
    • Count Of Active Sessions
    • Datewise Occurrence Of ORA-1555
    • Difference Between DROP, DELETE, and TRUNCATE: DROP vs DELETE vs TRUNCATE
  • Scripts
    • List All Undo Datafiles With Status And Size
    • Inactive Programs With Disk Reads
  • Oracle DBA
    • Drop all schema objects
    • List All Datafile Of Undo Tablespace
    • Extent Count And Total Blocks
    • Find Total Undo Statistics
    • How To Find CPU Usage For a Session
    • How To Find Database Objects With Datafiles?
    • How to Find Scheduled Concurrent Program
    • How to Find The Request Group Associated with a Program
    • How To Generate ADDM Report in Oracle Database?
    • How To Generate ASH Report in Oracle Database?
    • How To Generate AWR Report in Oracle Database?
    • How To Generate Oswatcher Report in Linux?
    • How to Get Counts of All Tables in a Schema in PL/SQL?
    • How To Grant Read Only Access To User in Oracle Database?
    • How To Move a Table To a Different TableSpace
    • How to Resize Temporary Tablespace in Oracle 11g Database
    • How to Resolve ORA-00001: unique constraint violated in Oracle
    • Inactive JDBC Sessions
    • Inactive Modules
  • Oracle RAC
  • GoldenGate
    • Oracle GoldenGate Parameters
  • Data Guard
  • Apps DBA
    • To Find Current Running sqls
    • Find Total Undo Statistics
    • To Check When a Table is Last Analysed
    • How to Get Counts of All Tables in a Schema in PL/SQL?
    • Undo Space Used By All Transactions
    • How To Find CPU Usage For a Session
    • Inactive Session Details More Than 1 Hour
    • SQL Query To Check Active Transactions
    • How To Move a Table To a Different TableSpace
    • Undo Tablespace Utilization By All Sessions
    • List Of Long Running Queries
    • How To Find Database Objects With Datafiles?
    • To Find Toad Sessions
  • PostgreSQL
  • AWS Cloud
  • Oracle Cloud
  • Azure Cloud
  • Interview Questions
  • How To

  • Recent Comments
  • No comments to show.
© Copyright 2023-2028 www.tutorialwale.com. All rights reserved.