
johnyittips.blogspot.com
Johny's IT TipsProblems which I faced and the fixes :)
http://johnyittips.blogspot.com/
Problems which I faced and the fixes :)
http://johnyittips.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
4.6 seconds
16x16
32x32
64x64
128x128
PAGES IN
THIS WEBSITE
3
SSL
EXTERNAL LINKS
44
SITE IP
172.217.0.1
LOAD TIME
4.562 sec
SCORE
6.2
Johny's IT Tips | johnyittips.blogspot.com Reviews
https://johnyittips.blogspot.com
Problems which I faced and the fixes :)
Johny's IT Tips: May 2015
http://johnyittips.blogspot.com/2015_05_01_archive.html
Problems which I faced and the fixes :). Monday, 4 May 2015. Failure Configuring Windows Updates. Reverting Changes. Do not turn off your Computer. The got the below error message when automatic Windows update was running in a Windows 7 which was running in a parallels VM in mac. Failure Configuring Windows Updates. Reverting Changes. Do not turn off your Computer. There was an external hard disk attached to the machine. Remove the external devices and restart the Windows. Sunday, 3 May 2015. Feel free t...
Johny's IT Tips: Failure Configuring Windows Updates. Reverting Changes. Do not turn off your Computer.
http://johnyittips.blogspot.com/2015/05/failure-configuring-windows-updates.html
Problems which I faced and the fixes :). Monday, 4 May 2015. Failure Configuring Windows Updates. Reverting Changes. Do not turn off your Computer. The got the below error message when automatic Windows update was running in a Windows 7 which was running in a parallels VM in mac. Failure Configuring Windows Updates. Reverting Changes. Do not turn off your Computer. There was an external hard disk attached to the machine. Remove the external devices and restart the Windows. Koorka (Chinese Potato) 2015.
Johny's IT Tips: You are running VMware Player through an incompatible hypervisor.
http://johnyittips.blogspot.com/2015/05/you-are-running-vmware-player-through.html
Problems which I faced and the fixes :). Sunday, 3 May 2015. You are running VMware Player through an incompatible hypervisor. Recently I tried to run a VMWare image inside a Windows VM which is running on a Parallels in a Macbook Pro. I accessed the Windows VM from mac using Parallels. Then I tried to access a VMWare image from the Windows using a VMWare Player. When I tried to run the VMWare Image, I got the below error:. Open the .vmx file in a text editor and add the below line at the end.
TOTAL PAGES IN THIS WEBSITE
3
Johny's Oracle Tips: OAF: java.lang.NoClassDefFoundError: Could not initialize class oracle.apps.fnd.common.WebAppsContext
http://johnytips.blogspot.com/2016/11/oaf-javalangnoclassdeffounderror-could.html
Tips on Oracle ADF, OAF, Oracle Apps, Java, PL/SQL, MWA/MSCA , XML/BI Publisher, Forms and Reports. Friday, 25 November 2016. OAF: java.lang.NoClassDefFoundError: Could not initialize class oracle.apps.fnd.common.WebAppsContext. Error while trying to run a custom OA Page from Jdeveloper:. 500 Internal Server Error. Could not initialize class oracle.apps.fnd.common.WebAppsContext. N my case :. The dbc file was old and not updated. To get the location of dbc file in the server :. View my complete profile.
Johny's Krishi: April 2015
http://johnykrishi.blogspot.com/2015_04_01_archive.html
From my Garden and Veggie Patch. For technology tips go to Johny's Tips. Sunday, 26 April 2015. Veggie Patch: Wattle Grove, Perth 2014. Scientific naam: Coccinia grandis), jiske tindora. കോവയ്ക്ക), dondakaya. దొండకాయ), manoli. Nai to little gourd. Have a read : Koorka (Chinese Potato) 2015. Also known as string beans. In the northeastern and western United States, are the unripe fruit and protective pods of various cultivars of the common bean. Read more. Red or golden beet. Carrot was a flop :(. Is a ge...
Johny's Oracle Tips: August 2015
http://johnytips.blogspot.com/2015_08_01_archive.html
Tips on Oracle ADF, OAF, Oracle Apps, Java, PL/SQL, MWA/MSCA , XML/BI Publisher, Forms and Reports. Sunday, 23 August 2015. OAF: OAMessageChoice / poplist / dropdown not refreshing the data. Sometimes when we use the MessageChoice /poplist / dropdown in our page and we want to see different data everytime the page loads. The example screnarios are. Data has to be different based on the user logged in. Data has to be different based on the responsibility used to access the page. Method of your controller.
Johny's Oracle Tips: June 2015
http://johnytips.blogspot.com/2015_06_01_archive.html
Tips on Oracle ADF, OAF, Oracle Apps, Java, PL/SQL, MWA/MSCA , XML/BI Publisher, Forms and Reports. Saturday, 27 June 2015. PL/SQL: Some helpful SQL queries -1. In this post I am just putting some helpful SQL queries which will be useful at some point in your SQL / PLSQL Programming life. Most of these are taken from the OTN Forum answers or from my project experiences. How to convert Rows into Columns. How to convert Columns into Rows. Dual connect by level. Val disp val from. T unpivot include nulls.
Johny's Oracle Tips: January 2016
http://johnytips.blogspot.com/2016_01_01_archive.html
Tips on Oracle ADF, OAF, Oracle Apps, Java, PL/SQL, MWA/MSCA , XML/BI Publisher, Forms and Reports. Sunday, 31 January 2016. Oracle Apps: Helpful Queries on FND Attachments tables and sample code to extract attachments. This post gives some helpful queries when working on FND Attachment tables. I have also given a sample program to extract these attachment into file system. Attachment Types are stored in the fnd document datatypes table. Select * from fnd document datatypes;. Fdmedia id = fds.media id.
Johny's Oracle Tips: December 2016
http://johnytips.blogspot.com/2016_12_01_archive.html
Tips on Oracle ADF, OAF, Oracle Apps, Java, PL/SQL, MWA/MSCA , XML/BI Publisher, Forms and Reports. Thursday, 8 December 2016. Oracle Apps: Reset FND User password from backend. Sample code to reset FND USER password from backend. V status := fnd user pkg.changepassword ( username = v user name ,newpassword = v password );. Dbms output.put line (. Dbms output.put line (. Unable to reset password for '. Related blog: Oracle Apps: Create User and Add Responsibility from backend. Reset FND User password.
Johny's Oracle Tips: November 2016
http://johnytips.blogspot.com/2016_11_01_archive.html
Tips on Oracle ADF, OAF, Oracle Apps, Java, PL/SQL, MWA/MSCA , XML/BI Publisher, Forms and Reports. Friday, 25 November 2016. OAF: java.lang.NoClassDefFoundError: Could not initialize class oracle.apps.fnd.common.WebAppsContext. Error while trying to run a custom OA Page from Jdeveloper:. 500 Internal Server Error. Could not initialize class oracle.apps.fnd.common.WebAppsContext. N my case :. The dbc file was old and not updated. To get the location of dbc file in the server :. Subscribe to: Posts (Atom).
Johny's Oracle Tips: Oracle Apps: Helpful Queries on Concurrent Programs / Concurrent Requests
http://johnytips.blogspot.com/2016/02/oracle-apps-helpful-queries-on.html
Tips on Oracle ADF, OAF, Oracle Apps, Java, PL/SQL, MWA/MSCA , XML/BI Publisher, Forms and Reports. Tuesday, 2 February 2016. Oracle Apps: Helpful Queries on Concurrent Programs / Concurrent Requests. The intention if this post is to post some of the queries which will be helpful when querying on Concurrent Programs / Request. Query to find the Run Timing for the Concurrent Request. Floor( (fcr.actual completion date - fcr.actual start date)*. Fcrconcurrent program id = fcp.concurrent program id. Fcrdesc...
TOTAL LINKS TO THIS WEBSITE
44
Johny Knit Creations
Johny International
Hospitality Service & Supplies. We give luxury something to look up to. Welcome to Johny International. Is a management services company specialised in providing hotel management services in the Middle East region. With over 30 years of experience in hospitality management business, Johny International provides clients with dedicated service at exceptional quality and value. A HOSPITABLE WORLD ENHANCED BY JOHNY INTERNATIONAL. Hotel Accessories and Culinary Equipments. Johny International distributes a wi...
johnyinternet's blog - PRESIDENT JOHNY INTERNET - Skyrock.com
Slt, bien je dédie ce blog a touts mes amies! Cet blog est fait tout simplement pour faire plaisir au yeux des personnes qui veulent connaître JOHNY INTERNET le jeune riche, boucantier de sa nation, confirmez, pourrit, fatiguer, jeter pouatates etc. Bon voilà un proverbe pour vous les amies :. 19/05/2008 at 7:19 AM. 08/05/2010 at 10:33 AM. Soundtrack of My Life. LES AMIS POUR LA VIE (By Joel Gabbana). Subscribe to my blog! JOHNY MSN FEAT LIONNEL MESSI HORS SERIE. JOHNY MSN : 225 06 16 53 59. Don't forget...
John Yip Photography
McLaren Vale & Victor Harbour. Woke up in the early morning and it was pouring down with rain. I wasn’t surprise as that was the forecast anyway. I did try to drive around the vineyards but it was just too wet. I made a decision to go elsewhere after an hour waiting around for the weather to clear up a little. So I went to Victor Harbour for a visit. After lunch, just walked around the vineyard a bit then my McLaren Vale trip was over. John @ Tintinara, S.A. Little Taste of Murray. First I went to Murray...
John HY Yip 葉浩然測量行
Licence Application - 牌照申請. Alteration and Addition works - 加建及改建工程. Building Renovation - 樓宇翻新. Authorized Person Services for A&A Works at G/F Excellent Soho, Nos. 4-5 Wo On Lane, Central, Hong Kong.
Johny's IT Tips
Problems which I faced and the fixes :). Monday, 4 May 2015. Failure Configuring Windows Updates. Reverting Changes. Do not turn off your Computer. The got the below error message when automatic Windows update was running in a Windows 7 which was running in a parallels VM in mac. Failure Configuring Windows Updates. Reverting Changes. Do not turn off your Computer. There was an external hard disk attached to the machine. Remove the external devices and restart the Windows. Sunday, 3 May 2015. Feel free t...
John YI ZHANG Photography | 张夷摄影
Back to Top 返回. JOHN YI ZHANG PHOTOGRAPHY 张夷摄影. Insert copy here, which should vary depending on your region.
Billabong Kläder Sverige Stockholm Rea • Canada Goose Sverige Se Hela Kollektionen Av Mode Här
Canada Goose Sverige Serie Till Salu Är Din Bästa Väljer Sverige Salg Ny På Nätet Specialerbjudande - Timberland Skor Välkommen Att Stockholm Butiksorder Det, Stor Rabatt! 0 Item(s) SEK0.00. Moose Knuckles Kvinnor's Jackor. Moose Knuckles Män's Jackor. Kvinnor Canada Goose Jackas. Män Canada Goose Jackas. Chuck Taylor All Star Metálico Cuero. Chuck Taylor First Star. Chuck II Craft Cuero. Chuck II Cute to Starta Vattentät. Chuck II Cute to Stövlar Waterproof. Chuck II Engineered Canvas. Chuck II Gum Pack.
johnyjbl's blog - Blog de johnyjbl - Skyrock.com
More options ▼. Subscribe to my blog. Created: 24/03/2014 at 3:30 PM. Updated: 24/03/2014 at 3:30 PM. This blog has no articles. Subscribe to my blog! Post to my blog. Here you are free.
Johny Jijay | Your Blog Description
Sample Page with Image. Augue dicta populo est ad, et consul diceret officiis duo. Augue dicta populo est ad, et consul diceret officiis duo. Wednesday, February 06, 2013. Eu mei solum oporteat eleifend, libris nominavi maiestatis duo at, quod dissentiet vel te. Legere p. Action, watch,. Praesent a metus eget augue lacinia accumsan ullamcorper sit amet tellus. Praesent a metus eget augue lacinia accumsan ullamcorper sit amet tellus. Wednesday, February 06, 2013. Action, box office. Action, box office,.