Wednesday, July 08, 2009
Oracle Introduces Oracle SQL Developer Data Modeler
Oracle SQL Developer Data Modeler delivers a spectrum of data and database modeling capabilities spanning:
Visual entity relationship modeling – Supports both Barker and Bachman notations so developers can switch between models to suit the audience’s needs or create and save different visual displays;
Forward engineering ERDs to relational models – Transforms all rules and decisions made at the conceptual level to the relational model, where details are further refined and updated;
Separate relational and physical models – Enables developers to develop a single relational model for different database versions or different databases such as Oracle Database, IBM DB2 V7 and V8 for Linux, UNIX and Windows and OS/390 mainframe, and Microsoft SQL Server 2000 and 2005; and,
Full spectrum of physical database definitions – Supports physical definitions such as partitions, roles, and tablespaces for specific database versions for multi-database, multi-vendor support leading to improved developer consistency and productivity.
The new tool integrates seamlessly with Oracle SQL Developer – Oracle’s popular graphical tool for database development – to let developers open and view previously developed designs as well as query, run and write reports against the reporting repository.
Oracle SQL Developer Data Modeler is available for all editions of Oracle Database 11g and runs on Windows, Linux and Mac OS X. The tool is also available for Oracle Database 10g.
Tuesday, October 28, 2008
ORA-12541 TNS no listener
Tuesday, September 23, 2008
ITIL V3
ITIL V3
ORA-03113
ORA-03113
Friday, September 19, 2008
ORA-12154 TNS Could not resolve service name
Monday, July 16, 2007
Oracle 11G - OLTP Table Compression
Oracle 11G introduces a new option to support compression of various structured, unstructured and other backup data. This option named Oracle Advanced Compression option provides multiple features including OLTP table compression ( this feature extends the basic table compression that was available since 9i ) , Secure File Deduplication, RMAN Compression and Data Pump Compression.
Technorati : Compression, New Features, OLTP, Oracle 11gSunday, July 15, 2007
Oracle 11G New Features - SQL Performance Analyzer
Friday, July 13, 2007
Oracle 11G - Database Replay
Database Replay a new feature of Oracle 11G provides DBAs and system administrators with the ability to accurately rerun actual production workloads, including online user and batch workloads, in test environments. By capturing the full database workload from production systems, including all concurrency, dependencies and timing, Database Replay enables you to realistically test system changes by essentially recreating production workloads on the test system -something that a set of scripts can never duplicate.
Technorati : New Feature, Oracle 11g, Real Application Testing