Reason: The database is using ASM as storage. Before you upgrade database, you need to upgrade ASM using Automatic Storage Management Configuration (ASMCA) from grid infrastructure home. Starting with 11gR2, ASM should be running from grid infrastructure home.
My installation environment
[oracle@lv-rms-test ~]$ cat .bash_profile.grid
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
export ORACLE_BASE=/opt/oracle/112/grid/asm
unset ORACLE_HOME
export PATH=$PATH:/opt/oracle/install/cpujan2010/OPatch
export PATH=$PATH:/sbin
export PATH=$PATH:/usr/ccs/bin
export ORACLE_HOME=/opt/oracle/112/grid/app
export ORACLE_SID=+ASM # Each RAC node must have a unique Oracle SID! E.g. orcl1, orcl2,...
export ORACLE_TERM=xterm
export NLS_LANG=AMERICAN_AMERICA.NEE8ISO8859P4
#export NLS_LANG=AMERICAN_AMERICA.AL32UTF8
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
export PATH=$ORACLE_HOME/bin:$PATH
check if you have old ASM instance
[oracle@lv-rms-test ~]$ cat /etc/oratab
+ASM:/opt/oracle/102:N
Run script after grid installation(with your path, if it is different)
[root@lv-rms-test grid]# /opt/oracle/112/grid/app/perl/bin/perl -I/opt/oracle/112/grid/app/perl/lib -I/opt/oracle/112/grid/app/crs/install /opt/oracle/112/grid/app/crs/install/roothas.pl
Creating trace directory
LOCAL ADD MODE
Creating OCR keys for user 'oracle', privgrp 'oinstall'..
Operation successful.
CSS appears healthy
Stopping CSSD.
Shutting down CSS daemon.
Shutdown request successfully issued.
Shutdown has begun. The daemons should exit soon.
CRS-4664: Node lv-rms-test successfully pinned.
Adding daemon to inittab
ACFS-9300: ADVM/ACFS distribution files found.
ACFS-9307: Installing requested ADVM/ACFS software.
ACFS-9308: Loading installed ADVM/ACFS drivers.
ACFS-9321: Creating udev for ADVM/ACFS.
ACFS-9323: Creating module dependencies - this may take some time.
ACFS-9327: Verifying ADVM/ACFS devices.
ACFS-9309: ADVM/ACFS installation correctness verified.
lv-rms-test 2011/02/17 17:26:45 /opt/oracle/112/grid/app/cdata/lv-rms-test/backup_20110217_172645.olr
Successfully configured Oracle Grid Infrastructure for a Standalone Server
[oracle@lv-rms-test ~]$ . .bash_profile.11g
[oracle@lv-rms-test ~]$ env | grep ORA
ORACLE_UNQNAME=MAN2
ORACLE_SID=RMS
ORACLE_BASE=/opt/oracle/112
ORACLE_TERM=xterm
ORA_NLS33=/opt/oracle/112/product/11.2.0/dbhome_1/ocommon/nls/admin/data
ORACLE_HOME=/opt/oracle/112/product/11.2.0/dbhome_1
[oracle@lv-rms-test ~]$ lsnrctl start
LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 18-FEB-2011 11:52:58
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Starting /opt/oracle/112/product/11.2.0/dbhome_1/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 11.2.0.2.0 - Production
Log messages written to /opt/oracle/112/diag/tnslsnr/lv-rms-test/listener/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=lv-rms-test)(PORT=1521)))
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 11.2.0.2.0 - Production
Start Date 18-FEB-2011 11:52:58
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Log File /opt/oracle/112/diag/tnslsnr/lv-rms-test/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=lv-rms-test)(PORT=1521)))
The listener supports no services
The command completed successfully
[oracle@lv-rms-test ~]$ . .bash_profile.grid
[oracle@lv-rms-test ~]$ env | grep ORA
ORACLE_UNQNAME=MAN2
ORACLE_SID=+ASM
ORACLE_BASE=/opt/oracle/112/grid/asm
ORACLE_TERM=xterm
ORA_NLS33=/opt/oracle/112/grid/app/ocommon/nls/admin/data
ORACLE_HOME=/opt/oracle/112/grid/app
[oracle@lv-rms-test ~]$ asmca
[oracle@lv-rms-test ~]$ . .bash_profile.grid
[oracle@lv-rms-test ~]$ sysdba
SQL*Plus: Release 11.2.0.2.0 Production on Fri Feb 18 11:59:44 2011
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Automatic Storage Management option
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
PL/SQL Release 11.2.0.2.0 - Production
CORE 11.2.0.2.0 Production
TNS for Linux: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production
SQL> show parameter spfile
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
spfile string /opt/oracle/112/grid/app/dbs/spfile+ASM.ora
SQL> exit
[oracle@lv-rms-test ~]$ cat /etc/oratab
+ASM:/opt/oracle/112/grid/app:N
Last check
[oracle@lv-rms-test ~]$ cat /etc/oratab
+ASM:/opt/oracle/112/grid/app:N
RMS:/opt/oracle/112/product/11.2.0/dbhome_1:N # line added by Agent
Good luck
1) Download Oracle Grid Infrastructure installation.
2) Install the Oracle Grid Infrastructure as described in the manual
My installation environment
[oracle@lv-rms-test ~]$ cat .bash_profile.grid
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
export ORACLE_BASE=/opt/oracle/112/grid/asm
unset ORACLE_HOME
export PATH=$PATH:/opt/oracle/install/cpujan2010/OPatch
export PATH=$PATH:/sbin
export PATH=$PATH:/usr/ccs/bin
export ORACLE_HOME=/opt/oracle/112/grid/app
export ORACLE_SID=+ASM # Each RAC node must have a unique Oracle SID! E.g. orcl1, orcl2,...
export ORACLE_TERM=xterm
export NLS_LANG=AMERICAN_AMERICA.NEE8ISO8859P4
#export NLS_LANG=AMERICAN_AMERICA.AL32UTF8
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
export PATH=$ORACLE_HOME/bin:$PATH
3) After the Oracle Grid Infrastructure installation is completed, please verify that the
ASM instance is running under the old ASM Oracle Home Release (11gR1, 10gR2 or
10gR1). ASMCA will try to start it if it is not running.
check if you have old ASM instance
[oracle@lv-rms-test ~]$ cat /etc/oratab
+ASM:/opt/oracle/102:N
4) Since the Oracle Grid Infrastructure 11gR2 (11.2.0.2.0) was installed, please make
sure the CSS service is running:
Run script after grid installation(with your path, if it is different)
[root@lv-rms-test grid]# /opt/oracle/112/grid/app/perl/bin/perl -I/opt/oracle/112/grid/app/perl/lib -I/opt/oracle/112/grid/app/crs/install /opt/oracle/112/grid/app/crs/install/roothas.pl
Creating trace directory
LOCAL ADD MODE
Creating OCR keys for user 'oracle', privgrp 'oinstall'..
Operation successful.
CSS appears healthy
Stopping CSSD.
Shutting down CSS daemon.
Shutdown request successfully issued.
Shutdown has begun. The daemons should exit soon.
CRS-4664: Node lv-rms-test successfully pinned.
Adding daemon to inittab
ACFS-9300: ADVM/ACFS distribution files found.
ACFS-9307: Installing requested ADVM/ACFS software.
ACFS-9308: Loading installed ADVM/ACFS drivers.
ACFS-9321: Creating udev for ADVM/ACFS.
ACFS-9323: Creating module dependencies - this may take some time.
ACFS-9327: Verifying ADVM/ACFS devices.
ACFS-9309: ADVM/ACFS installation correctness verified.
lv-rms-test 2011/02/17 17:26:45 /opt/oracle/112/grid/app/cdata/lv-rms-test/backup_20110217_172645.olr
Successfully configured Oracle Grid Infrastructure for a Standalone Server
5) run listener under ORACLE HOME 11gR2 (11.2.0.2.0)
[oracle@lv-rms-test ~]$ cd [oracle@lv-rms-test ~]$ . .bash_profile.11g
[oracle@lv-rms-test ~]$ env | grep ORA
ORACLE_UNQNAME=MAN2
ORACLE_SID=RMS
ORACLE_BASE=/opt/oracle/112
ORACLE_TERM=xterm
ORA_NLS33=/opt/oracle/112/product/11.2.0/dbhome_1/ocommon/nls/admin/data
ORACLE_HOME=/opt/oracle/112/product/11.2.0/dbhome_1
[oracle@lv-rms-test ~]$ lsnrctl start
LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 18-FEB-2011 11:52:58
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Starting /opt/oracle/112/product/11.2.0/dbhome_1/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 11.2.0.2.0 - Production
Log messages written to /opt/oracle/112/diag/tnslsnr/lv-rms-test/listener/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=lv-rms-test)(PORT=1521)))
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 11.2.0.2.0 - Production
Start Date 18-FEB-2011 11:52:58
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Log File /opt/oracle/112/diag/tnslsnr/lv-rms-test/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=lv-rms-test)(PORT=1521)))
The listener supports no services
The command completed successfully
6) Then run the ASMCA from the new Oracle Grid Infrastructure 11gR2 (11.2.0.2.0)
Oracle Home:[oracle@lv-rms-test ~]$ . .bash_profile.grid
[oracle@lv-rms-test ~]$ env | grep ORA
ORACLE_UNQNAME=MAN2
ORACLE_SID=+ASM
ORACLE_BASE=/opt/oracle/112/grid/asm
ORACLE_TERM=xterm
ORA_NLS33=/opt/oracle/112/grid/app/ocommon/nls/admin/data
ORACLE_HOME=/opt/oracle/112/grid/app
[oracle@lv-rms-test ~]$ asmca
- ASMCA will show the ASM Oracle Home Path from the previous and new release (see screenshot below).
- Please provide the ASMSNMP password (see screenshot below).And then press the [Upgrade ASM] button; ASMCA will start with the ASM instance upgrade (see screenshot below).
- After the ASM instance is upgraded, please validate that the diskgroups are mounted.
Then press the [Exit] button.
7) Verify that the ASM instance is now running under new 11gR2 Grid Infrastructure
Oracle Home:
[oracle@lv-rms-test ~]$ . .bash_profile.grid
[oracle@lv-rms-test ~]$ sysdba
SQL*Plus: Release 11.2.0.2.0 Production on Fri Feb 18 11:59:44 2011
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Automatic Storage Management option
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
PL/SQL Release 11.2.0.2.0 - Production
CORE 11.2.0.2.0 Production
TNS for Linux: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production
SQL> show parameter spfile
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
spfile string /opt/oracle/112/grid/app/dbs/spfile+ASM.ora
SQL> exit
[oracle@lv-rms-test ~]$ cat /etc/oratab
+ASM:/opt/oracle/112/grid/app:N
Finaly you can upgrade your 10.2.0.5 database on ASM to 11.2.0.2. I used dbua (database upgrade assistant).
Run dbua from ORACLE HOME 11g (not from GRID home)
Last check
[oracle@lv-rms-test ~]$ cat /etc/oratab
+ASM:/opt/oracle/112/grid/app:N
RMS:/opt/oracle/112/product/11.2.0/dbhome_1:N # line added by Agent
Good luck
can u plz tel me frm where to Download Oracle Grid Infrastructure installation.
ReplyDeleteGreat Article Artificial Intelligence Projects
DeleteProject Center in Chennai
JavaScript Training in Chennai
JavaScript Training in Chennai Project Centers in Chennai
Hello, just wanted to mention, I liked this blog post.
ReplyDeleteIt was helpful. Keep on posting!
my site :: juice recipes for weight loss (http://Www.Crp-01.Org.br/psiweb/index.Php?Title=Usu%C3%A1rio:LavadaVbwy)
Do you have a spam issue on this blog; I also am a blogger, and I was wanting to know your situation; many of us have developed some nice practices and we are looking to exchange strategies with other folks,
ReplyDeletebe sure to shoot me an email if interested.
my web site - lemonade diet recipe
baby oil
ReplyDeletepan
plate
rice ladle
bucket
glass
basin
powder
lotion
spoon
watch
shoe
slippers
tire
egg
hat
cigarette
hangers
veil
strange people
crazy
dish rack
helmets
doll
shampoo
soap
bread
cake
cheese
chicken
bra
shorts
bag
book
scissors
knife
towel
cable
roof tile
flower
balm
light
car
scissors
ashtray
fan
stove
sheath
broom
duster
baby oil
pan
plate
rice ladle
bucket
glass
basin
powder
lotion
spoon
watch
shoe
20150717wanglili
ReplyDeletecoach outlet
louis vuitton outlet
louis vuitton
abercrombie
louis vuitton
fitflop footwear
retro jordans
hollister clothing
louis vuitton uk
hollister kids
christian louboutin
hollister
coach outlet
abercrombie & fitch
lululemon
christian louboutin sale
mont blanc
football shoes
louis vuitton handbags
juicy couture
louis vuitton
tory burch
coach outlet
air jordan 11
celine outlet
kate spade handbags
oakley sunglasses wholesale
tods outlet
louis vuitton outlet
burberry outlet online
jordan 13
tory burch outlet, nike air max, uggs on sale, longchamp, nike air max, ray ban sunglasses, tiffany and co, tiffany jewelry, oakley sunglasses, louis vuitton, ugg boots, oakley sunglasses, ugg boots, louboutin outlet, ray ban sunglasses, prada handbags, michael kors, burberry, oakley sunglasses, nike outlet, louis vuitton outlet, louis vuitton, replica watches, michael kors outlet, michael kors outlet, michael kors outlet, nike free, kate spade outlet, chanel handbags, oakley sunglasses, longchamp outlet, longchamp outlet, polo ralph lauren outlet, replica watches, burberry outlet online, prada outlet, ugg boots, louis vuitton, gucci outlet, louboutin, michael kors outlet, louis vuitton outlet, jordan shoes, ugg boots
ReplyDeletelacoste pas cher, nike air max, vans pas cher, replica handbags, mulberry, michael kors, true religion jeans, air jordan pas cher, north face, air max, ralph lauren uk, oakley pas cher, coach outlet, north face, louboutin pas cher, tn pas cher, sac guess, michael kors, coach purses, nike roshe run, hogan, coach outlet, nike free run uk, sac longchamp, hermes, ray ban pas cher, hollister pas cher, kate spade handbags, nike free, vanessa bruno, timberland, nike air max, michael kors, ray ban uk, lululemon, ralph lauren pas cher, burberry, hollister, nike blazer, michael kors, true religion outlet, longchamp pas cher, nike roshe, true religion jeans, new balance pas cher, air force, converse pas cher, nike air max, abercrombie and fitch, true religion jeans
ReplyDeletebottega veneta, ferragamo shoes, timberland boots, oakley, soccer jerseys, wedding dresses, herve leger, nike air max, chi flat iron, instyler, mcm handbags, lululemon, nike huarache, baseball bats, ralph lauren, hollister, asics running shoes, iphone cases, mac cosmetics, hollister, insanity workout, ipad cases, valentino shoes, iphone 6s cases, jimmy choo shoes, north face outlet, nfl jerseys, iphone 6 plus cases, iphone 6s plus cases, ghd, iphone 6 cases, babyliss, nike roshe, abercrombie and fitch, soccer shoes, celine handbags, north face outlet, giuseppe zanotti, nike trainers, louboutin, beats by dre, new balance, mont blanc, s5 cases, vans shoes, birkin bag, iphone 5s cases, longchamp, p90x workout, reebok shoes
ReplyDeletemoncler, juicy couture outlet, thomas sabo, swarovski crystal, barbour jackets, canada goose outlet, karen millen, canada goose, replica watches, pandora jewelry, ugg,ugg australia,ugg italia, vans, marc jacobs, louis vuitton, louis vuitton, supra shoes, moncler, canada goose, barbour, bottes ugg, ugg pas cher, doudoune canada goose, links of london, moncler, ray ban, louis vuitton, coach outlet, converse outlet, moncler, montre pas cher, sac louis vuitton pas cher, hollister, moncler, lancel, canada goose outlet, pandora charms, louis vuitton, canada goose uk, hollister, moncler outlet, canada goose, doke gabbana outlet, ugg,uggs,uggs canada, pandora jewelry, moncler, moncler, gucci, ugg boots uk, juicy couture outlet, pandora charms, converse, swarovski, wedding dresses
ReplyDeleteomega outlet
ReplyDeleteferragamo outlet
ferragamo shoes sale
kate spade uk
kate spade uk outlet
true religion jeans
true religion outlet
true religion uk outlet
oakley sunglasses wholesale
tory burch outlet online
burberry outlet store
burberry outlet store
burberry outlet sale
tory burch outlet online
hollister clothing store
cheap replica watches
ralph lauren polo
nba jerseys
ralph lauren outlet
ralph lauren outlet
ralph lauren outlet
hollister shirts
oakley sunglasses
oakley sunglasses wholesale
oakley sunglasses
cheap oakley sunglasses
discount oakley sunglasses
mont blanc pens
oakley canada
iphone case
lululemon pants
ghd uk
rolex watches,rolex watches,swiss watches,watches for men,watches for women,omega watches,replica watches,rolex watches for sale,rolex replica,rolex watch,cartier watches,rolex submariner,fake rolex,rolex replica watches,replica rolex
hollister clothing store
ralph lauren outlet
lllllyuan20160601
شركة كشف تسربات المياه بالدمام
ReplyDeleteكشف تسربات المياه بالدمام
شركة عزل اسطح بالدمام
شركة عزل خزانات المياه بالدمام
شركه عزل مائى بالدمام
شركة عزل حرارى بالدمام
شركة ترميم منازل بالدمام
شركة مكافحة حشرات بالدمام
شركة رش مبيدات بالدمام
شركة تسليك مجارى بالدمام
شركة ترميم منازل بالدمام
شركة صيانة منازل بالدمام
chenlili20160627
ReplyDeletenike roshe one
coach outlet
kobe 9
basketball shoes
oakley sunglasses outlet
coach outlet store online
ray ban sunglasses
louis vuitton purses
christian louboutin
michael kors outlet
tiffany jewelry
louboutin
toms outlet
giuseppe zanotti outlet
louis vuitton
longchamp le pliage
jordan 11
coach outlet
true religion outlet
lebron shoes for kids
coach outlet canada
michael kors outlet online
cheap rolex watches
cheap jordans
adidas originals shoes
michael kors outlet clearance
louis vuitton outlet
nike blazers shoes
pandora outlet
true religion outlet
michael kors outlet
coach outlet store online
ralph lauren outlet
ralph lauren outlet
toms wedges
fitflop shoes
supra shoes
ray ban sunglasses
zhengjx20160816
ReplyDeletechristian louboutin sale
adidas superstar
polo ralph lauren
retro jordan shoes
mont blanc pen
ugg boots
hermes outlet
cheap toms shoes
michael kors outlet clearance
cheap ray ban sunglasses
ghd hair straighteners
coach outlet
canada goose pas cher
louis vuitton handbags
miami heat jerseys
jordan femme pas cher
gucci handbags
coach factory outlet
ray ban outlet
true religion uk
louboutin shoes
golden state warriors jerseys
polo ralph lauren
toms shoes
coach outlet store online clearances
canada goose jackets
coach factory outlet online
asics running shoes
oakley sunglasses
jordan 3s
coach outlet
toms shoes outlet
ray ban sunglasses
adidas stan smith
oakley outlet
coach factory outlet online
jordan retro 4
christian louboutin pas cher
coach factory outlet
new england patriots jerseys
20160914 junda
ReplyDeletelouis vuitton handbags
reebok outlet store
ray ban sunglasses
true religion jeans
true religion jeans
true religion sale
michael kors handbags
toms shoes
mulberry bags
hermes outlet
ugg boots
hollister clothing
toms shoes
louis vuitton outlet
christian louboutin outlet
michael kors outlet online
ugg sale
ferragamo outlet
swarovski crystal
air max 90
coach outlet
louis vuitton pas cher
cheap nhl jerseys
coach outlet store
michael kors handbags
michael kors bags
nike outlet store
cheap uggs
coach outlet
replica watches
nike air max uk
christian louboutin online
ralph lauren polo shirts
longchamp pas cher
canada goose jackets
michael kors outlet online
michael kors wallet
ray ban sunglasses
burberry outlet
tory burch shoes
Moneylender
ReplyDeleteDigibrand
michael kors bags
ReplyDeletecheap ugg boots
polo ralph lauren outlet
coach outlet online
canada goose outlet
coach factory outlet online
salvatore ferragamo shoes
christian louboutin sale
moncler uk
louboutin sale
zhi20161126
indianapolis colts jerseys
ReplyDeletegucci sito ufficiale
chaussure louboutin
miami heat jersey
cheap nike shoes
air max 90
los angeles clippers jerseys
under armour shoes
kobe 9
the north face
gucci handbags
ReplyDeletepolo ralph lauren outlet
louis vuitton outlet
polo outlet
adidas uk
nike air force 1
ugg outlet store
michael kors outlet clearance
fitflops sale clearance
hollister kids
20170223caiyan
nike air max thea
ReplyDeletehermes belt for sale
http://www.kobebasketballshoes.us.com
michael kors outlet
cheap retro jordans
polo lacoste
timberland boots
nike huarache
yeezy boost
air jordan shoes
Entire life Replacement is an element that you rarely find, when you Buy facebook reviews. Exclusively a few excellent service providers give this. buying facebook reviews
ReplyDeleteair max
ReplyDeletenhl jerseys
coach outlet online
gucci outlet
marc jacobs
true religion jeans
nike blazer
polo shirts
swarovski crystal
dior handbags
20184.23chenjinyan
This article is interesting and useful. Thank you for sharing. And let me share an article about health that God willing will be very useful. Thank you :)
ReplyDeletePengobatan Scabies secara Alami
Obat Penghilang Jerawat dan Bekasnya
Cara Menyembuhkan Batuk Berkepanjangan
Cara Mengobati Pengapuran Tulang
Obat Pengapuran Otak pada Anak
Obat Herpes Zoster
undefeated clothing
ReplyDeleteversace sunglasses
nike dunks
kobe 12
oakley vault
adidas slides
true religion
north face outlet
maillot de foot
mac cosmetics
chenyingying20181110
ReplyDeleteو افضل شركة تنظيف بالطائف
و افضل شركة تنظيف بينبع
وافضل شركة تنظيف بالدمام
ReplyDeleteفني صحي بالكويت
https://www.rashed-kw.com/مكافحة-حشرات-بالكويت/
https://www.rashed-kw.com/نقل-عفش-بالكويت/
https://www.rashed-kw.com/شركة-تنظيف-بالكويت/
Poker Online
ReplyDeleteAgen PokerQQ
now present in your city
ReplyDelete1. manfaat kurma untuk persalinan
2. manfaat buah nanas
3. aktivitas penyebab keguguran
4. apakah usg berbahaya
5. penyebab telat haid
6. cara melancarkan haid
7. cara mengatasi keputihan
8. tanda tanda menopause
I thank you for the information and articles you provided
ReplyDelete# sistim reproduksi wanita
# cara memperlancar menstruasi
# ciri ciri pubertas pada perempuan
# siklus menstruasi
# anatomi reproduksi wanita
longchamp
ReplyDeletekyrie 6 shoes
supreme outlet
longchamp bags
jordan shoes
supreme
birkin bag
off-white
supreme clothing
golden goose sneakers
i5n39b7k22 s6o03c4s81 h6x29o6j48 g0e73t0o78 i9t04v3z30 m9g36a6k79
ReplyDeleteThank you for nice information. Please visit our web:
ReplyDeleteNaufal
Naufal