.TRC 文件扩展名

SQL Server Trace File

开发者 Microsoft
受欢迎程度
4.0  |  21 
 

什么是 TRC 文件?

File created by SQL Server Profiler, which is included with SQL Server software; contains trace results of the activity of a SQL database; can be used to analyze a sequence of database statements.

更多信息

To open a TRC file, select File → Open → Trace File, select your Trace file, and click Open.

Default TRC files are located in the following directory:

C:\​Program Files\​Microsoft SQL Server\​MSSQL\​LOG

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开 TRC 文件的程序

分类: 数据库
更新时间: 2014-08-07

Oracle Trace File

开发者 Oracle
受欢迎程度
3.4  |  7 
 

Diagnostic data file produced by Oracle database software; includes a detailed sequence of statements that describe events as they are executed; can be used to identify events that led to a database error or for other database analysis.

可打开 TRC 文件的程序

Windows
免费试用
分类: 数据库
更新时间: 2008-07-09

CTrace Trace File

开发者 Cal McPherson
受欢迎程度
2.0  |  1 
 

A TRC file is a trace file created by CTrace, a trace and debug library included in some C applications. It contains a record of the low-level processes a program performed during a specific runtime. Developers use TRC files to debug programs.

更多信息

在 Microsoft Visual Studio Code 中打开的 .trc 文件截图
在 Microsoft Visual Studio Code 中打开的 TRC 文件

CTrace is a code library that developers can use to add a trace and debug utility to their C applications. The utility records the low-level processes a program performs, as well as those processes' outputs. Developers can save these records to text files, which are sometimes saved with the .trc file extension. (More commonly, however, CTrace trace files are saved with the .TXT extension.)

If a program that uses the CTrace utility encounters an error, the program's developer can create a TRC file that documents the runtime in which that error occurred. They can then review the file's text and attempt to determine the error's cause. This allows developers to find and fix bugs that would otherwise continue to negatively impact their programs.

注: CTrace is intended for use in multi-threaded applications, but can also be included in single-threaded applications.

如何打开 TRC 文件

TRC files are plain text files, so you can open them and view the trace data they contain in any text editor. Some common text editors include Microsoft Notepad (Windows), Apple TextEdit (Mac), and GitHub Atom (cross-platform).

可打开 TRC 文件的程序

Windows
操作系统自带
免费
免费
Mac
操作系统自带
免费
免费
Linux
免费
免费
免费
Chrome OS
操作系统自带
分类: 开发者
更新时间: 2021-07-14

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的所有文件格式和软件程序。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们