java에서 이렇게 가져 왔는데.
oracle.sql.STRUCT strc = (oracle.sql.STRUCT)rs.getObject(7);
Object[] strcValues = strc.getAttributes();
strcValues를 찍어보면 ???
가 출력됩니다. 왜 이렇게 될까요?