第一次接触oracle,感觉很辛苦,光是装一个oracle就这么费事!晕了好几次:)
好了,这是我安装oracle时的笔记(参考了N多文档)
Red Hat Enterprise Linux ES release 3 (Taroon) Kernel 2.4.21-4.EL ON on i6868
Oracle9i Release 9.2.0.4
首先除了LINUX和ORACLE安装盘之外,还要准备一些补丁包:
p3095277_9204_LINUX.zip
下载地址:http://www.sh.nu/download/oracle/p305277_9204_LINUX.zip
p2617419_210_GENERIC.zip 、 p3006854_9204_LINUX.zip、
p3119415_9204_LINUX.zip、 P3238244_9204_LINUX.zip
下载地址:http://www.cnoug.org/viewthread.php?tid=30405&highlight=&page=2 http://www.itpub.net/showthread.php?s=&postid=1583482#post1583482
http://www.opennet.ru/soft/ora_inst/
(一) Oracle公司声称在Linux下安装Oracle9i数据库至少要有512MB的内存和至少1GB或者两倍内存大小的交换空间,哈哈!恰好我的机器刚好满足它的最低要求,不过我听说256M也能安装ORACLE,本人对此深信不疑,当系统内存大于2GB的服务器,交换空间可以介于2GB--4GB之间。
要检查内存空间,在命令行方式(bash环境)下执行如下命令:
grep MemTotal /proc/meminfo
要检查交换空间,在命令行下执行如下命令:
grep SwapTotal /proc/meminfo
第二点是主机名和IP地址最好要手动设置
(二) 检查系统下是否有以下软件包
compat-libstdc++-7.3-2.96.122
compat-gcc-c++-7.3-2.96.122
compat-libstdc++-devel-7.3-2.96.122
compat-db-4.0.14-5
compat-gcc-7.3-2.96.122
tcl-devel-8.3.5-92.i386.ipm
openmotif21-2.1.30-8
setarch-1.3-1
如果没有可以采用#rpm -ivh ……rpm 来安装,具体大多数在第三张盘上,还有,这些包有一定的依赖性,这就需要你来动手试了。
(三) 添加安装过程中需要用到的用户和组,这当中会用到二个用户一个是root,一个是oracle
#groupadd oinstall
#groupadd dba
#useradd -g oinstall -G dba oracle
#passwd oracle
(四) 新建安装目录
#mkdir -p /opt/oracle/product/9.2.0
#chown -R oracle.oinstall /opt/oracle
#mkdir /var/opt/oracle
#chown oracle.dba /var/opt/oracle
#chmod 755 /var/opt/oracle
(五) 设置内核参数,调节信号灯及共享内存
(1)设置内核参数,调节信号灯及共享内存:
[root@sun root]# echo 250 32000 100 128 > /proc/sys/kernel/sem
[root@sun root]# echo 536870912 > /proc/sys/kernel/shmmax
[root@sun root]# echo 4096 > /proc/sys/kernel/shmmni
[root@sun root]# echo 2097152 > /proc/sys/kernel/shmall
[root@sun root]# echo 65536 > /proc/sys/fs/file-max
[root@sun root]# echo 1024 65000 > /proc/sys/net/ipv4/ip_local_port_range
当然为了一开机系统就能自动帮你设好这些参数,也可改动 /etc/sysctl.conf 这个文件,加入以下的语句:
kernel.shmmax = 536870912
kernel.shmmni = 4096
kernel.shmall = 2097152
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
注意:如果你的共享内存不够大的话,在安装的过程中会提示ORA-27123错误,到时候你只要把/proc/sys/kernel/shmmax的值调大就可以了到于多大就看你的了
(六) oracle对文件的要求:
编辑文件:/etc/security/limits.conf 加入以下语句:
oracle soft nofile 65536
oracle hard nofile 65536
oracle soft nproc 16384
oracle hard nproc 16384
(七) 设置oracle的环境
#su - oracle
$ vi ~/.bash_profile
export LD_ASSUME_KERNEL=2.4.1
export DISPLAY=”192.168.9.205:0.0” (127.0.0.1:0.0)
export ORACLE_BASE=/opt/oracle
export ORACLE_HOME=/opt/oracle/product/9.2.0
export ORACLE_SID=ora9i (数据库全局变量名)
export ORACLE_TERM=xterm (xterm窗口模式 vt100 终端调试模式)
export NLS_LANG=AMERICAN (设置语言AMERICAN英文)
export ORACLE_OWNER=oracle
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
export THREADS_FLAG=native
export LD_LIBRARY_PATH=/opt/oracle/product/9.2.0/lib:/lib:/usr
/lib:/usr/local/lib
export PATH=/opt/ora9/product/9.2/bin:$PATH
export PATH=$PATH:$ORACLE_HOME/bin
然后注销再重新登录就可以,oracle 的环境就应该生效了
(八) #xhost +192.168.0.2 (本地IP地址)
(xhost disable访问控制,客户端可以从任何主机进行连接)
这个命令用来保证oracle用户调用X11,否则无法安装
(九) 安装
在安装之前需要打一个补丁
为了应用这个补丁,可以运行:
$su - root
#unzip p3006854_9204_LINUX.zip
Archive:p3006854_9204_LINUX.zip
creating:3006854/
inflating:3006854/rhel3_pre_install.sh
inflating:3006854/README.txt
#cd 3006854
#sh rhel_pre_install.sh
Applying patch…
Patch successfully applied
新开一个窗口#su - oracle
在登录终端中切换到oracle用户:
在oracle主目录里运行:#/mnt/cdrom/install/linux/runinstaller
*********************************************************
安装过程中的注意事项:
1.在安装中让你输入 UNIX group name:oinstall (#groupadd oinstall)
如果提示orainstRoot.sh权限问题,在root终端下执行:
#sh /tmp/orainstRoot.sh 然后继续
2.在安装中选择 software only 不要建数据库
3. 安装过程中提示/opt/oracle/product/9.2 权限问题,可另开窗口修改权限为oracle-dba
在结束的时候还会提示权限问题,另开窗口修改权限为root-root
注意的是以下几点:
Relink阶段,会出两个错误:ins_oemagent.mk 和 ins_ctx.mk. 点 Ignore 忽略. 不过在我安装的过程中还有一个错误会出现二次ins_rdbms.mk我选择了忽略,如果有人知道这个错误怎么修复请发信件告诉我
再安装过程中,系统会提醒你用root身份去执行两个sh文件,再root的登录终端中按提示操作就可以了
(十) 升级oracle
# su - oracle
安装结束后,HTTPD会自动运行.在升级之前,需要将它停下来.
$ cd $ORACLE_HOME/Apache/Apache/bin
$ ./apachectl stop
./apachectl stop: httpd stopped
LISTENER也需要停下来.
$ lsnrctl stop
LSNRCTL for Linux: Version 9.2.0.1.0 - Production on 07-NOV-2003 16:25:41
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
The command completed successfully
注意: 如果不停的话,oracle会提示不能覆盖文件.这个时候再去将服务停下来也可以,点Retry就可以了.
(十一) 打补丁
开始打补丁升级.
解包:
# unzip /home/oracle/p3095277_9204_LINUX.zip
Archive: p3095277_9204_LINUX.zip
inflating: 9204_lnx32_release.cpio
inflating: README.html
inflating: patchnote.css
# cpio -idmv < /home/ora9/Disk1/9204_lnx32_release.cpio
做完这个后,再切换到oracle用户控制台, 再次运行/home/oracle/Disk1/runInstaller升级,注意必须先选择最下面的安装选项,安装OUI
要不然没有办法打那个最上面的升级补丁。
升级完OUI后,要退出
$ cd $ORACLE_HOME/bin
$ ./runInstaller
选择第一个选项,将Oracle升级到9.2.0.4。
这时候还是会有一个错误出现ins_oemagent.mk,再次选择忽略它,这个错误会在9.0.2.4补丁包被应用后由3119415_9204_LINUX.zip这个补丁修正。
为了安装 opatch,可以运行:
#su - oracle
$cp p2617419_210_GENERIC.zip /tmp
$cd /tmp
$unzip p2617419_210_GENERIC.zip
在应用补丁 3119415 之前,请确信 oracle 用户可以访问fuser。否则,补丁不能被应用,因为 opatch 要使用 fuser。
为了应用补丁 3119415,可以运行:
#su - oracle
$unzip p3119415_9204_LINUX.zip
$ cd 3119415
$export PATH=$PATH:/tmp/OPatch
$export PATH=$PATH:/sbin # the patch needs “fuser” which is located in /sbin
$which opatch
/tmp/OPatch/opatch
$opatch apply
(十二)创建数据库
现在你可以使用 dbca 创建数据库:
$su - oracle
#dbca
启动和停止 Oracle 9i 数据库 (Startup and Shutdown of the Oracle 9i Database)
1.sqlplus:
Oracle 9i (9.0.1 & 9.2.0) 不再使用 svrmgrl,而改用 sqlplus。
例如,启动数据库,可以运行下面的命令:
#su - oracle
$sqlplus /nolog
SQL>connect / as sysdba
SQL>startup
斜杠 (/ -- slash) 使用 SYS 连接到方案 (schema)。本例中,将使用 SYS 数据库用户以 SYSDBA 身份连接到方案。SYSDBA 赋予用户如下特权:
- sysoper privileges WITH ADMIN OPTION
- create database
- recover database until
立即停止数据库,可以运行下面的命令:
#su - oracle
$sqlplus /nolog
SQL>connect / as sysdba
SQL>shutdown -immediate
2.$ORACLE_HOME/bin/dbstart 和 $ORACLE_HOME/bin/dbshut
也可以使用 $ORACLE_HOME/bin/dbstart 启动数据库,使用 $ORACLE_HOME
/bin/dbshut 停止数据库。甚至可以将 $ORACLE_HOME/bin/dbstart 写入 /etc/rc.d/rc. local 启动脚本,当系统启动时,自动启动数据库。为了使 $ORACLE_HOME/bin/dbstart 和 $ORACLE_HOME/bin/dbshut 正常工作,需要将 /etc/oratab 文件中第 3 个字段的值由 N 改为 Y。
Oracle RAC 数据库创建过程中的注意事项
? ORA-29807 错误
在数据库创建过程的“创建数据字典视图”阶段中,您将接收到一个 ORA-29807 错误。如果您搜索日志文件,您将看到以下内容:
drop operator XMLSequence
*
ERROR at line 1:
ORA-29807:specified operator does not exist
这是一个已知的问题 (Bug:2686156),并且可被忽略。要继续数据库创建过程,请单击 "Ignore" 按钮:
? ORA-01430 错误
在数据库创建过程的“增加 Oracle Spatial”阶段中,您将接收到一个 ORA-01430 错误。如果您搜索日志文件,您将看到以下内容:
(SDO_ROOT_MBR mdsys.sdo_geometry)
*
ERROR at line 2:
ORA-01430:column being added already exists in table
这是一个已知的问题,并可被忽略。要继续数据库创建过程,请单击 "Ignore" 按钮:
81.202.205.* 于 2007-06-10 21:46:56发表:
08a85fd7afdc4a1267d464c0c0c48b36 http://comune-santa-giustina-in-colle.ooqqld.net.in/ http://buras-regione-sardegna-dicembre-2006.kfxrfs.net.in/ http://msn-space-malta-luglio-2006-riccardo.dtifhu.net.in/ http://fiat-center-italia-spa-napoli.mksqkw.net.in/ http://scheda-madre-gigabyte-7zx-1.ooqqld.net.in/ http://viaggi-ventaglio-santo-domingo-operativo-voli.dtifhu.net.in/ http://sangue-nelle-feci-dei-cani.mksqkw.net.in/ http://ruolo-dell-educatore-comunita-penale-minore.innltr.net.in/ http://istituto-industriale-aeronautico-carlo-grasso-torino.hhknox.net.in/ http://midollo-bue-medicina-naturale-contro-anemia.kfxrfs.net.in/ 319dbbb4ab069a1bfb4a4d4d12c61dcd
62.175.2.* 于 2007-06-08 20:37:36发表:
d8daaa458861f9f2af23f216aba2c03e http://dolore-and-inguine-and-pube.iumzde.org/ http://san-carlo-al-corso-milano.mbxbva.org/ http://donna-cerca-compagnia-andare-bicicletta-legnano.lbpwqo.org/ http://condimento-dei-raviolo-al-branzino.lbpwqo.org/ http://colonna-sonora-matilda-sei-mitica.pauhzy.org/ http://ragazzo-viaggio-studio-santa-monica.qjgasd.org/ http://le-tragedia-di-vittorio-alfieri.mbxbva.org/ http://frigorifero-side-whirlpool-s25drss33-g.lbpwqo.org/ http://trucco-gioco-alone-the-dark.qjgasd.org/ http://tu-scendi-dalle-stelle-spartito.hwqegr.org/ e44c2d91c99facb894d3b26e91151560
201.250.202.* 于 2007-06-07 23:08:05发表:
cadbc676e019ec3df5ec384cc81b74a1 http://colonna-sonora-film-mai-piu-prima.ulhxdx.org/ http://gioco-cellulare-tennis-dowland-gratis.rpddkk.org/ http://loredana-berte-casa-bianca-bjorn-borg.incgek.org/ http://cos-e-il-sistema-operativo.incgek.org/ http://sito-ufficiale-dragon-ball-x.fjhozm.org/ http://vivaldi-g-m-goretti-musica.incgek.org/ http://crazy-frog-video-scarica-gratis.zouvtz.org/ http://hotel-bagni-di-pisa-terme.bzeitz.org/ http://nomos-physis-sofista-gorgia-protagora.lykglu.org/ http://scaricare-the-sims-2-per-pc.ouwnql.org/ 2e2f8656ca7971267ae7180fc612fe21
190.38.17.* 于 2007-06-07 01:50:33发表:
64c9058a7866eaf271f77563228ee68c http://custodie-subaquee-per-macchina-fotografica.vkzwxs.info/ http://origine-dell-universo-mito-leggenda.zjtbra.info/ http://x-man-conflitto-finale-scheda-film.zjtbra.info/ http://scuola-media-statale-val-lanzo.hwqovr.info/ http://indice-foi-provvisorio-novembre-2006-istat.vkzwxs.info/ http://testo-canzone-pon-the-replay.hwqovr.info/ http://fortaleza-de-san-carlo-avana.vkzwxs.info/ http://scaricare-bear-share-lingua-italiana.odkgrg.info/ http://stati-classi-sociale-societa-medievale.ytqkdb.info/ http://case-in-affitto-fornovo-san-giovanni.zjtbra.info/ 6dea66dd0952ca77d762129bda0df247
201.244.239.* 于 2007-06-06 04:45:15发表:
95eaf1b54e6af4866ecb2b0a38df27f3 http://capodanno-hotel-oriente-vico-equense.duajwe.info/ http://la-normativa-sul-credito-al-consumo.duajwe.info/ http://ho-visto-i-raggi-b.qirjux.info/ http://azienda-di-soggiorno-di-brunico.duajwe.info/ http://tutti-caso-nullita-verbale-contestazione.lbvsgo.info/ http://come-fare-gli-scooby-doo.qirjux.info/ http://187-it-sezione-minuto-prezioso.qwoucn.info/ http://conseguenza-grave-alterazione-stato-coscienza.lbvsgo.info/ http://ginnastica-adulto-ronchi-dei-legionari.yyunae.info/ http://guida-ai-locale-vicino-uscite-autostradale.jknrtq.info/ 11bac96dbb32ab2fd1a6f4018c996a56
201.235.107.* 于 2007-06-05 10:01:13发表:
4f8409749d20f1dc228254d467a0884b http://scarpone-tecnica-tnt-explosion.wkermn.info/ http://licenza-bluesoleil.boixkk.info/ http://club-med-villaggio-kamarina-foto.dvtuzm.info/ http://trapano-colonna-1100-watt.boixkk.info/ http://teresa-amatetti-french.dhvvfi.info/ http://costruire-tacabanda.wkermn.info/ http://gara-d-appalto-calabbria.uyohtb.info/ http://traduzione-testo-erika-badu.kbucdn.info/ http://prova-yamaha-rx-v-459.kbucdn.info/ http://silver-guida-4000-tmc-edition.dvtuzm.info/ 4080af707aca2bbb96231fb1b4743d28
200.116.30.* 于 2007-06-04 15:40:38发表:
905d8be2040a67336b4e12978a781b39 http://collegamento-fra-verona-venezia-aereoporto.divuvu.org/ http://tutti-i-modelli-cellulare-nokia.xcwjal.org/ http://corso-semestrale-lingua-casarano-2006.vprmbs.org/ http://sentenza-corte-cassazione-sezioni-unite-2006.divuvu.org/ http://giochi-cellulare-sharp-gx-10.dqiqbg.org/ http://dipartimento-verbale-approvazione-bilancio-previsione.dqiqbg.org/ http://percorso-didattico-viaggio-dentro-corpo.dqiqbg.org/ http://configurazione-outlook-express-account-hotmail.dqiqbg.org/ http://diritto-dei-lavoratori-dei-datori-lavoro.divuvu.org/ http://manuale-di-istruzione-motorola-v3.nfvzoo.org/ e2344a7b53a49ae4d6fdb2a64dbf9945
201.213.105.* 于 2007-06-03 19:36:33发表:
9241a441f2c0734cb034d910b99e722b http://diagrammapsicrometricoexcel.akqcvy.org/filmato-telegiornale-combattimento-cane/index.htm http://dtctrilogyanello.beajbg.org/rimuovere-trojan-zlob/index.htm http://antennaverticalevhfautocostruita.beajbg.org/caldaia-pensotti/index.htm http://colonnasonoremetroidprima.akqcvy.org/trucco-nintendogs-exploder/index.htm http://nuovoducato2300130cvmeccanica.nlamku.org/specialista-reumatologia-friuli-venezia-giulia/index.htm http://fifagiohiit.beajbg.org/tendinopatia-dell-ileo-psoas/index.htm http://conteggibiliardo.seyzuo.org/ragazza-diciotteni-nuda-gratis/index.htm http://prevenditebrignano.inkrxe.org/vino-scavigna-bianco-online/index.htm http://custodiacdmorbide1cm.nlamku.org/studiare-bene-averne-voglia-masoni/index.htm http://cioccolateriaviasanvittoremilano.nlamku.org/gozzo-marinelli-usato/index.htm 83869c431dabc6ba13fe3e3c64cc8ac5
83.54.42.* 于 2007-06-03 01:56:21发表:
33c2dda2c74d7fcb5875245694cca52f http://penna4refildiversi.bdizoa.org/cicala-bertinetti-shaft-34/index.htm http://scoiattolohokkaido.shxghd.org/macchina-radiocomandate-elettrica/index.htm http://nokia6330cellularenokiacustodia.lskson.org/trama-libro-enrico-ofterdingen/index.htm http://motomodellinoscaladucatimonster600.sdibjo.org/ecotherm-insert/index.htm http://clisterelavaggioadolescenzafotogratis.ksibgs.org/veratour-lindos/index.htm http://scidecomivrea.sdibjo.org/patrizi-nuccia/index.htm http://gallenoattilio.lskson.org/sostituire-candelette-bravo/index.htm http://ieocellulastaminale.lskson.org/genitore-blue-jeans-leonardo-caprio/index.htm http://lagosresidenceportogall.shxghd.org/ionoforesi-gualtieri/index.htm http://gileragp800consegna.shxghd.org/calligaris-catena-lineare-corpo-spirito/index.htm 691e5261e7f26fe9bfca38d324fb1940
190.37.42.* 于 2007-06-02 05:07:20发表:
d84af5287b2646be6e202668d21f12cf http://shaniagreciaingrossoscarpa.beajbg.org/renato-giovannoli-mistero-dell-isola-drago/index.htm http://selfcareliberoitpassword.seyzuo.org/frizzera-estate-davvero-eccezionale/index.htm http://hundaycarpi.seyzuo.org/eliminare-campo-elettromatico-impianto-elettrico/index.htm http://novellatrenosoffiatoluigipirandello.nlamku.org/capanna-lurago/index.htm http://lenticoloratacosmetiche.beajbg.org/santa-maria-maddalena-agriturismo-budrio-capodanno/index.htm http://mongolfieracartavelinacostruire.akqcvy.org/anello-raschig/index.htm http://bollettinouffficialedellaregionecalabria.seyzuo.org/micromotori-sirio/index.htm http://notecamsmrt.akqcvy.org/abazia-tiglieto/index.htm http://rilevatorepresenzacrepuscolare.beajbg.org/samuela-spose-torino/index.htm http://giuliocozzolibiografia.nlamku.org/terapia-bruno-groning/index.htm 63aa5c5d6850cbd0ab7a0b3644130d9e
190.38.155.* 于 2007-06-01 11:39:34发表:
b830b61802e10211afc14a0f6f600680 http://mmsanimatobenvenutowindbuonanotte.mljuyb.org/ordvetbs-numerica-it/index.htm http://mariannamontellanuda.uzghnh.org/sarcofago-dell-obeso/index.htm http://tagliarismeghigliottinataglierina.leikrf.org/iveco-man-veicolo-indistriali/index.htm http://ombrellonefustolegno.gkgobd.org/allevamento-cane-caccia-kurzhaar-roma/index.htm http://camaleontecamole.gkgobd.org/emoction-messanger/index.htm http://ventaclubfaarana.pdjkai.org/thefireangel-cjb-net/index.htm http://professoressamatematicamolestie.uzghnh.org/trucco-wwf-smackdown-just-bring-it/index.htm http://atirx1650se512mb.uzghnh.org/s-s-c-n-napoli/index.htm http://stampantemultifunzioneepsondx6000.uzghnh.org/interruttori-biticino/index.htm http://castigosculacciata.gkgobd.org/ristorante-pugliese-principe-altamura/index.htm 5447788e0ee79eeca3d64876f41eb1cf
190.38.247.* 于 2007-05-30 03:32:18发表:
27272176321006371b3bb1a5fcbd10df http://pegekq.org/apostila/apostila-blender-completa.html http://wfcqxw.org/vomitos/vomitos-crianca.html http://ifrtox.org/foto/foto-do-filme-x-men.html http://wfcqxw.org/holandeses/holandeses-no-nordeste.html http://ovvkft.org/seria/seria-poesia.html http://mnopyi.org/hotel/hotel-pousada-guarajuba-bahia.html http://mnopyi.org/coxim/coxim-motor-mitsubishi-lancer.html http://pegekq.org/nube/nube-gov-br.html http://pegekq.org/origem/origem-continentes.html http://wfcqxw.org/http/http-webmail-brte-br.html a91f06099d8916d08fc86aebeef191c8
88.161.132.* 于 2007-05-29 02:14:24发表:
f022bae6964f3e757ab01fae084bcccf http://xwqumn.org/luciana/luciana-ramos.html http://grpytd.org/sana/sana-macae.html http://xvqeoy.org/video/video-mulher-gratis-transando-animal.html http://xvqeoy.org/associacao/associacao-cabo-soldados-barra-funda-sp.html http://xwqumn.org/igreja/igreja-nazareno-central-cidade-campina.html http://grpytd.org/relacao/relacao-sebo-cd-raridade.html http://xvqeoy.org/gnt/gnt-saia-justa.html http://sxrzpn.org/aluguel/aluguel-salao-festa-vila-carrao.html http://sxrzpn.org/doacao/doacao-ferret.html http://sxrzpn.org/tabela/tabela-de-conversao-de-polegada-para-milimetros.html ea84313ff4cf4b8bb8ec851c693c83a5
81.172.67.* 于 2007-05-28 10:23:03发表:
e80dc47f5727e4e8c6d0a2d49de73608 http://ifrtox.info/anatomia/anatomia-corpo-hiv.html http://ifrtox.info/monica/monica-bergamo-imita.html http://ifrtox.info/mesa/mesa-sinuca-joinville.html http://grpytd.info/saudades/saudades-brasil.html http://grpytd.info/foto/foto-sexo-duas-mulher-homem.html http://ifrtox.info/filosofia/filosofia-etica-admnistracao.html http://xvqeoy.info/fundo/fundo-participacao-eunapolis-bahia.html http://xvqeoy.info/amazonia/amazonia-cristiane-torloni.html http://mnopyi.info/guapo/guapo-louco-niteroi.html http://xvqeoy.info/garota/garota-lesbicas.html 921da3b25f91ff5411abb8e73f72697f
80.217.147.* 于 2007-05-27 18:30:54发表:
fd25d027f76d03373847070cea8e2d0f http://lcitij.info/hospital/hospital-psiquiatria-guarapiranga.html http://lcitij.info/moca/moca-quarto.html http://ovvkft.info/trabalho/trabalho-livro-pavao-terra-pinguim.html http://wfcqxw.info/impresa/impresa-onibus-ocidental.html http://xwqumn.info/empresa/empresa-de-onibus-unica-e-facil.html http://ovvkft.info/direito/direito-sentenciado.html http://xwqumn.info/cha/cha-verde-emagrecimento.html http://lcitij.info/mudanca/mudanca-corporais-gravidez.html http://lcitij.info/servidor/servidor-mail-webmail.html http://wfcqxw.info/fundacao/fundacao-castelo-branco.html 6d9dd05b81c19c63ae8e87cbbcfe2050
200.65.78.* 于 2007-05-27 02:42:46发表:
da9675886dc6a8f201fc8fa4029e1d27 http://ifrtox.info/download/download-de-desenho-animados.html http://ifrtox.info/portfolio/portfolio-publicidade.html http://ifrtox.info/prefeirura/prefeirura-de-goiania.html http://pegekq.info/jogo/jogo-para-crianca-na-internet.html http://grpytd.info/manifesto/manifesto-aborto.html http://xvqeoy.info/video/video-foto-homem-bonitos-nu.html http://grpytd.info/modelo/modelo-de-enquete.html http://grpytd.info/agulha/agulha-de-trico.html http://mnopyi.info/parana/parana-hotel-fazenda.html http://grpytd.info/gloogle/gloogle-b-r.html 899833c87d41a40d77c99858b4681e10
83.44.99.* 于 2007-05-26 12:45:18发表:
5e6dc63a6b37e75927307375e0cf8dbd http://sxrzpn.info/blog/blog-rogerio-sobreira.html http://wfcqxw.info/imagem/imagem-bouquet-rosa-amarelas.html http://ovvkft.info/jogo/jogo-eletronicos-bingo-free.html http://xwqumn.info/indice/indice-reajuste-poupanca.html http://xwqumn.info/fabrica/fabrica-cadeira-cabeleireiro.html http://sxrzpn.info/supletivo/supletivo-fortaleza-2007.html http://ovvkft.info/decadencia/decadencia-direito.html http://wfcqxw.info/voce/voce-sabia-que.html http://xwqumn.info/jogo/jogo-vivo-hoje.html http://ovvkft.info/ntt/ntt-curso-no-hotel-south-american-copacabana-hotel-rio-de-janeiro.html 3c6c60ce2277246c0f4063c97808fccb
190.36.209.* 于 2007-05-25 20:40:54发表:
17dc07824a4f77869cb5ccce42349223 http://legge-regionale-4-novembre-2002.nuusjq.org/ http://la-mia-borsa-di-studio.nuusjq.org/ http://art-75-d-p-r.itwasb.org/ http://driver-stampante-hp-laserjet-1012.mbduev.org/ http://armi-della-seconda-guerra-mondiale.nuusjq.org/ http://gioco-on-line-free-bambino.nuusjq.org/ http://master-2007-psicologia-educatore-roma.itwasb.org/ http://programma-uomo-donna-maria-de-filippi.qumpvr.org/ http://film-di-stanlio-e-olio.mbduev.org/ http://calcolo-segno-zodiacale-dell-ascendente.sfmyzx.org/ f4e92eaca3a0992e5377af9d5fb45ea4
201.208.128.* 于 2007-05-25 00:21:59发表:
65e8b125556d02ed6240baef7440363e http://dragon-ball-raccoglitore-on-line.hgfrvc.org/ http://crollo-palazzo-roma-1950-al-1954.ikqtqu.org/ http://legge-n-154-17-02-1992.xrpkif.org/ http://risoluzione-problematica-gestione-ente-locale.hgfrvc.org/ http://impossibile-copiare-parametro-non-corretto.ljznde.org/ http://raf-sapore-di-un-bacio.hgfrvc.org/ http://programma-simile-windows-movie-maker.lwozoc.org/ http://canzone-o-c-tutto-seconda-serie.rsxmtx.org/ http://programma-pulizia-fruscio-disco-audio.rsxmtx.org/ http://gazzettino-quinordest-it-visualizzaarticolo-php3.rsxmtx.org/ 46517f671cf87061af6ace763c7eda9d
201.233.147.* 于 2007-05-24 08:06:48发表:
0f809e10ae64db13ecd9bb16fc0dda1b http://implementazione-top-down-botton-up.qumpvr.org/ http://eliminare-windows-genuine-advantage-notifications.sfmyzx.org/ http://14-kg-in-un-mese.mbduev.org/ http://sepolcro-carlo-magno-stella-foto.nuusjq.org/ http://orari-centro-commerciale-il-vulcano.sfmyzx.org/ http://alchool-breath-tester-by-lampa.pmdxoz.org/ http://cosa-devo-fare-passaggio-proprieta.qumpvr.org/ http://cumulo-reddito-autonomo-diversi-indennita-maternita.nuusjq.org/ http://la-discoteca-di-nino-d-angelo.mbduev.org/ http://aliquota-imposta-registro-divisione-ereditaria.mbduev.org/ 7798902e03c54f1db3af807b5937ee1b
70.81.83.* 于 2007-05-23 15:52:08发表:
7e2e5c74fdb7e235fe7fca49c67ad12e http://strawhatproductions.iuwexi.net/2005-07-27.html http://softballcenter.udxpzb.net/2005-09-22.html http://globalwebsitespecialists.iuwexi.net/2005-10-09.html http://atlas-lifeup.iuwexi.net/2005-10-03.html http://baglioredevelopment.udxpzb.net/2005-07-10.html http://addesiner.qsogkn.net/2005-09-08.html http://e-company-incorporations.utwikd.net/2005-08-10.html http://alwaysdata.udxpzb.net/2005-09-28.html http://sonofdracula.udxpzb.net/2005-08-10.html http://cdsportscenter.qsogkn.net/2005-07-04.html e7000c4d06986984b665ec9d15ae719a
84.122.215.* 于 2007-05-21 20:48:34发表:
58bff435af01a70eca8eb86378b033d7 http://robbie-williams-take-that-dicembre-news.nofnhx.org/ http://anteprima-film-donna-matura-fanno-sesso.csapok.org/ http://lormetazepam-eg-os-20-ml.osjckd.org/ http://cancellazione-ipoteca-casa-on-line.weejwl.org/ http://vittorio-sabbatelli-nuova-societa-consulenza-bologna.shqsxs.org/ http://art-26-dpr-34-2000.osjckd.org/ http://servizio-veterinario-asl-n-22.shqsxs.org/ http://offerte-di-lavoro-nel-sociale.shqsxs.org/ http://guida-dei-bed-and-breakfast-veneto.shqsxs.org/ http://guida-ai-bed-and-breakfast-calabria.ynoxmw.org/ 417a8203d1b04948a6eb96aa4fb99866
190.73.231.* 于 2007-05-21 03:31:14发表:
faddd5e8328e2ce0bf837dd270918139 http://cambrian-granite.utwikd.net/2005-08-14.html http://ajorganicgroves.zikpwk.net/2005-10-09.html http://marineship.pbcqvd.net/2005-08-16.html http://ermaytekstil.smhiru.net/2005-09-07.html http://crackkeygensearch.ynfqkm.net/2005-07-23.html http://extradites.iuwexi.net/2005-08-12.html http://verpraise.iuwexi.net/2005-07-19.html http://not-for-profitwebdesign.qsogkn.net/2005-09-28.html http://interactive-procam.iuwexi.net/2005-07-13.html http://konetinfo.ipnwxi.net/2005-08-05.html b242eb585f2503f10c8eb79a53604d31
190.39.49.* 于 2007-05-18 07:24:56发表:
106e7fcb0053040e8514d963cce9f9f6 http://video-the-oc-da-vedere.vzlvrv.org/ http://critica-al-canto-v-purgatorio.ynoxmw.org/ http://sesso-anale-troia-matura-porca-video.ynoxmw.org/ http://sardegna-costa-est-villaggio-mare.csapok.org/ http://parrocchia-maria-ss-rosario-apricena.ynoxmw.org/ http://negozi-complementi-d-arredo-milano.osjckd.org/ http://espansioni-ps-2-the-sims-2.vzlvrv.org/ http://corriere-sera-agr-ultima-ora.shqsxs.org/ http://buono-pasto-indennita-sostitutiva-mensa.nofnhx.org/ http://guerra-piero-fabrizio-de-andre.ynoxmw.org/ af5e5529e610c2f14667e2377e4b1e8c
201.208.38.* 于 2007-05-16 21:53:59发表:
8e94783d049d84b8ccaab503c4c1e77d http://il-file-non-inizia-con.znuawz.com/ http://stavi-cercando-direct-line-it.znuawz.net/ http://sala-meeting-and-convention-siena.znuawz.name/ http://most-wanted-di-hilary-duff.hfnghd.name/ http://citta-del-vaticano-bed-breakfast.znuawz.biz/ http://tabella-b-causa-di-servizio.znuawz.net/ http://questo-e-il-tempo-di-vivere.znuawz.biz/ http://flight-simulator-x-traduzione-italiano.znuawz.com/ http://ordinanza-sospensione-provvisoria-esecuzione-revoca.znuawz.biz/ http://geologia-botanica-fauna-sentiero-alpino.hfnghd.co.in/ c5b410f967c066628d7832ce0ac5b28e
201.245.240.* 于 2007-05-16 06:57:16发表:
8469cb59fbb8b1dd44d623ebdd3f97c4 http://san-donato-milanese-meningite.hzqpsj.com/ http://penna-bic-astronauti.hzqpsj.net/ http://bsa-sala-cattedra.hzqpsj.net/ http://cerco-lavoro-bidella-scolastica-abruzzo.fflnuc.com/ http://sera-182-pianiga-venezia.hzqpsj.com/ http://resettare-eeprom-stampante.hzqpsj.com/ http://venezia-arte-moderna-ravagnan.fflnuc.co.in/ http://vendita-fungo-champignon.fflnuc.biz/ http://gioco-battaglia-aere-pc.fflnuc.co.in/ http://latte-corpo-aquolina-cocco-vaniglia.fflnuc.co.in/ e1c77cc030a7259f186177a086fb8a83
70.82.209.* 于 2007-05-14 22:54:27发表:
a30058a29eb82efec583423cea7bbd7d http://mansioni-personale-educativo-asilo-nido.nvdset.biz/ http://trucco-ps2-gratis-gta-sanandreas.xjpled.name/ http://caserta-noleggio-macchina-movimento-terra.xjpled.biz/ http://aldo-giovanni-e-giacomo-clip.nvdset.biz/ http://camera-di-commercio-vibo-valentia.xjpled.co.in/ http://piccolo-cottolengo-don-orione-ercolano.nvdset.name/ http://triangolo-renato-zero-autore-testo.nvdset.net/ http://sci-salomon-equipe-10-3v.nvdset.com/ http://piazza-vittoria-napoli-negozio-neonato.xjpled.biz/ http://libro-testo-operatore-socio-sanitario.xjpled.biz/ 8115d97afce6272748d3203e407b2c31
190.38.181.* 于 2007-05-14 11:32:28发表:
a63beff4f8ed260da5c4f0bb9d294dee http://nuova-assunzione-categoria-protetta-2006.ujttwc.biz/ http://scuola-per-parrucchiere-a-firenze.klkhba.biz/ http://shinobido-spirito-ninja-play-station2.ujttwc.biz/ http://climatizzatore-fisso-parete-18000-btu.klkhba.name/ http://ospedale-pediatrico-regina-margherita-torino.klkhba.co.in/ http://giochi-java-per-motorola-v550.klkhba.biz/ http://14-dicembre-2000-n-376.ujttwc.com/ http://film-grande-magazzino-boldi-de-sica.klkhba.co.in/ http://assunzione-polizia-stato-finanziaria-2007.ujttwc.name/ http://ordine-dei-farmacisti-it-salerno.ujttwc.com/ b0aa8b27a8ec12b02be4055d7baf88c7
190.38.176.* 于 2007-05-13 22:43:29发表:
a1d090b32b15c640c535b7eb1e806454 http://listino-prezzo-gioco-play-station-2.ctvbxm.net/ http://villaggi-turistici-direttamente-sul-mare.ctvbxm.net/ http://scuola-media-nistri-respighi-roma.obuvie.biz/ http://orari-voli-malpensa-terminal-1.ctvbxm.com/ http://commenti-poesia-san-martino-carducci.obuvie.name/ http://site-www-aladinoannunci-com-aladino.obuvie.name/ http://far-partire-gioco-umd-scaricati-internet.obuvie.biz/ http://cavo-dvi-hdmi-accessorio-audio-video.ctvbxm.com/ http://chiesa-s-marco-vecchio-via-faentina.ctvbxm.name/ http://meningioma-4-cm-indicazioni-mediche.ctvbxm.com/ a647f0935ac9b246ffd2471206f1cc7e
201.244.247.* 于 2007-05-13 10:30:44发表:
c3b2b585f9fb84887d1d9e5b31c581b0 http://inviti-di-compleanno-delle-winx-club.ujttwc.com/ http://n73-music-edition-prezzo-tim.ujttwc.com/ http://il-diario-di-ellen-rimbauer.ujttwc.com/ http://casa-riposo-anziano-provincia-milano.klkhba.biz/ http://corso-tecnico-del-suono-bologna.ujttwc.net/ http://agenzie-per-il-lavoro-a-roma.klkhba.biz/ http://il-suo-primo-ballo-di.ujttwc.name/ http://era-glaciale-2-play-soluzione.klkhba.co.in/ http://valore-limite-esposizione-dell-amianto.klkhba.name/ http://apparecchio-foto-usato-speed-graphic.klkhba.biz/ 784faf42bbc6bc8e3eef9ef627ced6bc
88.7.235.* 于 2007-05-12 18:42:46发表:
5ca3b2fc7e2a08c340ec68a0a8cebb55 http://colpo-fulmine-anna-tatangelo-accordo-chitarra.cbcmld.net/ http://prezzo-collegamento-adsl-canone-zero.tpuskc.info/ http://stage-master-selezionatori-personale-azienda.uqqaqa.info/ http://the-sims-2-download-vestiti.sjuvcf.net/ http://casa-dei-libro-r-brautigan.jnonib.net/ http://claudio-baglioni-mille-giorno-te.cbcmld.net/ http://la-sigla-di-nadja-applefield.uaaxsj.info/ http://off-label-prescrizione-medica-lesioni.ycfrzc.net/ http://cassazione-12112-19-agosto-2003-sentenza.cbcmld.net/ http://teoria-generale-dei-sistema-omeopatia.jnonib.net/ d9a31e90dfa815b241581cfa56f7d9b0
190.47.114.* 于 2007-05-12 04:14:46发表:
ea9155e0b1fdc04ad783f16715e21263 http://anna-valle-anna-maria-malipiero.wxkbfx.info/ http://ordinanza-contingibile-urgente-rifiuto-solidi-urbani.jiqgyr.net/ http://site-www-caller-it-offerta-pneumatico.wxkbfx.info/ http://meteo-s-vito-dei-normanno.ycfrzc.info/ http://vincere-noia-bevendo-latte-soia.wpktse.info/ http://9-racconto-9-notte-1.wxkbfx.info/ http://accordo-knocking-on-heaven-s-door.ycfrzc.info/ http://conservatorio-musica-napoli-caso-de-gregorio.jiqgyr.net/ http://roma-hotel-teatro-di-pompeo.vuulyy.info/ http://istituto-incremento-ippico-della-sardegna.avborz.net/ e851160535cf163ca98e2cabd77393d9
190.73.228.* 于 2007-05-10 14:35:36发表:
ed4a5cb4f5392b424deb0e799ae599f5 http://asilo-nido-3-mesi-milano.aqnfrs.net/ http://estee-lauder-prodotto-viso-prodotto-viso.sjuvcf.net/ http://fanali-opel-tigra-angel-eye.unhbej.info/ http://gioco-suoneria-sfondo-motorola-a835-3.uwvdff.info/ http://scheda-pci-usb-2-0-mac.uqqaqa.info/ http://particolare-costruttivo-dwg-free-it.unhbej.info/ http://sistema-di-allarme-anti-intrusione.uqqaqa.info/ http://agenzia-pr-ufficio-stampa-milano.tpuskc.info/ http://programma-software-calcolo-energetico-termico.uwvdff.info/ http://programma-televisivo-stasera-serata-tv.jnonib.net/ 6ea61d011241fc97c6cd95e85f270196
83.44.249.* 于 2007-05-09 04:45:53发表:
daa0fc823c5a31f25ff567ba3c2f27dd http://frase-buon-natale-anno-nuovo.wpktse.net/ http://luana-borgia-concorrente-talpa-3-edizione.tpuskc.net/ http://scuola-elementare-via-scialoia-milano.wpktse.net/ http://ingrosso-accessorio-auto-distanziali-marche.tpuskc.net/ http://numeri-di-telefono-in-belgio.cbcmld.info/ http://foto-di-ragazze-non-famose.tpuskc.net/ http://appartamento-trilocale-vicino-al-mare.fneces.net/ http://bologna-18-novembre-2006-pediatra.tpuskc.net/ http://indicazioni-all-uso-medicinale-omeopatico.aphvga.info/ http://base-musicale-oh-happy-day-gratis.tpuskc.net/ c30356c496a34fc36d31054e2275bbe2
88.140.0.* 于 2007-05-08 18:07:48发表:
b30d77d720a3734c5fcbaeb1e0a8ce4d http://digichat-richiede-browser-java-compatibile.uaaxsj.net/ http://mondiale-calcio-2006-prezzo-biglietto.vkzzwe.net/ http://intervento-di-ernia-al-disco.nxlnkr.info/ http://villaggio-turistici-palma-di-maiorca.vkzzwe.net/ http://frigorifero-lg-side-by-side.jnonib.info/ http://canzone-pubblicita-tribe-by-breil.johlma.info/ http://programma-calcolo-dell-ici-gratis.oovbhv.info/ http://download-gratis-the-sims-bustin-out.uyabmw.net/ http://atelier-pittura-alzaia-naviglio-grande.kpcmsw.info/ http://d-m-2-ottobre-2000.vkzzwe.net/ ad9883469ac620e72a2c30c2417cb4d3
217.211.123.* 于 2007-05-08 04:12:20发表:
3e122df3156041377a3dd7dec10a1c4d http://cass-sez-sent-32009-2006.tpuskc.net/ http://libro-edizione-s-paolo-legalita.aphvga.info/ http://lasciai-un-giorno-il-mio-pastore.xhzpsl.net/ http://centro-studio-karate-shotokan-fiuggi.vuulyy.net/ http://miss-you-blink-182-traduzione.fneces.net/ http://contratto-scuola-docente-congedo-matrimoniale.drlrmm.info/ http://creare-un-sito-web-su-internet.aqnfrs.info/ http://prezzo-nuova-bmw-x5-2007.cbcmld.info/ http://ragazze-col-culo-di-fuori.tpuskc.net/ http://concorso-banca-agricola-popolare-ragusa.avborz.info/ 26ebd8669f82ff2d680fe0e97ba7427c
190.74.211.* 于 2007-04-17 20:33:53发表:
http://9983a989d45e2cfed6959dec5abac488-t.ghoiou0.info 9983a989d45e2cfed6959dec5abac488 http://9983a989d45e2cfed6959dec5abac488-b1.ghoiou0.info 9983a989d45e2cfed6959dec5abac488 http://9983a989d45e2cfed6959dec5abac488-b3.ghoiou0.info 196c3da0ce3e9a23267e7eab02ad2b11
fengmayi1 于 2006-07-18 17:13:24发表:
看看步骤还是可以的
wffffc 于 2006-02-25 21:38:21发表:
可以下到的在oracle的官方网站:
http://www.oracle.com/technology/software/products/oracle9i/index.html
chen 于 2005-12-21 09:32:44发表:
呵呵,感谢分享