
javajumper.blogspot.com
JumperThink and Do something Different, Something has never been Done and Seen Before ...
http://javajumper.blogspot.com/
Think and Do something Different, Something has never been Done and Seen Before ...
http://javajumper.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
0.7 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
13
SSL
EXTERNAL LINKS
47
SITE IP
172.217.10.65
LOAD TIME
0.695 sec
SCORE
6.2
Jumper | javajumper.blogspot.com Reviews
https://javajumper.blogspot.com
Think and Do something Different, Something has never been Done and Seen Before ...
Jumper: JDeveloper
http://javajumper.blogspot.com/2009/07/jdeveloper.html
Think and Do something Different, Something has never been Done and Seen Before . Friday, July 31, 2009. I suggest for a newbie J2ee developer, before adapting the drag and drop IDE, you should/must get your hands dirty first and understand fully how the servlet and the framework does. Subscribe to: Post Comments (Atom). InfoQ Personalized Feed for Allen Montejo. SuperPack, a New Serialization Format with a Smaller Payload. APIDesign - Recent changes [en]. JaroslavTulach 10:37, 26 August 2016 (UTC).
Jumper: Remove MySql database on MAC OS X platform
http://javajumper.blogspot.com/2010/12/remove-mysql-database-on-mac-os-x.html
Think and Do something Different, Something has never been Done and Seen Before . Friday, December 17, 2010. Remove MySql database on MAC OS X platform. How to completely remove /or delete all the files of Mysql on your Mac operating system, Follow the steps and command below. In my case I am using Snowleopard version 10.6.5. 1 Backup all the your database objects using mysqldump. 2 sudo rm /usr/local/mysql. 3 sudo rm -rf /usr/local/mysql*. 4 sudo rm -rf /Library/StartupItems/MySQLCOM. APIDesign - Blogs:...
Jumper: the Fun Begin
http://javajumper.blogspot.com/2010/02/fun-begin.html
Think and Do something Different, Something has never been Done and Seen Before . Saturday, February 6, 2010. I will give fun tutorial and tricks . ;). Subscribe to: Post Comments (Atom). InfoQ Personalized Feed for Allen Montejo. SuperPack, a New Serialization Format with a Smaller Payload. Shape Security has open sourced a new schemaless binary serialization format called SuperPack. *By Abel Avram*. APIDesign - Recent changes [en]. Is Swing's openness reason for its so bad reputation? Miles to go .
Jumper: DB2 Remove Special Character (UDF)
http://javajumper.blogspot.com/2010/12/db2-remove-special-character-udf.html
Think and Do something Different, Something has never been Done and Seen Before . Monday, December 13, 2010. DB2 Remove Special Character (UDF). Db2 Database comes w/ the vast collection of encoding that some case our application(front-end) is unable to render. According to unicode.org. Java default encoding is UTF-16. The user define function(UDF) below can be used to filter the special character upon retrieving the column value. CALLED ON NULL INPUT. Declare results varchar(1024) default ' ;. JaroslavT...
Jumper: About
http://javajumper.blogspot.com/p/about.html
Think and Do something Different, Something has never been Done and Seen Before . Software Engineer and Architect using technology such as Java, Oracle,python, ruby, Forms/PLSql, Visual Basic 6, IBM Lotus Notes client/Domino(Lotus Script,Formula Language and JavaScript), Open Programming Language/OPL(use for Symbian Devices) and Perl. Subscribe to: Posts (Atom). InfoQ Personalized Feed for Allen Montejo. SuperPack, a New Serialization Format with a Smaller Payload. APIDesign - Recent changes [en]. I did ...
TOTAL PAGES IN THIS WEBSITE
13
Eminus Sleepus Chamber: Calculate Optimal Undo in Oracle
http://eminus-sleepus.blogspot.com/2009/09/calculate-optimal-undo-in-oracle.html
Sunday, September 20, 2009. Calculate Optimal Undo in Oracle. SELECT d.undo size/(1024*1024) "ACTUAL UNDO SIZE [MByte]",. SUBSTR(e.value,1,25) "UNDO RETENTION [Sec]",. ROUND( d.undo size / (to number(f.value) *. Gundo block per sec) ) "OPTIMAL UNDO RETENTION [Sec]". SELECT SUM(a.bytes) undo size. FROM v$datafile a,. WHERE c.contents = 'UNDO'. AND cstatus = 'ONLINE'. AND bname = c.tablespace name. AND ats# = b.ts#. SELECT MAX(undoblks/( end time-begin time)*3600*24). Undo block per sec. FROM v$datafile a,.
Eminus Sleepus Chamber: checking long operations in Oracle RAC
http://eminus-sleepus.blogspot.com/2009/09/checking-long-operations-in-oracle-rac.html
Sunday, September 20, 2009. Checking long operations in Oracle RAC. SELECT s.sid,. TRUNC(sl.elapsed seconds/60) ':' MOD(sl.elapsed seconds,60) elapsed,. TRUNC(sl.time remaining/60) ':' MOD(sl.time remaining,60) remaining,. ROUND(sl.sofar/sl.totalwork*100, 2) progress pct. FROM gv$session s,. WHERE s.sid = sl.sid. AND sserial# = sl.serial#. AND sinst id = sl.inst id. Subscribe to: Post Comments (Atom). Subscribe To Eminus Sleepus. Place Your ADS here. Join the Dogster community. Learn Java and more.
Eminus Sleepus Chamber: Open cursor usage in Oracle
http://eminus-sleepus.blogspot.com/2009/09/open-cursor-usage-in-oracle.html
Sunday, September 20, 2009. Open cursor usage in Oracle. Select a.value, s.username, s.sid, s.serial#. From v$sesstat a, v$statname b, v$session s. Where a.statistic# = b.statistic# and s.sid=a.sid. And bname = 'opened cursors current';. Select max(a.value) as highest open cur, p.value as max open cur. From v$sesstat a, v$statname b, v$parameter p. Where a.statistic# = b.statistic#. And bname = 'opened cursors current'. And pname= 'open cursors'. Group by p.value;. Subscribe to: Post Comments (Atom).
Eminus Sleepus Chamber: eminus's Activities | RunKeeper
http://eminus-sleepus.blogspot.com/2010/10/eminuss-activities-runkeeper.html
Tuesday, October 19, 2010. Subscribe to: Post Comments (Atom). Subscribe To Eminus Sleepus. Place Your ADS here. Join the Dogster community. Powered By: Google Analytics Counter. Http:/ www.kadhiresan.blogspot.com/. Http:/ javajumper.blogspot.com/. Learn Java and more. Http:/ rodgersnotes.blogspot.com. View my complete profile. Http:/ www.linkalizer.com/ Linkalizer. Offers the most efficient way for you to exchange quality links. Picture Window template. Powered by Blogger.
Eminus Sleepus Chamber: useful when resizing datafile
http://eminus-sleepus.blogspot.com/2010/09/useful-when-resizing-datafile.html
Monday, September 20, 2010. Useful when resizing datafile. This script i got from asktom.com is a usefull script to determine what object/s are in the end of the datafile which will cause for you to not to shrink it the way you want it to shrink :) (I mean if there is a big free space between that object and the other object). Column tablespace name format a20. Column "Name" format a45. Break on file id skip 1. Select file id, block id, blocks,. Owner '.' segment name "Name". From sys.dba extents. Select...
Eminus Sleepus Chamber: view open cursor usage in Oracle
http://eminus-sleepus.blogspot.com/2009/11/view-open-cursor-usage-in-oracle.html
Wednesday, November 04, 2009. View open cursor usage in Oracle. Count open cursors by username, SID. Comp sum of curs on report. Select user name, SID, count(*) cursors from V$OPEN CURSOR group by User Name, SID order by User Name, SID;. Displays information on cursor usage for the current session. Select * from V$SESSION CURSOR CACHE;. Displays information on cursor usage for the system. Select * from V$SYSTEM CURSOR CACHE;. Displays open cursors usage in details. Thanks for the syntax, it help me alot.
Eminus Sleepus Chamber: Oracle: how to get the DDL of a certain object
http://eminus-sleepus.blogspot.com/2010/03/oracle-how-to-get-ddl-of-certain-object.html
Tuesday, March 02, 2010. Oracle: how to get the DDL of a certain object. I have a sql script here to extract DDL of all the objects in a schema, the example below will extract the indexes of a certain schema. this is already formatted so you can spool it in a sql file and later run it. Set feedback off echo off. Set long 200000 pages 0 lines 400 trimspool on linesize 400. Column txt format a400 word wrapped. Variable ind owner varchar2(100);. Ind owner := &schema;. Spool $ORACLE SID-get idx ddl.sql.
Eminus Sleepus Chamber: Check Session Details in Oracle
http://eminus-sleepus.blogspot.com/2009/09/check-session-details-in-oracle.html
Sunday, September 20, 2009. Check Session Details in Oracle. Col PID for a7. Col SID for 9999999999. Col ser# for a7. Col box for a29. Col status for a9. Col username for a20. Col os user for a12. Col program for a25. Col LOGON TIME for a14. Col module for a14. Col machine for a10. Select b.status as status,sql hash value,prev hash value,module,machine,. To char(a.spid) as pid, to char(b.sid) as sid, to char(b.serial#) as "ser#", substr(b.machine,1,25) as box, b.username as username,. Bpaddr = a.addr.
Eminus Sleepus Chamber: Temporary tablespace usage in Oracle
http://eminus-sleepus.blogspot.com/2009/09/temporary-tablespace-usage-in-oracle.html
Sunday, September 20, 2009. Temporary tablespace usage in Oracle. Col sid serial for a15. Col osuser for a10. Col module for a20. Col program for a30. Col tablespace for a10. Listing of temp segments. SELECT A.tablespace name tablespace, D.mb total,. SUM (A.used blocks * D.block size) / 1024 / 1024 mb used,. Dmb total - SUM (A.used blocks * D.block size) / 1024 / 1024 mb free. FROM v$sort segment A,. SELECT B.name, C.block size, SUM (C.bytes) / 1024 / 1024 mb total. FROM v$tablespace B, v$tempfile C.
Eminus Sleepus Chamber: View RMAN jobs in Oracle
http://eminus-sleepus.blogspot.com/2009/09/view-rman-jobs-in-oracle.html
Sunday, September 20, 2009. View RMAN jobs in Oracle. Set lines 150 pages 30000. Col ins format a10. Col outs format a10. Col TIME TAKEN DISPLAY format a10. Select SESSION KEY,. COMPRESSION RATIO,input type,. INPUT BYTES PER SEC DISPLAY ins,. OUTPUT BYTES PER SEC DISPLAY outs,. TIME TAKEN DISPLAY,to char(START TIME,'mm/dd/yy hh24:mi') start time,. To char(END TIME,'mm/dd/yy hh24:mi') end time,elapsed seconds/3600 hrs. From V$RMAN BACKUP JOB DETAILS. Order by session key;. Where session key = &session key.
TOTAL LINKS TO THIS WEBSITE
47
javajuju.com at Directnic
Java Jukebox | Java Jukebox
javajukebox.org
Sorry, you don"t appear to have frame support. Go here instead - javajukebox.org.
Java Jules Coffee House & Bistro | in Downtown Ortonville, Minnesota
Java Jules Coffee House and Bistro. In Downtown Ortonville, Minnesota. Thanks for stopping by our site! We are located in the heart of Ortonville’s historic main retail district. Stop in and relax by the fireplace while we prepare the perfect cup of coffee (and/or lunch! Artist Deb Larson with one of her paintings. 221 2nd St NW. Ortonville, MN 56278. M-Thur 7:30 - 4:00 pm. Friday 7:30 - 2:00 pm. Follow me on Twitter. Follow Blog via Email. Blog at WordPress.com. Blog at WordPress.com.
javajulie
Minneapolis, Minnesota, United States. View my complete profile.
Jumper
Think and Do something Different, Something has never been Done and Seen Before . Friday, December 17, 2010. Remove MySql database on MAC OS X platform. How to completely remove /or delete all the files of Mysql on your Mac operating system, Follow the steps and command below. In my case I am using Snowleopard version 10.6.5. 1 Backup all the your database objects using mysqldump. 2 sudo rm /usr/local/mysql. 3 sudo rm -rf /usr/local/mysql*. 4 sudo rm -rf /Library/StartupItems/MySQLCOM. Links to this post.
javajumpstart.biz
Page Title
For More Information, Please Contact. Price : $30,000 o.b.o. Efficient interior layout id designed for multiple work stations. Trailer is wired for 2 Espresso machines. The vaulted ceiling makes the interior feel roomy. There is a large number of storage cabinets. 2 commercial refrigerators, an ice maker and a freezer are included in this sale.
javajumpstart.info
Java Junction - Home
Burger of the Month. Burger of the Month. JAVA JUNCTION COFFEE BAR GRILL. WHERE COFFEE MEETS CUISINE. Turn your good morning into a great morning. If you just need a little something or a whole lotta something, Java Junction has something for you. From bagels to sandwiches and creative creations like the HANGOVER HELPER, Java knows how to start the day off right! Breakfast is served 8 am - 12 pm. Save room for dessert! A trip to Java Junction is not complete without trying a deep Fried Whoopie Pie! The c...
Its an Junction for Java!
Its an Junction for Java! Subscribe to: Posts (Atom). A perfect man who wants to share all the technics. View my complete profile. Awesome Inc. template. Powered by Blogger.