Create catalog tablespace rcvcat error!

i create tablespace rcvcat in the database rcv. then create a user rman (default database is rcvcat),grant resource ,connect,recover_catalog_owner to rman. After this i user rman in the prompt dos
c:>rman catalog rman/rman@rcv
rman-06008 connect to recover catalog database
rman-06428 cannot install catalog
the i use the command 'create catalog tablespace rcvcat'
rman> create catalog tablespace rcvcat
error encoutered while parsing input commands
but when i use the comman 'create catalog tablespace system' it is ok!
why?
the tablespace rcvcat is online too!
who can help me ,the version of oracle is
8.1.5

hai,
While creating database, tablespace, user, etc, do not use the oralce key words as identifiers. User name is "rman"(key word)
tablespace is "rcvcat"(key word).
so replace these names with other words, then try..
murty
null

Similar Messages

  • Create Catalog Report Internal Error.

    Hi,
    I am trying to create a catalog report using Catalog Manager (OBI EE 10.1.3.4.1).
    There are several folders and for one, I am getting 'An internal error occurred during: "Catalog Report"' message. I am not able to understand reason behind it.
    There is a difference that I have observed with this particular folder. Like others, it is under shared folder. However, below this folder (name - sample_folder), there is a sub-folder '\'. None of the other folders under the shared folder have this sub-folder.
    The owner of this sub-folder '\' is 'System Account'. Its attributes are 'Hidden, System'. The value of 'My Permissions' (when logged in as Administrator) is 'Read'. The path for this folder is '/shared/sample_folder/\/'.
    Also, when I click the sub-folder in the 'Table' pane (on the right hand side of the Catalog Manager), I can take some action (like see permissions, properties). But when I click the sub-folder in the 'Tree' pane (on the left hand side of the Catalog Manager), an error is thrown "Path not found ('/shared/sample_folder/\/')".
    I am not sure about this sub-folder (what it is, who created it, etc.). And I doubt that it might be causing problem while creating a Catalog Report for the main folder - sample_folder.
    Is anyone aware of the issue? Could you please let me know?
    Thanks,
    Manoj.

    Hi,
    This has been outlined as unpublished Bug 9571790 - Error Running Catalog Report
    Creating A Catalog Manager Report In OBIEE 10g Fails With "An internal error occurred during: "Catalog Report" [ID 1301872.1]
    fyi:
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=1301872.1
    Cause
    Catalog manager online mode operations are restricted to the logged-in user only (even the Administrator user). The Administrator user can not have permissions to manage the other users private folders like /users/xxx (username); therefore, when trying to create a catalog report for all users by selecting the "/users" folder or root "/" it will throw a Null pointer exception in the Catalog Manager tool due to the lack of access permissions. As a result, the error " An internal error occurred during: "Catalog Report" " occurs.
    This has been outlined as unpublished Bug 9571790 - Error Running Catalog Report
    Solution
    A patch has been created to avoid the error when launching the Catalog Manager in online mode. Instead, an error is logged when the logged in user does not have access to the catalog items.
    1. Please log a new SR to get the download password for Patch 9571790
    Abstract ERROR RUNNING CATALOG REPORT
    Release OBI EE 10.1.3.4.1
    Product Oracle BI Suite EE (obiee)
    Platform Generic Platform
    Files p9571790_101341_Generic.zip
    Size 4.8M
    2. Please follow the patch read me to apply it on top of version 10.1.3.4.1 then retest the issue.
    Thanks
    Deva

  • Fiori Error while creating catalog and Group in Fiori Launchpad

    Hi ,
    We are getting following error while creating Catalog and Groups in Fiori Launchapd:
    Error (500, Internal Server Error) in OData response for GET "/sap/opu/odata/UI2/TRANSPORT/CustomizingRequests?$filter=isDefaultRequest%20eq%20true": HTTP request failed
    Details: Model 'ZTRANSPORT_MODEL_0001_BE' contains errors. Contact Adminstrator
    Regards,
    Trilochan
    Message was edited by: Michael Appleby

    Hi Trilochan,
    Have you assigned transport request? Select the config icon at right top.
    Creating Transport Requests for User Changes - User Interface Add-On for SAP NetWeaver - SAP Library
    Also look at SAP Fiori - UI Add-on SP09 update troubleshooting
    Regards, Masa
    SAP Customer Experience Group - CEG

  • Error while creating Catalog in Fiori Launchpad Designer

    Hi Experts,
    We have installed the new UIX* Fiori components on our NW 7.31 front-end server which has the gateway installed as well. Our backend ERP system is a separate system.
    I have activated the OData services /UI2/INTEROP and /UI2/TRANSPORT for the Fiori Launchpad Designer. I am acessing the Launchpad Designer with the URL http://<host>:<port>/sap/bc/ui5_ui5/sap/arsrvc_upb_admn/main.html. (I have activated the ICF service /sap/bc/ui5_ui5/sap/arsrvc_upb_admn).
    Now when I try to create a new Catalog (Standard type) by providing Title and ID I am seeing the below error message for POST operation in the PAGE_BUILDER_CUST service in Google Chrome browser:
    Our system components are as below:
    Can someone let me know how I can resolve this error so that I can create Catalogs in the Launchpad Designer?
    Regards,
    Saurabh
    Tags edited by: Michael Appleby

    Hi Saurabh,
    Please take a look troubleshooting steps.
    SAP Fiori LL17 - SAP Fiori launchpad troubleshooting
    Regards, Masa
    SAP Customer Experience Group - CEG

  • Unable to create a tablespace under user scott despite of many privileges

    Hi,
    I use user scott to test a rdf database using oracle 11.2.0.2 contained in oracle developer days in my oracle linux enterprise guest system. However, I am unable to create a tablespace under scott. The error message says insufficient privilege. Actually, I granted all privilege in Roles, System Privileges, Object Privileges to scott in the OEM panel. I also granted resource, create session, create table, unlimited tablespace to scott in sqlplus as well. However, I am still unable to create the tablespace. The command I used for creating tablespace is below:
    create tablespace rdf_tblspace
    datafile '\home\oracle\app\oracle\oradata\rdf_tblspace.dat' size 14m reuse
    autoextend on next 10m maxsize unlimited
    segment space management auto;
    Error at Command Line:1 Column:1
    Error report:
    SQL Error: ORA-01031: insufficient privileges
    01031. 00000 - "insufficient privileges"
    Any suggestions will be much appreciated. Thanks a lot in advance.

    user571093 wrote:
    Hi,
    Thanks for the helpful info. Can you pls show me how to grant REATE TABLESPACE system privilege to scott? The System Priveleges in OEM is not enough for scott? Thanks a lot.You should first go through [url http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_9013.htm] this  This link contains details of GRANT command.
    create tablespace is a system privilage granted to a user by the DBA in below way:
    grant create tablespace to scott;

  • CJS-00091 Unable to create the tablespaces -R/3 4.7E installation

    Hi All,
    We are installing R/3 4.7 Enterprise  x200-SR1 release. While installing Database instance, SAPinst got terminated with the below error at tablespace creation step.
    CJS-00091  Unable to create the tablespaces. DIAGNOSIS: There is not enough free disk space: Mount point | space required | space available | SAPDATA directories
    /oracle/DCM/sapdata1   |   44891   |   10408.3   |   4,3,1,2
    . SOLUTION: Make more disk space available.
    We have 10GB,12GB,30GB,30GB available in sapdata1,sapdata2,sapdata3 and sapdata4 respectively. But why the installation is trying to load all the exports into sapdata1.
    If any one would have faced the similar kind of issues or know the solution please suggest me the solution.
    Best Regards,
    Ganesh.

    Hi,
    Have you distributed the sapdata files in the Installation Dialogue Box ? means Have you specified different directories for different sapdata files during Installation process ?
    Please re-distribute the sapdata files location by re-running the SAP Installation. As sapdata1 location is nt having the demanded space (44891 MB).
    Regards,
    Bhavik G. Shroff

  • I am not able to create database manually.unexpected error incountered why?

    I am not able to create database manually.unexpected error incountered why?
    Same step is worked in another system
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area 97589952 bytes
    Fixed Size 453312 bytes
    Variable Size 46137344 bytes
    Database Buffers 50331648 bytes
    Redo Buffers 667648 bytes
    SQL> ed
    Wrote file afiedt.buf
    1 CREATE DATABASE icici
    2 LOGFILE GROUP 1 ('F:\oracle\oradata\icici\logfile\redo01.log') SIZE 10M,
    3 GROUP 2 ('F:\oracle\oradata\icici\logfile\redo02.log') SIZE 10M,
    4 GROUP 3 ('F:\oracle\oradata\icici\logfile\redo03.log') SIZE 10M
    5 MAXLOGFILES 5
    6 MAXLOGMEMBERS 5
    7 MAXLOGHISTORY 1
    8 MAXDATAFILES 10
    9 MAXINSTANCES 1
    10 CHARACTER SET US7ASCII
    11 NATIONAL CHARACTER SET AL16UTF16
    12 DATAFILE 'F:\oracle\oradata\icici\datafile\system01.dbf' SIZE 100M REUSE
    EXTENT MANAGEMENT LOCAL
    13 DEFAULT TEMPORARY TABLESPACE tempts1 TEMPFILE 'F:\oracle\oradata\icici\d
    atafile\temp01.dbf' SIZE 100M REUSE
    14 UNDO TABLESPACE undotbs DATAFILE 'F:\oracle\oradata\icici\datafile\undot
    bs01.dbf'SIZE 100M REUSE
    15* AUTOEXTEND ON NEXT 5120K MAXSIZE 300M
    SQL> /
    CREATE DATABASE icici
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    SQL>

    Check the alert log. Paste the end of the file over here.
    Yoann.

  • Catalog backup getting Error resolving host - unknown host name in dataset

    I have new install of OSB version 10.3.0.1.0 [Admin, Mediaserver, Client] installed on the same OEL server. My Catalog Backup jobs end up with error " unknown host name in dataset" and the job detail shows only "Error resolving host - unknown host name in dataset" while I can ping the admin host with obtool pingh command. The standard auto created Catalog backup dataset looks like this:
    Dataset: OSB-CATALOG-DS
    # Dataset for backing up the OSB Catalog on this administrative host
    include catalog
    I am able to create a separate dataset with the hostname defined and able to backup filesystems on the same host, np . Only the catalog backup from system generated dataset and schedule doesn't run. I appreciate any help or tip to make this catalog backup work. Thanks.

    This problem is fixed by just restarting observiced on admin server.

  • CJS-00091 Unable to create the tablespaces

    Hi
    while installing database instance in ecc5.0 i am aslo getting the same error.
    ERROR 2006-12-11 15:11:42
    CJS-00091 Unable to create the tablespaces. DIAGNOSIS: There is not enough free disk space: Mount point | space required | space available | SAPDATA directories D:/ | 106656 | 102794 | 1. SOLUTION: Make more disk space available.
    can u pz tell the solution for this

    The answer to your question is in the error message itself
    ERROR 2006-12-11 15:11:42
    CJS-00091 Unable to create the tablespaces. DIAGNOSIS: There is not enough free disk space: Mount point | space required | space available | SAPDATA directories D:/ | 106656 | 102794 | 1. SOLUTION: Make more disk space available.
    The space requierd on drive D:  =106656, you only have 102794 available.
    Thus, you need more disk space and you can
    1)  delete files/programs you do not need; or
    2)  distribute the SAPDATA directories over other available drives
    3)  install a bigger drive D:
    Skipping this step does not really solve your problem and could actually create more issues later on.

  • Tablespace resize Error

    Hi all
    when i am trying to increase my undo tablespace Size
    i go the Following Error?
    i am doing this operation from Toad.
    Having Enough Size on Disk,
    this is the Problem on Production Database Server,
    using Oracle 10g Rel 1002000100 on HP-Unix
    SQL> ALTER DATABASE DATAFILE '/app/oracle/product/oradata/prod/undotbs02.dbf'
    RESIZE 20480M
    ALTER DATABASE DATAFILE '/app/oracle/product/oradata/prod/undotbs02.dbf'
    RESIZE 20480M
    Error at line 2
    ORA-01237: cannot extend datafile 12
    ORA-01110: data file 12: '/app/oracle/product/oradata/prod/undotbs02.dbf'
    ORA-19502: write error on file "/app/oracle/product/oradata/prod/undotbs02.dbf", blockno 2534784 (blocksize=8192)
    ORA-27072: File I/O error
    Additional information: 4
    Additional information: 2534784
    Additional information: 655360
    is this Serious Problem?
    is the Error Related to os or Database
    please Help me out
    Many thanks

    yeah,
    they manged Some Space by Deleteing Few Spaces
    Can We create the tablespaces in other Mount points
    like in /backup where good space is remained
    i wanted to create the Undo table space in /backup
    and Space issue came coz the Undo is reaching highly,so far my Undo reached 19GB,
    even after the Immediate Shutdown & Startup the Size is not Relased in Undo,
    it is Remain 19GB,
    many thanks for ur Kind information
    oracle@prod: /app/oracle # df -k
    /app (/dev/vg01/lvapp ) : 62309972 total allocated K
    7816220 free allocated Kb
    54493752 used allocated Kb
    87 % allocation used
    /backup (/dev/vgbackup/lvbackup) : 8748714 total allocated K
    5296424 free allocated Kb
    3452290 used allocated Kb
    39 % allocation used
    /home (/dev/vg00/lvol5 ) : 24576 total allocated K
    16576 free allocated Kb
    8000 used allocated Kb
    32 % allocation used
    /opt (/dev/vg00/lvol6 ) : 1717640 total allocated K
    344208 free allocated Kb
    1373432 used allocated Kb
    79 % allocation used
    /tmp (/dev/vg00/lvol4 ) : 814256 total allocated K
    730424 free allocated Kb
    83832 used allocated Kb
    10 % allocation used
    /usr (/dev/vg00/lvol7 ) : 2906912 total allocated K
    1200720 free allocated Kb
    1706192 used allocated Kb
    58 % allocation used
    /var (/dev/vg00/lvol8 ) : 4681752 total allocated K
    3655096 free allocated Kb
    1026656 used allocated Kb
    21 % allocation used
    /stand (/dev/vg00/lvol1 ) : 269032 total allocated K
    189472 free allocated Kb
    79560 used allocated Kb
    29 % allocation used
    / (/dev/vg00/lvol3 ) : 204560 total allocated K
    43824 free allocated Kb
    160736 used allocated Kb
    78 % allocation used
    oracle@prod: /app/oracle #
    thanks alot

  • Create undo tablespace while at mount state, possible?

    Oracle 10g (10.2.0.1.0), on RedHat 4 (both 64 bit)
    My test db&rsquo;s undo tablespace is corrupt (no RMAN or user backups).
    DB fails to open, fails during "Doing block recovery for file 2 block 209910"Is there a way of creating undo tablespace while at mount state?
    I am pretty confident it&rsquo;s not possible, also searched the net and found no fix, I thought I will ask.
    I get error:
    CREATE UNDO TABLESPACE UNDOTBS1_new DATAFILE  '/u01/oracle/oradata/TEST_DB1/undotbs2_01.dbf' SIZE 512M
    ERROR at line 1:
    ORA-01109: database not openp{code}As a last option, I will open the db with *'reset logs'*, wondering is any thing else I can try to fix the issue.
    Thanks for any input.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    your problem is not to create un UNDO, your problem is that your UNDO is corrupted ! ;)
    You must recover undo because it may contains needed data.
    As there is not backup, you may try to set undo to manual, and then open the db and recreate the undo
    but this may fail and you may have to allow undo corruption in initialization (_corrupted_rollback_segments), but this is an unsupported operation (hidden parameter)
    Could you contact support ?
    is your db a production one ?
    Edited by: Leo Anderson on 1 sept. 2008 15:25

  • System tablespace conversion error

    Hi all,
    I was practising the 8i to 9i upgrade in lab server, when I was trying to convert the dictionary managed tablespace to locally managed tablespace its throughing the error, I dont know what is the reason and what I have to do to eliminate this error
    I used this stmt to convert,
    EXECUTE DBMS_SPACE_ADMIN.TABLESPACE_MIGRATE_TO_LOCAL('SYSTEM');
    The error I got :
    BEGIN DBMS_SPACE_ADMIN.TABLESPACE_MIGRATE_TO_LOCAL('SYSTEM'); END;
    ERROR at line 1:
    ORA-10641: Cannot find a rollback segment to bind to
    ORA-06512: at "SYS.DBMS_SPACE_ADMIN", line 216
    ORA-06512: at line 1
    I have removed the rbs datafile after dropping the rbs tablespace. and created undo. but the error still comes, dont know what to do
    please help me out.
    Thanks in advance :)

    hi guys I have bounced the dba and restarted it, it worked fine, thanks

  • Create database manually.unexpected error incountered

    I am not able to create database manually.unexpected error incountered why?
    Same step is worked in another system
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area 97589952 bytes
    Fixed Size 453312 bytes
    Variable Size 46137344 bytes
    Database Buffers 50331648 bytes
    Redo Buffers 667648 bytes
    SQL> create dtabase;
    create dtabase
    ERROR at line 1:
    ORA-00901: invalid CREATE command
    SQL> ed
    Wrote file afiedt.buf
    1 CREATE DATABASE icici
    2 LOGFILE GROUP 1 ('F:\oracle\oradata\icici\logfile\redo01.log') SIZE 10M,
    3 GROUP 2 ('F:\oracle\oradata\icici\logfile\redo02.log') SIZE 10M,
    4 GROUP 3 ('F:\oracle\oradata\icici\logfile\redo03.log') SIZE 10M
    5 MAXLOGFILES 5
    6 MAXLOGMEMBERS 5
    7 MAXLOGHISTORY 1
    8 MAXDATAFILES 10
    9 MAXINSTANCES 1
    10 CHARACTER SET US7ASCII
    11 NATIONAL CHARACTER SET AL16UTF16
    12 DATAFILE 'F:\oracle\oradata\icici\datafile\system01.dbf' SIZE 100M REUSE
    EXTENT MANAGEMENT LOCAL
    13 DEFAULT TEMPORARY TABLESPACE tempts1 TEMPFILE 'F:\oracle\oradata\icici\d
    atafile\temp01.dbf' SIZE 100M REUSE
    14 UNDO TABLESPACE undotbs DATAFILE 'F:\oracle\oradata\icici\datafile\undot
    bs01.dbf'SIZE 100M REUSE
    15* AUTOEXTEND ON NEXT 5120K MAXSIZE 300M
    SQL> /
    CREATE DATABASE icici
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    SQL>

    I'll lay odds that the problem is that you've asked this database to use an UNDO tablespace called UNDOTBS, but that in your spfile (or init.ora) you've specified UNDO_TABLESPACE=UNDOTBS01 (or something similar).
    If the parameter file specifies an undo tablespace which doesn't exist, the instance blows up.
    The advice to read the alert log would be useful at this point, because the mismatch of undo tablespace names is always recorded properly there (which always makes me annoyed that the original error message can't be a bit more precise!)

  • Create statspack user with error

    I have been trying to create statspack in my database my i getting errors like
    Using TOOL tablespace to store Statspack objects
    ... Creating STATS$SNAPSHOT_ID Sequence
    create sequence STATS$SNAPSHOT_ID
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    how do i get rid of this objects

    Hi,
    I would drop and re-create STSTAPACK manually, so you understand what's happening. I have the steps here:
    http://www.dba-oracle.com/t_statspack_installation_steps.htm
    Hope this helps . . .
    Donald K. Burleson

  • Remap tablespace create the tablespace in target database.

    Hi All,
    I am trying to import the schema from 11gR1 version to 11gR2 database.
    Schema : dan
    Tablespace : multi
    I took the export of dan schema using expdp which is succeefully done.
    when i try to import the into target db
    Processing object type SCHEMA_EXPORT/USER
    ORA-39083: Object type USER failed to create with error:
    ORA-00959: tablespace 'MULTIACCESS_DATA' does not exist
    Failing sql is:
    CREATE USER "DAN" IDENTIFIED BY VALUES 'S:2814BF86EF3DD922F9BBE119CF9A84886BB25A6641AA63280A3BF992634D;0C1527BEB47B289D' DEFAULT TABLESPACE "MULTI" TEMPORARY TABLESPACE "TEMP"
    The tablespace is not present in target db. I know that if schem is not present that in target db that will be created by impdm i dont know about tablespace.
    impdp directory=EXPORT_DIR2 dumpfile=1007472_exp.dmp logfile=1007472_imp.log remap_schema=dan:dan remap_tablespace=MULTI:MULTI
    My concern is will remap_tablespace will create the tablespace in target db . In my case multi which is not present in target db.
    Multi the the default tablespace of source schema which is not present in target schema.
    Os version is RHEL 5
    Please help.
    Thanks in advance.

    My concern is will remap_tablespace will create the tablespace in target db . In my case multi which is not present in target db.No, impdp don't create any tablespaces. REMAP_TABLESPACE allow you to use existing tablespace other than used during export.
    The tablespace is not present in target db. I know that if schem is not present that in target db that will be created by impdm i dont know about tablespace.
    impdp directory=EXPORT_DIR2 dumpfile=1007472_exp.dmp logfile=1007472_imp.log remap_schema=dan:dan remap_tablespace=MULTI:MULTI
    remap_schema=dan:dan remap_tablespace=MULTI:MULTI have no sense. You could use these options to redirect data from one schema/tablespace to another one.

Maybe you are looking for

  • Material description in FS10N Report.

    Hello All, We want to populate material description in the FS10N report. The field is available but text is not appearing for any transactions. Please provide your valuable inputs, thanks in advance. Regards, Ratnam

  • Mini to samsung

    Thinking about getting a new mac mini, and I want to connect it to my Samsung 700 series tv. will i have any problem doing this? I have a the HDMI cable, wireless keyboard and mouse already.

  • Transfer videos to computer ?

    I have a 8330 phone transfered video with no problem. But now i can't get it to play. Window pops up and says my speakers don't work but I don't have problem with speakers. Can anyone help me ? Solved! Go to Solution.

  • [SOLVED]can't access empathy-accounts

    After gnome 3.2 update: I can open empathy but when I click edit accounts nothing happens. The same if I launch messaging and voip from overview. Also entry from system settings is gone. Tried reinstalling empathy. No change. Running from a different

  • Set country value to default

    Hi All,         In my identification page there is a input field for country, I want to set the country to default value. The code for input field is as given below. <crmic:inputField     disabled    ="<%=Search->GET_I_Country( )%>"     id          =