10g

Prosolutions Salon & Spa Software 8.10G
The Salon & Spa Software That Revolutionized The Industry!!! more>> <<less

OraExport 1.01
OraExport is a very flexible and effective GUI based export import tool that used to Export/Import oracle data objects. more>>
OraExport 1.01 is a very flexible and effective GUI based export import tool that used to Export/Import oracle data objects. It is based on Oracle's Export/Import utility. Oracle newbie may also find it is very easy to Export/Import data objects with this tool even without typing an Export/Import parameter. This program is written in Visual Basic Express. Requires Oracle client to be install firstTested on Oracle 10g Database.
Enhancements: Version 1.01 automatically captured the last entered values.
RBT 1.3
RBT is a browser based query and reporting application backed by scalable J2EE technology. The Administrator application provides role based security setup and user/group access control. more>>
RBT 1.3 is such a browser which is designed based on the query and reporting application supported by scalable J2EE technology.
The Administrator application provides role based security setup and user/group access control to database tables and columns. User-friendly names can be assigned to database tables and columns for display in all areas of the Designer application to enhance query and report design by non-technical users.
The Designer application is built to provide a powerful, user-friendly design interface for non-technical users with support for Sub Reports, Drill Downs and RSS feed configuration. In the designer, users are presented with a simple tree view for column selection and tabs for select, filter and HTML output view design. The HTML output design interface provides a feature rich tool set to create sophisticated document templates to be populated by the associated queries.
RBT application look and feel is defined by a simple set of CSS files and images facilitating easy customization and integration with existing applications. Web services provide client to server communications and RBT includes an api library to support custom security implementation and direct access to server-side reporting engine.
Enhancements:
- Sub Reports;
- RSS Support;
- Custom Page Sizes;
- Object Layering;
- Custom Where Values.
Requirements:
- Server Requirements
-
- Java Standard Edition (SE) 6 Update 5 or greater;
- Java Enterprise Edition (EE) web container with Java EE 5 or greater.
- Client Requirements
-
- Internet Explorer 7.0;
- Firefox 3.0.
- Databases
-
- MySQL 5 Database Script;
- Oracle 10g Database Script;
- SQL Server 2005 Database Script.
Bulk Meter Flow and Operations 1.0.7
The Bulk Meter Flow and Operations is a web-based application to manage water meter readings more>>
Bulk Meter Flow and Operations is a software that helps you manage water meter readings.
Open BMFO by clicking on the Desktop shortcut or by entering the URL http://localhost/bmfo/ in the browser.
Enter user name bmfo and password bmfo to log in.
Click on the Meter Selection link.
Select meter location test.
Enhancements:
- Meter Aggregation
- Access Control
- Support for ORACLE 10g XE
- Added GMED Report
- PDF reports are implemented with Servlet
- Bug fixes
- Documentation improvements
TierDeveloper 6.1
TierDeveloper is an object to relational mapping (O/R mapping) code generator that lets you develop extremely high performance .NET applications in record time. more>> TierDeveloper is the industry standard for Object to Relational mapping and code generation tool that helps you rapidly design, generate and deploy middle-tier-objects for your enterprise applications. It is designed to enable developers to build BUSINESS FRAMEWORKS with an instant increase in productivity and at the same time greatly simplifying the management of change.
- .NET Framework 2.0/3.0/3.5 Support
- Visual Studio .NET 2005/2008 Integration
- New Mapping Wizard provided to do N-N Mapping
- Seperation of Domain Object from Persistence Layer
- Custom hooks in a seperate independent .NET Assembly
- Integration Layer provided
- .NET components
- ASP.NET pages
- XML/XSLT
- Web Services
- C# and VB.NET
- Supports OLEDB, SqlDB and OraDB Data Providers
- Object Binding
- Lazy Loading
- Web Services
Database Support
- SQL Server 2000/2005/2008
- Oracle 10g/11g
- IBM DB2 7.1/8.1 or later
- Ms Access 2003/2007
System Requirements: PC with 64 MB RAM, 32 MB Hard disk Space
System Requirements: Previously commerical ($1500/license) but now free
<<less
Easy Dump Oracle 1.1
Easy Dump Oracle is a tool to import/export Oracle database dumps and schemas. more>> Ive written this tool to allow easy import/export for Oracle databases dumps and schemes.
My primary task was to make an easy self-explain interface. Thats why actually you can just run it and to see how the tool works. The Easy Dump Oracle is an easy-to-use and intuitive tool that can be helpful for all professionals: QA, Support, Engineers, Developers, etc. This tool includes export/import wizards to define, modify and duplicate export/import tasks. All defined tasks organized in a tree that is placed on the left side of the tool. By do mouse right-click on some single node of the tree (i.e. defined tasks) you can choose necessary activity from the pop-up context menu. All defined tasks are saved on a local disc. So, in case you exit and re-enter the tool all prior defined tasks remain saved. To simplify an interface for the initial version of the tool Ive decided to limit a number of tasks that can be run in parallel to 1. But its a subject of the future features of the tool. On the right-upper tab you can see detailed information about tasks that were performed. In the Message right-bottom tab the Easy Dump Oracle provides detailed output for the running or last ran task. In case a task has some problem(s) you receive detailed information. The Easy Dump Oracle designed to have a minimal performance impact on a machine you run it on. So, you can use it on Oracle 9i/10g Server, Oracle 9i/10g Client machines, with small and big dumps, with very small and very big schemes.<<less

TierDeveloper .NET 6.1
Generate template-based .NET objects and apps without any hand-coding. more>>
TierDeveloper .NET 6.1 is a powerful and easy-to-use tool that helps you develop real-life complex .NET database application in record times. TierDeveloper does this by letting you map objects to relational databases, put power SQL and business rules in them, and generate fully working code instantly. TierDeveloper also generates an ASP.NET application to either let you test the generated objects or to use as a powerful admin application.
Some of the main benefits of using TierDeveloper are:
- Speed up .NET Development: 50% of your code is generated instantly.
- Improve Code Quality: All generated code is consistent and based on a design pattern.
- Reduce Testing Effort: All generated code is based on pre-tested templates.
Major Features:
- Object Mapping Features
- Filtered Object Inheritance
- Map stored procedures to objects
- Objects
- Map to a single table or multiple tables
- Map to a view (read-only or in update mode)
- Define unmapped objects and create tables for them automatically
- Support for auto-generated keys (Identity keys and sequenced values)
- Select subset of table-columns as object attributes
- Support for formula (computed) fields in objects
- Support for NULL values (IsNull and SetNull)
- Name object attributes different from table-columns
- Support all the data types in target language including BLOB
- Data validation on attributes provided including range-checking, greater than, or less than checking
- Extendible field validation framework. Add your own custom field validation logic
- Required and optional field checking
- Save an object only if it is "dirty" (meaning data is changed in it)
- Serialization support for all objects
- App GUI Designer Features (ASP.NET & Windows Forms)
- App GUI Wizard (New)
- Forms Designer
- List Pages Designer
- Ad Hoc Search Page Designer
- Menu Designer
- Transaction Support
- Specify insert, update, delete, and single-row select operations
- Specify multiple insert and single-row update operations
- Specify bulk updates and deletes with custom where-clause
- Specify transactional characteristics of objects for COM+
- Full transaction support for non-COM+ components in a parent-child relationship
- Non-COM+ components can also be part of client initiated transactions
- Transaction isolation levels for each object
- Queries
- Query Timeout
- Specify joins
- Select subset of object attributes for retrieval
- Specify custom where-clause with nested queries, UNIONs, and others
- Accept run-time parameters
- Return a collection of objects as the output of query
- Support GetCount and GetPartialRows behavior in queries
- Support SELECT DISTINCT on queries
- Return Typed DataSets as query results
- Automatically create queries based on indexes
- Dynamic Queries: Same as normal queries but with following additional features:
- Specify where-clause at run-time
- Output of dynamic query is a collection of objects (just like normal queries)
- Relationships:
- Re-architected support for 1-1, 1-n, and m-n relationships
- Added support for m-n relationships (thru a bridge table)
- Parent-child relationships support for 1-1, 1-n, and m-n
- Lazy loading of related objects in a relationships
- Cascaded updates and deletes for all relationships provided
- Automatically create relationships between objects
- Parent/Child Relationships
- In case of 1-1, 1-n, and m-n specify a parent-child characteristic
- Parent object updates or deletes children as part of one transaction
- Parent object loads all children
- Stored Procedure Calls Relationships
- Define methods in objects as calls to stored procedures
- Specify input, input/output, and output parameters
- Accept cursors as output of stored procedures
- Use it when a stored procedure has complex business rules
- Generate T-SQL stored procedures for all SQL used in objects
- Generate CLR stored procedures for all SQL used in objects
- TierDeveloper does this automatically and then generates objects code so it is calling these stored procedures
- Improves performance
- Use package syntax for generated Oracle stored procedures
- Custom Hooks (safe code)
- Write custom hooks to be called by the generated code from within the methods of objects
- Custom hooks kept separate so objects code can be regenerated
- Generate skeletons and a test application for custom code to make it easy for you to write custom code and test it independently
- Typed Datasets
- Support for Typed DataSets for all objects
- Generate .xsd files for all objects and define relationships in them as well
- NET Remoting Services
- Select one of more objects and one or more methods in them and generate web services for them
- Generates a Windows Forms remote client application
- TierDeveloper support RPC-style web services
- Code Generation
- Support for Visual Studio 2008 and .Net Framework 3.0/3.5
- Support for Microsoft Enterprise Library Security Application Block
- Support for WCF
- .NET Remoting App
- Generate ASP.NET and Windows Forms application
- Now you can generate code through TierDeveloper that supports .Net Nullable types
- Complete re-architected template-based code generation engine
- Code templates based on JavaScript language and are customizable
- Customize names for classes, methods, and properties
- Generate .NET components in C# and VB.NET
- Generate either COM+ or non-GAC code
- Generate updatable Datasets
- Build .NET components as private or shared assemblies
- Support for Visual Studio 2008 and .Net Framework 3.0/3.5
- WEB App Generation
- Ajax Support
- Generate a fully-working web application
- Web app contains pages to test each and every object behavior
- Generate web app with or without XML/XSLT
- Schema Level View
- Quickly view object mappings against all tables in the schema
- Instantly view overlaps in objects on table-mapping
- Easily see which tables haven't been mapped
- Makes object design work very easy
- SQL Query Tool
- Quick compile and run SQL before committing it to objects
- Invoke SQL Query Tool from query definition and stored procedure definition windows
- Output of the SQL shown in a multi-column list in bottom window
- Generate Design Docs
- Generate meaningful design docs in HTML for generated objects
- Easily update design docs whenever you change objects
- 424Database Servers
- Microsoft SQL Server 2000/2005/2008
- Oracle 8i/9i/10g
- IBM DB2 7.x, 8.1
- MS Access 2000 or later
- .NET code uses OleDb, SqlClient, and Oracle Client for database access
- New TierDeveloper GUI
- Completely redesigned GUI for TierDeveloper (consistent with VS.NET)
- Stand-Alone and VS.NET integrated versions have identical GUIs
- ASP.NET and Windows
- FormsCompletely redesigned and easier-to-use GUI for generated ASP.NET app
- Support for Windows Forms application generation with a nice GUI layout
- Customize GUI layout for ASP.NET and Windows Forms apps
- GUI layout customization from within VS.NET and/or XML file
- Use drop-down controls with lookup values on forms
- Re-arrange fields on the form, change their sizes, change labels, and more
- Customize layout of list pages. Re-arrange column order, width, and titles
- 1-1, 1-n, and m-n relationships supported in forms and lists
- Support of partial classes
- SQL Server Optimization
- Generate SQL API based object code
- Use Windows authentication for security
- Oracle Optimization: Generate Oracle Native Data Provider based object code
Enhancements:
- Support for Visual Studio 2008 and .Net Framework 3.0/3.5: If user opts to generate the code for .Net Framework 3.0/3.5, code is generated for Visual Studio 2008 for later versions.
- Support for SQL Server 2008: Users will be able to connect to SQL Server 2008 databases.
- Support for Microsoft Enterprise Library Security Application Block: Users can use Role-Based Authorization in their Factory methods. TierDeveloper uses Microsoft Enterprise Library Security Application Block along with Policy Injection block for security.
- Support for WCF: Support for WCF is included in TierDeveloper 6.0. TierDeveloper generates:
- WCF Business Services for components. (Class Library)
- Host Application (Console)
- Proxies for Services (Class Library)
- Map stored procedures to objects: Map the output of a stored procedure call to an object. Then, when the stored procedure is called, it returns a collection of the mapped objects. This way, you can use objects for all your database interaction.
- App GUI Wizard: Quickly specify the GUI of your application through an easy to use wizard. Wizard lets you select how many forms, list pages, ad hoc search pages you want and which objects they should be mapped to. It also lets you specify the menu of your application and a login page. Wizard then lets you generate either ASP.NET or Windows Forms application. This is the fastest way of generating a custom app GUI.
Oracle Locator Express 1.1.1
Oracle Locator Express is a useful tool with which you can switch the default Oracle home more>>
Oracle Locator Express is compatible with Oracle client software from Oracle 7 onwards.
It will detect the Oracle 10g client software as well as previous installed versions of the client software.
Oracle Locator Express is a useful tool with which you can switch the default Oracle home.
EMS SQL Manager Lite for Oracle 1.5.0.1
A high performance tool for Oracle Database Server administration and development more>>
EMS SQL Manager for Oracle offers plenty of powerful tools for experienced users such as Visual Database Designer, Visual Query Builder, and powerful BLOB editor to satisfy all their needs. SQL Manager for Oracle has a state-of-the-art graphical user interface with a well-described wizard system, so clear in use that even a newbie will not be confused with it.
Main features:
New state-of-the-art graphical user interface
- Office 11 and Windows XP visual schemes support
- Well-described Wizard System
- User-friendly database explorer for easy management of all Oracle objects
- Windows Toolbar to switch between windows easily, like in Windows Task Bar
- Navigation bars with hot actions in most of the windows
- Ability to save all program settings
- Customizable toolbars for all program windows
- Fully customizable program interface
- Powerful visual options module
- Localizable program interface
Easy management of all Oracle objects (including create/edit/ drop operations)
- Managing tables and all their subobjects: fields, primary, unique and foreign keys, indices, triggers, and check constraints
- Managing views and all their subobjects: fields, triggers, primary, unique and foreign keys
- Managing procedures, functions, sequences, packages and package bodies
- Managing users, roles, profiles, consumer groups and resource plans
- Managing database and schema triggers, clusters, synonyms, database links, materialized views and materialized view logs
- Managing object and array types, object type bodies, libraries
- Managing java sources, resources and classes
- Managing index types, operators, dimensions
- Managing contexts, directories, table spaces, rollback segments, redo log groups
- Duplicating database objects
- Viewing dependencies between database objects
Rapid database management and navigation
- Multiple host/database connections
- Registering selected databases to work with
- Schema restriction to see only required schemas
- Projects to work with the selected database objects only
- Multiple user-defined tabs for any tree node to access it in one-click
- Working with multiple selected objects at a time
- Grouping/Ungrouping registered databases
Advanced data manipulation tools
- Plenty of useful tools such as data grouping, fast search and filtering
Effective security management
- Grant manager displaying all database object grants in the form of a grid
- Ability to set permissions for table columns
- Easy management of database users, roles and profiles
Excellent visual and text tools for query building
- Multiple SQL editors with code completion and syntax highlight
- Large script execution (SQL script editor)
Latest Oracle version support
- Support of all server versions from 8.1.7 to 10g R2
- Support of all Oracle data types including the new BINARY_FLOAT and BINARY_DOUBLE types
- Powerful and easy management of object permissions, including column-level permissions
And other useful features
- Keyboard templates
- External tool manager
- To-do list
Other useful tools to make your work with Oracle server as easy as it can be
- Extracting metadata into text files or SQL script editor
- SQL Monitor
System requirements:
- 300-megahertz (MHz) or higher Pentium II-compatible processor; 600-MHz or faster processor recommended
- 64 MB RAM (128 MB or above is recommended)
- 50MB of available HD space for program installation
- Super VGA (800x600) or higher-resolution video adapter and monitor; Super VGA (1024x768) or higher-resolution recommended
- Microsoft Mouse or compatible pointing device
- Oracle Client 8.1.7 or higher
- Possibility to connect to any local or remote Oracle server
Benchmark Factory for Databases 4.7.1
Database Performance and Scalability Testing for Oracle, SQL Server, Sybase, DB2 more>> Benchmark Factory for Databases is a database performance and scalability testing tool for Oracle, SQL Server, DB2 UDB, Sybase ASE, MySQL, and other databases using ODBC connectivity that:
?Generates load against the database by replaying production workload, running user-defined SQL scripts or using out-of-the-box industry standard benchmarks (AS3AP, TPC-C TPC-B, TPC-D, Scalable Hardware).
?Simulates concurrent users running database transactions to uncover performance bottlenecks pre-production.
?Evaluates how database code such SQL, PL/SQL, T-SQL scale under different concurrent user loads.
?Stress tests the database to determine the breaking point measuring scalability and performance.
?Compares performance test results enabling users to compare performance and scalability between database platforms, which is necessary during database migrations (SQL Server 2000 to SQL Server 2005, Oracle 9i to Oracle 10g, etc.), database platform evaluations (Linux vs. Solaris vs. Win), and when deploying and tuning Oracle RAC.<<less

Dynamic 3i Free Edition ERP/MRP 3.2.2050
Get access to all Enterprise and Manufacturing Resource Planning solutions. more>>
Dynamic 3i Free Edition ERP/MRP 3.2.2050 allows you to get access to all Enterprise and Manufacturing Resource Planning solutions. SDC's newest solution, DYNAMIC 3i Free Edition gives users access to all the power and functionality of the market-leading Enterprise Resource Planning and Manufacturing Resource Planning solutions without the heavy investment usually required to acquire these solutions.
DYNAMIC 3i Free Edition includes everything you need to get started for up to 4 users. The solution is built on Oracle's 10g XE database platform ensuring the very best in performance, reliability and the assurance of an industry standard for your database and ERP and MRP applications.
Enhancements:
- A fix allowing Dynamic3i Free databases older than 3.2.1331 to be upgraded automatically.
DBVA for Visual Studio Viewer Edition 4.0
DBVA for Visual Studio Viewer Edition - Share ideas on Database Applications Development more>>
DBVA for Visual Studio Viewer Edition is extremely useful when you want to share your ideas with partners, colleagues, or clients, who do not have their copy of DBVA for Visual Studio.
Supported Databases:
- Oracle 8i, 9i, 10g
- DB2 7/8
- Microsoft SQL Server 2000
- Sybase Adaptive Server Enterprise 12.5
- Sybase SQL Anywhere 9
- MySQL 3/4
- HSQLDB 1.61 - 1.8
- Cloudscape/Derby 10
- PostgreSQL 7/8
- IBM Informix
- Ingres 2006
- Progress OpenEdge Release 10
EMS SQL Manager 2007 Lite for Oracle 1.3
Powerful GUI tool for Oracle administration. more>> EMS SQL Manager for Oracle is a high performance tool for Oracle Database Server administration and development. SQL Manager for Oracle works with any Oracle versions from 8.1.7 to 10g and supports all Oracle objects and all Oracle data types including the new BINARY_FLOAT and BINARY_DOUBLE types, and others. It offers plenty of powerful tools for experienced users such as Visual Database Designer, Visual Query Builder, and powerful BLOB editor to satisfy all their needs. SQL Manager for Oracle has a state-of-the-art graphical user interface with a well-described wizard system, so clear in use that even a newbie will not be confused with it. Key Features: - New state-of-the-art graphical user interface - Connecting via local port forwarding through the SSH tunnel - Easy management of all Oracle objects (including create/edit/ drop operations) - Rapid database management and navigation - Advanced data manipulation tools - Effective security management - Excellent visual and text tools for query building - Impressive data export and import capabilities - Report designer with clear in use report construction wizard - Latest Oracle version support - Powerful visual database designer - And other useful features - Other useful tools to make your work with Oracle server as easy as it can be.<<less
License:Freeware

DreamCoder for Oracle Free Edition 2.4.0.5
A powerful tool for Oracle PL/SQL development and administration more>>
With the intuitive DreamCoders GUI reduce the development process time and increase your code quality .
DreamCoder for Oracle you will easily be able to build and execute queries, build and execute scripts, build and execute PL/SQL code, create and modify database objects, import and export data and user session monitor among others.
DreamCoder for Oracle offers powerful visual tools for increase your productivity like SQL editor, procedure builder, parameter manager, describe objects, LOV viewer and session monitor among others features.
Here are some key features of "DreamCoder for Oracle Free Edition":
- Powerful PL/SQL Editor
- Procedure Builder
- Master detail Table browser
- Parameter Manager
- Value List for foreign keys
- Code Inspector
- Procedure Evaluator
- Synonym Manager
- Describe all objects (F4)
- SQL and PL/SQL Code Formatter(Only Enterprise Edition)
- Database system monitor (Only Professional Edition)
- SQL Plus Console
- Lov Viewer
- CLOB support
- Database Session monitor
- SQL Window
- Administration of project
- Object Browser
- Non-PL/SQL Objects
- Template List
- Compare User Objects
- Export User Objects
- Advanced Query Builder
- Describe Object
- Object Finder
- Filter of Objects
- Recycle bin (10g)
- Object extractor
- SQL History
- Database reports
- Object compiler assistant
- Support partition tables and partition indexes
- DML code generator
- Integrated Debugger (requires Oracle 7.3.4 or later)
- Direct connection without SQL*Net.
- Account Password Encryption.
- MDI Interface - Microsoft Office Style
- Workgroup development
- Dockable environment
- Easy installation
System requirements:
- The supported Oracle Server versions are 8i, 9i and 10g on any platform. To connect to an Oracle database, DreamCoder only requires a 32-bit SQL*Net or Net 8 or Net 9 version to debugger.

Tool for Organizing Your Schemas (TOYS) 1.0.41
A Microsoft Windows tool for comparing and synchronizing Oracle database schemas more>> A Microsoft Windows tool for comparing and documenting Oracle database schemas. The tool facilitates taking snapshots of the database structure (meta-data) and saving these snapshots as XML files. Snapshots can be compared to determine what has changed over time. The tool also supports the creation of HTML schema reports and the generation of DDL scripts to re-create your schemas. Snapshots may be saved as standard text files in source code management tools. Supports Oracle 8 and 9.
Features
* Easy to use GUI. Supports Windows NT / 2000 / XP.
* Non intrusive. That is, no special setup is required within the accessed databases. TOYS does not install objects into the database when capturing schema information. This is most important if you have lots of databases.
* Simple setup. TOYS installs in seconds. It does not require ODBC or the setup and maintenance of database repositories. TOYS only requires that the OracleNet client be installed. See Installing TOYS for details of installing and running TOYS.
* Fast operation. Comparisons only take seconds. Similarly, snapshots are loaded (or saved) in seconds. This can save a significant amount of time when comparing a large number of databases. Retrieval of schema meta-data from the Oracle catalogs (snapshot capture) has been optimized to further speed the process.
* Support for Oracle 7, 8, 8i, 9i and 10g.
* Supports multi-schema operation. Multiple related schemas within a database can be captured, compared and synchronized as a unit. TOYS is not limited to single schema comparisons and upgrades.
NEW:
This release has the following changes:
Extended the grace period to 12 months.<<less
License:Freeware
- Page: 1 of 2
- 1
- 2
