Kickstart is a powerful tool for DBAs and software developers. It lets you write scripts using a simple Basic like language to generate database objects for every table in a Database schema. For example, you might have developed a robust Oracle stored procedure that inserts rows into a particular database as well as handling security, audit trails and locking. If you want to use that stored procedure as a standard template then you can do it manually, cutting, pasting, editing and testing or you can use Kickstart to do the tedious work for you in a few simple steps. Start Kickstart and point it the database you want to work with. Load your source code into the Kickstart script editor and replace actual table and column names by Kickstart script variables and loops. Push a button and in a few seconds you will have cloned your stored procedure for every databa...