SYMPTOM/PROBLEM:
ORA-01031 Insufficient privilegeswhen install tceng instance
SOLUTION:
Under DOS Prompt, Enter sqlplus /nolog, Oracle Sql*Plus starts.
Under Sql*Plus Prompt, Enter
>connect sys/sys_password as sysdba;
>grant connect, resource, dba to infodba identified by infodba;
----------------------------------------------
SYMPTOM/PROBLEM:
Unable to connect to the databasewhen install TcEng
SOLUTION:
If no other oracle applications run on this machine, remove NLS_LANG from registry,
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\NLS_LANG作者: ilovedb99 时间: 2009-12-30 00:57
受教了....