Tech Revisit
Revisiting Past Technical Issues...
Pages
(Move to ...)
Home
▼
Wednesday, August 1, 2012
Perform 1st-time configuration of Shared Service selection disabled.
›
If when you run "Oracle EPM System - Foundation Services - EPM System Configurator" for the first time, and you can't select ...
2 comments:
Monday, June 25, 2012
Quickly Duplicate an Existing Table [SQL Server]
›
This is a tip for quickly duplicating an existing table. Select * Into new_table_name From existing_table_name While this is anothe...
Quickly Duplicate an Existing Table [Oracle]
›
This is a tip for quickly duplicating an existing table. CREATE TABLE new_table_name AS (SELECT * FROM existing_table) While this is...
Thursday, April 19, 2012
Hyperion : openLDAP Service Won't Start [Error]
›
One stormy day, my Hyperion openLDAP service just won't start. It's simply corrupt. Some time ago, before this dreadfull thing hap...
error BC30506: Handles clause requires a WithEvents variable defined in the containing type or one of its base types. [ASP.Net]
›
One day in my coding life as a consultant I met this error message: "~\file.vb(250): error BC30506: Handles clause requires a WithEvent...
2 comments:
›
Home
View web version