a****d 发帖数: 2 | 1 我在windowXP 下安装了oracle8.1.5 for NT 和 Jbuilder6.
我写了一个jdbc 程序, 用的是oracle jdbc driver. 开始时
能连接到database, 并且能create table. 后来大概是在drop
table 时出了问题. oracle 整个不能启动, control panel
里的service status 是 "starting". 但是不能手动启动.
用sql+ 登陆失败, error message 是 ORA-01034. 请问各位
有什么办法解决? 非常感谢!! | a****c 发帖数: 25 | 2 Have you tried to reboot your PC?
【在 a****d 的大作中提到】 : 我在windowXP 下安装了oracle8.1.5 for NT 和 Jbuilder6. : 我写了一个jdbc 程序, 用的是oracle jdbc driver. 开始时 : 能连接到database, 并且能create table. 后来大概是在drop : table 时出了问题. oracle 整个不能启动, control panel : 里的service status 是 "starting". 但是不能手动启动. : 用sql+ 登陆失败, error message 是 ORA-01034. 请问各位 : 有什么办法解决? 非常感谢!!
| b***g 发帖数: 3 | 3 Never have this problem before, if SQLPLUS cann't start maybe you have problem
with the network configuration--maybe some files have been dropped/deleted
accidently.
I will try look up (Drive)\Oracle\Ora81\NETWORK\ADMIN\tnsnames.ora first. Your
Oracle service -- the instance should have a footprint there. The file is
pretty intuitive and you should understand it easily. Good Luck!
【在 a****c 的大作中提到】 : Have you tried to reboot your PC?
| x***u 发帖数: 9 | 4 你可以用SVRMGR30启动,CONNECT / AS SYSDBA; STARTUP。前提是把你自己的NT USER
加入到NT的ORA_XXX_DBA GROUP(如果没有这个GROUP,就手创一个)。XXX是你的Database
的SID。并修改SQLNET.ORA,把sqlnet.authentication_services设成(NTS)。
【在 a****d 的大作中提到】 : 我在windowXP 下安装了oracle8.1.5 for NT 和 Jbuilder6. : 我写了一个jdbc 程序, 用的是oracle jdbc driver. 开始时 : 能连接到database, 并且能create table. 后来大概是在drop : table 时出了问题. oracle 整个不能启动, control panel : 里的service status 是 "starting". 但是不能手动启动. : 用sql+ 登陆失败, error message 是 ORA-01034. 请问各位 : 有什么办法解决? 非常感谢!!
|
|