码迷,mamicode.com
首页 >  
搜索关键字:BGPAs-path acl 路由过滤    ( 3626个结果
Oracle 排序
按拼音排序 select * from perexl order by nlssort(danwei,'NLS_SORT=SCHINESE_PINYIN_M'); 按部首排序 select * from perexl order by nlssort(danwei,'NLS_SORT=SCHINES ...
分类:数据库   时间:2016-12-26 16:27:09    阅读次数:229
Number To Indian Rupee Words in Oracle Forms / Reports
Convert numbers to Indian Rupees format in Oracle Forms / Reports.Create the below mention function in Oracle Forms / Reports and call it with passing... ...
分类:数据库   时间:2016-12-26 00:14:35    阅读次数:227
11g RAC集群启动关闭、各种资源检查、配置信息查看汇总。
简要:一:集群的启动与关闭 1. rac集群的手动启动[root@node1 bin]# ./crsctl start cluster -all2. 查看rac集群的状态[root@node1 bin]# ./crsctl stat res -t3. rac集群的关闭[root@node1 bin] ...
分类:其他好文   时间:2016-12-26 00:05:28    阅读次数:248
Giving Data Backup Option in Oracle Forms 6i
Suppose you want to give the data backup option in Oracle Forms application to some client users, where you have installed Oracle 11g client or direct... ...
分类:数据库   时间:2016-12-25 23:31:28    阅读次数:289
Pre-Update and Pre-Insert Trigger Examples For Oracle Forms
See also: Why And When To Use Pre-Update and Pre-Insert Triggers In Oracle FormsPre-Update Fires during the Post and Commit Transactions process, befo... ...
分类:数据库   时间:2016-12-25 20:48:12    阅读次数:354
setAutoCommmit保持数据的完整性
setAutoCommit总的来说就是保持数据的完整性,一个系统的更新操作可能要涉及多张表,需多个SQL语句进行操作 循环里连续的进行插入操作,如果你在开始时设置了:conn.setAutoCommit(false); 最后才进行conn.commit(),这样你即使插入的时候报错,修改的内容也不会... ...
分类:其他好文   时间:2016-12-25 14:02:33    阅读次数:318
将bat文件或exe程序注册成windows服务
命令行使用sc命令.关于sc命令的详解,请自行查看帮助(sc /?),在此只简单提及如何加入系统服务功能.加入服务:sc create ServiceName binPath= 路径 start= auto(等号后面的空格必须)删除服务:sc delete ServiceName例一:将Tomcat ...
分类:Windows程序   时间:2016-12-25 02:13:48    阅读次数:3204
windows下Qt5.1.0配置android环境搭建 good
1.首先下载好需要配置的软件: 1》Qt 5.1.0 for Android (Windows 32-bit, 716 MB) (Info)下载地址: http://qt-project.org/downloads 2》android SDK tools (只下载tools即可)下载地址:http: ...
分类:移动开发   时间:2016-12-25 02:03:52    阅读次数:241
Oracle第一步
Oracle 启动数据库 Startup [NOMOUNT|MOUNT|OPEN|FORCE] [restrict] [pfile=filename] 启动实例,加载数据库,启动数据库 oRACLE关闭数据库 Shutdown [immediate|normal|trasanctional|abor... ...
分类:数据库   时间:2016-12-24 20:40:07    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!