Can we reuse the same session created by DSbulk initially to export/import multiple tables?
Is one session enough for multiple tables or new session will be created for each table?
We don't want to create new session for every table because creating new session everytime may result in latency when we need to import multiple tables at a time.
So is there any solution/alternative approach for this?