30 December 2006

Graphical administration tool for Oracle. GPL

Bezpłatne programy, darmowe, za darmo, gratis - wyszukiwanie i nowości.: "
DBA Companion 1.5 is a graphical administration tool for Oracle databases. It features browsing the data dictionary, drilling down from one information to related ones, generation of SQL scripts based on data dictionary information, and customisation of all the SQL used by the tool."

19 December 2006

Java-based tool for browsing virtually any database. Freeware

Bezpłatne programy, darmowe, za darmo, gratis - wyszukiwanie i nowości.: "
DataBrowser 3.4.2 is a Java-based tool for browsing virtually any database. It has been tested with Oracle, SQL Server, PostgreSQL/Postgres, MySQL, DB2, and MS Access (among some others). It requires a Java 2 runtime environment. The DataBrowser allows you to execute dynamic SQL, import and export data, view the schema in a treeview, and view query results in a table view."

Java-based tool that analyzes the metadata of a schema in a database. LGPL

Bezpłatne programy, darmowe, za darmo, gratis - wyszukiwanie i nowości.: "
SchemaSpy 3.1.1 is a Java-based tool that analyzes the metadata of a schema in a database and generates a visual representation of it in a browser-displayable format. It lets you click through the hierarchy of database tables via child and parent table relationships. Browsing through relationships can occur though HTML links and/or though the graphical representation of the relationships. It's also designed to help resolve the obtuse errors that a database sometimes gives related to failures due to constraints."

15 December 2006

Sqlmap. GPL

Bezpłatne programy, darmowe, za darmo, gratis - wyszukiwanie i nowości.: "
sqlmap: a blind SQL injection tool 0.2 is an automatic blind SQL injection tool capable of enumerating an entire remote database, performing an active database fingerprint, and much more. The aim of this project is to implement a fully functional database mapper tool that takes advantages of Web application programming security flaws that lead to SQL injection vulnerabilities."
Understanding SQL Server's sysobjects table
Arthur Fuller explains why knowledge of the SQL Server sysobjects table can come in handy in certain situations. He also offers details about the two columns that will be most useful to you: sysobjects.name and sysobjects.xtype.

MySQLPHPGrid 0.6.3 puts data from a MySQL table into a grid on a Web page. LGPL

Bezpłatne programy, darmowe, za darmo, gratis - wyszukiwanie i nowości.: "
MySQLPHPGrid 0.6.3 puts data from a MySQL table into a grid on a Web page. The grid supports sorting of columns, editing of cells, adding rows, deleting rows, and pagination. It can display a full MySQL table or just a subset of a table."

08 December 2006

Tool to output your database schema. LGPL

Bezpłatne programy, darmowe, za darmo, gratis - wyszukiwanie i nowości.: "
SchemaCrawler 4.1 is a platform (OS and database) independent command line tool to output your database schema and data in a readable form. The output is designed to be diff-ed with previous versions of your database schema. SchemaCrawler is also an API that improves on standard JDBC metadata."

Persistent database generator for high performance C applications. GPL

Bezpłatne programy, darmowe, za darmo, gratis - wyszukiwanie i nowości.: "
DataDraw 3.0.0 is a feature rich persistent database generator for high performance C applications. It is based on 15 years of experience supporting over 1 million lines of high performance code."

05 December 2006

Why most database designers don't go beyond the Third normal form

Why most database designers don't go beyond the Third normal form
Normalization: How far is far enough? Normalization is one of the commandments of IT database pros, whether you are a data modeler, DBA, or SQL developer. Arthur Fuller defines each normal form and explores why most database designers don't go beyond the Third normal form.
Enable Change Tracking in Oracle for faster incremental backups
DBAs can do incremental backups made via Recovery Manager significantly faster by enabling a new Oracle 10g feature called Change Tracking. Bob Watkins explains how to enable the feature.
Normalization: How far is far enough?
Normalization is one of the commandments of IT database pros, whether you are a data modeler, DBA, or SQL developer. Arthur Fuller defines each normal form and explores why most database designers don't go beyond the Third normal form.

04 December 2006

Java-based tool for browsing virtually any database. Freeware

Bezpłatne programy, darmowe, za darmo, gratis - wyszukiwanie i nowości.: "
DataBrowser 3.4.0 is a Java-based tool for browsing virtually any database. It has been tested with Oracle, SQL Server, PostgreSQL/Postgres, MySQL, DB2, and MS Access (among some others). It requires a Java 2 runtime environment. The DataBrowser allows you to execute dynamic SQL, import and export data, view the schema in a treeview, and view query results in a table view."

02 December 2006

Front-end to the Oracle command-line utility sqlplus for Unix. GPL

Bezpłatne programy, darmowe, za darmo, gratis - wyszukiwanie i nowości.: "
gqlplus 1.12 is a front-end to the Oracle command-line utility sqlplus for Unix. It is functionally nearly identical to sqlplus, with the addition of command-line editing and history similar to tcsh and bash, as well as table name and column name completion."