Mount Options for Oracle files when used with NAS devices * The NFS mount option “forcedirectio” is required on Solaris platforms when mounting the OCR/CRS files when using Oracle 10.1.0.4 or 10.2.0 ...
Mount Options for Oracle files when used with NAS devices * The NFS mount option “forcedirectio” is required on Solaris platforms when mounting the OCR/CRS files when using Oracle 10.1.0.4 or 10.2.0 ...
ORA-01555 "Snapshot too old" - Detailed Explanation =================================================== Overview ~~~~~~~~ This article will discuss the circumstances under which a query can return t ...
wait for scn ack 是在RAC环境中可能常见的一个等待事件,意思是等待跨实例的SCN应答。 Top 5 Timed Events Avg %Totalr ~~~~~~~~~~~~~~~~~~ ...
请教各位: HP-UX 10.2.0.4 同一个简单的SQL连续报ORA-01555错误。 以下是几天来的ALERT Mon Dec 20 05:24:44 2010 ORA-01555 caused by SQL statement below (SQL ID: b208194bau9bp, Query Duration=189816 se ...
这个trc文件看得比较模糊,请各位帮忙看看 *** 2010-12-28 08:13:46.451 Setting 3-way CR grants to 1 global-lru off? 0 *** 2010-12-28 10:12:06.822 ENQUEUE DUMP REQUEST: from 1.1995 on [0xa001b][0x734a6], ...
我想查询一个表的数据量,并插入到一个变量lv_num 中。 那么我用 SELECT count(1) INTO lv_num FROM tablename;这个语句即可,tablename为一个具体的表。 如果tablename 是一个varchar2变量,那么我觉得得用如下 ...
使用用户A,建立一个存储过程 a1,在a1存储过程执行 execute immediate ' drop table B.table1'; 报错。其中B.table1是B用户的表。 但是如果在pl/sql中A用户执行 drop table B.table1 是没有问题的,但是在A ...
假如我们的数据库有一天遭受crash,而且没有可用备份,使用_allow_resetlogs_corruption都打不开数据库,这时我们改怎么办? 这时我们可以使用类似odu的软件来从数据文件中抽取数据,不过如果数据非常巨大哪么这 ...