第一次接触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" 按钮:
200.127.196.* 于 2007-09-07 03:04:31发表:
b03a9a7d8aa11b78d9fd9707c2656821 http://prenotazione-hotel-gerenzano.yavpvy.org/ http://carioli-janna-nato-straniero.yavpvy.org/ http://habitat-novedrate.oxibnl.org/ http://programmazione-tv-1-novembre-2006.odiioj.org/ http://hotel-panorama-san-candido.oxibnl.org/ http://robertministrodifesausa.dlqpew.org/listbox-selezione-voce/ http://dipendenti-pubblici-responsabilita.yavpvy.org/ http://embroidery-macchina-design-free.hhidlx.org/ http://nuovo-livello.ufftiy.org/ http://corsidicristalloterapiaatorino.npxbkv.org/i-compleanno-milano/ ef5da0821261872f3a177fbd4ce2e9fc
24.0.169.* 于 2007-09-06 09:38:42发表:
261a84d9058ad5971ebf78d4a63964fa http://iris.lib.virginia.edu/phpBB2/viewtopic.php?t=7689 http://www.cide.au.edu/audasaforum/viewtopic.php?t=458 http://www.international.ucf.edu/myphp/community/viewtopic.php?t=124 http://www.international.ucf.edu/myphp/community/viewtopic.php?t=124 http://www.cide.au.edu/audasaforum/viewtopic.php?t=458 http://payson.tulane.edu/techeval/forums/viewtopic.php?t=74 http://iris.lib.virginia.edu/phpBB2/viewtopic.php?t=7689 http://transatlantic.ipo.asu.edu/forum/viewtopic.php?t=208 http://transatlantic.ipo.asu.edu/forum/viewtopic.php?t=208 http://payson.tulane.edu/techeval/forums/viewtopic.php?t=74 d950163e2bc04fe30175aa17834ab13d
24.3.73.* 于 2007-09-05 20:46:32发表:
69d2e035548a682255c1b2ecfb1e6c75 https://www.cslu.ogi.edu/forum/viewtopic.php?t=2657 http://myweb.msoe.edu/~chaversa/phpBB2/viewtopic.php?t=2012 https://www.cslu.ogi.edu/forum/viewtopic.php?t=2657 http://www.grahi.upc.edu/ERAD2006/phpBB2/viewtopic.php?t=6839 https://www.cslu.ogi.edu/forum/viewtopic.php?t=2657 https://www.cslu.ogi.edu/forum/viewtopic.php?t=2656 http://forum.jalc.edu/phpBB2/viewtopic.php?t=2267 http://myweb.msoe.edu/~chaversa/phpBB2/viewtopic.php?t=2012 https://www.cslu.ogi.edu/forum/viewtopic.php?t=2657 https://www.cslu.ogi.edu/forum/viewtopic.php?t=2657 db62d9d137e7999ef0c8bbd27991ea41
67.186.45.* 于 2007-09-05 06:37:06发表:
fa9190f6cfd02c746faf7d7b0fb9df77 http://modulo-sicurezza-pes-6.dfmviz.info/ http://immagini-berlusconi.dfmviz.info/ http://ricostruzione-palafitte-immagine.dfmviz.info/ http://sbloccare-il-dvd.dfmviz.info/ http://termostato-quadro-elettrico.dfmviz.info/ http://immagini-berlusconi.dfmviz.info/ http://finanziaria-bollo-suv.dfmviz.info/ http://comune-cassano-murge.dfmviz.info/ http://abbigliamento-senso-unico.dfmviz.info/ http://sistema-controllo-riscaldamento-via-gsm.dfmviz.info/ 21817dd0dbd87cb119a7471ab31fd121
83.49.252.* 于 2007-08-16 02:48:59发表:
ddd24b0a377304ac967e05a78eff37b6 http://sito-relazione-sociale-escort-roma.akrmtn.com/ http://sigla-cartoni-animati-italiano.ddxsak.com/ http://traduzione-black-rebel-motorcycle-club.flroxk.com/ http://indennita-accompagnamento-invalido-civile-2000.ddxsak.com/ http://tutto-su-daniel-radcliffe.zpvztz.com/ http://piccola-ma-gnocca.flroxk.com/ http://pianeta-malato-sintomo-sotto-occhio-tutti.flroxk.com/ http://tributaria-regionale-firenze.ddxsak.com/ http://sindrome-respiratoria.akrmtn.com/ http://puttana-webcam-gratis.ddxsak.com/ f79720dbd018955dfd9068d527cd2031
217.129.45.* 于 2007-07-24 17:49:02发表:
7e7dd45c954569ac0f7aa62f63d19a3c http://ballo-genova.iuatju.biz/ http://percorso-firenze-casciana-pisa.zibtye.biz/ http://cinderella-storia-amore.enadzh.biz/ http://allevamento-cavaliere-nero.zibtye.biz/ http://il-pellicano-treviglio.enadzh.biz/ http://coda-pirata-tps-pour-condor.ppdpwx.biz/ http://mutuo-x-comprare-casa-all-estero.ppdpwx.biz/ http://audi-a4-anno-2004-2005-2006.iuatju.biz/ http://martial-solal-metodo-pianoforte.kajgdw.biz/ http://barcellona-milan-26-04.enadzh.biz/ 69fae163d26a9b1682339a4eb6fc4ad9
190.172.174.* 于 2007-07-23 08:18:13发表:
063544122b88b9e5ec83a6aa8ce533de http://d-lgs-n-274-2000.hdpwsk.org/ http://immobiliare-rm.vywyuh.org/ http://olio-di-legno.vywyuh.org/ http://cral-poste.mnkcbe.org/ http://massa-molecolare-stato-fisico-benzodiazepina.gbdrme.org/ http://candelabro-medievali.gbdrme.org/ http://varsavia-ulica-piwna.jnbwct.org/ http://calcio-anticipi.pvaeyo.org/ http://pino-tiziana-showgirl.hdpwsk.org/ http://annuncio-porno-casalinghe.vywyuh.org/ eb89aa2351bfb8dd061b0dc25061dcdb
124.146.51.* 于 2007-07-20 16:17:56发表:
9dbf1b60c14f790f448a7f7984fb23f5 http://esempioreazioniossidoriduzione.qemqrg.org/programma-per-ricariche-cellulare/ http://videoadaltadefinizione.qemqrg.org/compromesso-casa/ http://pncamcomit.rozdha.org/liceo-g-f-porporato-pinerolo/ http://geraniotrapianto.kprskz.org/marche-condizionatori/ http://fabbiimola.cerfmd.org/ventaglio-lady-windermere-opera/ http://anticipareilciclomestruale.chohqh.org/eremo-monte-corona/ http://cessioneinteroparcoveicolare.cerfmd.org/scopata-fidanzati-gratis/ http://anticipareilciclomestruale.chohqh.org/gif-animate-del-buongiorno/ http://collinaastigiane.cerfmd.org/film-doppiati-in-siciliano/ http://morellatouomobraccialesabbiatoacciaio.pykkxx.org/soluzione-grand-theft-auto-vice-city/ b8fb7d84153cc5c69600cbe1497734b2
201.79.159.* 于 2007-07-19 06:49:37发表:
8d08ce6623be16741124d096bdd543ad http://grazie-per.miwcjz.com/ http://comune-di-castel-san-pietro-terme.kmyeyh.com/ http://affitto-campo.jnesky.in/ http://motorsailer-usato-vendita.kvpzig.com/ http://borsone-nuoto.licoxi.in/ http://concorsi-tesi.aoknmm.in/ http://idealismo-tedesco.bkqryo.com/ http://cavi-rete-ftp.uylqdg.com/ http://abito-da-sposo-milano.kvpzig.com/ http://marcatura-yag.kvpzig.com/ b8a12f78e2ab8d9c8e5e94f78e975725
85.66.185.* 于 2007-07-17 18:52:55发表:
c514d081544e268358a4faa93117bac9 http://cortediappellodipalermo.copdkj.org/magic-cup-campionato/ http://passatempobambino36anno.vniybd.org/contratto-collettivo-commercio-servizio/ http://ortopediapisa.qbmkwd.org/meccanica-radiocomando-autogru/ http://immaginigratisdonne.cdvduz.org/colonna-sonora-selvaggi/ http://costaazzurrait.lgyeas.org/calcolo-interesse-legale-piu-moratori/ http://fotopiedesudati.ppnxyq.org/costa-paradiso-sardegna-camping/ http://uomininude.jpwypc.org/statistica-commercio-elettronico-italia-2003/ http://lupodellasteppa.nxaqjj.org/download-colonna-sonore-film/ http://progettazionedicircuiti.eebsig.org/tools-di-rimozione/ http://musicacantoscuola.copdkj.org/realizzazione-adesivi/ 8ea4fcdde1a965ef95e68187f350c6f6
66.201.163.* 于 2007-07-17 10:58:01发表:
http://fa25f7fb2b0b1ce75be0f058fb566b0a-t.xkktxb.org fa25f7fb2b0b1ce75be0f058fb566b0a http://fa25f7fb2b0b1ce75be0f058fb566b0a-b1.xkktxb.org fa25f7fb2b0b1ce75be0f058fb566b0a http://fa25f7fb2b0b1ce75be0f058fb566b0a-b3.xkktxb.org 8d1f2bfe3cbc5359328d95464cab8b7c
59.5.30.* 于 2007-07-16 10:00:35发表:
41de6e37dd4b75d364bcc4041781c359 http://download-gioco-motorola-l7.xsixxz.biz/ http://diffusore-infinity-pavimento.nioqlj.com/ http://si-guida-moto.nioqlj.com/ http://giorgio-terruzzi.knhtou.com/ http://teak-o-iroko.gwedas.com/ http://scrivi-santa-claus.jmncsw.biz/ http://nuova-fonte-del-surplus.fuypfr.biz/ http://e-la-tac-dentalscan.xsixxz.biz/ http://scheda-di-budget.ynpojb.biz/ http://variazione-mansione-lavoro-fac-simile.ynpojb.biz/ 8cff813cd5cdf93d908a9e43c4704dad
121.55.119.* 于 2007-07-15 02:12:37发表:
e296933cbd403650b0df3bbc24c05b7d http://cronoportaserramentirimini.tvmowd.org/proinde-ubi-videas/ http://riformacodiceproceduracivile.mongnb.org/la-scaletta-roma/ http://ordinecommercialistidiroma.seklde.org/prezzo-canoscan-lide/ http://viaggiocampoconcentramento.tvmowd.org/paesaggio-inglesi/ http://agneseimpruneta.kqjhpm.org/oro-ametista/ http://sanremotesticanzoni.eqacfr.org/analisi-normativa-settore-alberghiero/ http://cronoportaserramentirimini.tvmowd.org/certificazione-delf/ http://scatolineorigamo.mongnb.org/storia-cartiera-tivoli/ http://macchinaa16anni.tvmowd.org/sala-ricevimento-gela/ http://videotelefoninogratis.havjsk.org/corsa-podistiche-it/ a875aa102e91579b074fe29fa7a13e81
200.127.50.* 于 2007-07-13 18:59:04发表:
2de6d6e8310db6888b77cced2cd554c1 http://mojito-mellaredo.njylwy.org/ http://dida-von-teese.iwfpha.org/ http://telecomando-cancello-automatico-caratteristica-tecnica.wuzzme.org/ http://manuel-bordignon.ubetii.org/ http://esecuzione-dei-provvedimento-giurisdizionali-penale.lldpzx.org/ http://di-segnale-televisivo.iwfpha.org/ http://skema-srl.mhjqva.org/ http://blog-fabio-alisei.aoonyx.org/ http://foto-salone-milano.gazdtl.org/ http://lavoro-natalizio-storia.ubetii.org/ 8c2a5fabd273020cebfaea52010ee4bb
190.78.123.* 于 2007-07-12 12:15:40发表:
e3facada117f49055cb2a5b2f4080bb6 http://fede-oro-rosa.mtfkmx.org/ http://fidenza-village-it.rtistm.org/ http://maratona-di-carpi.egcngx.org/ http://commissario-montalbano-senso-tatto-vhs.egcngx.org/ http://risk-intelligence-rihoir.yorcfb.org/ http://cibo-tradizionali-italiano.uwlbfm.org/ http://fattoria-nuda.udzjxi.org/ http://henry-moore-opera-marmo.yorcfb.org/ http://verona-incontro-sexi.orjndo.org/ http://biennale-architettura-2006-venezia-relazione.egcngx.org/ d8d97f68bc274489b372d34e17b3a169
190.72.79.* 于 2007-07-11 05:02:51发表:
512a98626b55f66c33d29ce6b4c2fb4f http://11.ska4aj.net/pagina94.html http://2.ska4aj.com/pagina69.html http://15.ska4aj.com/pagina17.html http://13.ska4aj.net/pagina30.html http://4.ska4aj.com/pagina55.html http://13.ska4aj.org/pagina72.html http://8.ska4aj.net/pagina85.html http://6.ska4aj.org/pagina73.html http://7.ska4aj.com/pagina64.html http://5.ska4aj.org/pagina52.html 53f688e2d0ae01a48f96ad8f8181d4f6
88.9.210.* 于 2007-07-09 20:13:33发表:
132255e48913a10b9080aed8f3bfb687 http://edifici-prefabbricati.fyicly.org/ http://bticino-cronotermostato-scheda-tecnica.bsvetd.org/ http://traduzione-frase-italiano-francese-gratis.dkzfpf.org/ http://immagini-di-hansel-e-gretel.bsvetd.org/ http://the-oc-wallpaper-video-foto.dkzfpf.org/ http://esercito-s-p-italiano-graduatoria.bsvetd.org/ http://filt-torino.wywplu.org/ http://stefano-pistillo.uvrseh.org/ http://bombole-per-metano.dkzfpf.org/ http://casa-affitto-costa-vescovato.uvrseh.org/ 9b45a0bdde2cb75e21785d72ae4741f7
85.28.74.* 于 2007-07-08 10:37:08发表:
671c06619260e6319e95994ea4bb8640 http://tatuaggi-bergamo.wdhffe.org/ http://stipendio-dirigente.djrtlt.org/ http://prescrizioni-multe.wdhffe.org/ http://societafamiliareedile.awcnfe.org/album-foto-fotografico/ http://corsocantocomo.ikwuex.org/filtro-olio-156/ http://contrattocollettivonazionalelavorocompartoscuola.xheadf.org/aspetti-fiscale-gestione-azienda/ http://la-primula-rossa.wdhffe.org/ http://collegio-dei-geometri-di-rieti.wdhffe.org/ http://gthing-lgu900.zgagyw.org/ http://offerta-lavoro-provincia-gorizia.jcddfk.org/ cda9cd96507def8918671c23330ec82a
66.201.163.* 于 2007-07-07 04:31:22发表:
0d129e424f6c29dc75f94964657ddac0 http://biscottozucca.eoklgx.org/graduatorie-concorso-dirigenti/ http://lettorepodmini.skzbln.org/castello-castiglione-stiviere/ http://conservatorioverde.skzbln.org/storia-della-civilta-greca/ http://calendarioorologio.ilbeox.org/effetto-producono-doping/ http://casale-agriturismo-orvieto.vtjfdr.org/ http://macchina-debug-manager.bubajm.org/ http://corsoecmbiologicocosenza.skzbln.org/cartolina-natalizia-gratuita/ http://maglia-donna-biotex.xxbtpu.org/ http://cutretorino.eduein.org/privata-student-loan-consolidation/ http://week-end-agriturismo-toscana.mcgzbb.org/ 268af5f4294519a6b3a74dbb7c6fdf14
200.127.99.* 于 2007-07-03 11:32:30发表:
9d822257e29d22495d78f21f169317c5 http://storia-di-pavia.fxlpep.org/ http://sitoheineken.otvihu.org/doghe-legno/ http://danzefiorebach.hfcqnl.org/fotomontaggi-di-celebrita/ http://fotografiadellambientemarino.hfcqnl.org/agenzia-immobiliare-campo-felice-roccella/ http://scuola-di-danza-pavia.znsjkq.org/ http://appartamentiinvenditabologna.hfcqnl.org/furga-winnetou/ http://metodotecnicadellapprendimentoveloce.otvihu.org/i-castelli-romani/ http://soundtrack-spot-breil.appkbj.org/ http://donnarussasalerno.otvihu.org/scala-analogica/ http://cablaggio-rj11.urkgqk.org/ 859eef08b4e5aeb7d2285ed40d693c72
87.111.1.* 于 2007-07-02 06:17:26发表:
9efc03bc30ca52a9ac40848b34868605 http://stanza-riunione-de-monte-carlo.pifljm.org.in/ http://cerco-camper-noleggio-privato-toscana.pifljm.org.in/ http://infezione-virale-ai-genitale-esterno.innltr.org.in/ http://hd-esterno-western-digital-hd-net.kfxrfs.org.in/ http://risultati-prove-scritte-concorso-dirigenti-scolastici.kfxrfs.org.in/ http://voli-a-basso-costo-da-roma.qttkja.org.in/ http://facolta-scienza-pubblica-amministrazioni-santa-tecla.innltr.org.in/ http://svolgimento-processo-civile-incidente-stradale.oaxzml.org.in/ http://video-clip-annuncio-vendita-casa.kfxrfs.org.in/ http://assistenza-ai-familiare-dei-degenti.kfxrfs.org.in/ 8a848390101f52442387e8806988b168
85.137.51.* 于 2007-07-01 01:31:49发表:
7f6eb7c7b7e27101e9016a3200f1361f http://www.lavoronavecrocierasedetrieste.pyvila.org/ http://parigifrenchopenrolandgarros.opojum.org/ http://comunemelfipzitwebgallery.hrjksn.org/ http://www.catalogocartayugioh.qrxvou.org/ http://calendariosavethechildrenlovino.jfjurx.org/ http://sitogiocoragazza10anno.qrxvou.org/ http://www.traduttoretedescoitalianotraduzioneonline.opojum.org/ http://traduttoredilingueinitaliano.ocuokj.org/ http://calciobalillachampionleaguesmoby.zawphd.org/ http://www.interpretazionescalawiscrpsicologia.tgydoj.org/ 246f5573f09449eb624440463d221fca
190.36.202.* 于 2007-06-29 22:53:54发表:
561109ca66da2a168259a7ecfa6b1cec http://scuola-di-specializzazione-in-oncologia.oensnx.org/ http://cerca-dei-video-partita-calcio-balilla.arooqy.org/ http://bancanazionalelavorosp.uytput.org/vendita-gameshark-game-boy-color/ http://parola-non-mai-detto-trama.ukizsc.org/ http://vaso-fiori-trompe-l-oeil.arooqy.org/ http://stadio-giuseppe-meazza-di-san-siro.ukizsc.org/ http://storiadiamoreepsiche.uqjhgg.org/frase-augurio-natalizio-ad-amico/ http://scuolaelementaregmarconiserrarapolano.uqjhgg.org/2-giugno-1995-n-216/ http://video-di-corse-di-trotto.chohld.org/ http://configuraremmssamsungsghd900.ojbsss.org/campionato-spagnolo-espanol-real-madrid/ 242a24eaaf2d8b6d338dfc62711422de
201.249.105.* 于 2007-06-28 22:05:51发表:
f74d478c9b631cd24458fc2862b74fe6 http://drago-bianco-occhio-blu-toon.meoprr.org/ http://testo-napule-gigi-d-alessio.negvzz.org/ http://anno-di-prova-scuola-primaria.negvzz.org/ http://comune-roma-assistenza-domiciliare-anziano.qkidvr.org/ http://custodiapalmarehpipaqhw6500.aklifa.org/l-impero-dei-lupi-recensione/ http://prospettivaaumentodellstipendiocoopsociale.ujgyzy.org/dato-tecnico-peugeot-307-sw/ http://vendita-foto-camera-digitale-fujifilm.yigqdu.org/ http://ilmercatodellapaurabonini.ujgyzy.org/testo-ancora-ancora-ancora-mina/ http://appartamentiamarinadimassa.aklifa.org/hotel-albergo-loano-street-londra/ http://stallone-super-dotato-cerca-passivo.negvzz.org/ 24974b376644b5034250f73cecc2d1d6
84.121.47.* 于 2007-06-27 18:36:22发表:
3bc3204965dec3e51c223241b53b2ed7 http://alta-via-dei-monte-lariani.vfkyqi.org/ http://legge-1046-11-novembre-1971.cbgcqy.org/ http://alberghi-a-porto-santo-stefano.zqlmym.org/ http://museo-civico-di-scienze-naturali.gmgjeu.org/ http://arabi-di-fronte-a-gibuti.nzwrmb.org/ http://emule-video-ragazza-violentata-napoli.zqlmym.org/ http://omaggio-tiziano-terzani-fotografia-amicizia.ajqecx.org/ http://porta-pc-lemca-vendita-on-line.tkanof.org/ http://cultura-estetica-sicilia-fra-ottocento-novecento.jhjtvf.org/ http://casa-cura-villa-bianca-roma.wknmyv.org/ dff758ad4d024eb641677108bbbbea97
217.217.45.* 于 2007-06-26 16:37:02发表:
e387eb4de5a0210b3bf8f582706564ba http://topogigioealtripupazzi.mutsoq.org/porte-e-finestra-reggio-emilia/ http://programmaperpocketpcgratis.mjdrvf.org/il-giorno-prima-degli-esami/ http://fareclicattivarecontrolloutilizzareplaceholder.olskny.org/tribunale-internazionale-penale-ex-jugoslavia/ http://mammagiocagenitalefigliodurantebagnetto.wvyart.org/modulo-cessazione-camera-commercio-ragusa/ http://saldare-acciaio-alluminio-insieme-campo-navale.filgvg.org/ http://2087datoreprovagiurisprudenzaappello.swmvze.org/poesia-frase-d-amore-tutto-gratis/ http://come-diventare-agente-di-commercio.pidgzp.org/ http://variabilidisessioneaspnet.mutsoq.org/accettare-assegno-nero-cosa-comporta-dipendente/ http://prezziariocameracommerciosanremoedilizia.mutsoq.org/sistema-galleggiamento-struttura-off-shore/ http://giocoyugiohscaricabile.olskny.org/manuale-in-italiano-di-autocad-2004/ ac74524788537f28ae4c90c357df5e97
200.84.146.* 于 2007-06-25 15:47:02发表:
c5ea94d5dd453f0d5c268c3e76bfc4a0 http://tuttocanzonetrattefilmtempomela.yoogjn.org/programma-capodanno-2007-ad-alghero/ http://scaricare-gioco-sesso-pc-gratis.bvthee.org/ http://centro-studio-cura-dell-autismo.ddbpnz.org/ http://immagine-cazzo-nero-scopano-figa-bianca.lzuess.org/ http://mondosofialibrojosteingaarder.ggrflx.org/ccnl-2002-2005-enti-locali/ http://benni-il-bar-sotto-il-mare.fcgpay.org/ http://trascrizionedenunciasuccessionepressoconservatoriaipoteca.wyselb.org/partigiano-garibaldi-nono-korpus-jugoslavo/ http://lgitaliainstallaremasterizzatorelg.ggrflx.org/tema-assolutismo-di-luigi-xiv/ http://lgitaliainstallaremasterizzatorelg.ggrflx.org/motorizzazione-civile-palermo-numero-telefonico/ http://programmazione-educazione-fisica-scuola-primaria.wlwpdt.org/ 245153f8fc5ca6b7c7f1325ac3918a81
200.84.146.* 于 2007-06-24 14:24:34发表:
8e809b53ad3bd9082084e6d1e287f0d8 http://sudgazzettasuditwwwgazzetta.uwqbko.org/previsioni-del-tempo-in-abruzzo/ http://depilatore-professionale-tecnologia-luce-pulsata.cjgbgx.org/ http://sentenza2004limitazionidirittoproprietaimmobile.uwqbko.org/inail-minimale-giornaliero-assicurazione-socio/ http://romachiesasluigideifrancese.savnjk.org/bad-and-brekfast-roma-zona-tiburtina/ http://grossista-legna-ardere-al-sud-italia.vogryu.org/ http://novitaalcinemasalaitaliana.fmyuaf.org/art-56-legge-27-7-1978/ http://universosensosoltantoqualcunocondividereemozione.fmyuaf.org/legge-28-giugno-1943-n-666/ http://mappadelpiedepermassaggio.shopio.org/bolle-d-aria-impianto-riscaldamento/ http://garanzia-pezzi-ricambio-carrello-elevatore.iolfyk.org/ http://grande-grande-grande-testo-mina.cjgbgx.org/ 452262cf741011e1ab8f1c4bc30a15a9
80.59.40.* 于 2007-06-23 13:06:55发表:
871112956556892308f48de157114ec7 http://bandocasapopolarefriuliveneziagiulia.inpusz.org/cenere-al-vento-libro-italiano/ http://corsoonlineinformaticagratis.bkejls.org/elenco-abbonati-compagnia-telefonica-3/ http://disegno-colorare-natale-walt-disney.xprlxl.org/ http://casa-editrici-libro-scuola-guida.vjsvzo.org/ http://videofreesessoconanimali.inpusz.org/hilary-duff-testo-wake-up/ http://scuolastatalegiovannixxiiiroma.inpusz.org/ccnl-13-giugno-2000-logistica/ http://dove-scrivevano-uomo-tanto-tempo-fa.xrndwe.org/ http://dani-finley-compleanno-18-anno.wyhedi.org/ http://ultimosoftwareautoveloxgarminc330.inpusz.org/vso-convertire-divx-dvd-free/ http://art-8-ln-689-1981.xprlxl.org/ 9552dfe41baaa9f17aeb9f3e17cab334
190.72.199.* 于 2007-06-22 10:54:29发表:
f9e2f635a311a56cb0021e54cc15e867 http://serraturablindateapplicarecolororo.dlzazi.org/ritirata-piazza-aldrovandi-bologna-umberto-saba/ http://parconazionaleyosemiteupperpinescampground.qurqnr.org/trucco-play-station-2-budokai-tenkaichi/ http://decoderdigitaleterrestreinnohit.owknpa.org/art-1341-1342-codice-civile/ http://giocoonlinegratisdragoonball.qurqnr.org/viaggio-al-centro-terra-dvd/ http://societa-di-consulenza-e-formazione-roma.ytwviq.org/ http://elencoclientefornitored2006.qurqnr.org/manuela-arcuri-nuda-in-spiaggia/ http://mtvvideoconigliomachoragazza.fvgoov.org/festa-dell-olio-seneghe-2006/ http://borsastudiounivchieti20062007.dlzazi.org/idrolisi-acida-o-basica-polisaccaridi/ http://schemacontrattoprocacciatoredaffari.dlzazi.org/hotel-il-gabbiano-terme-vigliatore/ http://lanascitadiunbambino.fvgoov.org/concorso-pubblico-assistente-sociale-campania/ 8d0a7cd2b17a8f039de7dab06d2ae220
164.77.55.* 于 2007-06-21 05:13:41发表:
8a1fa46bf8ca66576b0271c7a5144725 http://sblocco-telefono-lg-8360-3.tiabis.org/ http://gigi-d-alessio-mon-amour.kzsfzp.org/ http://b-calzificio-s-cristoforo-b.kzsfzp.org/ http://distribuzione-nazionale-immissioni-ruolo-2006.axbzdu.org/ http://donna-scarpa-numero-44-shox.wdrksm.org/ http://le-tetta-di-serena-grandi.kzsfzp.org/ http://cartone-animato-hard-vedere-subito-gratis.kzsfzp.org/ http://film-la-carica-dei-101.kzsfzp.org/ http://concorso-allievi-marescialli-esercito-italiano.lvnrii.org/ http://bianchi-cinzia-volontariato-pane-quotidiano.cmuvxp.org/ 3281355dcdf7961a81348339c85b8f61
83.40.24.* 于 2007-06-20 03:33:20发表:
f0c85446492847382c532b0bdfb439a3 http://com-e-straordinaria-la-vita-lyrics.vdaysf.org/index.htm http://programma-per-fare-biglietto-da-visita.ykjmka.org/index.htm http://chiesa-santa-maria-monte-torino.kculvb.org/index.htm http://musica-il-diario-di-bridget-jones.ehugfo.org/index.htm http://patente-europea-computer-and-simulazioni.qgzsds.org/index.htm http://scuola-evoluzione-personale-al-femminile.qgzsds.org/index.htm http://emendamenti-art-59-finanziaria-2007.kculvb.org/index.htm http://funzione-svolge-dirigente-scolastico-scuola-primaria.ihzaaf.org/index.htm http://itinerario-viaggio-francia-luna-miele.ehugfo.org/index.htm http://lavoro-call-center-comune-di-roma.ihzaaf.org/index.htm a95af8f224b8c9334b8122ef4b45f39a
70.80.234.* 于 2007-06-19 02:14:24发表:
562bd2a3dc3e7e1a335ccdbf5d4322ca http://costo-necessari-analisi-costo-benefici.aunbvm.org/index.htm http://centro-socio-educativo-centro-arancia.aunbvm.org/index.htm http://commento-al-vangelo-seconda-domenica-avvento.ugbiie.org/index.htm http://uno-sceriffo-extraterrestre-poco-extra.nudmpy.org/index.htm http://carton-gesso-fai-da-te.fyeclo.org/index.htm http://the-angel-of-darkness-segreto.aunbvm.org/index.htm http://comune-milano-parcheggio-residenti-zona.ugbiie.org/index.htm http://campionato-di-calcio-di-promozione.ugbiie.org/index.htm http://agenzia-hostess-evento-accompagnamento-viaggio.aunbvm.org/index.htm http://motore-passo-passo-quattro-fase.gbiynf.org/index.htm b8055c662679464e43a32265312932f9
84.120.168.* 于 2007-06-18 01:22:46发表:
83bfdbeee1cdf4a7bcd47578c7cd95a0 http://casa-distribuzione-film-porno-it.lwfhrb.org/index.htm http://sesso-tre-due-donna-uomo.glzaqv.org/index.htm http://b-spaccio-calzatura-serenissima-b.glzaqv.org/index.htm http://modello-questionario-giovane-calcio-pdf.lwfhrb.org/index.htm http://artroprotesi-d-anca-riabilitazione-roma.glzaqv.org/index.htm http://programma-per-leggere-dvd-gratuiti.zpympv.org/index.htm http://giochi-sexi-on-line-gratis.mmaiuw.org/index.htm http://sondaggi-per-le-elezioni-politiche-2006.zpympv.org/index.htm http://it-fahter-and-son-testo.esqhid.org/index.htm http://villa-baruchello-porto-sant-elpidio.zpympv.org/index.htm b3e1aeebf15010c0e48986d09609c4eb
88.74.137.* 于 2007-06-17 00:04:32发表:
63ce5c56c9dcbc905023c357282e787f http://il-bacio-sulla-bocca-fossati.sdgwbd.org/index.htm http://banca-dato-immagine-alta-definizione.zfdyqr.org/index.htm http://la-vita-e-un-sogno.odqknd.org/index.htm http://traffico-illecito-rifiuto-umbria-novembre-2006.sdgwbd.org/index.htm http://jingle-bells-rock-testo-canzone.odqknd.org/index.htm http://accesso-remoto-nuova-cosenza-meteo.ibngkc.org/index.htm http://latte-bufala-costo-al-litro.ibngkc.org/index.htm http://nuovo-casino-campione-d-italia.yssvot.org/index.htm http://viaggio-in-siria-e-giordania.ixzutk.org/index.htm http://archivio-gazzetta-mezzogiorno-aprile-2004.ixzutk.org/index.htm 6a4e71b09dc8ba3b61a05d0dd09e915b
201.208.69.* 于 2007-06-15 22:56:39发表:
e98fd1e776da17d83aa4500d5da4018a http://distributore-esso-motta-san-giovanni.asytgp.org/ http://convertitore-mp3-a-mmf-gratis.kluoca.org/ http://costruzione-macchina-dosaggio-confezionamento-brescia.asxhjv.org/ http://romanzo-criminale-di-michele-placido.qtoruw.org/ http://air-one-volo-foggia-milano.dkoomz.org/ http://inserimento-gratis-sito-neo-motore-ricerca.qtoruw.org/ http://podere-terreno-radda-in-chianti.dkoomz.org/ http://iv-domenica-di-quaresima-anno-b.qtoruw.org/ http://importo-premio-produzione-contratto-legno-confapi.dkoomz.org/ http://cavaliere-malta-nobile-legge-italiana.dgrbxq.org/ 017184126313b130655c75e326e14932
200.127.70.* 于 2007-06-14 20:47:09发表:
46816dc33fbd8fdb5b591ad83e693a63 http://bectcd.org http://www.bwmuus.org http://bectcd.org http://www.nfavho.org http://gwwhof.org http://obkfqj.org http://obkfqj.org http://zzobwb.org http://nqdwgl.org http://www.kcxesd.org a4d20a8afbc395002366bd667860c4d3
190.38.213.* 于 2007-06-13 20:10:08发表:
e66643683241e92e512db50638da301f http://xgjrbe.org http://ndvgwp.org http://www.hovmug.org http://www.ndvgwp.org http://www.kzfkps.org http://dlfnjf.org http://www.kzfkps.org http://www.jojlry.org http://eyfgwa.org http://www.jojlry.org 0f5fa03e3dca64d5b4cd330c6f860531
82.239.24.* 于 2007-06-12 21:16:50发表:
36589ff8b76a61b7942edc08ccf29402 http://prova-verifica-comprensione-testo-narrativo.yvzcyb.org/ http://drive-adattatore-blue-tooth-usb-win98.hivfbp.org/ http://estrazione-superenalotto-19-dicembre-2006.kiyytw.org/ http://motel-k-o-hotel-stanza-tema.kiyytw.org/ http://elementi-di-diritto-costituzionale-ed-amministrativo.okhyez.org/ http://navigatore-ricevitore-gps-satellitario-garmin.ammyco.org/ http://protagonisti-antagonisti-viaggio-al-centro-terra.yvzcyb.org/ http://gara-master-reggio-emilia-2006.ammyco.org/ http://art-8-richiesta-deroga-regione-piemonte.okhyez.org/ http://driver-parallele-linees-trucco-ps2.okhyez.org/ 416778d26f8af0e18aadb8d947bc0aec
201.211.210.* 于 2007-06-11 21:59:50发表:
7425056c3e2ed67b2d7bb6931224b9fd http://windows-media-player-10-dowload-italiano.uoyrgt.org/ http://foto-di-piedi-e-sesso.fkgkox.org/ http://agriturismo-fuoco-oliveto-citra-salerno.guqsuy.org/ http://alta-via-dei-monte-lariani.dtufrq.org/ http://uhttp-www-banca-intesa-it.guqsuy.org/ http://sentenza-corte-costituzionale-20-06-1994.guqsuy.org/ http://fisioterapia-cardio-respiratoria-casa-cura-roma.ljiwrk.org/ http://my-head-is-spinning-around-splinder.cckzfi.org/ http://utensileria-s-d-s-srl.fkgkox.org/ http://w-t-c-h-cornelia-caleb.hzuhtu.org/ 3ebbdc0c5c788c89d957115fc277340d