Our powerful editor makes it easy to edit PL/SQL files. Explore features and download a free 30-day trial, here.
TheWeb Searchfunction allows you to quickly find source code references on the Web. You can use the pre-defined Web Searches and define your own. The PL/SQL Editor can also be used to edit Java Source code in an Oracle database.
取消代码自动提示: 打开你的PL/SQL开发环境。 在菜单栏上找到并点击“工具”(Tools)。 在下拉菜单中选择“首选项”(Preferences)。 在首选项对话框中,找到并点击“代码编辑器”(Code Editor)或者类似的选项。 在右侧的设置选项中,查找与代码自动提示相关的设置。 禁用相关选项,并根据需要进行其他相关设置。需要注意...
则在SQL Window里输入"d",然后按下空格,软件会自动替换成DELETE. 使用代码模板 对于一些常用的sql语句,可以事先保存到模板中,以方便调用。 打开Templates模板窗口,双击其中已经建好的模板(此处为UFO),则可以快速的在SQL Window中插入预先写在模板中的语句。 右键弹出的菜单含义: Insert Into Editor 同双击,将模板内...
The PL/SQL Editor now features code folding, which allows you to hide pieces of PL/SQL code you are not currently interested in, or show just the code you are focused on. It generally gives a better overview of complex PL/SQL programs, and makes it easier to identify the code structure...
-- this code is located in the Bulk_Insert_Pre_10g procedure ... forall j in g_emp_recs.First()..g_emp_recs.Last() save exceptions insert into new_employees values g_emp_recs(j); exception when bulk_errors then for j in 1..sql%bulk_exceptions.Count() loop Dbms_Output.Put_Line...
二.打开pl sql developer软件,会显示出你安装的CnPlugin插件 三.打开插件 汉化版:在菜单栏工具–>配置插件 里面配置 CnPlugin 英文版:在菜单栏 Tools –> Configure Plug-Ins里面配置 CnPlugin 四.设置 点击上图红框进入,来到下图页面,在①处设置快捷键,在②处显示快捷键对应的完整代码,在③处为触发快捷键的方...
Oracle 使用 PL/SQL Developer 生成 AWR 报告 Oracle AWR报告是用来分析数据库故障和性能的重要指标报告! 生成awr 报告通常在数据库服务器端,oracle 用户下执行命令: 代码语言: sqlplus/assysdba @?/rdbmsadmin.sql 执行完之后生成一个 html 报告,Linux服务器无法直接查看,需要从服务器取出!
2、设置关键字自动大写:Tools->Preferences->Editor,将Keyword case选择Uppercase。这样在窗口中输入sql语句时,关键字会自动大写,而其它都是小写。这样阅读代码比较容易,且保持良好得编码风格,同理,在Tools->Preferences->Code Assistant(助手)里可以设置代码提示延迟时间、输入几个字符时提示、数据库对象的大写、小写,...
具体配置路径为/Tool /Preferences/user interface /editor/autoreplace 选中enabled,在edit中编辑。比如:s*=select * from。这样在sql windows中s输入s*加空格自动带出select * from。 4.设置属主(用户)加点号是否自动带出表名 /Tool/Preferences/code assistent/automatically activated,选中标识自动带出表名。