Patch Reviews - DB (MOSC)

MOSC Banner

error ORA 600 [15160]

edited Mar 27, 2014 12:00PM in Patch Reviews - DB (MOSC) 1 commentAnswered
  I have this error  ORA 600 [15160] in a database 11.1.0.7.0, in linux x86.and I dont know which patch I'll have to apply

Current SQL Statement for this session (sql_id=b45yczv6tqgv2) -----
/* SQL Analyze(297,1) */ SELECT a.dep, a.ind, a.mat, a.name,
       to_char(a.fecha_hora,'dd-MM-yy HH24:MI:SS') AS fecha_hs,a.control,a.carga,a.margen, a.carga,
       a.cant, a.uni, a.mov
  FROM vw_ a
  where 
  cuatrigrama in ('AAFG','PPRZ','KKRT','BRAZ') and    
trunc(fecha_hora) >= trunc(:p1) and trunc(fecha_hora) <= trunc(:p2)
and a.cant <> 0
and a.evento in (select distinct (a.evento) FROM vw_ a)

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