PL/SQL Developer 6.0.4.906特别版

PL/SQL Developer是我平时管理Oracle数据库使用最频繁的Oracle客户端GUI程序。

目前最新的版本是:6.0.4

January 5, 2005 - Version 6.0.4 releasedEnhancements Package bodies, type bodies, and materialized views would disappear from user defined folders Opening a user defined folder when disconnected would lead to "Not logged on" messages Reports menu did not show directories with only subdirectories correct Instantiable and final member procedures were not displayed correctly in the Code Contents Text Importer file associations are now stored in user.prefs, not in Import\import.files SQL() function added to Data Generator Table creation DDL for partition values ending with a parenthesis were incorrect Popup menu in various editors were missing "Insert Template" submenu Fixed "cannot convert string to double" error Fixed problem with disappearing last row while pasting into grid Title of Program Window would not change from View to Edit if Window changed to Edit mode Command windows now displays CLOB and XMLTYPE in accordance with the SET LONG setting Replace All in Find dialog now also includes the current selection Code Assistant could not resolve local variable names in a Test Script or Trigger Code Assistant could not resolve variables of a type in another schema Command Window and SQL Window will no longer silently retry after "ORA-04068, Existing state of packages has been discarded" Using a variable in an exception handler could cause incorrect "Unused variable value" hint Double-clicking on a package in the Object Browser could display 2 Program Windows if the package body was wrapped Pasting data in result grid did not update NULL indicator color Added sound to Warning and Error messages Data Generator could give a "list index out of bounds" for Files() function with only one file Logon History did not always display all grouped items Fixed link to Direct Oracle Access (5 variables limit) Copy comma separated from browser would not work for closed folders Suppressed dialogs (Don't show this message again) still gave a sound Duplicate reports (same path and file) in reports menu prevented Program Window could split source on a slash in the middle of a line Dropping an object in the SQL Window would not update the Object Browser Replace All was not restricted to the selected scope Preference "Wrap to start / end of file when text is not found" did not work Using +variable or -variable could cause incorrect "Unused variable" hints Command Window now issues a warning when a connection is re-established Refreshing the Session Window with a disconnected PL/SQL Developer session would cause errors SQL Window always auto-sizes columns unless you have explicitly resized a column Recent files list is now passed to a second PL/SQL Developer instance 特别版已经上载到Itpub的2号FTP中-/incoming/PLSQL.Dev.by.Kamus/目录中,用户名和密码可以从Itpub论坛的授权用户区得到。

时间: 2024-09-24 05:50:55

PL/SQL Developer 6.0.4.906特别版的相关文章

PL/SQL DEVELOPER 6.0.5 发布了

March 14, 2005 - Version 6.0.5 releasedEnhancements Insert Template context menu would hide first item and add dummy item Insert Template did not show subfolders Connection preferences in registry (Logon section) did not work Projects: progress while

PL/SQL DEVELOPER 相关资源网址

PL/SQL DEVELOPER 相关资源网址 开发商官方网址http://www.allroundautomations.com产品官方网址http://www.allroundautomations.com/bodyplsqldev.html pl/sql developer 6.0.4 学习用下载地址http://www.cnoug.org/viewthread.php?tid=45567&highlight=developerhttp://www.cnoug.org/viewthread

设置PL/SQL Developer的方法

PL/SQL Beautifier(PL/SQL 美化器) PLD 6以上版本有对DML代码格式化的功能.在SQL Window或Program Window中选中部分代码(如果 不选则对整个窗口的代码操作),在菜单中选Edit -> PL/SQL Beautifier,得到格式化的代码. 对于非法的DML语句或DDL语句,PLD将会在下方状态栏提示PL/SQL Beautifier could not parse text .在缺省的状态下,PLD会把DML语句的每一个字段都排在单独的一行,这

PL/SQL DEVELOPER 6对象比较功能说明(原创)

比较|对象|原创 PL/SQL DEVELOPER 6对象比较功能说明(原创)   PL/SQL DEVELOPER 6的对象比较功能非常强大与实用,对于开发人员来说是一个必备的工具,主要有以下用途: 检查两个不同数据库间某个用户下所有对象的不同信息 自动生成用来匹配的SQL脚本 常用于开发数据库与生成数据库对比或者新版数据库与旧数据库   下面我将全面介绍PL/SQL DEVELOPER 6对象比较功能的操作步骤: 1.打开窗口 打开Tools/Compare User Objects-菜单,

PL/SQL DEVELOPER 6 模板格式设计应用指南(原译)

模板|设计 PL/SQL DEVELOPER 6模板使用系列文档(二) 模板格式设计应用指南(译)     创建和修改模板 要修改已经存在的模板,请选择要修改的模板单击右键打开快捷菜单.这将打开显示模板内容的文本编辑器.文本中含有完整的模板内容,包括变量.查询等等.下面章节将介绍模板文本的详细格式. 要创建一个新的模板,右击你要创建的文件夹,从快捷菜单中选择 [New Template].你首先要输入模板的名称,然后将会弹出模板编辑器.你也可以通过[New Folder]这个菜单来创建一个新的文

PL/SQL Developer 6.02发布

PL/SQL Developer - NewsSeptember 14, 2004 - Version 6.0.2 releasedEnhancements Partitioned tables were not detected correctly on Oracle8i Partitions tab page was visible when viewing a non-partitioned table Code Assistant did not describe materialize

PL/SQL Developer导出分区索引脚本

不准确分析及规避方法 1 案例回访 硬件环境:IBM XSERIES 3650 操作系统:Windows2003标准版+Sp02 数据库版本:Oracle9.2.0.1 PL/SQL Developer版本:7.0.2.1076 由于业务需要,需先drop一张分区表T_SMS,再重建此表,要求表结构.索引等完全一致.但当时开局版本一时无法找到,故决定利用PL/SQL Developer工具"View SQL"获取到的SQL语句来重建分区表.(此分区表按天进行分区,且由于每天数据量庞大,

使用PL/SQL Developer剖析PL/SQL代码

    PL/SQL代码性能瓶颈可以通过DBMS_PROFILER包在命令行的方式下进行剖析来直接获得.对于比较复杂的代码而言,使用图形化的界面来进行剖析无疑是首选.PL/SQL Developer依旧依赖于DBMS_PROFILER包,使用图形化界面来剖析PL/SQL代码,如匿名块,包,过程,函数等,其Profiler结果将列出该剖析代码涉及到的所有包,过程函数等并且可以按照不同的列类型进行排序等.本文以图文的形式介绍了PL/SQL Developer 下实现PL/SQL 代码剖析.   1.

PL/SQL Developer如何连接64位的Oracle图解

原文:PL/SQL Developer如何连接64位的Oracle图解 由于硬件技术的不断更新,Win7系统逐渐成为主流,而且计算机内存逐渐增大,为了充分的利用内存资源(因为32为系统最多只能用到3G左右的内存),提高系统性能,很多人开始使用Win7(64Bit)的系统.在64位系统上安装64位的Oracle数据库,但是没有对应的64位PL/SQL Developer,此时就不能使用PL/SQL Developer来进行直接连接的,所以要想实现连接还得需要其他途径来完成.下面就来说明如何实现连接