[中文]
Author:
fuyuncat
Source:
www.HelloDBA.com
Date:
2005-07-07 17:52:13
SQLStress: Database Stress Test Utility
- Running Environment
- Any platform
- Java
- Connection Mode
- JDBC Connection String
- Stress Environment
- Mutliple programs or SQL Statement running concurrent; Single program or SQL Statement running alone
- Call program or SQL statement in multiple threads;
- Configure limited/unlimited call times for thread;
- Configure execution frequency;
- Execute Object Types
- Package;
- Stored Procedure;
- Functions;
- PLSQL Block
- DML Statement
- Object Settings
- Input parameters data types: NUMBER and Compatible data types;CHAR and Compatible data types;DATE and Compatible data types;
- Output parameters data types: NUMBER and Compatible data types;CHAR and Compatible data types;DATE and Compatible data types;Cursor;
- Parameter data range: Enumerate in LIST; RANGE; RANDOM; Recursive SQL;
Note: It is an open source project now.
Down at: here