<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-35586248</id><updated>2011-04-22T13:32:24.625+10:00</updated><title type='text'>Me and Technology</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://rennysamuel.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35586248/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://rennysamuel.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>renny</name><uri>http://www.blogger.com/profile/13276182366810281900</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-35586248.post-3342790393389457292</id><published>2011-03-08T09:03:00.001+11:00</published><updated>2011-03-08T09:03:37.365+11:00</updated><title type='text'>SQL Loader</title><content type='html'>A very nice document to understand SQL Loader&lt;br /&gt;http://www.oracle-dba-online.com/sql_loader.htm&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35586248-3342790393389457292?l=rennysamuel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rennysamuel.blogspot.com/feeds/3342790393389457292/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35586248&amp;postID=3342790393389457292' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35586248/posts/default/3342790393389457292'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35586248/posts/default/3342790393389457292'/><link rel='alternate' type='text/html' href='http://rennysamuel.blogspot.com/2011/03/sql-loader.html' title='SQL Loader'/><author><name>renny</name><uri>http://www.blogger.com/profile/13276182366810281900</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35586248.post-1196010406221065348</id><published>2009-01-16T14:49:00.003+11:00</published><updated>2009-01-16T14:54:49.880+11:00</updated><title type='text'>SOAPUI through command line and Maven</title><content type='html'>I have always been working with SOAPUI for my testing of webservices but never once thought of looking at running it through command line or in a java class.&lt;br /&gt;&lt;br /&gt;I was amazed when I found this site which tells  me that I can not only run SOAPUI test cases through command line but I can integrate it into JUnit as well.&lt;br /&gt;This sounded just great&lt;br /&gt;http://www.soapui.org/userguide/commandline/testcaserunner.html&lt;br /&gt;&lt;br /&gt;To add to my excitement...it has a maven plugin as well...yippeeee!!&lt;br /&gt;http://www.soapui.org/plugin/maven2/index.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35586248-1196010406221065348?l=rennysamuel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rennysamuel.blogspot.com/feeds/1196010406221065348/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35586248&amp;postID=1196010406221065348' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35586248/posts/default/1196010406221065348'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35586248/posts/default/1196010406221065348'/><link rel='alternate' type='text/html' href='http://rennysamuel.blogspot.com/2009/01/soapui-through-command-line-and-maven.html' title='SOAPUI through command line and Maven'/><author><name>renny</name><uri>http://www.blogger.com/profile/13276182366810281900</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35586248.post-6919229842546677316</id><published>2008-04-15T17:07:00.003+10:00</published><updated>2008-04-15T17:18:28.426+10:00</updated><title type='text'></title><content type='html'>&lt;span style="font-weight: bold;"&gt;Oracle CHAR(10) and Hibernate&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Had a problem today with the Oracle database where the table was defined with a column of datatype CHAR(10) . The application was connecting to the database through hibernate and the hibernate mappings had a definition of String for this column&lt;br /&gt;&lt;br /&gt;&amp;lt;class name="blah" table="BLAH_IN"&amp;gt;&lt;br /&gt;&amp;lt;property name="test" type="string" column="TEST"&amp;gt;&lt;br /&gt;&amp;lt;/property&amp;gt;&lt;br /&gt;&amp;lt;/class&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;where the table was&lt;br /&gt;CREATE TABLE BLAH_IN&lt;br /&gt;(   "TEST" CHAR(10 BYTE));&lt;br /&gt;&lt;br /&gt;Searches using the Criteria in hibernate for this field would not return a result because of the type difference. hence I had to create a UserType&lt;br /&gt;&lt;br /&gt;The creation of this is well documeted in&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;a href="http://www.blogger.com/exchweb/bin/redir.asp?URL=http://www.hibernate.org/90.html" target="_blank"&gt;http://www.hibernate.org/90.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Saved my day&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35586248-6919229842546677316?l=rennysamuel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rennysamuel.blogspot.com/feeds/6919229842546677316/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35586248&amp;postID=6919229842546677316' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35586248/posts/default/6919229842546677316'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35586248/posts/default/6919229842546677316'/><link rel='alternate' type='text/html' href='http://rennysamuel.blogspot.com/2008/04/oracle-char10-and-hibernate-had-problem.html' title=''/><author><name>renny</name><uri>http://www.blogger.com/profile/13276182366810281900</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35586248.post-8165306383476949423</id><published>2008-03-26T13:13:00.013+11:00</published><updated>2008-03-26T14:20:26.618+11:00</updated><title type='text'>XMLTypes in Oracle 10g</title><content type='html'>&lt;span style="font-family:times new roman;"&gt;I had a chance to make use of XMLType in the Oracle Database and was really annoyed at the restrictions put in by the database. I did encounter a forum which indicated that these issues would be fixed in 11g. I hope that is true.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;font-family:times new roman;" &gt;&lt;br /&gt;ISSUES with XMLType in Oracle 10g&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;1. When registering a schema for the XML data the element name should be restricted to less than 30 characters.  This is because, as I understand it, tables are created for each of those elements and the table names in Oracle cannot be greater than 30 characters.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;2. Each element node cannot have data whose size is greater than 64kb.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;font-family:times new roman;" &gt;SOLUTION:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;store XML data in the database as CLOB's  - which is what we ended up doing. or wait for the next release and upgrade.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-family:times new roman;font-size:100%;"  &gt;HANDY NOTES WHEN USING XMLTypes&lt;/span&gt;&lt;/span&gt;&lt;span style="font-style: italic; font-weight: bold;font-family:times new roman;" &gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;creating a table of XMLType&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;pre style="font-family: times new roman;"&gt;CREATE TABLE Example1 &lt;a name="1038568"&gt;&lt;/a&gt;(&lt;span style=""&gt; &lt;/span&gt;&lt;br /&gt; KEYVALUE&lt;span style=""&gt;  &lt;/span&gt;varchar2(10)&lt;span style=""&gt;  &lt;/span&gt;primary key,&lt;span style=""&gt; &lt;/span&gt;XMLCOLUMN xmltype&lt;a style="font-family: times new roman;" name="1038571"&gt;&lt;/a&gt;);&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-size:100%;"&gt;Stored Procedure to register a schema&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;BEGIN&lt;br /&gt;&lt;br /&gt;declare&lt;br /&gt;doc CLOB =sample XSD&lt;br /&gt;&lt;pre&gt;begin&lt;br /&gt;&lt;/pre&gt;      dbms_xmlschema.registerSchema('test1.xsd', doc,false,true,false,true);&lt;br /&gt;end;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-style: italic;"&gt;privileges required in order to register an XML SCHEMA:&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;I understand from the dba person here that the following privileges are required&lt;br /&gt;create session&lt;br /&gt;alter session&lt;br /&gt;create table&lt;br /&gt;create type&lt;br /&gt;create trigger&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;If the XML SCHEMA is to be registered globally, &lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;the following role is required:&lt;/span&gt;&lt;br /&gt;xdbadmin&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;&lt;br /&gt;TO view the XML data in the table&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;span style=";font-family:times new roman;font-size:12;"  &gt;&lt;span style=""&gt;&lt;/span&gt;&lt;/span&gt;   &lt;p style="font-family: times new roman;" class="MsoNormal"&gt;select a.col1.getStringVal() from Example1 a;&lt;/p&gt;  &lt;span style="font-weight: bold; font-style: italic;font-family:times new roman;" &gt;If using clobs - create a  XMLType from the clob&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;xmlMessage := sys.xmltype.createXML(clobmessage);&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;extract an element in the xmlMessage&lt;/span&gt;&lt;br /&gt;xmlTest := xmlMessage.extract(xpath, xmlnamesp)&lt;br /&gt;&lt;br /&gt;xmlnamespace eg: urn:blah&lt;br /&gt;&lt;br /&gt;or&lt;br /&gt;xmlTest := xmlMessage.extract(xpathExtract) if the XML has no namespace defined&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;append a child node to the XML data&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;update Example1 SET XMLCOLUMN=(&lt;br /&gt;    appendChildXML(sys.xmltype.createXML(XMLCOLUMN),&lt;br /&gt;                xpathInsert,&lt;br /&gt;                xmlTest,&lt;br /&gt;                xmlnamesp)).getClobVal() WHERE KEYVALUE&lt;span style=""&gt;  &lt;/span&gt;= 1;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;Referred Documentation&lt;br /&gt;&lt;a href="http://www.oracle.com/pls/db102/to_pdf?pathname=appdev.102%2Fb14259.pdf&amp;amp;remark=portal+%28Books%29"&gt;&lt;span style="font-weight: bold;"&gt;XML DB Developers Guide&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35586248-8165306383476949423?l=rennysamuel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rennysamuel.blogspot.com/feeds/8165306383476949423/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35586248&amp;postID=8165306383476949423' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35586248/posts/default/8165306383476949423'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35586248/posts/default/8165306383476949423'/><link rel='alternate' type='text/html' href='http://rennysamuel.blogspot.com/2008/03/xmltypes-in-oracle-10g.html' title='XMLTypes in Oracle 10g'/><author><name>renny</name><uri>http://www.blogger.com/profile/13276182366810281900</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35586248.post-116011567252381829</id><published>2006-10-06T16:12:00.000+10:00</published><updated>2006-10-06T16:21:12.530+10:00</updated><title type='text'>ASP</title><content type='html'>Hey..what fun..I am a Java programmer and I get to work on ASP.Yeay!!!!. Anyway, that i not what I am here to talk about. I got a chance to work on AJAX for one of the screens. Thought it might be a monster that I am encountering...but it was not as bad. I could successfully finish one screen with AJAX in a day. w3schools website really did help. What ever be your language...w3schools has a tutorial for it..&lt;br /&gt;&lt;br /&gt;I did encounter a small issue when working with AJAX(remember it is all within my ASP application). Getting back to the problem...once I had a screen with components being populated through AJAX and then went on to the next screen from there...if I hit the back button on the browser I could not get these components back...scratched my head for a day,pulled my hair for another couple of days and wallah...found the solution....remember I still am talking of an ASP application...&lt;br /&gt;The url when you hit the back button would hold the information of that page when you last visited it...and you can call back your AJAX method to re-populate it...&lt;br /&gt;Was not really that great a problem afterall.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35586248-116011567252381829?l=rennysamuel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rennysamuel.blogspot.com/feeds/116011567252381829/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35586248&amp;postID=116011567252381829' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35586248/posts/default/116011567252381829'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35586248/posts/default/116011567252381829'/><link rel='alternate' type='text/html' href='http://rennysamuel.blogspot.com/2006/10/asp.html' title='ASP'/><author><name>renny</name><uri>http://www.blogger.com/profile/13276182366810281900</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
