TNS-12651: Encryption or data integrity algorithm unacceptable
Answer / guest
Cause: The algorithm the server chose to use for encryption
or data integrity was not one of the choices acceptable to
the client. This is either the result of an internal error,
of a network data transmission error, or of deliberate
tampering with the transmitted data.
Action: For further details, turn on tracing, re-execute the
operation, and contact Oracle Customer Support.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
LRM-00115: error when processing an environment variable
ORA-13019: coordinates out of bounds
ORA-31667: parameter name can not be defaulted
ORA-12687: Credentials expired.
ORA-32332: cannot refresh materialized view "string"."string" as type evolution has occured
ORA-31040: Property string: XML type (string) not compatible with internal memory type (string)
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...
TNS-12204: TNS:received data refused from an application
ORA-14059: partition "string": INITRANS value must be less than MAXTRANS value
ORA-09787: sllfop: unrecognizable processing option, incorrect format.
ORA-29531: no method string in class string
ORA-22874: attribute "string" is not part of the type "string"