Database Security Products (MOSC)

MOSC Banner

Tracing Errors & warnings

edited Oct 8, 2009 4:36PM in Database Security Products (MOSC) 4 commentsAnswered
Hello,

is there a way to trace all sql errors on an oracle database ? (without the grid)

I am debugging a progiciel that use oracle as db. I do not know what it is doing (SQL statement being executed) and the user being used to do that

Sometimes, i get this error : ORA 01031 insuficient privileges

My question:

is there something i can run to trace errors, and log the sql statement executed (just like MSSQL SQLProfiler would do)

Thanks

I have tried :

execute immediate 'alter session set events=''01031 trace name context forever, level 8'''; execute immediate 'alter session set max_dump_file_size = unlimited'; execute immediate 'alter session set timed_statistics = true';

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center