ORA-31430: subscriber view exists



ORA-31430: subscriber view exists..

Answer / guest

Cause: A view that is already in use was specified for the
subscriber view.

Action: Call the SUBSCRIBE procedure using a different
subscriber view 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-00118: Only one of PROTOCOL, ADDRESS or DESCRIPTION may be specified

1 Answers  


ORA-21609: memory being resized without being allocated first

1 Answers  


PLS-00210: an OTHERS clause is required in this CASE statement

1 Answers  


ORA-12922: concurrent ALTER DATABASE [NO] FORCE LOGGING command is running

1 Answers  


ORA-09758: osnipn: could not check port in name server.

1 Answers  






QSM-01014: top level operator in WHERE clause of the query is an OR

1 Answers  


DRG-11307: operation cannot be performed on an index

1 Answers  


ORA-28550: pass-through SQL: cursor not found

1 Answers  


ORA-13751: "SQL Tuning Set" "string" does not exist or user "string" is not the owner of the "SQL Tuning Set".

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,


PCC-02340: structure contains a bit field

1 Answers  


ORA-04087: cannot change the value of ROWID reference variable

1 Answers  


Categories