谁能告诉我数据库连接的时候报ora-12541是什么错误?

我在用DBA STUDIO连接数据库的时候报ora-12541 没有监听器。但我的配置文件(listener,ora,tnsname.ora检查过,均无问题,用lsnrctl也报告成功,不知是何原因连接不上?(注:我的服务器与客户机在一台机器上,应该没问题呀!)
[131 byte] By [cherhh-cher] at [2007-12-14]
# 1
To correct this problem, follow these steps:

1.Stop the listener.

2.Reconfigure QUEUESIZE in your listener (LISTENER.ORA) configuration file to be a larger value (based on anticipated simultaneous connect requests).

3.Restart the listener.

4.Try to connect again.
bzszp-SongZip at 2007-10-22 > top of Msdn China Tech,其他数据库开发,SQL Anywhere Studio...
# 2
用SQLPLUS 试试.

如果SQLPLUS 能正常连接的话, 说明监听和TNS的配置没有问题.
再认真检查一下引用程序是否有问题.
standard-东东 at 2007-10-22 > top of Msdn China Tech,其他数据库开发,SQL Anywhere Studio...
# 3
你机器上的监听没有启动,查看listener.ora
# 4
谢谢各位。你们所说的我都已试过,没问题。另:to: bzszp(SongZip) 我的listener.ora中没有QUEUESIZE 项配置。

问题原因已经找到。在tcp/ip高级设置里屏蔽了大多数tcp/ip端口。
cherhh-cher at 2007-10-22 > top of Msdn China Tech,其他数据库开发,SQL Anywhere Studio...