Oracle

11g new feature articles

Oracle/PLSQL String Functions

Oracle/PLSQL Topics

Oracle Hints

Oracle Built-in Functions

Oracle Forum

PL/SQL Challenge

Oracle and XML In Action - A Real World Example

Catalog Views / Data Dictionary Views

Oracle .NET Developer Center

SQL*Plus® User's Guide and Reference - SET Commands

Oracle Data Types

Oracle TNS Configuration Trouble Shooting

Remove Oracle manually

Get ORACLE current version, use :
SELECT *
   FROM  v$version;

Get The First Day of the Year for a given date SELECT TRUNC(sysdate,'Y') FROM DUAL

Get The First Day of the month for a given date SELECT TRUNC(sysdate,'MM') FROM DUAL

Get the First Day of the quarter for a given date SELECT TRUNC(sysdate,'Q') FROM DUAL

Comments

Popular posts from this blog

Decompiling Delphi - 3

Decompiling Delphi - 2

Artificial Intelligence, Oxymoron and Natural Intelligence