[eluser]kamikaz[/eluser]
InsiteFX > I use an Oracle database
jonez > I understand well what you mean. An example: the for statement is used to collecting data and I should put an inser_batch after the for.
Two possibilities why it takes 3 minutes: either it's because I don't use insert_batch and I make an insert each time in the for statement, either the reason is that I am looking for metadata of each table and of each column.
Thank you very much for your answers. It help me a lot.