Configuring Listener:LISTENER
ServiceAliasException: Could not save Service Alias: TNS-04415: File i/o error
caused by: java.io.FileNotFoundException: /oracle10/config/10.2.0/tnsnames.ora (A file or directory in the path name does not exist.)
Default local naming configuration complete.
ListenerException: Could not save listener: TNS-04415: File i/o error
caused by: java.io.FileNotFoundException: /oracle10/config/10.2.0/listener.ora (A file or directory in the path name does not exist.)
Listener configuration complete.
Oracle Net Listener Startup:
Running Listener Control:
/oracle10/product/10.2.0/bin/lsnrctl start LISTENER
Listener Control complete.
Listener started successfully.
Oracle Net Services configuration successful. The exit code is 0
请问怎么解决啊
------解决思路----------------------
caused by: java.io.FileNotFoundException: /oracle10/config/10.2.0/listener.ora (A file or directory in the path name does not exist.)
你看下你的目录 /oracle10/config/10.2.0/ 是否正确,或者权限问题
另外你是不是配置了tns_admin?