51CTO博客开发技术成就梦想
个人感觉csdn blog 的排名功能很给力。
OS: [oracle@node1 ~]$ uname -a Linux node1 2.6.32-200.13.1.el5uek #1 SMP Wed Jul 27 21:02:33 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux DB Version: [oracle@node1 ~]$ sqlplus SQL*Plus: Release 11.2.0
---------------The following is quoted from Concept 10g Oracle provides a means for suspending, and later resuming, the execution of large database operations in the event of space allocation failure
曾写过单个表空间传输的文章,参见:http://chinadm123.blog.51cto.com/3952657/1292737 在源端: SQL> create tablespace test1 datafile 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\test1.dbf' size 10M autoextend on; 表空间已创建。
源端字符集与endian查看: SQL> select userenv('language') from dual; USERENV('LANGUAGE') ---------------------------------------------------- SIMPLIFIED CHINESE_CHINA.ZHS16GBK SQL> SELECT d.PLA
Just a few days ago a got to two Oracle DBAs discussing why the have so much “PX Deq Credit : send blkd” on a system. And if that is causing their performance problems. The are some blog on the inter
查看正在执行的SQL: select a.program,b.spid,c.sql_text from v$session a,v$process b,v$sqlarea c where a.paddr=b.addr and a.sql_hash_value=c.hash_value and a.username is not null; ---正在执行的 select a.u
Applies to: Oracle Database - Enterprise Edition - Version 8.1.5.0 and later Oracle Database - Personal Edition - Version 8.1.5.0 and later Information in this document applies to any platform. Pu
Tips to Reduce Waits for "PX DEQ CREDIT SEND BLKD" at Database Level (文档 ID 738464.1) 最近碰到了PX Deq Credit: send blkd事件,具体如下面AWR report截图: mos上相关的论述: Applies to:
Script to monitor parallel queries (文档 ID 457857.1) Applies to: Oracle Server - Enterprise Edition - Version 9.2.0.1 and later Information in this document applies to any platform. ***Checked
-- 死锁查询语句 SELECT bs.username "Blocking User", bs.username "DB User", ws.username "Waiting User", bs.SID "SID", ws.SID "WSID",
$ $ORACLE_HOME/bin/netca /silent /responsefile /local_dir/netca.rsp ######################netca.rsp 具体内容参考########################### ########################################################
[oracle@CNX02:/home/oracle] $ export ORACLE_SID=Eapprove [oracle@CNX02:/home/oracle] $ export ORACLE_HOME=/tech/oracle/product/11.2.0 [oracle@CNX02:/home/oracle] $ [oracle@CNX02:/home/oracle]
[oracle@CNX02:/data01/JYDB_instance/export/oracle110203/database] $ ./runInstaller -silent –noconfig -responseFile /data01/JYDB_instance/export/oracle110203/db_install.rsp < *************
内容来自:https://support.oracle.com/ Applies to: Oracle Database - Enterprise Edition - Version 10.2.0.1 and later Information in this document applies to any platform. Oracle Server Enterprise Editio
Oracle的传输表空间是指,可以将一个数据库上的一个或多个表空间的全表数据文件拷贝到另一个数据库服务器上,通过导入的方式将表空间加载当目标数据库。 使用这种方法的最大好处是速度快,所需要的时间和拷贝数据文件差不多,比执行EXP/IMP的导入导出要快得多。 传输表空间的限制条件: 源和目标数据库必须处于相同的平台,在10g中,这条约束被放宽了; 源和目标数据库必须使用相同的
在表空间的传输中,要求表空间集为自包含 自包含: 表示用于传输的内部表空间集没有引用指向外部的表空间集 自包含又分为两种:一种自包含表空间集 第二为:完全(严格)自包含表空间集 常见的以下情况是违反自包含原则的 1,索引在内部表空间集,而表在外部表空间集(相反的,如果表在内部表空间集,而索引在外部表空间集,则不违反自包含原则) 2,分区表一部分区在内部表空间集,一部份在外部表空间集(对于
今天在客户这里碰到空上错,解决是参照下面这篇文章地做的: 今天看A类和B类的數據庫的日誌裏面都出現了如下錯誤: 節點1日誌: Tue Jul 31 03:02:50 2012 Errors in file/soft/Oracle/diag/rdbms/a1qzdb/a1qzdb1/trace/a1qzdb1_ora_5374100.trc: ORA-00245: cont
11g默认valid_for引起ora-16009 dg的alert总是间断的出现ora-16009的错误 主库: Sun Feb 17 03:34:52 2013 RFS[53]: Assigned to RFS process 6896 RFS[53]: Database mount ID mismatch [0x27bfa217:0x27c019ed]
OS version:Linux node1 2.6.32-200.13.1.el5uek #1 SMP Wed Jul 27 21:02:33 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux SQL*Plus: Release 10.2.0.1.0 - Production on Sun Apr 7 10:50:27 2013 今天在安装rlw
由于应用需要,aa能访问bb的所有表。 SQL> create user aa identified by oracle; User created. SQL> grant connect,resource to aa; Grant succeeded. SQL> create user bb identified by oracle; User creat
今天也碰到了ORA-00257,虽然不是完全相同,但也差不多,都是flash_recovery_area太小造成的。下面转载自网络。 在实际项目中遇到了ORA-00257错误(空间不足错误),通过查找资料,绝大部分说这是由于归档日志太多,占用了全部的硬盘剩余空间导致的,通过简单删除日志或加大存储空间就能够解决。但是我在Oracle 10g上发现,存储空间还有很大,却也报这个错误。
NOT ALLOWED - On a primary database, this status indicates that there are no valid and enabled standby databases. On a standby database, this status indicates that a switchover request has not bee
SQL*Plus: Release 11.1.0.7.0 – Production AIX dbtest 1 6 00C786154C00 RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK
SQL*Plus: Release 11.2.0.1.0 Production on Mon Feb 18 15:42:14 2013 OS:Linux node 2.6.32-200.13.1.el5uek #1 SMP Wed Jul 27 21:02:33 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux 由于应用的需要,某些用户密码不能过期,需要将密码置成
1、查看每个oracle帐户的连接总数 Sql代码 select username,count(username) from v$session where username is not null group by username 2、缺省从 v$session 中不能直接获得客户端 IP,可以在数据库中创建一个追踪客户端IP地址的触发器: create or replace tri
今天检查oracle alert日志发现报了很多ORA-25153: Temporary Tablespace is Empty错误,由于这个库是从另外一个数据库上恢复出来的,第一感觉是可能忘了创建temp文件导致,经过查看v$tempfile,确定了这一猜想,tempfile没有创建,于是执行下面这个语句进行添加tempfile: ALTER TABLESPACE TEMP ADD TEMPF
转载过一篇介绍这个问题的文章,参见:http://chinadm123.blog.51cto.com/3952657/1122160 检查数据库alert日志发现有warning: Fatal NI connect error 12170. VERSION INFORMATION: T
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号