ORA-32581: missing or invalid password



ORA-32581: missing or invalid password..

Answer / guest

Cause: An incorrect password was provided for the SYS or
SYSTEM user in the CREATE DATABASE statement.

Action: Re-issue the CREATE DATABASE statement with a valid
password.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

DRG-51203: found doc ids without mappings during get maps

1 Answers  


ORA-18002: the specified outline does not exist

1 Answers  


ORA-06800: TLI Driver: SQL*Net SPX client went away during reconnect

1 Answers  


NNO-00254: warning: parameter string value must be between number and number, set to number seconds

1 Answers  


ORA-26526: materialized view sql ddl parse/expansion failed for string.string

1 Answers  






DRG-11511: specified table does not contain a LONG RAW column

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,


ORA-07217: sltln: environment variable cannot be evaluated.

1 Answers  


ORA-24813: cannot send or receive an unsupported LOB

1 Answers  


IMG-02008: 2FF08 - color histogram feature cannot be determined

1 Answers  


RMAN-20000: abnormal termination of job step

1 Answers   Nokia,


ORA-14185: incorrect physical attribute specified for this index partition

1 Answers  


Categories