TNS-12657: No algorithms installed
Answer / guest
Cause: The near side of the connection required the use of a
service (either encryption or checksumming) when no
algorithms for that service were installed.
Action: Remove the "ON" requirement for that service.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
TNS-00505: Operation timed out
ORA-15039: diskgroup not dropped
IMG-00601: out of memory while copying image
ORA-24130: table string does not exist
ORA-16605: unable to delete template, template is in use
ORA-19202: Error occurred in XML processingstring
ORA-02240: invalid value for OBJNO or TABNO
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...
NNL-01075: Contact string
PCB-00102: Input file name length exceeds the maximum length
PLS-00738: REF target string changed during compilation
ORA-01642: begin backup not needed for read only tablespace 'string'