码迷,mamicode.com
首页 >  
搜索关键字:pl    ( 3122个结果
PL/SQL Developer实现双击table表名查询
双击table默认为Expand/Collapse 展开/折叠 有时需快速查看该表数据,如果写select * from tab会显得麻烦,我们可实现双击table来进行快速查询方法为:Tools -> Preferences -> User Interface -> Browser -> Object type(Table) -> Double-click action(Query Data)...
分类:数据库   时间:2014-08-27 23:33:48    阅读次数:480
PL_SQL常用快捷键及设置
PL_SQL常用快捷键1、 快速输入;Tools-->Preferences-->User Interface-->Editor-->AutoReplace,将Enabled复选框的按钮勾选上,点击那个文件路,选中设置快键方式的文件,如下面的shortcuts.txt文件所示,然后再输入的时候按下对...
分类:数据库   时间:2014-08-27 18:14:28    阅读次数:364
oracle 不能更新 PL/SQL 点击“edit data”报“ these query results are not updateable”
select * from table_name for update;
分类:数据库   时间:2014-08-27 14:25:17    阅读次数:205
转:关于PLSQL Developer报"动态执行表不可访问,本会话的自动统计被禁止"错的解决方法
这个报错信息在不同的PL/SQL Developer版本都会出现,从上面详细的报错提示信息中我们可以判断得到,报错原因不在工具本身。 在此,详细记录一下这个小问题的三种处理方法。 1.第一种处理方法(不推荐) 就是在报错的Error对话框中将"Don't show this message agai...
分类:数据库   时间:2014-08-27 12:40:07    阅读次数:235
perl moose 修饰器
原理上就是在调用某个方法之前,先做一些事情,比如检查参数什么的,在Dancer中也有这个关键字,可以在request到来的时候,通过检查远程ip来判断是否是非法的ip请求#!/usr/bin/perl# file : before.pl# date : 2014/08/26# author : da...
分类:其他好文   时间:2014-08-27 10:47:47    阅读次数:203
Codeforces 263C. Appleman and Toastman
C. Appleman and Toastmantime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputAppleman and Toastman pl...
分类:移动开发   时间:2014-08-27 10:36:37    阅读次数:241
8.PL_SQL——PL_SQL中的条件控制语句
和大多数程序语言一样,PL/SQL也有控制语句执行的结构,主要包括:1、顺序结构:程序从上往下执行逐条语句,就是顺序结构;2、分支条件判断:分支条件判断主要是指的IF语句和CASE语句。3、循环语句:循环结构主要指的是REPEAT、LOOP和DOWHILE语句。本章节主要讲解条件判断语句..
分类:数据库   时间:2014-08-27 02:45:38    阅读次数:361
perl __DATA__ 使用记录与配置读取
#!/usr/bin/perl# file : DATA.pl# author : darkstar# date : 2014/08/26use strict;use warnings;use diagnostics;use Data::Dumper;my %config;while (){ nex...
分类:其他好文   时间:2014-08-26 11:09:35    阅读次数:255
Pro ASP.NET MVC 4, 4th edition Reading note---Part(1) DI
What I learned from Pro ASP.NET MVC 4 bookOpen source of Asp.net MVChttp://www.opensource.org/licenses/ms-pl.html1. Introduce new trends of web develo...
分类:Web程序   时间:2014-08-25 11:47:44    阅读次数:214
PLSQL developer常用技巧
1、PL/SQL Developer记住登陆密码在使用PL/SQL Developer时,为了工作方便希望PL/SQL Developer记住登录Oracle的用户名和密码;设置方法:tools->Preferences->Oracle->Logon History , “Store history...
分类:数据库   时间:2014-08-23 19:02:31    阅读次数:298
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!