Tech Guy on June 16th, 2009

This article contains information about some more UNIX commands which are used widely in UNIX Scriptiing.Following commands are explained here chgrp,cat,split, grep, jobs, kill, ps, finger, gzip, gunzip, touch, whereis, which, head, tail, sort, ln, whoami, groups, grplist, top, fg, bg, nice and set

Continue reading about Basic Unix Commands – Part 2

Tech Guy on June 16th, 2009

This article contains reference documentation for some of the basic unix commands. Also it has short information about UNIX Kernal, UNIX Shell and UNIX Files and Processes.

Continue reading about Basic UNIX Commands – Part 1

Tech Guy on June 16th, 2009

DotNet Framework is a Programming model of the .NET environment for building, deploying, and running Web-based applications, smart client applications, and XML Web services

Continue reading about DotNet Framework Fundamentals

Web service is defined by the World Wide Web Consortium (W3C). It provides an interface for a service oriented architecture. – Part 4 contains description about WSDL and SOAP

Continue reading about XML and WebServices Basics – Part 4 | Webservices SOAP and WSDL

Tech Guy on June 12th, 2009

XML is short for Extensible Markup Language, a specification developed by the World Wide Web Consortium (W3C). Web service is defined by the World Wide Web Consortium (W3C). It provides an interface for a service oriented architecture. – Part 3

Continue reading about XML and WebServices Basics – Part 3 | XML Parsing

Tech Guy on June 12th, 2009

XML is short for Extensible Markup Language, a specification developed by the World Wide Web Consortium (W3C). Web service is defined by the World Wide Web Consortium (W3C). It provides an interface for a service oriented architecture. This is part 2 of the tutorial session

Continue reading about XML and WebServices Basics – Part 2 | XSD and DTD

Tech Guy on June 12th, 2009

XML is short for Extensible Markup Language, a specification developed by the World Wide Web Consortium (W3C). Web service is defined by the World Wide Web Consortium (W3C). It provides an interface for a service oriented architecture.

Continue reading about XML and WebServices Basics – Part 1

Tech Guy on June 12th, 2009

SQL: Data Types
The following is a list of general SQL datatypes that may not be supported by all relational databases.

Data Type Syntax

Oracle 9i

Explanation (if applicable)

dec(p, s)

The maximum precision [...]

Continue reading about Oracle PL/SQL Datatypes