Howto Install BGInfo
1). Create c:\BGInfo\ 2). Download exe, run exe, create your configuration, save bgi file as C:\BGInfo\bginfo.bgi 3). Click Start, Programs, right-click “Start Up” and choose “Explore all users” 4). Create …
1). Create c:\BGInfo\ 2). Download exe, run exe, create your configuration, save bgi file as C:\BGInfo\bginfo.bgi 3). Click Start, Programs, right-click “Start Up” and choose “Explore all users” 4). Create …
1234567891011SELECT ( case when object_type = ‘VIEW’ THEN ‘ALTER VIEW ‘ || object_name || ‘ COMPILE;’ when object_type = ‘PROCEDURE’ THEN ‘ALTER PROCEDURE ‘ || object_name || ‘ COMPILE;’ when …
Without the string replaces, running this string against an Oracle database will result in the procedure getting created, but with a compile error. 1234567891011121314string s = @" create or replace …
Create your windows service EXE: Install the service into the control panel of Windows: 1C:\> sc create [service name] binpath= "c:\program files(x86)\path\to\exe\file.exe" To remove the service from the control panel …
http://www.oracle-base.com/articles/9i/ConsumingWebServices9i.php
When doing things like secure automated backups via ssh and/or rsync over ssh, you will need to setup passwordless authentication so that you are not prompted to enter the password …