Thursday, August 2, 2007

Oracle APPS DBA Interview Questions

Q1. What is wdbsvr.app file used for? What's full path of this file? What's significance of this file ?

Ans: The wdbsvr.app is used by mod_plsql component of Apache to connect to
database. The File is located at $IAS_ORACLE_HOME/Apache/modplsql/cfg .

Q2. Where would i find .rf9 file, and what execatly it does ?

Ans: These files are used during restart of patch in case of patch failure because of some reason.

Q3. Where is appsweb.cfg or appsweb_$CONTEXT.cfg stored & why its used?

Ans: This file is defined by environment variable FORMS60_WEB_CONFIG_FILE This is usually in directory $OA_HTML/bin on forms tier. This file is used by any forms client session. When a user try to access forms , f60webmx picks up this file and based on this configuration file creates a forms session to user/client.

Q4. Can you clone from multi node system to single node system & vice versa ?

Ans: Yes.

Q5. What is .dbc file , there are lot of dbc file under $FND_SECURE, How its determined that which dbc file to use from $FND_SECURE ?

Ans: dbc as name says is database connect descriptor file which stores database connection information used by application tier to connect to database. This file is in directory $FND_TOP/secure also called as FND_SECURE

Q6. Whats things you do to reduce patch timing ?

Ans: # Merging patches via admrgpch
# Use various adpatch options like nocompiledb or nocompilejsp
# Use defaults file
# Staged APPL_TOP during upgrades
# Increase batch size (Might result into negative )

Q7. Can you apply patch without putting Applications 11i in Maintenance mode ?

Ans: Yes, use options=hotpatch as mentioned above with adpatch. from AD.I onwards we need to enable maintenance mode inorder to apply apps patches.

Q8. adident utility is used for what ?

Ans: adident utility in oracle apps is used to find version of any file . AD Identification.
for ex. "adident Header

Q9. How can you licence a product after installation ?

Ans: By using ad utility adlicmgr to licence product in Oracle Apps.

Q10. What is MRC ? What you do to enable MRC in Apps ?

Ans: MRC also called as Multiple Reporting Currency in oracle Apps. Default you have currency in US Dollars but if your organization operating books are in other currency then you as apps dba need to enable MRC in Apps.

Q11. What is access_log in apache , what entries are recored in access_log ? Where is default location of this file ?

Ans: access_log in Oracle Application Server records all users accessing oracle applications 11i. This file location is defined in httpd.conf with default location at $IAS_ORACLE_HOME/Apache/Apache/logs. Entries in this file is defined by directive LogFormat in httpd.conf Typical entry in access_log is
198.0.0.1 - - [10/Sep/2006:18:37:17 +0100] "POST /OA_HTML/OA.jsp?.... HTTP/1.1" 200 28035
where 200 is HTTP status code & last digits 28035 is bytes dowloaded as this page(Size of page).

Q12. What is session time out parameter & where all you define these values ?

Ans: In order to answer first you have to understand what kind of seesions are in Apps 11i and what is Idle timeout ?
In Apps there are two broad categories of session
- Self Service Application Session ( Server by Web Server iAS Apache & Jserv, like iRecruitment, iProcurement)
-Forms session ( served by your form session, like system Administrator)

What is Session Idle time ?
If Oracle Apps client is not doing any activity for some time (when application user goes for coffee or talks over phone) session during that time is called as Idle Session & because of security reason, performance issues and to free up system resource Oracle Applications terminates client session( both forms & self service) after idle time value is reached to the one mentioned in configuration file.

From FND.G or 11.5.9 or with introduction of AppsLocalLogin.jsp to enter into application, profile option "ICX Session Timeout" is used only to determine Forms Session Idle timeout value . This might be confusing as earlier this profile option used to control forms as well as self service application(with session.timeout) session.timeout is used to control Idle session timeout for Self Service Applications ( Served by Jserv via JVM )

From where ICX : Session Timeout & session.timeout get values ?

Autoconfig determines value for profile option "ICX: Session Timeout" and "session.timeout" from entry in context file ( $APPL_TOP/admin/SID_hostname.xml ) with parameter s_sesstimeout where value mentioned is in milliseconds so profile option ICX: Session Timeout value should be s_sesstimeout/ (1000 * 60) which means here its 10 Minutes. This value is also set in zone.properties in $IAS_ORACLE_HOME/Apache/Jserv where number mentioned is in milli second i.e. 600000 ( equal to 10 Minutes)session.timeout = 600000

session.timeout mentioned in zone.properties is in milli secondsICX Session Time out mentioned in profile option ICX: Session Timeout is in minutes so ICX session timeout=30 & session.timeout= 1800,000 are same 30 minutes

P.S. ICX Session time out was introduced in FND.D so if your FND version is below D you might not see this variable.

Important Things Apps DBA should consider while setting session timeout value ?
1.. If you keep session.timeout value too high , when some oracle application user accessing Self service application terminates
his session, so longer idle session will drain JVM resource & can result in Java.Lang No Memory available issues .
2. If you keep it too low, users going out for tea or sitting idle for some time have to login again into application & can be
annoying .

Thumb rule is session time out usually set to 30 minutes.

Q13. Where is applications start/stop scripts stored ?

Ans: $COMMON_TOP/admin/scripts/$CONTEXT_NAME


Q14. What are main configuration files in Web Server (Apache) ?

Ans: Main configuration files in Oracle Apps Web Server are

# httpd.conf, apps.conf, oracle_apache.conf, httpd_pls.conf
# jserv.conf, ssp_init.txt, jserv.properties, zone.properties
# plsql.conf, wdbsvr.app, plsql.conf

Q15. How to check if Apps 11i System is Autoconfig enabled ?

Ans: Under $AD_TOP/bin check for file adcfginfo.sh & if this exists use
adcfginfo.sh contextfile= show=enabled

If this file is not there , look for any configuration file under APPL_TOP if system is Autoconfig enabled then you will see entry like
# AutoConfig automatically generates this file. It will be read and .......

Q16. How to check if Oracle Apps 11i System is Rapid Clone enabled ?

Ans: For syetem to be Rapid Clone enabled , it should be Autoconfig enabled (Check above How to confirm if Apps 11i is Autoconfig enabled). You should have Rapid Clone Patches applied , Rapid Clone is part of Rapid Install Product whose Family Pack Name is ADX. By default all Apps 11i Instances 11.5.9 and above are Autoconfig & Rapid Clone enabled.

Q17. What is plssql/database cache?

Ans: In order to improve performance mod_pls (Apache component) caches some database content to file. This database/plssql cache is usually of type session & plsql cache
# session cache is used to store session information.
# plsql cache is used to store plsql cache i.e. used by mod_pls

Q18. How to determine Oracle Apps 11i Version ?

Ans: select RELEASE_NAME from fnd_product_groups;

You should see output like
RELEASE_NAME
-----------------------
11.5.9 or 11.5.10.2

Q19. What is RRA/FNDFS ?

Ans: Report Review Agent(RRA) also referred by executable FNDFS is default text viewer in Oracle Applications 11i for viewing output files & log files. As most of apps dba's are not clear about Report Server & RRA.

Q20. What is PCP in Oracle Applications 11i ? In what scenarios PCP is Used ?

Ans: PCP stands for parallel Concurrent processing.Usually you have one Concurrent Manager executing your requests but if you can configure Concurrent Manager running on two machines (Yes you need to do some additional steps in order to configure Parallel Concurrent Processing) . So for some of your requests primary CM Node is on machine1 and secondary CM node on machine2 and for some requests primary CM is on machine2 & secondary CM on machine1.

Scenario
********
Well If you are running GL Month end reports or taxation reports annually these reposrts might take couple of days. Some of these requests are very resource intensive so you can have one node running long running , resource intensive requests while other processing your day to day short running requets.
another scenario is when your requests are very critical and you want high resilience for your Concurrent Processing Node , you can configure PCP. So if node1 goes down you still have CM node available processing your requests.

Q21. Output & Logfiles for requests executed on source Instance not working on cloned Instance?

Ans: Here is exact problem description - You cloned an Oracle Apps Instance from PRODBOX to another box with Instance name say CLONEBOX on 1st of August. You can any CM logs/output files after 1st of August only becuase these all are generated on CLONEBOX itself, But unable to view the logs/output files which are prior to 1st August. What will you do & where to check ?
Log , Output file path & location is stored in table FND_CONCURRENT_REQUESTS. Check

select logfile_name, logfile_node_name, outfile_name, outfile_node_name from fnd_concurrent_requests where request_id=&requestid ;
where requestid is id of request for which you are not able to see log or out files. You should see output like
/u01/PRODBOX/log/l123456.req, host1,/u01/PRODBOX/out/o123456.out, host1 Update it according to your cloned Instance Variables.

Q22. How to confirm if Report Server is Up & Running ?

Ans: Report Server is started by executable rwmts60 on concurrent manager Node & this file is under $ORACLE_HOME/bin .execute command on your server like
ps -ef | grep rwmts60
You should get output like
applmgr ....... rwmts60 name=REP60_VISION
where VISION is your Instance name.
Else you can submit a request like "Active Users" with display set to PDF, check output & log file to see if report server can display PDF files.

Q23. What is difference between ICM, Std Managers & CRM in Concurrent Manager ?

Ans: # ICM stand for Internal Concurrent Manager, which controls other managers. If it finds other managers down , it checks & try to restart them. You can say it as administrator to other concurrent managers. It has other tasks as well.
# Standard Manager These are normal managers which control/action on the requests & does batch or single request processing.
# CRM acronym for Conflict Resolution Manager is used to resolve conflicts between managers & request. If a request is submitted whose execution is clashing or it is defined not to run while a particular type of request is running then such requests are actioned/assigned to CRM for Incompatibilities & Conflict resolution.

Q24. What is use of Apps listener ? How to start Apps listener ? How to confirm if Apps Listener is Up & Running ?

Ans: Apps Listener usually running on All Oracle Applications 11i Nodes with listener alias as APPS_$SID is mainly used for listening requests for services like FNDFS & FNDSM.

Start
******
In Oracle 11i, you have script adalnctl.sh which will start your apps listener. You can also start it by command
- lsnrctl start APPS_$SID (Replace sid by your Instance SID Name)

Confirm
********
execute below command
lsnrctl status APPS_$SID (replcae SID with your Instance Name)
so If your SID is VISION then use lsnrctl status APPS_VISION out put should be like
Services Summary...
FNDFS has 1 service handler(s)
FNDSM has 1 service handler(s)
The command completed successfully

Q25. What is Web Listener ?

Ans: Web Listener is Web Server listener which is listening for web Services(HTTP) request. This listener is started by adapcctl.sh & defined by directive (Listen, Port) in httpd.conf for Web Server. When you initially type request like http://becomeappsdba.blogspot.com:80 to access application here port number 80 is Web Listener port.

Q26. How will you find Invalid Objects in database ? How to compile Invalid Objects in database ?

Ans: using query
SQLPLUS> select count(*) from dba_objects where status like 'INVALID';

Compile
********
- using ADADMIN
- using utlrp.sql which is shipped with Oracle.

Q27. How to compile JSP in Oracle Apps ?

Ans: Using ojspCompile.pl perl script shipped with Oracle apps to compile JSP files. This script is under $JTF_TOP/admin/scripts. Sample compilation method is
perl -v ojspCompile.pl --compile --quiet

Q28. What is difference between adpatch & opatch ? Can you use both adpatch & opatch in Apps ?

Ans: Yes , we can use both adpatch and opatch in Apps. adpatch is an ad utility used for applying apps patches, whereas opatch is a utility used to apply rdbms patches.

Q29. Where will you find forms configuration details apart from xml file ? What is forms server executable Name ?

Ans: Forms configuration at time of startup is in script adfrmctl.sh and appsweb_$CONTEXT_NAME.cfg (defined by environment variable FORMS60_WEB_CONFIG_FILE) for forms client connection used each time a user initiates forms connection.
- f60srvm is the forms executable name.

Q30. What are different modes of forms in which you can start Forms Server and which one is default ?

Ans: There are two modes in which we can start forms.
- Socket Mode
- Servlet Mode.

By Default forms are configured to start in socket mode.


Q31. How you will start Discoverer in Oracle Apps 11i ?

Ans: In order to start dicoverer you can use script addisctl.sh under $OAD_TOP/admin/scripts/$CONTEXT_NAME
or startall.sh under $ORACLE_HOME/discwb4/util (under Middle/Application Tier)

Q32. How many ORACLE HOME are Oracle Apps and whats significance of each ?

Ans: There are three $ORACLE_HOME in Oracle Apps, Two for Application Tier (Middle Tier) and One in Database Tier.
# ORACLE_HOME 1 : On Application Tier used to store 8.0.6 techstack software. This is used by forms, reports & discoverer.
ORACLE_HOME should point to this ORACLE_HOME which applying Apps Patch.
# ORACLE_HOME 2: On Application Tier used by iAS (Web Server) techstack software. This is used by Web Listener &
contains Apache.
# ORACLE_HOME 3: On Database Tier used by Database Software usually 8i,9i or 10g database.


Q33. Where is HTML Cache stored in Oracle Apps Server ?

Ans: Oracle HTML Cache is available at $COMMON_TOP/_pages for some previous versions you might find it in $OA_HTML/_pages

Q34. Where is plssql cache stored in Oracle Apps ?

Ans: sually two type of cache session & plssql stored under $IAS_ORACLE_HOME/Apache/modplsql/cache

Q35. What happens if you don't give cache size while defining Concurrent Manager ?

Ans: Lets first understand what is cache size in Concurrent Manager. When Manager picks request from FND CONCURRENT REQUESTS Queues, it will pick up number of requests defined by cache size in one shot & will work on them before going to sleep. So in my views if you don't define cache size while defining CM then it will take default value 1, i.e. picking up one request per cycle.

Q36. What are few profile options which you update after cloning ?

Ans: Rapid clone updates profile options specific to site level . If you have any profile option set at other levels like server, responsibility, user....level then reset them.

- Site Name

Q39. How to retrieve SYSADMIN password ?

Ans: If forgot password link is enabled and sysadmin account is configured with mail id user forget password link else you can reset sysadmin password via FNDCPASS.

Q40. If you have done two node Installation, First machine : Database and concurrent processing server. 2nd machine: form,web Which machine have admin server/node?

Ans: Admin server will always reside on machine where Concurrent Processing Resides.

Q41. What is GWYUID, Where GWYUID defined & what is its used in Oracle Applications ?

Ans: GWYUID , stands for Gateway User ID and password. Usually like APPLSYSPUB/PUB
GWYUID is defined in dbc i.e. Database Connect Descriptor file . It is used to connect to database by think clients.

Q42. Whats is TWO_TASK in Oracle Database ?

Ans: TWO_TASK mocks your tns alias which you are going to use to connect to database. Lets assume you have database client with tns alias defined as PROD to connect to Database PROD on machine teachmeoracle.com listening on port 1521. Then usual way to connect is sqlplus username/passwd@PROD ; now if you don't want to use @PROD then you set TWO_TASK=PROD and then can simply use sqlplus username/passwd then sql will check that it has to connect to tnsalias define by value PROD i.e. TWO_TASK

Q43. What is difference between GUEST_USER_PWD (GUEST/ORACLE) & GWYUID ?

Ans: GUEST_USER_PWD(Guest/Oracle) is used by JDBC Thin Client where as GWYUID is used by Thick Clients like via Forms Connections.

Q44. How to check number of forms users at any time ?

Ans: Forms Connections initiate f60webmx connections so you can use
ps -ef | grep f60webmx | wc -l

Q45. What is 0 & Y in FNDCPASS, FNDLOAD or WFLOAD ?

Ans: 0 & Y are flags for FND Executable like FNDCPASS & FNDLOAD where
0 is request id (request ID 0 is assigned to request ID's which are not submitted via Submit Concurrent Request Form.
'Y' indicates the method of invocation. i.e. it is directly invoked from the command-line not from the Submit Request Form.

Q46. In a Multi Node Installation, How will you find which node is running what Services ?

Ans: You can query for table FND_NODES and check for column , SUPPORT_CP ( for Concurrent Manager) SUPPORT_FORMS ( for forms server) , SUPPPORT_WEB (Web Server), SUPPORT_ADMIN( Admin Server), and SUPPORT_DB for database tier.
You can also check same from CONTEXT File (xml file under APPL_TOP/admin)


Q47. If your system has more than one Jinitiator, how will the system know, which one to pick. ?

Ans: When client makes a forms connection in Oracle Applications, forms client session uses configuration file defined by environment variable FORMS60_WEB_CONFIG_FILE also called as appsweb config file. These days this file is of format appsweb_$CONTEXT.cfg The initiator version number defined by parameter jinit_ver_name in this file will be used

Q48. While applying Apps patch using adpatch, if you want to hide the apps password, how will that be possible ?

Ans: using flags=hidepw

Q49. What is importance of IMAP Server in Java Notification Mailer ?

Ans: IMAP stands for Internet Message Access Protocol and Java Notification mailer require IMAP server for Inbound Processing of Notification Mails.

Q50. What is difference between Socket & Servlet Mode in Apps Forms ?

Ans: When forms run SOCKET Mode these are dedicated connection between Client Machine & Form Server (Started by adfrmctl.sh). When Forms run in servlet mode the forms requests are fulfilled by Jserv in Apache . There will be additional JVM for Forms Request in that case and you won't start form via adfrmctl.sh.

Q51. a. How to find OUI version ?
b. How to find Database version ?
c. How to find Oracle Workflow Cartridge Release Version ?
d. How to find opatch Version ?
e. How to find Version of Apps 11i ?
f. How to Discoverer Version installed with Apps ?
g. How to find Workflow Version embedded in Apps 11i ?
h. How to find version of JDK Installed on Apps ?

Ans: OUI
***
OUI stands for Oracle Universal Installer. In order to find Installer version you have to execute ./runInstaller -help ( From OUI location)
You will get output like
Oracle Universal Installer, Version 10.1.0.4.0 Production Copyright (C) 1999, 2005, Oracle. All rights reserved.
That means OUI version in above case is 10.1.0.4
OUI location is $ORACLE_HOME/oui/bin

DB
**
select * from v$version;

Oracle Workflow
***************
Log in to the database as the owf_mgr user and issue
select wf_core.translate('WF_VERSION') from dual;

Opatch
*******
$ORACLE_HOME/OPatch/opatch version

Apps
****
select RELEASE_NAME from fnd_product_groups;

Discoverer
**********
Discoverer with Apps installed in ORACLE_HOME same as 806 is usually 3i or 4i. To find Version login to Application Tier & go to $ORACLE_HOME/discwb4/bin and execute
strings dis4ws | grep -i 'discoverer version'

Workflow embedded in 11i
************************
Run following SQL from apps user ;
SQL>select TEXT from WF_RESOURCES where NAME='WF_VERSION';

You should see output like
TEXT
-----------------------
2.6.0
Which means you are on Workflow Version 2.6.0

You can also use script wfver.sql in FND_TOP/sql to find version of workflow in Apps.

JDK in Apps
***********
There might be multiple JDK installed on Operating System . Like JDK 1.3.1, 1.4.2 or 1.5 but in order to find which Version of JDK your Apps is using
Open your Context File $SID_$HOSTNAME.xml under $APPL_TOP/admin and look for variable
JDK_TOP oa_var="s_jdktop" what so ever value assigned against that parameter go to that directory & cd bin & execute command
./java -version so lets assume entry above is /usr/jdk then cd /usr/jdk/bin & ./java -version , you will see output like

java version "1.4.2_10"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_10-b03)
Java HotSpot(TM) Client VM (build 1.4.2_10-b03, mixed mode)
Which means you are using JDK 1.4.2 in Oracle Applications 11i.

Q52. If by mistake you/someone deleted FNDLIBR can this executable be restored if Yes, How & if no, what will you do ?

Ans: Yes, you can restore FNDLIBR executables
Run adadmin on concurrent manager node
select option 2. Maintain Applications Files menu
then select 1. Relink Applications programs
when prompts for
Enter list of products to link ('all' for all products) [all]
select FND
when prompt for
Generate specific executables for each selected product [No] ? YES
select YES
& from list of executables select FNDLIBR
This will create new FNDLIBR executables.

Q53. What is .pls files which you see with apps ?

Ans: pls file stands for plsql files. In apps patch these files contain code to create package spec or package body or both.

Q54. What are .ldt & .lct files which you see in apps patch or with FNDLOAD ?

Ans: .ldt & .lct stands for Loader datafile & Loader configuration files, used frequently in migrating customization, profile options, configuration data, etc.. across Instances.

Q55. What are .odf file in apps patch ?

Ans: odf stands for Object Description Files used to create tables & other database objects.

Q56. What to find Form Server log files in forms ?

Ans: Form Server Start up log file default location is $OAD_TOP/admin/log/$CONTEXT_NAME/f60svrm.txt
Forms Run Time Diagnostics default location is $ORACLE_HOME/forms60/log/$CONTEXT_NAME

Q57. How to convert pll to pld file or pld file to pll ?

Ans: Pll->Pld f60gen module=MSCOSCW3.pll module_type=library userid=apps/ module_access=file output_file=MSCOSCW1.pld script=yes

Pld -> pll f60gen module=MSCOSCW3.pld userid=apps/ module_type=library module_access=file output_file=MSCOSCW1.pll parse=y batch=yes compile_all=special

Q58. Is APPS_MRC Schema exists for MRC in 11.5.10 and higher ?

Ans: No , apps_mrc schema is dropped with 11.5.10 Upgrade & 11.5.10 new Install. This is replaced by more Integrated Architecture.

Q59.If APPS_MRC schema is not used in 11.5.10 and higher then How MRC is working ?

Ans: For products like Payable, Recievables which uses MRC and if MRC is enabled then each transaction table in base schema related to currency now has an assoicated MRC Subtables.

Q60. When you apply C driver patch does it require database to be Up & Why ?

Ans: Yes , database & db listener should be Up when you apply any driver patch in apps. even if driver is not updating any database object connection is required to validate apps & other schema and to upload patch history information in database tables.

Q61. Can C driver in apps patch create Invalid Object in database ?

Ans: No , C driver only copies files in File System. Database Object might be invalidated during D driver when these objects are created/dropped/modified.

Q.62 Why does a worker fails in Oracle Apps Patch and few scenarios in which it failed for you ?

Ans: This question sounds stupid but this is asked quite often in Apps DBA Interview. Apps Patch worker can fail in case it doesn't find expected data, object, files or any thing which driver is trying to update/edit/modify. Possible symptoms may be underlying tables/objects are invalid, a prereq patch is missing , login information is incorrect, inconsistency in seeded data...

Q63. What is dev60cgi & f60cgi ?

Ans: cgi stands for Common Gateway Interface and these are Script Alias in Oracle Apps used to access forms server . Usually Form Server access directly via http://hostname:port/dev60cgi/f60cgi

Q64. What is difference between mod_osso & mod_ose in Oracle HTTP Server ?

Ans: mod_osso is Oracle Single Sign-On Module where as mod_ose is module for Oracle Servlet Engine.
mod_osso is module in Oracle's HTTP Server serves as Conduit between Oracle Apache Server & Singl Sign-On Server where as mod_ose is also another module in Oracle's HTTP Server serves as conduit between Oracle Apache & Oracle Servlet Engine.

Q65. What is difference between COMPILE_ALL=SPECIAL and COMPILE=ALL while compiling Forms ?

Ans: Both the options will compile all the PL/SQL in the resultant .FMX, .PLX, or .MMX file but COMPILE_ALL=YES also changes the cached version in the source .FMB, .PLL, or .MMB file. This confuses version control and build tools (CVS, Subversion, make, scons); they believe you've made significant changes to the source. COMPILE_ALL=SPECIAL does not do this.

Q66. What is ps -ef or ps command in Unix ? for work ex < 1 yr

Ans: ps is unix/linux utility or executable to find status of process. Used mainly to find if services/process is running or not.

Q67. What is GSM in Oracle application E-Business Suite ?

Ans: GSM stands for Generic Service Management Framework. Oracle E-Business Suite consist of various compoennts like Forms, Reports, Web Server, Workflow, Concurrent Manager ..
Earlier each service used to start at their own but managing these services (given that) they can be on various machines distributed across network. So Generic Service Management is extension of Concurrent Processing which manages all your services , provide fault tolerance (If some service is down ICM through FNDSM & other processes will try to start it even on remote server) With GSM all services are centrally managed via this Framework.

Q68. What is FNDSM ?

Ans: FNDSM is executable & core component in GSM ( Generic Service Management Framework discussed above). You start FNDSM services via APPS listener on all Nodes in Application Tier in E-Business Suite.

Q69. What is iAS Patch ?

Ans: iAS Patch are patches released to fix bugs associated with IAS_ORACLE_HOME (Web Server Component) Usually these are shiiped as Shell scripts & you apply iAS patches by executing Shell script. Note that by default ORACLE_HOME is pointing to 8.0.6 ORACLE_HOME and if you are applying iAS patch export ORACLE_HOME to iAS . You can do same by executing environment file under $IAS_ORACLE_HOME

Q70. If we run autoconfig which files will get effected ?

Ans: n order to check list of files changes during Autoconfig , you can run adchkcfg utility which will generate HTML report. This report will list all files & profile options going to change when you run AutoConfig.

Q71. What is difference between .xml file & AutoConfig ?

Ans: Autoconfig is Utility to configure your Oracle Application environment. .xml file is repository of all configuration from which AutoConfig picks configuration and polulates related files.

Q72. What is .lgi files ?

Ans: gi files are created with patching along with .log files . .lgi files are informative log files containing information related to patch. You can check .lgi files to see what activities patch has done. Usually informative logs.

Q73. How will you skip worker during patch ?

Ans: f in your adctrl there are six option shown then seventh is hidden option.(If there are seven options visible then 8th option is to Skip worker depending on ad version).

Q74. Which two tables created at start of Apps Patch & drops at end of Patch ?

Ans: FND_INSTALLED_PROCESSES &AD_DEFFERED_JOBS are the tables that get updated while applying a patch mainly d or unified driver.

Q75. How to compile an Oracle Reports file ?

Ans: Utility adrepgen is used to compile Reports. Synatx is given below

adrepgen userid=apps\ source = $PRODUCT_TOP\srw\filename.rdf dest=$PRODUCT_TOP\srw\filename.rdf stype=rdffile dtype=rdffile logfile=x.log overwrite=yes batch=yes dunit=character

Q76. What is difference between AD_BUGS & AD_APPLID_PATCHES ?

Ans: AD_BUGS holds information about the various Oracle Applications bugs whose fixes have been applied (ie. patched) in the Oracle Applications installation.
AD_APPLIED_PATCHES holds information about the "distinct" Oracle Applications patches that have been applied. If 2 patches happen to have the same name but are different in content (eg. "merged" patches), then they are considered distinct and this table will therefore hold 2 records.

Q77. What exactly happens when you put an Oracle Apps instance in maintenance mode ?

Ans: Maintenance mode provides a clear separation between normal runtime operation of Oracle Applications and system downtime for maintenance. Enabling the maintenance mode feature
a) shuts down the Workflow Business Events System and
b) sets up function security so that no Oracle Applications functions are available to users.

Used only during AutoPatch sessions, maintenance mode ensures optimal performance and reduces downtime when applying a patch. (Source Metalink Note: 233044.1)

Q78. What is profile options, What are various type of profile options ?

Ans:

Q79. If users complaining Oracle Applications 11i system is running slow , what all things you will check at broad level ?

Ans:

Q80. Why appsutil directory under Database ORACLE_HOME used for ?

Ans: All the template files, startup scripts , XML files are maintained here .

Q81. How to create User in Oracle Applications 11i ? Can you delete a User ?

Ans: New User can be created using security-->Define-->User menu. No , user cannot be deleted but can be end-dated.

Q82. What is Single Sign On ? ( If you are using portal 3.0.9 or 10G )?

Ans: As name says Single-Sign On Server is set of services (Software) which enables login to Application once which will allow you to login to Ppartner Applications with no need to login again. Lets assume I have configured single SSO Server for Portal , E-Business Suite, Collaboration Suite plus some other other applications, Now if I login to any one of them & after that if I wish to login to other applications I should be able to login without supplying passwords again.


Q83. How to configure portal with 11i ? ( If you are using portal 3.0.9 or 10G )?

Q84. What is content of dbc file & why its important ?

Ans: DBC file is quite important as whenever Java or any other program like forms want to connect to database it uses dbc file. Typical entry in dbc file is
GUEST_USER_PWD
APPS_JDBC_URL
DB_HOST

Q85. There are lot of dbc file under $FND_SECURE, How its determined that which dbc file to use from $FND_SECURE ?

Ans: This value is determined from profile option "Applications Database ID".
The name can be picked from s_dbc_file_name in XML file.

Q86. Info Regarding Inventory.

Ans: What is oraInventory ?
oraInventory is repository (directory) which store/records oracle software products & their oracle_homes location on a machine. This Inventory now a days in XML format and called as XML Inventory where as in past it used to be in binary format & called as binary Inventory.
There are basically two kind of Inventory Global Inventory (also called as Central Inventory) and Local Inventory also called as Oracle Home Inventory.

Global Inventory ?
Global Inventory holds information about Oracle Products on a Machine. These products can be various oracle components like database, oracle application server, collaboration suite, soa suite, forms & reports or discoverer server . This global Inventory location will be determined by file oraInst.loc in /etc (on Linux) or /var/opt/oracle (solaris). If you want to see list of oracle products on machine check for file inventory.xml under ContentsXML in oraInventory (Please note if you have multiple global Inventory on machine check all oraInventory directories)

You will see entry like
HOME NAME="ORA10g_HOME" LOC="/u01/oracle/10.2.0/db" TYPE="O" IDX="1"/
...
...

Local Inventory ?
Inventory inside each Oracle Home is called as local Inventory or oracle_home Inventory. This Inventory holds information to that oracle_home only.

Can I have multiple Global Inventory on a machine ?
- Quite common questions is that can you have multiple global Inventory and answer is YES you can have multiple global Inventory but if your upgrading or applying patch then change Inventory Pointer oraInst.loc to respective location. If you are following single global Inventory and if you wish to uninstall any software then remove it from Global Inventory as well.

What to do if my Global Inventory is corrupted ?
- No need to worry if your global Inventory is corrupted, you can recreate global Inventory on machine using Universal Installer and attach already Installed oracle home by option
-attachHome

./runInstaller -silent -attachHome -invPtrLoc $location_to_oraInst.loc
ORACLE_HOME="Oracle_Home_Location" ORACLE_HOME_NAME="Oracle_Home_Name"
CLUSTER_NODES="{}"

Do I need to worry about oraInventory during oracle Apps 11i cloning ?
- No, Rapid Clone will update both Global & Local Inventory with required information , you don't have to worry about Inventory during Oracle Apps 11i cloning.

Q87. What is the database holding Capacity of Oracle ?

- database holding capacity of oracle 9i is 512 pb(peta bytes)
- database holding capacity of oracle 10 g is 8 trillion tera bytes

Q88. How to find Operation System Version (Unix/Linux) ?

For solaris use command
uname -a
You will see output like
For Solaris SunOS servername 5.8 Generic_117350-23 sun4u sparc SUNW,Sun-Fire-V240
For RedHat Linux use command
cat /etc/*release*
You will see output like
Red Hat Enterprise Linux AS release 3 (Taroon Update 6)

Which means you are on Solaris 5.8 or Linux AS 3 resp.

Q89. How to find if your Operating System is 32 bit or 64 Bit ?

For solaris use command
isainfo -v
If you see out put like
32-bit sparc applications
That means your O.S. is only 32 bit but if you see output like

64-bit sparcv9 applications
32-bit sparc applications
above means your o.s. is 64 bit & can support both 32 & 64 bit applications

Q90. Can I run 64 bit application on 32 bit Operating system ?

You can run 32 bit application (like oracle application server, web server, all oracle application server are 32 bit ) on both 32 /64 bit operating system but a 64 bit application like 64 bit database can run only on 64 bit operating system.

Q91. How to find if your database is 32 bit or 64 bit(Useful in applying Patches) ?

execute "file $ORACLE_HOME/bin/oracle" , you should see output like

/u01/db/bin/oracle: ELF 64-bit MSB executable SPARCV9 Version 1
which means you are on 64 bit oracle
If your oracle is 32 bit you should see output like
oracle: ELF 32-bit MSB executable SPARC Version 1
Now you know what should be bit of patch to download

194 Comments:

Anonymous said...
This comment has been removed by a blog administrator.
manu said...

hi.,

the main issue is it is SLOW during month end.

os informatiom
-------------------
os and version-IBM-AIX 5.3
SYSTEM BIT-64 BIT
RAM SIZE 8GB

DATABASE INFORMATION
---------------------------
database version-9.2.0.7
bit-64 bit
archive log- enabled
users-200
size of database 128 allocated,103gb actual

oracle application server version & release-oracle E business 11i(11.5.10)
type of installation-multi node(dual node)
total no users -around 200
concurrent users-around 200

Anonymous said...

Hi,
Really The Information looks like really one want to share knowedge.
This Site Founds really informative and Good.Keep Going and I would Like to share my knowledge in this type od sites only.
Thanks
Anonymous

Naveen said...

hi,
This Site Founds really informative and verry Good.
special thanks to mohan.
Keep Going and I would Like thank and wish all the people who posted such good information,

with best wishes,

naveen k Rudhra

Anonymous said...

Hi Madan,

We are running our box on HP Itanium :
Oracle 10g 10.1.0.3 CRS and home.

Not sure what happened all of sudden server reboots almost every days once.. not leaving any mark..

We check with oracle they simply say upgrade to 10.20.3 it has fixed issue.

Do you have any idea about this issue

Unknown said...

Good Work Mohan...Please share some more practical questions.

Anonymous said...

Hello
order lexapro
If any of these symptoms arise, go see your physician.
[url=http://www.piecethemusical.com/]discount lexapro[/url]

Side effects of Escitalopram are: пѓ˜ restlessness пѓ˜ blurring of vision пѓ˜ difficulty sleeping пѓ˜ diarrhea пѓ˜ dryness of the mount пѓ˜ urinary frequency пѓ˜ indigestion пѓ˜ headache пѓ˜ increased sweating пѓ˜ nausea пѓ˜ decreased and increased appetite пѓ˜ sexual difficulties пѓ˜ tremors пѓ˜ changes in weight
Withdrawal symptoms were also observed upon stopping the use of Lexapro which include.
http://www.piecethemusical.com/ - lexapro price

Drug Interactions: Lexapro is not recommended if you are taking (MAOI) monoamine oxidase inhibitor like isocarboxazid, rasagiline, tranylcypromine,selegiline, or phenelzine.

Anonymous said...

Hi Madhan,

Pretty much useful stuff.
Thanks for the information.

Regards,
Venkat.

Anonymous said...

...please where can I buy a unicorn?

Anonymous said...

Encuentro que no sois derecho. Lo invito a discutir. Escriban en PM, hablaremos. http://nuevascarreras.com/category/cialis-generico/ cialis 20 A mio parere, si sbaglia. Sono sicuro. Io propongo di discuterne. Scrivere a me in PM, ti parla. cialis o viagra mejor tbivqsjgle [url=http://www.mister-wong.es/user/COMPRARCIALIS/comprar-viagra/]viagra cialis[/url]

Anonymous said...

Вот еще немного ссылок на тему, лида для похудения отзывы

похудеть в бедрах и ягодицах - http://petsch8gpv.narod.ru
как похудеть за месяц - http://alumbaughaipv.narod.ru
фото похудевшей инны воловичевой - http://phelanwallace.t35.com
похудеть на 20 - http://jeromeahmed.t35.com
как похудеть в ягодицах - http://hualec.t35.com
ешьте чтобы похудеть - http://jeannottev2a.narod.ru
похудей скачать - http://oscarfritz.t35.com
похудеть в бедрах и ягодицах - http://castillo4dlt.narod.ru
кaк похудeть - http://mcadams2aiq.narod.ru
фото похудевшей инны воловичевой - http://hoffineu2b.narod.ru

Unknown said...

Hi

Tks very much for post:

I like it and hope that you continue posting.

Let me show other source that may be good for community.

Source: Good interview questions

Best rgs
David

Anonymous said...

Who can know and say what goods are sold on this site: [url=http://ronringthun.0catch.com]here[/url]
Thanks against waiting!

Anonymous said...

Who can know and circa what goods are sold on this locate: [url=http://terchieheart.0catch.com]one klick[/url]
Thanks for waiting!

Anonymous said...

Who can skilled in and articulate what goods are sold on this plat: [url=http://carlimelkpart.chez.com/adipex.html]one klick[/url]
Thanks representing waiting!

Anonymous said...

It is very good site and interview questions are very good..

Thanks

buy zithromax usa said...

Thank You a ton for writing such a wonderful piece of information. Keep sharing such ideas in the future as well. This was actually what I was looking for, and I am glad to came here! Thanks for sharing the such information with us.

Sandeep Varma said...

Hi actually we will bring up the workflow flow components by Front End. if they are down...is there any way to bring up the workflow components by Backend using commands

Karan K said...

Ammazing info. I have bookmarked it .. and would be taking forward with my team mates.

Cheers
Karan

Anonymous said...

This content is copied from Atul Kumar blog. While copying from others at least change the names,notations.

Thanks,

DBA said...

This is good. You can go to below link for interview question and answers on all topics like Oracle, SAP, java, C, .NET etc...

http://allinterviewz.blogspot.com

All Interviews said...

Find interview questions with detailed answers on below link.

Anonymous said...

Hi

I like this post:

You create good material for community.

Please keep posting.

Let me introduce other material that may be good for net community.

Source: Property manager interview questions

Best rgs
Peter

Anonymous said...

http://kaufencialisgenerikaonline.com/ cialis bestellen
http://acquistaregenericocialis.com/ cialis acquistare
http://preciocialisgenerico.com/ venta cialis
http://achetercialisgeneriquefrance.com/ prix cialis

Anonymous said...

[url=http://cialisacquisto24.com/#gwww.blogger.com]acquisto cialis[/url], cialis, http://cialisacquisto24.com/#fwww.blogger.com cialis

Anonymous said...

[url=http://acquistocialisfacile.com/#10574]cialis[/url], acquisto cialis, http://acquistocialisfacile.com/#36109 cialis

Anonymous said...

[url=http://acquistocialisfacile.com/#42570]cialis[/url], cialis, http://acquistocialisfacile.com/#95334 cialis

Anonymous said...

[url=http://viagraacquistoitalia.com/#45387]acquisto viagra[/url], viagra, http://viagraacquistoitalia.com/#95975 acquisto viagra

Anonymous said...

s cialis side effects , cialis tadalafil , cialis professional , buy cheap viagra , viagra , viagra on line

Anonymous said...

cd cialis , generic cialis , buy cialis online , discount viagra , cheap viagra online , generic viagra online

Anonymous said...

ttg tadalafil cialis , generic cialis , buy cialis online , viagra online without prescription , order viagra , herbal viagra

Anonymous said...

cd cheap generic cialis , cialis cheap , cialis side effects , purchase viagra online , cheap viagra online , purchase viagra online

Anonymous said...

Wonԁeгful items fгοm уou, man.
I've bear in mind your stuff prior to and you are just too magnificent. I actually like what you'νe got heгe, certainlу liκe what you're saying and the way in which in which you say it. You are making it entertaining and you still take care of to keep it smart. I can not wait to read far more from you. That is actually a wonderful site.
my web site :: samsung galaxy note 2

Anonymous said...

Apргeсiatе thіs pоst.

Will try іt out.
Feel free to visit my web blog ; pikavippii

Anonymous said...

hi buy cialis professional online , cialis tadalafil side effects , cialis tadalafil 5mg , order viagra online , pfizer viagra brand sale , cheap viagra no prescription

Anonymous said...

sdg cialis soft tabs , cialis no prescription , cialis coupon , cialis professional uk , cialis cost , cialis pills for sale

Anonymous said...

cd cialis daily use , cheap cialis no prescription , cialis pills for sale , where can you buy viagra , viagra online prescription , cheapest viagra prices

Anonymous said...

6RmvVaq823
Yes, we could use within summer time contemplating they are created of sheepskin, which could great your ft in summer time and cozy in winter.|The flat sole make your feet feel soft and flexible, just like walking in the sand, your feet will feel so comfortable and breatheable.


[url=http://www.bestnowmoncler.com]モンクレール[/url]
[url=http://www.uggjpbest.com]アグ ブーツ[/url]
[url=http://www.jpbootugg.com]UGG[/url]
CMywbefL
[url=http://www.monclercojp.com]モンクレール ダウン[/url]

Anonymous said...

[url=http://osiak.net/#94463]viagra[/url], viagra online, http://osiak.net/#33394 sildenafil

Anonymous said...

to viagra prices , viagra no prescription , cheap viagra , cialis price , cialis order , cialis 20mg

Anonymous said...

sdg online viagra , viagra cheap , viagra online , cialis generic , pills cialis , generic cialis

princy said...

thank for your informations.resume format free download.i will learn the oracle questions.

resume formats said...

thank for your informations.resume format free download.interesting to learn the oracle questions

Anonymous said...

[url=http://almozara.org]almozara.org[/url], guarda qui, http://almozara.org almozara

Anonymous said...

[url=http://almozara.org]5mg[/url], clicca, http://almozara.org top

Anonymous said...

question is what aliment not have believed him tf. [url=http://buyviagraukonline.com]viagra uk sales[/url] without a prescription Our patient was in the process of healing,you are thinking about buying, Professor Reyer has enriched the literature, [url=http://buykamagrauk.org]kamagra uk paypal[/url], the result of the first differentiation are debarrasse to be pas are bad,

Anonymous said...

Live chat staff can easily be trained to perform many B2C and B2B customer related business functions, some of which may be;.
What you are after is a date full of agreements, anything that will
create a positive vibe without controversy. o Vista and
Windows 7 users: C:\Users\Your User Account Name Here\App - Data\Local\Google\Google Talk Plugin.
Stop by my webpage ; sex chat

Anonymous said...

dismissed because the time for, [url=http://uslevitraonline.com ]levitra online reviews[/url], bringing the claims has expired, the bank said. can cut an estate agent out, [url=http://cialiscanadabuyonline.com ]prescription cialis canada[/url],carefully about how much to offer for it.

Anonymous said...

I'm excited to uncover this great site. I wanted to thank you for your time due to this wonderful read!! I definitely loved every little bit of it and I have you book marked to look at new information on your site.
Check out my website ... http://betathomezaklady.com/

Anonymous said...

men dating sites http://loveepicentre.com/ online research service dating photos good

Anonymous said...

Ι'm not sure where you're getting your information, but gгeаt tορic.
I neеds tο ѕpenԁ somе tіme leагning muсh more οг understanԁing more.

Thanks for grеat info I waѕ lookіng foг thіs information for my missiοn.



My web pagе same day payday loans
Also visit my weblog ; same day payday loans

Anonymous said...

I am curious to find out what blog platform you are
working with? I'm experiencing some minor security issues with my latest blog and I would like to find something more risk-free. Do you have any suggestions?
Stop by my web blog : purchasing group health insurance

Anonymous said...

hello!,I love your writing very a lot! percentage we communicate more
approximately your post on AOL? I require a specialist on
this area to solve my problem. May be that's you! Looking ahead to see you.
My blog : character costumes

Anonymous said...

viagra online without prescription how to buy viagra online in us - best mail order viagra

Anonymous said...

soma pain buy soma now - soma mastectomy bras

Anonymous said...

[url=http://loveepicentre.com/articles.php][img]http://loveepicentre.com/uploades/photos/3.jpg[/img][/url]
polyamorus dating [url=http://loveepicentre.com/faq.php]alex dating success[/url] dating much older and wealthy men
speed dating westchester [url=http://loveepicentre.com/success_stories.php]latino parents daughters dating[/url] 100 free dating in australia
free lesbians dating [url=http://loveepicentre.com]bayonet dating[/url] speed dating hamilton

Anonymous said...

[url=http://loveepicentre.com/][img]http://loveepicentre.com/uploades/photos/4.jpg[/img][/url]
dating site with cams [url=http://loveepicentre.com/taketour.php]cross dressers dating[/url] slump buster dating
singles pakistan indian dating [url=http://loveepicentre.com/]age difference and dating[/url] is michael waltrip dating
emily proctor dating who [url=http://loveepicentre.com]young girls dating sites[/url] dating single texas

Anonymous said...

soma without prescription muscle relaxer better than soma - buy soma online with no prescription

Anonymous said...

buy soma online buy soma cube - soma 5ive

Anonymous said...

order soma buy soma online us - buy soma online mastercard

Anonymous said...

generic soma buy soma bras - muscle relaxant soma carisoprodol

Anonymous said...

buy tramadol online buy tramadol no prescription cheap - buy tramadol usa online

Anonymous said...

buy cialis cialis daily use buy online - buy brand cialis online no prescription

Anonymous said...

buy tramadol cod tramadol hcl er dosage - tramadol reviews

Anonymous said...

Hi, Neat post. There is a problem with your website in internet explorer, could test
this? IE nonetheless is the market leader and a large component of other people will pass over your wonderful writing due to
this problem.

Feel free to visit my web blog; how to buy a car
My web blog - buying a car with bad credit,buy a car with bad credit,how to buy a car with bad credit,buying a car,buy a car,how to buy a car

Anonymous said...

[url=http://vtyupdr.com]jKQzuHzEUsAVj[/url] - gbkudrXkVE , http://pyfnknfrtw.com

Anonymous said...

[url=http://www.circmanshow.com/resort-marketplace-regulations-in-india/]more…[/url]

Anonymous said...

buy cialis online buy cialis online reviews - cialis with food

Anonymous said...

buy tramadol overnight tramadol buy online no prescription - order tramadol online next day

Anonymous said...

buy tramadol cod tramadol xanax - tramadol online overnight mastercard

Anonymous said...

Whatever your choice, both can provide effective relief from nasal congestion
and a dry cough. The volcano vaporizer comes with
an outstanding three years warrantee amount, and substitution any components
that may be missing are extremely progressing to be straightforward.
Every Human being have 4 types of cavities on their skull, upper part of mouth
have four types of little hole which are called sinuses
these tiny hole are connected with the nose.


Here is my web blog extreme vaporizer

Anonymous said...

little house on the prairie ebook http://audiobooksworld.co.uk/Stochastic-Processes-and-Applications-to-Mathematical-Finance-Proceedings-of-the-6th-Ritsumeikan-International-Symposium/p194281/ penn state free ebook databse [url=http://audiobooksworld.co.uk/Space-Physics-Survey-Committee/m117989/]quicken 2010 the official guide ebook[/url] julian jaynes ebook
[url=http://audiobooksworld.co.uk/A-Journey-To-The-Interior-Of-The-Earth/p144185/][img]http://audiobooksworld.co.uk/image/8.gif[/img][/url]

Anonymous said...

Smokers will relish the method the vaporization with herbal vaporizer
by heating the herbs not burning it. Your Oscilloscope kit
is likely to create a digital oscilloscope. Hence in Vapir Vaporizer there are three different speeds available for the airflow.

Anonymous said...

buy tramadol online tramadol high 50mg - tramadol online no prescription overnight delivery

Anonymous said...

My hope is you will understand the common concept of the look and
also place your own private spin into it. With a click of the button the
herbs heat up super fast, and the best part is that the external part of the vape is cool to the touch making the handling of the vape super easy.

The conversion takes place in a different chamber and there is no chance
for you to inhale the vapours of butane.


my web site: volcano vaporizer

Anonymous said...

xanax online what is generic xanax called - order valium xanax online

Anonymous said...

I've been shopping at Herrschners through their magazine for over 6 years. Gargling with natural potions is effective because the ingredients have soothing qualities. If you are making the tea to drink (as opposed to using it in a compress), you may add a bit of honey to enhance the taste if desired.

My homepage :: Vaporizer

Anonymous said...

If you take these pain relievers often, switching to a natural substitute such as Boswellia
may relieve your symptoms. The Volcano Vaporizer comes with an outstanding
three years warrantee amount, and substitution any components
that may be missing are extremely progressing to be
straightforward. Tie a firm knot at the end
of the thread and slip the needle between the two layers
of fabric at the start of the hole.

Anonymous said...

Understanding the total smoking habit inclusive of the addiction to nicotine would
clearly correlate the success of Vaporizer
use versus smoking. I've used both Brita and Pur filters (which you can buy almost anywhere) to filter water for the vaporizer. There is no need for the buyer to get an expensive vaporizer yet it some with features they cannot use.

Anonymous said...

автоматы игровые скачать дельфины бесплатно [url=http://candwapermistgogue.narod.ru/info273.html]азартные игры в интернете[/url] игровые автоматы бесплатно лото , [url=http://candwapermistgogue.narod.ru/info624.html]игровые автоматы бесплатно демо[/url] казино кристалл палас онлайн , [url=http://candwapermistgogue.narod.ru/info533.html]игровые автоматы играть бесплатно рыбак[/url] казино вулкан рулетка , [url=http://candwapermistgogue.narod.ru/info104.html]игровые автоматы слот клуб бесплатная игра[/url] игровые автоматы онлайн крейзи , [url=http://candwapermistgogue.narod.ru/info104.html]игровые автоматы слот клуб бесплатная игра[/url]

Anonymous said...

buy tramadol online buy tramadol hcl 50mg - tramadol for dogs in pain

Anonymous said...

buy tramadol online tramadol 100mg overnight - tramadol 50 mg get you high

Anonymous said...

Onе neеdn't be an Good in gift massages to experience the pleasure of innovating on some canonic techniques to I see it is not the end. hands, mouths, breathing time, cutis touch small-scale quantity of low molecular weightiness tracers into the tantric massage item kidney 3 KD3 of rabbits Li, 2008. The antediluvian Hawaiian shaman believed in a stiff not to do it too lightly. at long last Pele herself on his chest, blazon and legs. It is situated at82-A a tumid city that transports the great unwashed to work and back every day.

my homepage - homepage

Anonymous said...

buy xanax online cheap no prescription xanax high effects - xanax small white pills

Anonymous said...

Tobacco-leading preventable cause of premature death.
More than 80% lung cancer cases are accounted by tobacco. It's obvious that prostitution, whether legal or not, is going to occur.

Here is my web site; Vaporizer

Anonymous said...

buy tramadol online buy tramadol saturday delivery - tramadol no prescription 100mg

Anonymous said...

xanax online how long does a xanax high last - xanax dosage intervals

Anonymous said...

Great beat ! I would like to apprentice at the same time as you amend your web site, how
can i subscribe for a blog web site? The account aided me a appropriate deal.

I had been tiny bit acquainted of this your broadcast provided vibrant clear idea

my blog post - hong Kong Internet marketing

Anonymous said...

buy tramadol online is tramadol/ultram an opiate - tramadol hcl zoloft

Anonymous said...


Do not eccentric things payment of a fee at any dating avail. If you motivation to untie up earlier a I scan was the dispatch accuracy but I gave my potency dates the welfare of the doubtfulness. Normal 0 imitation fake faux severaldatingtips for your condom and security. Wine tastings and wineries grant for of online dating a marital adult female in one case in your life? As a issue of fact, some of my darling stories that my friends oscillation that begins with dear.

In ordering to get the nearly out of the Disembarrass dating On-line sites 5th Avenue on Wednesday undefendable mic nights or commencement drollery grade at urban center college. plain, some other attracter of On-line dating sites when Tigers experience the need to square off down. Both men and women of online dating is going away on and on. best free dating sites This isn't inevitably so for free dating, so locution that says "Money hurts relationships" and that is very truthful. The profile is your advert since co-worker passing through your On-line dating profile are precisely minimum. If your Married person also has HSV-2 contagion, and then HSV transmittance is that number 1 stride to encounter other singles through and through Online dating sites.

Anonymous said...

Today, I went to the beach front with my kids.
I found a sea shell and gave it to my 4 year old daughter
and said "You can hear the ocean if you put this to your ear." She placed
the shell to her ear and screamed. There was a hermit crab inside and it pinched her ear.
She never wants to go back! LoL I know this is totally
off topic but I had to tell someone!

my website - online shopping experience

Anonymous said...

Everything is very open with a really clear explanation of the issues.
It was really informative. Your site is extremely helpful.

Thanks for sharing!

Check out my site: herbal supplement
My web page - food supplements

Anonymous said...

generic xanax can you buy xanax costa rica - street value xanax 2mg bars

Anonymous said...

Hi there to evеry body, it's my first go to see of this website; this webpage consists of amazing and in fact good data in favor of readers.

my web page; diet plans

Anonymous said...

Hi there mates, nice post and pleasant urging commented here, I am really enjoying by these.



Review my page ... natural supplement

Anonymous said...

buy tramadol online high on tramadol 50mg - tramadol 50mg seizures

Anonymous said...

buy tramadol online buy discount tramadol - tramadol hydrochloride 50 mg recreational use

Anonymous said...

Magnificent beat ! I wish to apprentice while you amend your web
site, how can i subscribe for a blog site? The account aided me a acceptable deal.

I had been tiny bit acquainted of this your broadcast offered bright
clear idea

Feel free to visit my web blog; www.punkiz.biz

Anonymous said...

I couldn't refrain from commenting. Well written!

Visit my blog - lung health

Anonymous said...

buy cialis online cialis youtube commercial - cialis kick in

Anonymous said...

buy cialis online how to buy cialis online from usa - cialis daily or as needed

Anonymous said...

alprazolam online snorting generic xanax - xanax generic bars

Anonymous said...

I like what you guys are usually up too. This sort of clever work and coverage!
Keep up the terrific works guys I've included you guys to blogroll.

My webpage; Private Krankenversicherung MüNchen

Anonymous said...

buy cialis cialis 5 mg daily side effects - buying cialis online legal

Anonymous said...

Highly energetіс blog, I liked that a lot.
Will there bе а pагt 2?

Here iѕ my blog: personal loans

Anonymous said...

cialis online cialis from usa online pharmacy - cialis online rx

Anonymous said...

tadalafil 20mg cialis daily use dosage - buy cialis usa no prescription

Anonymous said...

order tadalafil cialis online is it legal - price for cialis 10mg

Anonymous said...

Wonderful goods from you, man. I have understand your stuff prior to
and you are just too magnificent. I really like what you've obtained here, certainly like what you're saying and the way through which you
are saying it. You're making it entertaining and you continue to take care of to stay it wise. I can not wait to read far more from you. That is really a great web site.

my blog post :: click through the up coming website
My web page :: Read �

Anonymous said...

buy tramadol online order tramadol online pharmacy - tramadol 50 mg compared to lortab

Anonymous said...

can you buy tramadol online buy tramadol 50mg online - buy tramadol no prescription mastercard

Anonymous said...

http://buytramadolonlinecool.com/#61458 purchase tramadol online - get high tramadol 50mg

Anonymous said...

learn how to buy tramdadol tramadol hydrochloride 50 mg effects - 30 tramadol 50mg

Anonymous said...

http://buytramadolonlinecool.com/#56411 buy tramadol 200 - tramadol for dogs loss of appetite

Anonymous said...

tramadol online buy tramadol 150 mg - safe place buy tramadol

Anonymous said...

http://landvoicelearning.com/#38471 buy 100mg tramadol online - tramadol 50 mg for humans

Anonymous said...

buy klonopin online klonopin m 751 - klonopin overdose treatment

Anonymous said...

http://buytramadolonlinecool.com/#50897 tramadol overdose much - tramadol hcl 50 mg overdose

Anonymous said...

tramadol online tramadol dosage recreational use - tramadol hcl for cats

Anonymous said...

learn how to buy tramdadol half life tramadol 50mg - tramadol ingredients acetaminophen

Anonymous said...

buy tramadol for dogs 350 mg tramadol high - the diversion of ultram ultracet and generic tramadol hcl

Anonymous said...

buy klonopin online klonopin for flying - generic klonopin 1 mg

Anonymous said...

tramadol 100 tramadol hydrochloride 50mg dosage - tramadol hcl 50 mg half life

Anonymous said...

buy clonazepam klonopin 93 333 - much 2mg klonopin worth

Anonymous said...

Greetings! Very useful advicе within this artіcle!
It's the little changes that make the most important changes. Many thanks for sharing!

Also visit my web site - payday loans uk
My web site - payday loans uk

Anonymous said...

generic ativan ativan janice dickinson - who uses ativan

Anonymous said...

Greetings I am so happy I found your web site, I really found you by accident,
while I was browsing on Yahoo for something else, Nonetheless I am here now and would
just like to say thank you for a remarkable post and a all
round thrilling blog (I also love the theme/design), I don’t have time to go
through it all at the moment but I have bookmarked it and
also added your RSS feeds, so when I have time
I will be back to read more, Please do keep up the awesome work.


Here is my web-site ... gucci outlet

Anonymous said...

I love іt when peoрle get togеther anԁ shaгe opinions.
Great blog, contіnue the gooԁ wοгk!


Fеel free tо ѕurf to my wеblog ...
payday

Anonymous said...

http://reidmoody.com/#65473 what does ativan withdrawal feel like - ativan quitting smoking

Anonymous said...

http://staam.org/#50589 can you buy tramadol online - ultram tramadol overdose

Anonymous said...

Dubbed the Philips Design Line, the rig hides an LCD display behind a seamless glass pane
with a black and white. This male masturbator has come out really good.
That same year, a gun-toting duo held up the
pretense and talked about how his pocket pussy
felt the night before, and also lying.

My weblog fake pussy

Anonymous said...

If you had never used the Fleshlight's STU, let me ask a question. A further 66 per cent said Mrs Palin's selection makes them less likely to get prostate
cancer than men who had erectile dysfunction and a road map for
its resolution. Secretly I was paying attention to where your sexual arousal can take you.
When you're through with a fleshlight, get one. Use 3/5 Some whistling and other air noises noticed when using as a stroker.

Also visit my site - male sex toys

Anonymous said...

Fake Vagina is always easy to pick up a brush and paint my sister favourate dress.


my blog - pocket pussy

Anonymous said...

Chad William Forber, 41, declined the request of either partner in a marriage.
In the event the cds tend to be artificial vagina aiming
to provide confidence.

Feel free to surf to my homepage :: masturbator

Anonymous said...

But you'd be underestimating Gallup, who in addition to mens sex toys sleeves, otherwise fairly bustier attire utilized to exhibit the statue coupled with publicize shoulder muscles. The tabs all continue to load independently regardless of whether you find those intriguing or boring this is RIM's seven-inch, Flash-having
but 3 G-lacking tablet clad in an unassuming but extremely sophisticated exterior.


Take a look at my homepage fake pussy

Anonymous said...

You ought to be a part of a contest for one of the finest blogs on the internet.

I am going to recommend this website!

My page - drip coffee makers

Anonymous said...

buy tramadol online how to buy tramadol legally - many tramadol 50mg get high

Anonymous said...

This tells teenagers that it is just easier this way", they Telefonsex are deluding themselves about the impact on the family.

Anonymous said...

There are many different Fleshlight Girls stars to choose
from. Buy it online from Come As You Are - $ 50 USD Eden fantasias - $ 52.
Yes, you know what you have to go to trial for the deaths
of the 17 murders and was sentenced to serve a drug-related search warrant.

Nobody in his or her talent across? They are available in other fleshlight products
but if you are so inclined.

Anonymous said...

Entrar en la lista de replicas de vaginas de fleshlight.

Or am I going to get to whomever you need.

Anonymous said...

This work may only be able to find their way through this tricky terrain, but in some cases become more admired.

The grip of the pump is so pleasurable that you
cannot see Howth Head from here, I asked Paul whether
he had ever had an orgasm!

Feel free to surf to my blog post: fleshlight

Anonymous said...

Although a see-through Durex condom can be
bought in mixed sorts, designs along with colors. Maybe they do not.

The fleshlight is the number one cause of throat/neck cancer in the US soon.
fleshlight Vibro is
the Nexus Prostate Bullet that has a comfortable, ordinary dress; these
garments truly have the 'wow' component. And today I opened a drawer, saw it,
but when you consider that the Japanese in general have gotten
larger in recent years. 11 This is untrue.

Anonymous said...

This a great way to deal with their own fleshlight pussies.
There is only one way to keep the plants warm.
Kolkata [Calcutta] is one of those newspapers at
the grocery store. There is a persistent belief, for instance, is often accused of being a stand-up.

Anonymous said...

Hey there! Do you know if they make any plugins to safeguard against hackers?
I'm kinda paranoid about losing everything I've worked hard on.

Any tips?

Stop by my website - ebuybelize.com

Anonymous said...

This design is steller! You most certainly know how
to keep a reader entertained. Between your wit and your videos, I was almost
moved to start my own blog (well, almost...HaHa!) Wonderful
job. I really enjoyed what you had to say, and more than that, how you presented it.
Too cool!

Check out my site ... Krdit Ohne Schufa

Anonymous said...

I am going to order several new several new fleshlight sleeves Nipple Alley, Destroya, Bi-Hive and Dragon and Heavenly which are
more pronounced at some times. Please use the comments section
below, folks: we'd like to believe. It has a good, realistic texture with your own children then call social services and let them watch.

Anonymous said...

What's up it's me, I am also visiting this
ωeb pagе on a regulaг baѕіs, thіs website is rеally fastіԁious
and the vieweгs are actuallу shагing goоԁ thоughtѕ.



My homepage :: instant payday loans

Anonymous said...

I аm regular readeг, how are yоu everybodу?
Thiѕ piece of writing posted аt this
web site is reallу fastidious.

Feel free to suгf to my weblog: payday loans

Anonymous said...

sdg cheap viagra viagra,cheap viagra cheap viagra, generic viagra viagra pills,cialis cheap viagra
http://cheapviagrapillsesl.com#viagra pills http://cheapviagrapillsvivt.com#viagra pills http://viagraonlinegenericth.com#viagra http://cheapcialisgenericsybf.com#cheap cialis

Anonymous said...

sdg cheap viagra viagra,cheap viagra cheap viagra, generic viagra viagra pills,cialis cheap viagra
http://cheapviagrapillsesl.com#viagra pills http://cheapviagrapillsvivt.com#viagra pills http://viagraonlinegenericth.com#viagra http://cheapcialisgenericsybf.com#cheap cialis

Anonymous said...

fast shipping cialis soft generic viagra review generic viagra,viagra 100mg effects viagra pills ebay, cialis price generic viagra levitra cialis,cheap cialis generic online generic viagra doesn't work
http://genericviagrapillstzj.com#viagra 100mg information http://viagraonline100mgxhy.com#best place to buy viagra online generic http://cialispricecheapsfc.com#best price generic cialis online http://cialispillscheapwr.com#cheap cialis

Anonymous said...

Before I added the gold ribbon, I used the same tried and
true technique that I will fail to accomplish the goal for which I normally employ the scheme.
We begin at birth with the sensorimotor period. Even if it was
at most 9 months ago. Bite-sized, of course, we can make sense of what development is.
Even inflected languages tend to have a game plan from early on about how your language
is grammatically structured.

my blog: Telefonsex

Anonymous said...

This post is genuinely a good one it helps
new web visitors, who are wishing for blogging.

my page - simply click the following article

Anonymous said...

Very good info. Lucky me I found your blog by chance (stumbleupon).
I have book marked it for later!

My site ... studententarif krankenkasse

Anonymous said...

9 scRnd 8: Sc in next 5 sc, decrease 1 sc over last 2 sc, decrease 1 sc sexcam over next 2 sc, decrease 1 sc over next 2 sc repeat around.

Anonymous said...

We also received the Rapid Charging Pod, a $70 magnetic stand that uses that three-pronged proprietary charger at the bottom and top of neck
to rnds 9 - 16. There are definitely a few I'm sexcam not looking forward to using the Sensation as your daily phone, but not without a little interference from Hurricane Sandy.

Here is my page; sex cam

Anonymous said...

During and after a few people start using the thing, Apple might be prompted to add a note
to this rapidly expanding note, the Desire HD is no different.
Doch auch diejenigen, die sehr gern entscheiden wollen, was die M�nnerwelt
vor der Sexcam an meine Grenzen und vielleicht auch dar�ber hinaus.
Nat�rlich wird der Geschlechtsverkehr sex chat
mit Livecam 2 sexcam Abenteuer hierdurch zu einem wahren Ereignis, welches sicherlich keiner der Beteiligten jemals wieder vergessen
wird.

Anonymous said...

Thanks for a marvelous posting! I definitely enjoyed reading
it, you can be a great author. I will make sure to bookmark your blog and definitely will come back later
in life. I want to encourage that you continue your great posts,
have a nice afternoon!

Feel free to visit my web-site - nike air max 90

Anonymous said...

Your post οffers confirmed beneficial to me. It’ѕ very uѕeful аnd уou
reаlly arе obviously vеrу educated
in this fіеld. You have exposeԁ my own ѕight for you to different
opinion οf thіs ρaгticulаr tοpiс along ωith intriguing and sound
сontent.
Also visit my web site :: zivinicka-raja.com

Anonymous said...

Thank you for the good writeup. It in fact was a
amuѕement account іt. Look advanced to more adԁed agreеable from you!
By the way, how сan we communicate?

Also ѵisit my page: bad credit personal loans

Anonymous said...

Ηеllο theге, I discοvereԁ уour blog by way of Gоogle ωhile looking for a rеlatеd ѕubjeсt, your
websitе got here uр, it аppearѕ to be like gοoԁ.

I've bookmarked it in my google bookmarks.
I'm no longer certain where you are getting уour info, howеver goоd topic.
Ι neeԁs to spend a while studyіng much morе or figuring out more.

Thanks for magnifіcent info I usеd to be in seаrch of
this infοrmation for my mission.

Look into my ωeb-site - instant cash loans

Anonymous said...

Du kannst dich vor der sexcams ihr Bestes geben, um den Zuschauer zu befriedigen.
Right now a rapping ostrich is in the lower right corner.


Here is my web site sexchat

Anonymous said...

Then you can have a family saying placed into the middle of this stuff with you every week, for
the next screen or tile, it makes much more sense. Two years later, the true
spiritual beauty of the event is reinforced and solidified, developing a new and improved sex life as
I moved forward. I do," or even" I will," you never know what happened to them.

Take a look at my homepage: sexchat

Anonymous said...

It's hard to come by educated people about this topic, but you sound like you know what you'rе talκing
abοut! Τhanκѕ

my blog :: payday loans

Anonymous said...

Greetings I am so glаԁ I found your site, I reallу founԁ you by accіdent, ωhile I waѕ searching on Bing
for something else, Anyways I am hеrе now аnd would just like to ѕay manу thankѕ
foг a remarkаble post and a all гound thrilling blog (Ι also loѵe the thеme/design), I don't have time to read through it all at the moment but I have book-marked it and also added in your RSS feeds, so when I have time I will be back to read a great deal more, Please do keep up the excellent work.

Here is my site; payday loans

Anonymous said...

It's awesome in favor of me to have a site, which is good designed for my experience. thanks admin

my blog ... payday loans

Anonymous said...

I get pleаsuгe frοm, cauѕе I discovеred juѕt what I used to be lοoking for.
You have еnded my four day lοng hunt!
God Bless уou man. Hаve a niсe day.
Byе

Also νisit my ωeb-site - payday loans

Anonymous said...

I gеt plеasure from, сause I discoveгed just
what I uѕеd to be looking for. You have ended my four dаy lοng hunt!
God Bless you man. Ηave a nice day. Bye

Here is mу weblog ... payday loans

Anonymous said...

If a dragonfly or ladybug lands on you, you would have seen Alinsky's ghost, hovering behind the backs of these bloggers. Besides grifting Kate often enjoys letting her fans know what she has that they'll never
be able to use a lithium polymer battery. Some claim that it is sex cam not perfect.


Stop by my blog ... sexcam

Anonymous said...

I always еmаilеd thiѕ blog post page
tο all my friеnds, for the reason that if like to гead it then
my linκs will too.

Mу web blog - payday loans

Anonymous said...

It is appropriate time to make some plans for the future
and it is time to be happy. I've learn this post and if I may I want to suggest you few attention-grabbing things or advice. Maybe you can write next articles regarding this article. I desire to learn even more issues about it!

my web site Read the Full Post

Anonymous said...

Youг articlе hаs ѵеrified useful to mуѕelf.
It’s really useful аnd you're naturally extremely well-informed of this type. You have opened our face in order to varying opinion of this particular matter with intriguing, notable and solid articles.

Also visit my weblog :: http://www.Manggaixinh.com/

Anonymous said...

The article hаs proven useful to myself. It’s eхtremely useful аnd you're certainly quite educated of this type. You have popped our face to be able to various opinion of this matter together with intriquing, notable and reliable written content.

Feel free to visit my website: buy viagra online

Anonymous said...

Asκing questions are truly gοod thing if уou aгe nοt undeгstanԁing sοmething totally, but
this article offers nice understаnding even.

Αlso vіsit my web site - Universal Life Insurance

Anonymous said...

My famіly always say that I am killіng my time
hеre at net, but I κnow Ι am getting knowledge all thе tіmе by reaԁing such plеasant
aгticles. broad ripple dog treats - rippln reviews - rippln app

Anonymous said...

Yοur style is ѵery unique compared to other peoplе I've read stuff from. Many thanks for posting when you've got the oррortunity, Guеѕs
I'll just book mark this site. term life insurance rates for baby - Prudential Insurance - term life insurance premiums decrease as you get older

My web blog: American general life Insurance houston

Anonymous said...

Hello, this weekend is nice for me, since this time i am reading this enormous informative piece of writing here at my residence.


Visit my web-site - http://myinsanestories.com/top-5-most-popular-online-wholesale-clothing-stores.html

Anonymous said...

Todаy, I went to the beachfгont wіth my children.
I found a seа shell and gave it to my
4 yеаr old daughter and said "You can hear the ocean if you put this to your ear." She ρut
the shell to her еar and screаmed. Therе was a hermit cгab inside and
it pinchеd her ear. She never wants to go back! LoL I κnow this iѕ
entirely оff topic but I had to tell ѕomeοne!


Visit my wеb ѕite :: raspberry ketone side effects

Anonymous said...

Ηello thеrе! This post could not
be ωritten any bеtter! Lοοking thrоugh thіѕ article
rеmindѕ mе of mу previоus
roommаte! He continuаlly kept pгeachіng about thіѕ.
I am going tо forωaгd thiѕ informatіon to him.
Faiгly certaіn he will havе a very good геаd.
Ϻany thanκs foг sharing!

Revіew my ωeb ѕіtе; Payday Loans

Anonymous said...

Hеllo therе, There's no doubt that your web site may be having browser compatibility problems. When I take a look at your website in Safari, it looks fine however, when opening in IE, it has some overlapping issues. I just wanted to give you a quick heads up! Besides that, wonderful site!

my website; New Bingo Sites

Anonymous said...

Hey, Do you believe its likewise excellent to select a made use of inkjet for estate use?
Where can i discover Amazon or Best-Buy?

Have a look at my weblog ... xerox phaser 8560 toner

Anonymous said...

These are the healthiest choices you can make money by looking after
pets, by walking with them when people are fleshlight not properly governing themselves
to the various disciplines and responsibilities associated with the hunter-case watches.
Rnds 13 - 21: Sc in each sc to last sc, break off pink, ch 1, DO NOT TURN.

Anonymous said...

Willa has a innate confidence about herself and is probably fleshlight the most considerations you'll want to accomplish in regard to selecting a great abortion clinic. As of this writing, the psychology school is still not accredited by the American Psychological Association, even though the iPhone ended up with a successful tinnitus treatment using conventional drugs and medicines. Now we fleshlight get to the end of 2010.

Anonymous said...

Your ex girlfriend man will probably be worked out on the creativity,
ingenuity, and entrepreneurship of many of its best and brightest.
Whilst some parts of the world, in the middle of winter, with wind and
snow whipping around your head, and not enough of them are.
When the basic frame is built, use your drill bit to drill holes in
the 2" x2", then into a bowl of Tangqing meaty, slippery rice noodles beef
tough cotton.

Also visit my homepage: fleshlight

Anonymous said...

Ahaa, іts goоd сonνeгsatіоn rеgаrԁing this article
at thіѕ plaсe at this wеb site,
Ӏ have read all that, so noω me also commеnting аt this рlace.


Feel fгеe tо surf tο my blog
post :: payday loans

Anonymous said...

Right here details backyard garden types of workout routines positions; may well decrease
fitness, emphasize areas work, accelerate strength, to experience the results a
permanent recover. Confident, you have portrayed some other nice
features to the challenging machines provided by Bunn which experts state educates them power
to armor on behalf of household enjoy. Which
is one of the major good reason that the world however should not use subsequently Oprah Winfrey.
Desire sniff around slim?

Stop by my webpage ... coffeemakersnow.com

Anonymous said...

Truly great, should attempt it today.

Feel free to surf to my webpage ... xerox phaser 8560Dn Driver

Anonymous said...

After all, your bratty phone telefonsex sex operator scripts are a winner
but turned him on many social network. Not to mention discounts.
Please be warned - British Telecom has since expanded
telefonsex its relationship with any child and very horny mood today.

When doing this, you do about your needs ahead of the sex was a married man, whom she speaks.
Make sure that you can keep someone from a Kingsland Police Department zeroed in on feelings.

Anonymous said...

Its such as you learn my mind! You appear to understand a lot about this, like you wrote the book in it or something.

I believe that you simply could do with a few % to pressure the message house a little bit,
but instead of that, this is great blog. A fantastic read.

I'll certainly be back.

Here is my web blog; pożyczki hipoteczne ranking

Anonymous said...

I simply couldn't go away your web site prior to suggesting that I extremely loved the standard info an individual supply on your guests? Is gonna be back regularly to investigate cross-check new posts

My blog post: penny Stocks Pick

Anonymous said...

Après une bonne mec sans enlever, ses petites
fesses avale et aspire farouche elle va cul
et urgence dans sa bouche, films porno gratuits bite l'enculer et bien alors qu'elle même temps avant propose
sa belle nichons et surtout et s'enfile sur l'engin telecharger films porno
les chibres durs à de coups bouche avant de.
Elle ne saurait prix qui débarque, sens et positions,
une poitrine incroyable ses arguments et de sa rondelle et
un rythme effréné de ses amies cul et deux corrige avec une de suce qui.
Cette asiatique est siliconés et un, queue salope offre couple interracial aime assoiffée une vraie trou du cul en bonnes garces, tout excité et entre elles
la ras des fesses et le petit cul venir chez elle summum du plaisir.

Le but: baiser étouffer l'hystérique qui, enfoncer le gode cette chienne va par cette étudiante, grave a droit et le manche comment.
Cette salope asiatique qui va se film gratuit porno, les plus beaux un taré dans plaisir sans oublier son corps tout, de sa meilleure deux poulettes elles vont bien aspirer jeune blonde à sous les coups et met en avant qui lui proposent bonhomme pur c'est suçant
elle arrive. Elle séjourne régulièrement mangé gros chanceux, pompe la pine cette jolie teen belles pétasses filme porno
et une priorité seins force d'allumer ses, avaler leurs foutres cochonne elle entame et bonne couguar qui la bite de surprise décontenancé il.

shaikimam said...

First Of all I would like to say thanks for sharing this information, If Anyone sees Your Blog, and Each And Every one will appreciate you.
Oracle Fusion HCM Training In Hyderabad

카지노사이트 said...

Whalen, the CUNY expert, said that "when you talk to people from Indigenous communities" about the value of language in promoting general health and other outcomes, "they are completely unsurprised."
https://www.syy577.com

Best IAS Coaching In India said...

This article will outline all the different strategies you should be aware of when it comes to soccer.

TOP IAS COACHING IN MUBMAI