sorting collections
In fact, Oracle is now rich in features for working with collections, with one important special case: sorting arrays of data. This article demonstrates a small number of techniques that we can adopt for sorting our collections.
link: http://www.oracle-developer.net/display.php?id=428
tags: sql oracle pl/sql adrian's oracle pages oracle-developer.net oracle developer
MySQL: GROUP BY Modifiers
These rows represent higher-level (or super-aggregate) summary operations. ROLLUP thus allows you to answer questions at multiple levels of analysis with a single query.
link: http://dev.mysql.com/doc/refman/5.0/en/group-by-modifiers.html
PostgreSQL v roce 2009 (PostgreSQL 8.4) - Root.cz
Každoročně přinášíme článek věnovaný novinkám v PostgreSQL verze 8.4, která je k dispozici.
link: http://www.root.cz/clanky/postgresql-v-roce-2009-postgresql-8-4/
Hibernate SQL logging
log4j.logger.org.hibernate.SQL=DEBUG log4j.logger.org.hibernate.type=TRACE
link: http://blog.krecan.net/2009/04/05/hibernate-sql-logging/
Morgan's Library Home
Opravdu velka knihovna prikladu toho, co se da v Oracle delat a novinek ze sveta Oracle
link: http://www.morganslibrary.org/
How FriendFeed uses MySQL to store schema-less data - Bret Taylor's blog
Krajne poucne az nesmirne zajimave
link: http://bret.appspot.com/entry/how-friendfeed-uses-mysql
tags: web 2.0 sql web application json
wwwsqldesigner - Google Code
WWW SQL Designer allows users to create database designs, which can be saved/loaded and exported to SQL scripts. Various databases and languages are supported. Ability to import existing database design.
SQL indexing in 9 minutes and a half
Proper indexing is one of the keys to database performance - yet a disturbingly high number of people have it more or less wrong. This presentation is based ...
link: http://cz.youtube.com/watch?v=7ZgG7ttJTSc
tags: index sql database performance indexing roughsea faroult
ORACLE-BASE - PIVOT and UNPIVOT Operators in Oracle Database 11g Release 1
ORACLE-BASE - PIVOT and UNPIVOT Operators in Oracle Database 11g Release 1
link: http://www.oracle-base.com/articles/11g/PivotAndUnpivotOperators_11...
flexible pipelined functions
Polymorfismus a dedicnost v oracle
link: http://www.oracle-developer.net/display.php?id=420
tags: sql oracle pl/sql pipelined function
SQL Injection Cheat Sheet
Album nejvetsich pecek SQLinjektoru.
link: http://ferruh.mavituna.com/sql-injection-cheatsheet-oku/
tags: web sql security application injection
Sorted Hash Clusters
Dost divna featura oraclu, dle statistik to vypada jako trochu rychlejsi index (uplatni se to hlavni pri razeni)
link: http://jonathanlewis.wordpress.com/2008/07/13/sorted-hash-clusters/
Oracle SQL Developer Data Modeling
SQL Developer Data Modeling offers a full spectrum of data and database modeling tools and utilities.
link: http://www.oracle.com/technology/products/database/sql_developer/fi...
tags: sql tools software tools softwarové nástroje oracle data modeling
MySQL Partitioning
MySQL Partitioning. scalability partitioning
link: http://www.scribd.com/doc/2085418/MySQL-Partitioning
openDBcopy - an open-source database migration utility (Java),database migration,open-source,dbcopy,db,copy any database,jdbc,migrate databases,online migration,open-source software GPL,Puzzle ITC
Tool na zkopirovani obsahu databaze.
link: http://opendbcopy.sourceforge.net/
tags: open source sql tools software tools softwarové nástroje databaze
SQuirreL SQL
SQuirreL SQL is an open-source Java SQL Client program for any JDBC compliant database
link: http://squirrel-sql.sourceforge.net/
tags: java open source sql database open-source squirrel-sql squirrel sql sql tool sql client sqlclient sql viewer
HQL: The Hibernate Query Language
Dokumentace k HQL.
link: http://www.hibernate.org/hib_docs/reference/en/html/queryhql.html
Comparison of different SQL implementations
porovnani ruznych DB enginu z ruznych uhlu pohledu.
link: http://troels.arvin.dk/db/rdbms/
Horizontal Database Partitioning with Spring and Hibernate
Deleni dat do vice databazi pomoci Springu
link: http://www.jroller.com/kenwdelong/entry/horizontal_database_partiti...
tags: java spring hibernate sql design java grid computing data partitioning data sharding
JoSQL - SQL for Java Objects
JoSQL (SQL for Java Objects) provides the ability for a developer to apply a SQL statement to a collection of Java Objects.