Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Error on creating index
Hello,
What does "Oracle stops" mean ? If Oracle crashes without an error, check alert.log. If not, debug your session with event 1006 level 8 to see Oracle kernel events.
regards...
Ali TOYGAR wrote:
> Hi , I have a problem with creating an index ot table AAA with
> 400000 records. After I write following sql and run it ORACLE
> stops.CREATE INDEX index_1
> ON USER1.AAA
> ( field1,
> field2 ) I copied same table to user2 and when I write above sql
> it runs !!!! CREATE INDEX index_1
> ON USER2.AAA
> ( field1,
> field2 ) Both users ( user1 and user2 ) have same
> priviliges.(unlimited tables space,connect,resource,...) what is the
> problem. please help me
-- Danisment Gazi Unal http://www.ubTools.com -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Danisment Gazi Unal (ubTools) INET: dunal_at_ubTools.com 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: ListGuru_at_fatcity.com (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).Received on Mon Jul 08 2002 - 16:28:38 CDT