Mérnök lettem
2009. június 18., csütörtök by Zoltan Tanczos
2009. június 18., csütörtök by Zoltan Tanczos
Posted in: antlr, diploma, migráció, stringtemplate | 8 megjegyzés | |
2009. május 24., vasárnap by Zoltan Tanczos
Posted in: antlr, diploma, migráció, stringtemplate | 0 megjegyzés | |
2009. április 23., csütörtök by Zoltan Tanczos
declare @balance money
begin transaction
select @balance = balance from tran_balance where userid=20
-- some very serious calculation..
if @balance > 1500
update tran_balance set balance=balance-1500 where userid=20
commit transaction
SQL Server alatt az alábbi lépések fognak történni:
Posted in: migráció, tranzakciók | 1 megjegyzés | |
2009. április 2., csütörtök by Zoltan Tanczos
PLS-00990: Index Tables of Cursor Variables are disallowedA "this release" pedig az Oracle Database 11g Enterprise Edition Release 11.1.0.6.0. Pedig milyen jó ötletnek tűnt.. :)
PLS-00989: Cursor Variable in record, object, or collection is not supported by this release
Posted in: migráció, omwb, visszatérési érték | 0 megjegyzés | |
2009. március 23., hétfő by Zoltan Tanczos
char c;
int x;
int foo(int y, char d) {
int i;
for (i=0; i<3; i=i+1) {
x=3;
y=5;
}
}
kelda@psycho:~/ANTLR/cminus$ cat input.txt | java Test
(GLOBALS (VAR char c)) (GLOBALS (VAR int x)) (FUNCTIONS
(FUNCTION int foo (PARAMS (PARAM int y) (PARAM char d))
(BLOCK (LOCALS (VAR int i)) (STATEMENTS (FOR (INIT (= i
0)) (COND (< i 3)) (STMT (= i (+ i 1))) (BLOCK LOCALS
(STATEMENTS (= x 3) (= y 5))))))))
def foo(y, d):
i = 0
while ( i < 3 ):
x = 3
y = 5
i = i + 1
Posted in: antlr, diploma, migráció, omwb, stringtemplate | 0 megjegyzés | |
2009. március 16., hétfő by Zoltan Tanczos
The source systems consisted of a combination of Microsoft SQL Server and Access databases, while the target platform was an Oracle 9i server which was to serve as the backend database for the new system.Ha esetleg tud valaki a témába vágó irodalomról, megköszönném, ha jelezné akár hozzászólásban, akár e-mailben: orveny kukac gmail pont com. Nagy segítség lenne :)
The decision to use Antlr and StringTemplate for Oracles next generation Migration and SQL Developer features was easy due to the fantastic support on the forums, extensive documentation and great tools. In particular, the ability to parse trees and define target languages using StringTemplate, provided the end to end language translation technology we required. Other parser generators left us high and dry with only half the solution.Egyelőre még csak az irodalom feldolgozás fázisában tartok, de mindenesetre igen bíztató, hogy egy olyan eszköz használatát tanulom, amivel az SQL Developer Migration Workbench is működik :)
Posted in: diploma, migráció, omwb | 0 megjegyzés | |
2008. december 12., péntek by Zoltan Tanczos
Posted in: dimenzionális modellezés, migráció, oracle szeminárium, önálló labor | 0 megjegyzés | |
2008. november 30., vasárnap by Zoltan Tanczos
Posted in: migráció, Oracle BI fórum, oracle szeminárium, önálló labor | 0 megjegyzés | |
2008. október 26., vasárnap by Zoltan Tanczos
Posted in: blogger dinner, migráció | 0 megjegyzés | |
by Zoltan Tanczos
Posted in: migráció | 3 megjegyzés | |
2008. október 25., szombat by Zoltan Tanczos
Posted in: migráció, omwb, tranzakciók | 0 megjegyzés | |
2008. október 15., szerda by Zoltan Tanczos
Posted in: migráció, önálló labor | 2 megjegyzés | |
2008. október 11., szombat by Zoltan Tanczos
Posted in: migráció, oracle, pl/sql, sql server, t-sql, visszatérési érték | 0 megjegyzés | |
2008. szeptember 21., vasárnap by Zoltan Tanczos
Posted in: kulcsszavak, migráció, omwb, oracle, sql server, szekvencia | 1 megjegyzés | |
by Zoltan Tanczos
Posted in: migráció | 0 megjegyzés | |
2008. szeptember 7., vasárnap by Zoltan Tanczos
Posted in: migráció, oracle, sql server | 1 megjegyzés | |
2008. augusztus 14., csütörtök by Zoltan Tanczos
Posted in: bug, migráció, omwb, pl/sql | 3 megjegyzés | |
2008. augusztus 12., kedd by Zoltan Tanczos
Posted in: migráció, pl/sql | 0 megjegyzés | |
2008. augusztus 6., szerda by Zoltan Tanczos
Posted in: bug, insert into...exec, migráció, pl/sql, t-sql | 0 megjegyzés | |
by Zoltan Tanczos
Posted in: kulcsszavak, migráció, oracle, sql server | 0 megjegyzés | |
Copyright 2007 | All Rights Reserved.
MistyLook made free by Web hosting Bluebook. Port to Blogger Templates by Blogcrowds