美文网首页
oracle 配置远程连接

oracle 配置远程连接

作者: 角角_d216 | 来源:发表于2020-03-25 19:21 被阅读0次

1、把 ../admin/下的 listener.ora tnsnames.ora 中 的 localhost 改成ip地址 

2、重新启动服务器 root 下 reboot

3、登录 oracle 用户 (安装用户)下 

    1)启动监听: lsnrctl start

    2)启动数据库:sqlplus / as sysdba

        SQL>startup 

搞定!!!!!!

相关文章

网友评论

      本文标题:oracle 配置远程连接

      本文链接:https://www.haomeiwen.com/subject/awwxuhtx.html