When I use jdbc metadata connector to connect a database, a SQL exception is thrown because the connector tries to get metadata of an oracle system table, whose name is like SYSD423\DASD==. I have to turn off the index building... I want to know if I could specify some schema to build index when the jdbc metadata connector connects db... After all I don't want to get metadata of any oracle system table... Thank you.