If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Ora-01455

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-28-03, 14:47
fcrowley fcrowley is offline
Registered User
 
Join Date: Dec 2002
Posts: 5
Question Ora-01455

I have just created about 15 tablespaces and users corresponding among each other

I use RMAN to perform backup with it did successfully now when I issued the command using RMAN -> list backup; -> I get this error message - > ORA-01455

no clue why??

Any suggestion will be appreciated

I'm using ORACLE9i

thanks
Reply With Quote
  #2 (permalink)  
Old 01-30-03, 03:29
yikaikai yikaikai is offline
Registered User
 
Join Date: Jan 2003
Location: Öйú¡¤Î÷°²
Posts: 18
hi, maybe that's a bug, what version are you using?

just try it:

1) Navigate to the $ORACLE_HOME/rdbms/admin of your recovery catalog

database.

2) Edit the file recover.bsq with an editor of your choice.

Change the following line:

< pieceCount_con number(2), -- backup set piece count (null)

to

> pieceCount_con number(5), -- backup set piece count (null)

3) Connect to your recovery catalog via the rman command line interface

and run the command :

RMAN> upgrade catalog

(you will be prompted to enter this command twice to confirm).

4) Rerun the 'list backup' command
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On