Skip to content
Friday, March 24, 2023
Database Learners
Menu
  • About Database
  • Oracle
    • ASM
    • Data Pump
    • Backup and Recovery
    • Patching and Upgradation
    • Performance Tuning
    • Data Guard
    • Real Application Cluster
    • Golden Gate
    • PL/SQL
  • MySQL
  • PostgreSQL
  • MongoDB
  • MS SQL Server
  • SQL
  • Linux
  • About Me
  • Contact Us
  • Home
  • 2020
  • August
  • Identify Trace file related to an oracle process -The Easy Way

Identify Trace file related to an oracle process -The Easy Way

Oracle
19 August 202019 August 2020 Administrator


To find the trace file location/name assosiated with a particular PID use the below query:

select PID,spid,username,program,background,tracefile from v$process;

tracefile column will give you the required location.

Share this post: on Twitter on Facebook on Google+

Post Views: 429

Post navigation

Ideal RMAN format for backup
Important Database Views
Administrator

http://www.databaselearners.com

Related Posts

Startup and Shutdown Procedure

20 August 202020 August 2020 Administrator

Oracle 11g Standard Edition vs. Enterprise Edition

17 March 201520 August 2020 Administrator

Group and User Creation in Solairs.

13 March 201520 August 2020 Administrator

Recent Posts

  • How to Optimize MySQL Tables and Defragment to Recover Space
  • ORA-01031: Insufficient Privileges When Connect As Sysdba
  • Oracle RAC log files locations
  • Drop all tables in Oracle DB (Schema)
  • How to Determine If the Oracle Redo Log File Size Is a Problem

Categories

  • ASM (40)
  • Backup and Recovery (52)
  • Data Guard (36)
  • Data Pump (28)
  • DB Scripts (26)
  • General (1)
  • Golden Gate (7)
  • Interview Questions (24)
  • Linux (86)
  • MS SQL Server (8)
  • MySQL (120)
  • ORA-Errors (45)
  • Oracle (301)
  • Oracle 10g (19)
  • Oracle 11g (24)
  • Oracle 12c (9)
  • Oracle RAC (101)
  • Oracle XE (7)
  • Patching and Upgradation (19)
  • Performance Tuning (61)
  • PL/SQL (26)
  • RMAN (85)
  • SQL (32)

Visitors

  • 1
  • 21
  • 51,256

Reference Links:

  • https://docs.oracle.com/en/database/index.html
  • https://dev.mysql.com/doc/
  • https://docs.mongodb.com/manual/
  • https://docs.microsoft.com/en-us/sql/sql-server/?view=sqlallproducts-allversions
  • https://www.postgresql.org/docs/current/
@2021 databaselearners.com | Theme: BlogMagazine by Dinesh Ghimire.