In an oracle database when you right click to create table, the code is firing ConnectionMetaData.getSchemas() method 3 times. This method is currently running slow when there are many schemas, so its expenentionally slowed down if we call it 3x times.