ORA-37015: (XSACQUIRE_YNRESYNC) Object workspace object is
ambiguously listed to be acquired both with and without RESYNC.
Answer / guest
Cause: The object is listed in with resync list and no
resync list. Such usage is ambigous as to the user's intent
on preserving or not preserving private changes.
Action: Do not list the object both with and without RESYNC
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-23329: successful user-provided ddl but no materialized view "string"."string"
ORA-33460: (ESDREAD10) Discarding compiled code for workspace object because object workspace object is not in analytic workspace string.
ORA-29549: class string.string has changed, Java session state cleared
LSX-00243: invalid date "~S"
ORA-24755: OCI_TRANS_NOMIGRATE, OCI_TRANS_JOIN options are not supported
TNS-00245: Connection Manager: Failed to open log file
ORA-09314: sltln: error translating logical name
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...
ORA-26698: %s did not have a string rule set
ORA-10581: Can not modify redo log header during test recovery
ORA-29258: buffer too small
PCC-00078: FIPS warning: Invalid ANSI SQL Identifier