Tag: Oracle

Community

Oracle’s explain plan

Whenever you read or write data in Oracle, you do so by issuing an SQL Statement. One of Oracle’s task when it receives such a statement is to build a statement execution plan. An execution plan defines how Oracle finds or writes the data. For example, an important decision that Oracle has to take i

Community

Oracle Service Manager

(Rob Kayman) My goal is to create a Microsoft Windows utility to watch and administer, in a simple manner, Oracle Windows services on local and remote machines. The baseline operation of the utility mirrors the Service Manager that ships with Microsoft SQL Server 2000. I used Visual Studio .NET 2003