Hi Swadesh, > Any idea how to prepare a script to populate multiple tables with > random data ? I recommend using Datafiller[1] for that. You just need to have the DDL of the tables. Based on that the program will create a script that inserts randomly generated data. [1] - https://www.cri.ensmp.fr/people/coelho/datafiller.html Cheers, jwo