Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> 10g/AIX: cluster schema creation problem
Fellow Oracle Users:
I am running Oracle10g Server on AIX 5.2.
I can create other schemas, including large tables, AND clusters, but when I tried to create the following cluster (also a user other than sys and system), it failed with the following:
"....Connected to:
Oracle Database 10g Release 10.1.0.2.0 - 64bit Production
Elapsed: 00:00:00.00
SQL>
SQL> create cluster mycluster (
2 c_id number 3 , c_d_id number 4 , c_w_id number
(Obviously tablespace "my_tablespace" is there in a filesystem
with permissons 755 for oracle:dba)
Now, I search (OTN, Google, etc, etc) for ORA-03113 and
I verified that the listener was running, since I could create
right before this cluster other tables and clusters successfully.
Any ideas/advice what I am missing?
Thanks in advance,
![]() |
![]() |