Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection解决办法: 启动监听器时[oracle@localhost ~]$lsntctl start 出现The listener supports no services Linux命令行运行 [oracle@localhost bin]$ netmgr 打开Oracle Net Manager,添加Data
什么是PowerDesigner 引入百度百科的说法是: power designer是能进行数据库设计的强大的软件,是一款开发人员常用的数据库建模工具.使用它可以分别从概念数据模型(Conceptual Data Model)和物理数据模型(Physical Data Model)两个层次对数据库进行设计.在这里,概念数据模型描述的是独立于数据库管理系统(DBMS)的实体定义和实体关系定义:物理数据模型是在概念数据模型的基础上针对目标数据库管理系统的具体化. 在这里有必要强调下什么是数据模型呢
防火墙启用,增加禁用端口提供给外部访问 @echo off color E2 title 关闭常见的危险端口 echo 正在开启Windows防火墙 echo. netsh advfirewall set currentprofile state on > nul netsh advfirewall set publicprofile state on > nul netsh advfirewall set allprofile state on > nul netsh advfirew