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