Michael A. Georgiou
マイケル

Technical articles for oracle database

Thursday, August 20, 2015

Transportable tablespace and Cross-Platform Tablespace Conversion

›
From Oracle 10g Win64 to  Oracle 12c AIX64  create user test identified by test; grant connect,resource to test; create tablespace test d...
Tuesday, May 12, 2015

Introduction to git

›
cd .. git init git add . git commit git remote add origin http://theseas/FileMover.git git clone http://theseas/FileMover.git git pul...
Tuesday, January 20, 2015

Sys_guid()

›
The sys_guid() can used to genated unique varchar2 columns Select sys_guid() from dual Also, you can use it as default value in a table Usin...
Thursday, December 6, 2012

fibonacci in PL/SQL

›
create or replace   package  as     procedure print_fibonacci ( n number); end fibonacci; create or replace package body f...
Friday, November 9, 2012

Create Oracle 11g Database Manually on AIX5L

›
db_name='GATEWAY' memory_target=1G processes = 150 audit_file_dest='/oradata/db11g/audit' audit_trail ='db...
›
Home
View web version

Michael A. Georgiou

My photo
Michael Georgiou
Nicosia, Cyprus
Michael Georgiou currently works at the National Bank of Greece (Cyprus Branch) as an Oracle Database and Oracle Application Server Administrator. He earned an M.Sc. degree in Computer Science from the University of Cyprus (2011) and Bsc degree in Computer Science from Cyprus College (2004). He is Oracle Certified Professional (OCP) and Red-Hat Certified Engineer (RHCE). He has 8 Years of experience with Oracle Database and Oracle Applications Servers Administration and Instruction. He works on large government projects such as the Police Computerization System, Cyprus Social Insurance, Ministry of Labor and others. Mr Michael specializes in application analysis and development (PL/SQL,Java,C,C++). In the past he has worked for NetU Consultant ltd (2004-2007). email:askmichaelgeorgiou@gmail.com
View my complete profile
Powered by Blogger.