2017年6月2日
摘要:
今天远程使用sqlplus登陆, 尝试直接将spfile备份到本地 sqlplus user/pass@tnsname as sysdbacreate pfile='F:\backup\init20170602backup.ora' from memory;本以为会保存到本地,实际上还是保存到连接O
阅读全文
posted @ 2017-06-02 19:20
子虚乌有
阅读(229)
推荐(0)
2017年2月4日
摘要:
今日看新闻,看到一 则类似三言二拍故事中的事件,尝试用自己的语言重新写一边 某县城,一人,于赌场内执刀斧击杀领一个赌棍。此人姓张,名成昆。身高1.71,性情强悍 源于殷富之家, 原在县城有多出房产和铺子, 无奈此子 吃喝嫖赌样样俱全, 房产铺子均悉数变卖, 其父因其行为气急交加亡故,其母多年吃斋念佛
阅读全文
posted @ 2017-02-04 18:56
子虚乌有
阅读(134)
推荐(0)
2014年10月29日
摘要:
今天做dump的时候,对oracle的数字存储规则不是明白,就查了一些资料,这个资料不错 http://www.jlcomp.demon.co.uk/number_format.html (来自 : Jonathan Lewis) 做简单翻译如下: JL Computer Consultancy 一
阅读全文
posted @ 2014-10-29 17:14
子虚乌有
阅读(257)
推荐(0)
2014年2月26日
摘要:
1.create a table with two columns CREATE TABLE t_debug_log(StepInfo VARCHAR2(100 BYTE), intime datetime) 2. in the procedure declare l_dml varchar2(32
阅读全文
posted @ 2014-02-26 10:02
子虚乌有
阅读(226)
推荐(0)
2014年2月19日
摘要:
一致性HASH, 作用在于当有服务器实效的情况下,保持CACHE的一致性.避免引起大量读CACHE失效. 假设服务部分的架构如下: appServer(10台) servicesServer(3台) Database(2台 master,slave) servicesServer有相关用户数据的CA
阅读全文
posted @ 2014-02-19 16:17
子虚乌有
阅读(383)
推荐(0)
2014年2月17日
摘要:
First , test the sc command in the command windows. if no sc command , copy it from other system For my environment, the folder is "C:\Program Files (
阅读全文
posted @ 2014-02-17 10:30
子虚乌有
阅读(155)
推荐(0)
2013年12月6日
摘要:
for detail async configure, queueLimit - Limit on the number of requests in the lazy writer thread request queue. Integer Defaul...
阅读全文
posted @ 2013-12-06 15:40
子虚乌有
阅读(501)
推荐(0)
2013年12月4日
摘要:
ALTER DATABASE TEMPFILE 'D:\DATA\ORACLE\xxx_HOME\ORADATA\MIG_TEMP01.DBF' OFFLINE; select file#,status,name from v$tempfile; select file#,status,name from v$datafile; alter tablespace MIG_TEMP drop ...
阅读全文
posted @ 2013-12-04 10:56
子虚乌有
阅读(345)
推荐(0)
2013年12月2日
摘要:
set serveroutput on DECLARE l_next_id integer; l_total integer; l_dml varchar2(1000); l_string varchar2(2000); l_column varchar2(100); begin l_string :=''; select count(1) into l_total from all_...
阅读全文
posted @ 2013-12-02 14:47
子虚乌有
阅读(327)
推荐(0)
2013年11月19日
摘要:
Some time, we have no system or dba role, we must use schema ownere to test the resource busy or not follow is the test: // start sqlplus1 drop table
阅读全文
posted @ 2013-11-19 10:11
子虚乌有
阅读(218)
推荐(0)