代理商丨PL/SQL Developer强大的PL/SQL编辑器

该文介绍了强大的PL/SQL编辑器,包括语法高亮、调试器、代码美化功能,以及SQL窗口、命令窗口等实用工具,支持项目管理和自定义报告,提供图表和对象关系的可视化,极大地提升了开发效率和代码质量。

强大的PL/SQL编辑器

凭借其语法突出显示、SQL和PL/SQL帮助、对象描述、代码助手、编译器提示、重构、PL/SQL美化器、代码内容、代码层次结构、代码折叠、超链接导航、宏库和许多其他复杂功能,符合Unicode的编辑器甚至会吸引最苛刻的用户。

集成调试器

集成调试器提供了您所希望的所有功能:单步执行、单步执行、单步退出、运行到异常、断点、查看和设置变量、查看调用堆栈等。您可以调试任何程序单元,而无需对其进行任何修改,包括触发器和对象类型。

PL/SQL美化器

PL/SQL美化器允许您通过一组用户定义的规则来格式化您的SQL和PL/SQL代码。当您编译、保存或打开文件时,您的代码可以自动被美化。如果您在大型项目团队中工作,此功能将提高您的编码效率,并提高您的PL/SQL代码的可读性。

SQL窗口

“SQL窗口”允许您输入任何SQL语句或多条语句,并在网格中查看或编辑结果。结果网格支持按示例查询模式来搜索结果集中的特定记录。您可以很容易地从历史缓冲区中调用以前执行的SQL语句。SQL编辑器提供了与PL/SQL编辑器相同的强大功能。

命令窗口

要开发和执行SQL脚本,可以使用PL/SQL开发人员的命令窗口。该窗口具有与SQL*Plus相同的外观和感觉,此外还有一个内置的脚本编辑器,带有相应的语法高亮显示。现在,您可以开发您的脚本,而无需“编辑脚本/保存它/切换到SQL*Plus /运行脚本”循环。


报告

要根据您的应用程序数据运行报告,您可以使用开发人员的内置报告功能。有许多标准报告,您可以轻松创建自己的自定义报告。这些自定义报告可以保存在报告文件中,而报告文件又可以包含在报告菜单中。这使得运行您自己的常用自定义报告变得非常容易。您可以使用查询报告程序免费软件工具,不用开发人员就能运行你的报告,并从命令行运行它们。

图表

图表窗口允许您创建对象选择的图形表示。这样,您可以轻松地可视化应用程序或项目的数据库对象及其关系(一部分)。图表可用于文档目的,但也可用作工作空间。右键单击对象可以访问所有对象函数,双击对象将调用该对象类型的默认操作。

项目

为了组织您的工作,您可以使用PL/SQL Developer的内置项目概念。项目由源文件、数据库对象、注释和选项的集合组成。它允许您在一组特定项目的范围内工作,而不是在一个完整的数据库或模式中工作。
这使得查找所需的项目项、编译所有项目项或将项目从一个位置或数据库移动到另一个位置或数据库变得容易。

32位版本的 PLSQL 正式版, 安装中文包时请注意安装路径是否为PLSQL程序的路径。 备注:新版本Ribbon启用了 Ribbon 界面,改动较大,不习惯的建议不要更新。 部分插件会加载失败。 keygen生成注册码非100%有效~~请多尝试几次 New features Ribbon User Interface PL/SQL Developer now uses a new Ribbon User Interface instead of a Menu User Interface: The Quick Access Toolbar above the ribbon contains the most frequently used functions, so that they are always immediately available. You can customize the Quick Access Toolbar to your own liking. Users that prefer a menu-like system to preserve screen real estate can select to automatically hide the ribbon. In the preferences you can select an option to revert to the familiar toolbar layout from PL/SQL Developer 11.0 and earlier. Single Document Interface On the "View" ribbon you can now choose between a Single Document Interface (SDI) or Multiple Document Interface (MDI - the same as in PL/SQL Developer 11.0 and earlier). In SDI mode you always see just one maximized window. A tab control above the window allows you to quickly switch between the windows: General User Interface Enhancements PL/SQL Developer is now fully compliant with High-DPI screens such as 4K monitors and notebooks. All controls and images will scale with resolution (some Plug-Ins may still need to be enhanced). Click on the image below to enlarge this example of a 15" 4K notebook (250% DPI): All window types now have a specific icon color, so that you can quickly identify the type in the Window List, in the SDI tab control, in the window titles, and so on. The transaction status is now visible in the status bar of a window, next to the "Saved" and "Executing" indicators. Added user interface preference "Preselect current user for object selection lists". PL/SQL Clipboard The new PL/SQL Clipboard is a dockable tool that stores the history of all SQL and PL/SQL code you copy to the Windows clipboard, so that you can paste the clipboard item again in the future. It has a filter function so that you can quickly find a clipboard item based on its contents: At the bottom you see the PL/SQL Clipboard history items. Clicking on an item will show the text with syntax highlighting in the preview pane, and will show the timestamp above the preview pane. Double-click on an item to paste the text in the cursor location of the current editor or drag & drop it to a specific location in an editor. You can use the editor preferences to configure when and how items are added to and deleted from the PL/SQL Clipboard. Debugger Enhancements You can now display compound variable values such as user-defined types, records and cursors: Support has been added for Error Breakpoints, which allow you to break execution when a specific exception (handled or unhandled) occurs: Breakpoints can now be saved and loaded. Debug object privileges can now be granted and revoked from the user interface. Code Assistant Enhancements The Code Assistant can now include column names from a DML statement context without using an alias: The Code Assistant can now describe sub-records. The Code Assistant now includes an <All> choice for default object type constructors. The Code Assistant can now include synonyms for user object lists. The Code Assistant no longer pre-selects <All> after typing part of a parameter/column name. SQL Window Enhancements A new preference has been added: "Null value cell color for mandatory columns". This allows you to quickly identify mandatory columns when adding new records: The result set selection can now be copied as an expression list: "column in (value, value, ...)" by right-clicking on a selection and selecting "Copy as expression list" from the popup menu. This allows you to quickly build a where clause based on the selection: When viewing or editing LOB's the contents for common data formats will automatically be recognized, so that an external viewer or editor can be invoked: Changes made and saved in an external editor will automatically be propagated to the column data. The SQL Window will now navigate to the offending cell in the result set after an insert or update with a column-specific error. The rowid column is now omitted when exporting a result set grid in SQL format. Test Window Enhancements You can now define Standard Tests for a specific function or procedure: A Standard Test can be invoked from the popup menu when right-clicking on the function or procedure in the Object Browser or in a PL/SQL source: The Test Window now supports Oracle12c implicit results, which are automatically detected and added to the variable list: A new Oracle / Output preference has been added to save dbms_output to a file. The filename can include
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值