Home
Services
About
Contact
 

Publications

White Papers and Articles

racle Publications

Being Regular with Regular Expressions

This presentation will explain the why and how of using regular expression with Oracle. Unix SAs know the power of matching with regular expression and now the Oracle DBA and Developer can put that power to use. But regular expressions are not the only (of even the best) answer in all situations. We will cover your regular expression options in the SQL, PL/SQL and Java. While most DBAs do not use Java, it does provide a rich and powerful regular expressions capabilities that SQL and PL/SQL do not have. Similarly, improper use of regular expression can have a large negative impact on database performance. The presentation will explain the pros and cons of each method and when they can best be utilized to provide you with high performance matching capability. Presentation White Paper.

Books by John Garmany

Easy Oracle SQL

An introdution to Oracle SQL both beginners and professionals will like this reference comprised of detailed explanations and lots of hands-on-examples.

Easy Oracle PL/SQL

The PL/SQL Guide ! Covers basics through advanced topics with lots of hands-on-examples.

Oracle Application Server 10g Administration Handbook

Written by a DBA for DBAs. From installation to deployment and maintenance, this is the administrators handbook.

 

Oracle Replication

The guide for DBAs planning or maintaining Oracle Replication.

Logical Database Design Principles

Introduces modern logical design from relational to object oriented methods. Examins design requirements for OLTP and data warehouse databases.