马上注册,结交更多同行朋友,交流,分享,学习。
您需要 登录 才可以下载或查看,没有帐号?注册
x
SYMPTOM/PROBLEM:
ORA-12638 Credentail retrieval failed when install Oracle
SOLUTION:
Re-logon as LOCAL administrator, not domain member
--------------------------------------------------
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 |