Mic's knowledge base

My personal notes

Oracle Sql Plus

clock October 31, 2008 06:39 by author mic
1. Introduction The Oracle Relational Database Management System (RDBMS) is an industry leading database system designed for mission critical data storage and retrieval. The RDBMS is responsible for accurately storing data and efficiently retrieving that data in response to user queries. ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


SQLplus

clock October 31, 2008 05:11 by author mic
What is SQL*Plus and where does it come from? SQL*Plus is a command line SQL and PL/SQL language interface and reporting tool that ships with the Oracle Database Client and Server software. It can be used interactively or driven from scripts. SQL*Plus is frequently used by DBAs and Developers ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Matching Patterns in Text: The Basics

clock October 25, 2008 16:30 by author mic
Character literals /a/ Mary had a little lamb. And everywhere that Mary went, the lamb was sure to go. /Mary/ Mary had a little lamb. And everywhere that Mary went, the lamb was sure to go. The very simplest pattern m... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Using regular epxression in perl

clock October 24, 2008 21:49 by author mic
Using Regular Expressions To check if there is a match in a string Perl uses special operator =~. Usual syntax is: variable =~ m/regular_expression/ The result of this operator is either true (if there is a match) or false (no match). The following example checks if a string contains a phon... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Regular expression special characters

clock October 24, 2008 21:24 by author mic
Entering Special Characters   <Comma>   ,   <Nul>   ^@   <Period>   .   <Space>    ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Search and Replace string on Perl

clock October 24, 2008 06:56 by author mic
SEARCH & REPLACE. Just as the title implies, this is to look for certain patterns and replace them with a different specified string. Substitution is specified with s. It is placed before the first forward slash surrounding the search expression. The string that will be used to rep... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Perl string regular expression

clock October 24, 2008 04:38 by author mic
Introduction Without regular expressions, Perl would be a fast development environment. Probably a little faster than VB for console apps. With the addition of regular expressions, Perl exceeds other RAD environments five to twenty-fold in the hands of an experienced practitioner, on console app... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Fixing Spawning Session

clock October 16, 2008 17:59 by author mic
sudo /etc/init.d/vboxdrv setup

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Hack Vista and Media Center to make the best digital DVD library EVER!

clock October 14, 2008 21:07 by author mic
If you're like me, one of the inputs on your TV is your desktop or laptop computer.  It's one of the best ways to surf the web or share pictures and videos with others. But my favorite feature, hands down, is the ability to have my entire DVD collection available to me in a very in... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


More regular expression note

clock October 12, 2008 02:04 by author mic
Regular Expression Basic Syntax Reference Characters CharacterDescriptionExample Any character except [\^$.|?*+() All characters except the listed special characters match a single instance of themselves. { and } are literal characters, unless they're pa... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Calendar

<<  January 2009  >>
MoTuWeThFrSaSu
2930311234
567891011
12131415161718
19202122232425
2627282930311
2345678

View posts in large calendar

Page List

RecentPosts

Sign in