DRG-13312: user CTXSYS does not own USER_LEXER stored
procedure string



DRG-13312: user CTXSYS does not own USER_LEXER stored procedure string..

Answer / guest

Cause: CTXSYS does not have EXECUTE privilege on the
USER_LEXER stored procedure

Action: make sure the stored procedure exists and is owned
by CTXSYS

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

SQL*Loader-00654: Variable length field exceeds maximum length.

1 Answers  


IMG-00812: merged area queue initialization failed

1 Answers  


DRG-10303: could not queue given commands to be processed

1 Answers  


ORA-02738: osnpwrtbrkmsg: incorrect number of bytes written

1 Answers  


ORA-32814: propagation schedule string does not exist

1 Answers  






ORA-10583: Can not recovery file string renamed as missing during test recovery

1 Answers  


ORA-00026: missing or invalid session ID

1 Answers  


DGM-16903: Unable to connect to database

1 Answers  


PLS-00553: character set name is not recognized

1 Answers  


ORA-01106: database must be closed before dismounting

1 Answers  


Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

0 Answers   IBM,


NNL-00012: invalid "string" value "string"

1 Answers  


Categories