1.Link name is random 2.username and password is database account 3.host name  is ip address  ifconfig 4.port usually is 1521  command lsnrclt start 5.sid:you can use echo $ORACLE_SID 6.server name :(a.lsnrctl start  b.lsnrctl status c.lsnrctl stop)…
ORACLE官方提供的Sql Developer自带的Oracle Migration Workbench. 什么是Oracle SQL Developer?在官方页面上,是这样介绍它的: Oracle SQL Developer is a free and fully supported graphical tool for database development. With SQL Developer, you can browse database objects, run SQL st…
本文转自:http://www.oracle.com/technetwork/cn/server-storage/linux/sqldev-adv-otn-092384.html Advanced Oracle SQL Developer Features < Do not delete this text because it is a placeholder for the generated list of "main" topics when run in a brows…
原文 Oracle SQL Developer使用 比较:   Plsqldev:第三方的,启动软件时快,执行sql查询时很慢 Sqldeveloper:oracle公司的,启动软件时慢,执行sql查询时快 缺点: 每隔一段时间(大概10分钟吧),就会断开连接,需要重新连接,苦逼! 求帮助:望知道的大侠,告诉我一声   目的: 使用sqldeveloper连接本地oracle server服务端实例 使用sqldeveloper连接远程oracle client客户端实例 环境: Oracle…
我們一直以來就很少使用 Oracle 資料庫,一年下來也頂多 1 ~ 2 個案子採用 Oracle 的資料庫,所以一直都對 Oracle 資料庫的操作不太熟悉,尤其是用 Oracle 內建的那些超難用工具,更是不想親近,太不人性了.不過今年 Oracle 終於推出了一套 SQL Developer 資料庫管理工具,雖然還是比 Management Studio 遜色很多,不過終究像是個人用的管理工具了. 這套 SQL Developer 資料庫管理工具也是有些與 Management Studi…
在使用Oracle SQL Developer连接远程服务器的时候,出现如下的错误 在服务器本地是可以正常连接的.这个让人想起来,跟SQL Server的一些设计有些类似,服务器估计默认只在本地监听,不允许远程访问的,这是为了提高安全性. 解决的方法是,添加一个监听地址 然后,重启服务…
Oracle SQL Developer Oracle公司出品的一个免费非开源的用以开发数据库应用程序的图形化工具. 可以浏览数据库对象.运行SQL语句和脚本.编辑和调试PL/SQL语句,也可以创建执行和保存报表. 支持任何Oracle 10g及其后续版本的数据库,并且能在Windows,Linux和Mac OSX上运行. 通过安装第三方的JDBC驱动,可实现连接其他类型的数据库. 在windows下安装与运行 Oracle SQL Developer Downloads 先安装JDK,然后解压…
Oracle SQL Developer连接报错(ORA-12505) 之前我的Oracle数据库出现问题,费大波周折终于弄好了,今天又创建了一个DBA管理员的连接方式出现问题,本人现在把解决方案分享给大家,希望对你们有用. 连接时报错码:Listener refused the connection with following error:ORA-12505,TNS:listener...... 确定这是连接数据库的SID错误, 解决方法: 1.知道你的SID名:可以再注册表中查找,也可以通…
Oracle SQL Developer 连接数据库如何对应数据库配置文件 1.数据库配置文件 hibernate.connection.url jdbc:oracle:thin:@146.56.35.163:2345:orac hibernate.connection.username YHDyhd hibernate.connection.password YHDyhd123 2.对应于Oracle SQL Developer的连接 连接名:YHDyhd 用户名:YHDyhd 口令:YHDy…
之前用的好好的Oracle SQL Developer,不知道是不是匆忙关闭软件啥东西没保存或是删了什么东西,今天突然用不了的. 大清早的,打开Oracle SQL Developer,就给我一个惊喜,提示连接-测试报错.连接时报错码:Listener refused the connection with following error:ORA-12505,TNS:listener...... 解决办法: 借助Oracle的SQL Plus工具以管理员身份敲连接命令:select instan…