Sign in or 

| Diagnose | Setting |
| SQL Tracing | alter session set sql_trace true |
| OLAP Continuous Tracing | alter session set "_olap_continuous_trace_file"=true |
| OLAP Debug Information to Trace | alter session set "_olap_dbgoutfile_echo_to_eventlog"=true |
| OLAP POutLog (Aggregation) to Trace | alter session set "_olap_poutlog_echo_to_eventlog"=true |
| OLAP SQL Import to Trace | alter session set events ''37390 trace name context forever, level 1'' |
| OLAP Update to Trace | alter session set events ''37396 trace name context forever, level 1'' |
| Diagnose | Setting |
| SQL Tracing (Binds and Waits) | alter session set events ''10046 trace name context forever, level 12'' |
| CBO Decisions | alter session set events ''10053 trace name context forever, level 1'' |
| OLAP Continuous Tracing | alter session set "_olap_continuous_trace_file"=true |
| OLAP Table Function to Trace | alter session set "_olap_table_function_statistics"=true |
| Diagnose (SQL) | Setting |
| SQL Tracing | alter session set sql_trace true |
| OLAP Continuous Tracing | alter session set "_olap_continuous_trace_file"=true |
| OLAP Debug Information to Trace | alter session set "_olap_dbgoutfile_echo_to_eventlog"=true |
| Diagnose (OLAP DML Commands) | Setting (if you are running OLAP Worksheet there is no need for the PL/SQL wrapper) |
| Details when bad line of code | exec dbms_aw.execute('BADLINE=yes'); |
| OLAP Program Execution | exec dbms_aw.execute('PRGTRACE=on'); |
| OLAP Model Execution | exec dbms_aw.execute('MODTRACE=on'); |
| Show Error Messages | exec dbms_aw.execute('ECHOPROMPT=yes'); |
|
olapdba |
Latest page update: made by olapdba
, Jan 24 2008, 5:41 PM EST
(about this update
About This Update
3 words added 2 words deleted view changes - complete history) |
|
Keyword tags:
None
More Info: links to this page
|