When running load_java I find that the following indexes are created in the users default tablespace(see below). I want to create them in my INDEXES table space. How can I do this for these indexes? John SQL> select index_name,index_type, table_name from user_indexes where tablespace _name='DATA' INDEX_NAME INDEX_TYPE TABLE_NAME ------------------------------ SYS_C00766 NORMAL CREATE$JAVA$LOB$TABLE SYS_C00767 NORMAL JAVA$CLASS$MD5$TABLE SYS_IL0000020329C00002$$ LOB CREATE$JAVA$LOB$TABLE -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: John Dunn INET: [EMAIL PROTECTED] Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
