oracle jserver

[复制链接]
查看11 | 回复1 | 2008-2-13 12:43:03 | 显示全部楼层 |阅读模式
oralce 8.17 安装一切顺利,但是当在dba studio中连接jserver时,出现 vdjserver-1516:无法获得新的jserver回话。不知各位是否遇到过。急,请帮忙。我在win2000 advanced server安装的oracle.

回复

使用道具 举报

千问 | 2008-2-13 12:43:03 | 显示全部楼层
First , make sure there is something like the following in your listener.ora
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = SERVERNAME)(PORT = 2481))
(PROTOCOL_STACK =
(PRESENTATION = GIOP)
(SESSION = RAW)
)
)
Second, your Oracle8i should run in the MTS mode rather than the Dedicated mode.
Oracle uses the IIOP protocal to connect to Jserver in your database.
you can test the IIOP using the command line
c:>sess_sh -u sys -p change_on_install -s sess_iiop://localhost:2481:ORCL
$ls
,where ORCL is your SID
if it works, then your Jserver in the OEM/[DBA studio] should work as well,
but a little trick is that:
the default connect URL is: sess_iiop://localhost:2481:NULL,you can connect with the right-mouse menu click, then change the NULL to your SID.
Certainly you should make sure no port confliction on 2481 with other application on your server.
I guess this is enough to solve your problem.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行