ORA-23452: flavor string of object group "string"."string"
is already published



ORA-23452: flavor string of object group "string"."string" is already published..

Answer / guest

Cause: The given object group already contains a (published)
definition of the specified flavor.

Action: Check the spelling of the flavor name.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-15125: ASM file name 'string' contains an invalid template name

1 Answers  


ORA-30372: fine grain access policy conflicts with materialized view

1 Answers  


ORA-29316: datafile string been imported twice

1 Answers  


NNL-00286: Server does not own any domains

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,






ORA-26666: cannot alter STREAMS process string

1 Answers  


KUP-04045: unexpected OCI status string

1 Answers  


LPX-00007: unexpected end-of-file encountered

1 Answers  


DRG-10001: can not access result table string

1 Answers  


LRM-00112: multiple values not allowed for parameter 'string'

1 Answers  


PLS-00641: INTO clause not allowed for this SELECT statement

1 Answers  


PCB-00224: Ambiguously referenced variable "string"

1 Answers  


Categories