百度首页 | 百度空间
 
文章列表
 
您正在查看 "Oracle" 分类下的文章

2007-12-28 12:38

http://www.eygle.com/digest/2007/07/rac_specific_processes.html

The following are the additional processes spawned for supporting the multi-instance coordination:

LMON - The Global Enqueue Service Monitor (LMON) monitors the entire cluster to manage the global enqueues and the resources. LMON manages instance and process failures and the associated recovery for the Global Cache Service (GCS) and

类别:Oracle | 评论(0) | 浏览()
 
2007-12-15 17:25

貌似很老的文档,没有细看,概念中觉得太麻烦了,应该会更简单一些。

http://blog.chinaunix.net/u/20078/showart_412339.html

类别:Oracle | 评论(0) | 浏览()
 
2007-12-15 16:04

9i中,使用DBCA建库,即使你打到了9208,如果你选择包含文件的创建,那么完成之后,数据库组件仍然是9201的,除非你选择不包含文件的创建,也就是全新创建,那么完成之后,数据库组件才是最新的。

10g终于纠正了这一点,可能内部处理方法不同了,即使你选择包含文件的创建,那么完成之后,数据库组件也是最新的。可能自动在完成拷贝后,执行了类似catpatch.sql的操作。

select * from dba_registry;

类别:Oracle | 评论(1) | 浏览()
 
2007-12-15 15:06
类别:Oracle | 评论(0) | 浏览()
 
2007-12-14 12:59

划一个4GB的/dev/rtest raw数据文件,创建表空间,SIZE 最大可指定到 4194295K = 4GB*1024*1024-8KB-1,也就是说4GB本身可以划4194304KB=524288*8KB,实际上Oracle最大使用了524287个块,会保留一个块不使用,计数也是从0~4194295K ,因为524287*8=4194296KB。

结论,如果你划了一个4GB的数据块,Oracle最大可在上面分配4GB-1Block的块,始终会保留一个块的大小不用。(本测试环境为S-VG,offset为0)

select * from dba_data_files;

bytes=blocks*8 524287*8=4194296KB

user_bytes=user_blocks*8 5

类别:Oracle | 评论(2) | 浏览()
 
2007-12-09 13:21

http://www.oracle.com/technology/software/products/database/oracle11g/111060_aixsoft.html

这么快,本以为还要等很久,没想到继win32/lin86/lin64 后,其它平台一起面世了!

呵呵!aix.ppc64已经到手了!

类别:Oracle | 评论(0) | 浏览()
 
2007-11-30 14:45

http://blog.roodo.com/mywork/archives/2579830.html

mysql移至oracle的經驗記錄
上個星期都在忙處理mysql的資料匯到oracle中,本來是用sqlldr來處理,後來想到要處理的table很多,就開始找了一些工具來處理。試過了oracle官方軟体,但只支援mysql4.x;再找了Intelligent Converters,發現中文匯入會有問題,最後還是自已diy處理了.........

一些心得分享:

1、如需轉碼的話,可利用linux中的iconv這個指令處理,範列如下:
icon

类别:Oracle | 评论(0) | 浏览()
 
2007-11-30 14:38

http://blog.roodo.com/mywork/archives/1117380.html

oracle的impdb/expdp
os:rhce 4.0
linux:10.1.2

備份跟還原測試機器上先建立相同的環境,進入sql

create user expdbuser identified by expdbuser default tablespace expdb temporary tablespace temp;
grant dba to expdbuser;
create directory expdb_dir as '/u01/expdb';
grant read, write on directory expdb_dir to expdbuser;
建立用戶可看情況

类别:Oracle | 评论(0) | 浏览()
 
2007-11-30 14:12

http://blog.roodo.com/mywork/archives/2851269.html

測試oracle直接call java程式
當初oracle提供這個功能是為了讓java的程式師可方便寫的一些功能在oracle中使用,這樣子也就可不必學pl/sql了
但我暫時還沒有找到效能上的差別是多少的官方資料。
不過有做過就記錄一下,以免以後真的遇到還要上網找資料


1、先寫一個很簡單的java程式 (檔名叫 test.java,請注意大小寫)
public class test
{
   

类别:Oracle | 评论(0) | 浏览()
 
2007-11-30 14:06
类别:Oracle | 评论(0) | 浏览()
 
     
 
 
文章分类
 
 
 
备忘(18)
 
 
 
 
存储(24)
 
 
 
 
 
Linux(42)
 
Aix(17)
 
Oracle(67)
 
 
 
 
Hd(31)
 
 
 
Wii(3)
 
 
 
Zfs(1)
 
 
Hack(1)
 
Cuda(13)
 
     
 
文章存档
 
 
 
 
 
 
 
 
 
 
 
 
 
     
 
最新文章评论
   

好!感动啊,
 

晕倒!今天才知道相同明文的hash是不同的!这与file的MD5是不同的!
 

也没有那么夸张,关于无线网络的破解 请看下面的链接:
http://wifinetnews.com/ar...
 

哇!真的很牛啊!可是这样一来,无线网络的安全性岂不是……
 
 
     


©2008 Baidu