Skip to content

Instantly share code, notes, and snippets.

View mitsakosgr's full-sized avatar

Dimitris Pappas mitsakosgr

  • Prudea
  • Athens/Greece
View GitHub Profile
using System;
using System.Globalization;
using System.Reflection;
namespace TestActivator
{
class Program
{
static void Main(string[] args)
{

Oracle 11G + GnuCobol installation for Oracle Linux 7

Oracle Database

Add required Groups

groupadd oinstall
groupadd dba
groupadd oper