Home| Progetto| Web| Faq| Acronimi | ||||
Argomenti Documenti pubblicabili:1120
Scripts:1282 Documenti non pubblicabili:162 Categorie tematiche:68 .Net |_C# |_Visual basic.net |_Asp.net Active Server Pages C++ Cascade Style Sheet JavaScript Mysql Php Xml Java |_Java 2 Micro Edition |_Java server pages |_Java Servlet Oracle |_PLSQL PostgreSQL Unix
Oracle...
Info:
Database buffer cache
Oracle...
Script:
Check if database is running on Rac or Exclusive via plsql dbms_utility
Unix...
Tip:
How remove a file named -r
PLSQL...
Script:
Record
Oracle...
Tip:
TWO_TASK
Oracle...
Faq:
Come individuare a quale tablespace appartiene una tabella?
Shell scripting...
Script:
Debug shell program
A User Agent, like a web browser, uses HTTP to request a HTML document
Php Funzione mail()
In programming the danger of exploring the small details of coding is that you get obsessed with every line of code you write, thereby greatly reducing productivity.
In general, is not worth obsessing over code. On the other hand you should code with deliberation and intent. Steven Feurstein Oracle Magazine July /August 2004 A User Agent, like a web browser, uses HTTP to request a HTML document
|
Oracle
Home >Oracle > Where is my trace file
Where is my trace file. Sometimes after you issued such as a 10053 trace or alter database backup controlfile to trace you want to find right away the file direcory and name. The v$diag_info view keep track of trace files and is very handy. For example $ sqlplus sys as sysdba Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production SQL> ALTER SESSION SET EVENTS '10053 trace name context forever'; Session altered. SQL> select count(1) from dba_tables; COUNT(1) ---------- 2603 SQL> SELECT value FROM v$diag_info WHERE name = 'Default Trace File'; VALUE -------------------------------------------------------------------------------- /oracle/db_12C/diag/rdbms/db1/trace/db1_ora_32586.trc SQL> exit
$ more /oracle/db_12C/diag/rdbms/db1/trace/db1_ora_32586.trc
Trace file /oracle/db_12C/diag/rdbms/db1/trace/db1_ora_32586.trc Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production (...) System name: SunOS Node name: server1 Release: 5.11 Version: 11.2 Machine: sun4v Instance name: db1 Redo thread mounted by this instance: 1 Oracle process number: 39 Unix process pid: 32586, image: oracle@server1 (TNS V1-V3) *** 2015-05-19 10:58:43.574 (...) *** MODULE NAME:(sqlplus@server1 (TNS V1-V3)) 2015-05-19 10:58:43.574 *** CLIENT DRIVER:(SQL*PLUS) 2015-05-19 10:58:43.574 *** ACTION NAME:() 2015-05-19 10:58:43.574 (...) --------------------- QUERY BLOCK SIGNATURE --------------------- signature (): qb_name=SEL$1 nbfros=1 flg=0 fro(0): flg=5 objn=4140 hint_alias="DBA_TABLES"@"SEL$1" Registered qb: SEL$2 0x7c511490 (PARSER) --------------------- QUERY BLOCK SIGNATURE --------------------- (...) The same if you issue,backup controlfile to trace or other trace operations. $ sqlplus sys as sysdba SQL> alter database backup controlfile to trace; Database altered. SQL> SELECT value FROM v$diag_info WHERE name = 'Default Trace File'; NAME ---------------------------------------------------------------- VALUE ---------------------------------------------------------------- Default Trace File /oracle/db_12C/diag/rdbms/db1/trace/db1_ora_725.trc SQL> exit
$ more /oracle/db_12C/diag/rdbms/db1/trace/db1_ora_32284.trc
Trace file /oracle/db_12C/diag/rdbms/db1/trace/db1_ora_32284.trc Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production With the Partitioning, OLAP, Advanced Analytics and Real (...) System name: SunOS Node name: server1 Release: 5.11 Version: 11.2 Machine: sun4v Instance name: db1 Redo thread mounted by this instance: 1 Oracle process number: 39 Unix process pid: 725, image: oracle@server1 (TNS V1-V3) (...) *** 2015-05-19 11:12:25.612 *** SESSION ID:(592.55309) 2015-05-19 11:12:25.612 (...) *** MODULE NAME:(sqlplus@server1 (TNS V1-V3)) 2015-05-19 11:12:25.612 (...) -- LOG_ARCHIVE_FORMAT=%t_%s_%r.dbf -- DB_UNIQUE_NAME="DB1" (...) Warning: include(ads/text468x15.html): failed to open stream: No such file or directory in D:\inetpub\webs\fishscriptcom\documents\view_document.php on line 131 Warning: include(): Failed opening 'ads/text468x15.html' for inclusion (include_path='.;C:\php\pear') in D:\inetpub\webs\fishscriptcom\documents\view_document.php on line 131 Tutorial ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Script ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Comandi ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Codici errore ![]() ![]() ![]() ![]() ![]() |
Cerca
Oracle...
Info:
Alter table
Anger is creative, depression is useless.
Dyson, Freeman J. Anger is creative, depression is useless.
Dyson, Freeman J.
Oracle...
Info:
Oggetto directory
Oracle...
Citazioni:
Designing an efficient Schema ...
Oracle...
Definizioni:
Area PGA
Oracle...
Definizioni:
SESSION
Shell scripting...
Script:
Shell script automating oracle data pump schema export
fishScript.Com is accessible by Mobile access technology
as mobile phones, Palm and Pocket PC .
Nicoleta e Marco Magnani tutorial, examples, courses, esempi, corsi, esercizi, appunti vari Dottoressa Nicoleta Dragu Formatrice Docente Insegnante Mediatrice Culturale Dott. Marco Magnani Universita La Sapienza Roma Master Computer Science Hunter College New York , Data Base Administrator DBA oracle System architect |