07 2017 档案
摘要:##ssampl ref doc http://o7planning.org/en/10345/oracle-apex-tutorial-for-beginners (change from web to pdf) http://blog.csdn.net/sunansheng/article/de
阅读全文
摘要:1.通过脚本实现,每天收集信息,做一个线性分析 #! /bin/ksh #set -x SID=$1 ORACLE_SID=stat10gORACLE_HOME=/oracle10g/product/10.2PATH=$PATH:/usr/bin:/usr/sbin:$ORACLE_HOME/bin
阅读全文
摘要:纸箱准备。您将需要更多的纸箱,比你想象的。你可以让他们免费从您当地的杂货店,发现他们在Craigslist“免费的东西”,让他们从一个朋友最近搬到,或只买他们,如果你想节省时间。 纸箱准备。您将需要更多的纸箱,比你想象的。你可以让他们免费从您当地的杂货店,发现他们在Craigslist“免费的东西”
阅读全文
摘要:###sample 0 apex 论坛回帖功能有问题 1.打开浏览器F12 功能 报错 在项目中将编辑器更改为 editor 时,报错:CKEDITOR is not defined 2. 打开apex 源码检查CKEDITOR 的定义,定义如下 c_path constant varchar2(4
阅读全文
摘要:https://wenku.baidu.com/view/e5a4226955270722182ef725.html
阅读全文
摘要:http://www.cnblogs.com/xiaowuyi/archive/2012/06/06/2538921.html
阅读全文
摘要:基于agent的管理方式 从oracle 11.2开始出现了多用户的概念,oracle开始使用一组多线程的daemon来同时支持多个用户的使用、管理资源,这些daemon叫做Agent。这些Agent都是些常驻内存的进程. Agent的分类 oracle grid 11.2的agent有多个,其中两
阅读全文
摘要:dbua from 11.2,0.2 to 11.2.0.4 need 2hours 升级结果: 步骤名 日志文件名 状态 升级前操作 PreUpgrade.log 成功 Oracle ServerOracle_Server.log 成功 升级后操作PostUpgrade.log 成功 *Enter
阅读全文
摘要:There is a error happen in crotab: CREATE parttion report ORA-14074:ORA-14074: partition bound must collate higher than that of the last partition Cau
阅读全文
摘要:ORA-39002: invalid operation ORA-39070: Unable to open the log file. ORA-39087: directory name DATA_PUMP_DIRis invalid 原因如下: If none of the previous t
阅读全文
摘要:http://www.cnblogs.com/zhaoxd07/p/4914818.html 我遇到的问题 问题1 self.image=pygame.image.load("skier_down.png") error: Couldn't open skier_down.png 解决:需要将png
阅读全文
摘要:搭建本地 Registry - 每天5分钟玩转 Docker 容器技术(20) 小结: dock 版本号 分为 3位,比如1.1.2 就分为1, 1.1,1.1,2 这个几个版本 这种 tag 方案使镜像的版本很直观,用户在选择非常灵活: myimage:1 始终指向 1 这个分支中最新的镜像。 m
阅读全文
摘要:Recent linux kernels have a feature called Address Space Layout Randomization (ASLR).ASLR is a feature that is activated by default on some of the new
阅读全文
摘要:1.more check.sqlsqlplus / as sysdba << EOF!banner start dbstartupselect name from v\$database;select MEMBER from v\$logfile;select name from v\$datafi
阅读全文
摘要:统有一个不用的索引,想删除这个索引, SQL> drop index GPSTIME_GLOBAL_INDEX 2 /drop index GPSTIME_GLOBAL_INDEX *ERROR at line 1:ORA-00054: resource busy and acquire with
阅读全文
摘要:FYI http://kb.cnblogs.com/page/536332/ 有人曾从我工作的一家公司盗取了9千万美元。我不太懂得如何观人识人。这家公司最终关门了。 有一些事情我就是学不会。我很容易相信一个人。 因此,无论我如何尝试,判断一个人对我来说,简直太难了。所以,我寻找擅长做这件事的人,我让
阅读全文