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 20., hétfő by Zoltan Tanczos
Posted in: houg, oracle | 0 megjegyzés | |
2009. április 19., vasárnap by Zoltan Tanczos
Posted in: oracle, politika | 0 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 31., kedd by Zoltan Tanczos
Örömmel értesítünk, hogy az előző félévben tett sikeres vizsgád eredményéül feltöltheted adataidat abba az adatbázisba, amelyből partnereink kiválasztják azokat, akiknek munkaszerződést ajánlanak és így részt vehetnek az intenzív nyári képzésen.Végülis, ahhoz képest, hogy legkésőbb január végére ígérték a tájékoztatást, nem is olyan rossz.. :)
Posted in: oracle szeminárium | 2 megjegyzés | |
2009. március 29., vasárnap by Zoltan Tanczos
variableDef
: declaration SEMICOLON
| declaration EQUALS expr SEMICOLON
;
data: ( b+=BYTE )+ {$b.size()<=4}?
;
data
@init {int n=1;}
: ( {n<=4}?=> BYTE {n++;} )+
;
Posted in: antlr, diploma | 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 | |
Copyright 2007 | All Rights Reserved.
MistyLook made free by Web hosting Bluebook. Port to Blogger Templates by Blogcrowds