When I install a new application in a client, I need to load some tables with initial registers.
After load tables I need to drop some sequences and create them again with another start number
because I don't know how to do this automaticaly.
I create the load scritp with TOAD tool that don't put ident_xxxx.nextval on sequence attribute.
After load tables I need to drop some sequences and create them again with another start number
because I don't know how to do this automaticaly.
I create the load scritp with TOAD tool that don't put ident_xxxx.nextval on sequence attribute.