Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

can u help plz

436095Feb 14 2005 — edited Feb 28 2005

I faced this problem once i tried to create the catalog although all the steps was perfect???
thanks,,,,,,,


RMAN> create catalog tablespace data;

RMAN-06099: error occurred in source file: krmk.pc, line: 6600
RMAN-06097: text of failing SQL statement: CREATE TABLE db
(
db_key NUMBER NOT NULL, -- sequence generated primary key
db_id NUMBER NOT NULL, -- kccfhdbi from controlfile
-- updatable columns
curr_dbinc_key NUMBER, -- current incarnation
CONSTRAINT db_p PRIMARY KEY (db_key),
CONSTRAINT db_u1 UNIQUE(db_id) -- ensure that db_id is unique
)
tablespace data

RMAN-06004: ORACLE error from recovery catalog database: ORA-00600: internal err
or code, arguments: [kcfnew_2], [2], [2], [0], [1], [], [], []

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-06433: error installing recovery catalog
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 28 2005
Added on Feb 14 2005
1 comment
306 views