NZE-29114: Cannot import private key.
Answer / guest
Cause: The private key could not be imported. One of the
required parameters could be NULL or the encoded private key
could be malformed.
Action: Enable Oracle Net tracing and attempt the connection
again. Contact Oracle customer support with the trace output.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-30568: cannot drop log group - nonexistent log group
ORA-14045: only one partition may be modified
PLS-00408: duplicate column 'string' not permitted in INSERT or UPDATE
ORA-01232: cannot start online backup - file string is being made read-only
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-31623: a job is not attached to this session via the specified handle
ORA-38455: Expression Filter index should be created by the owner.
SQL-02139: Unable to get the OCI handles
ORA-19015: Invalid XML tag identifier (string)
SQL*Loader-00405: Need termination delim with optional enclosure delim: column string table string
NID-00350: string (number) string
ORA-12534: TNS:operation not supported