Tablespace creation problem

Hi All ,
I am getting an error when I try to create a tablespace.
SQL> create tablespace test1
2 datafile 'F:\datafile\test1.bdf'
3 size 1500k
4 extent management dictionary ;
create tablespace test1
ERROR at line 1:
ORA-12913: Cannot create dictionary managed tablespace
Please help

check the version on which u are working in,
while creating the database itself the tablespace mangement is set to local in case of 10g, so u cant create another tablespace .
if this problem is occuring in the creation of tablespace itself then check the innit.ora file
cheers :)

Similar Messages

  • ORACLE TABLESPACE CREATION PROBLEM IN SAN STORAGE FROM SOLARIS X86 Machine

    Hi everybody,
    i am new in this forum and i am also new in solaris operating system with SAN storage.
    I am using oracle database 10g in a sun x86 machine with solaris 5.10.
    While i am trying to create a tablepsace in SAN storage in a mount point of 2.1TB the following error occurs:
    SQL> create tablespace test datafile '/appbrm01/oracle/oradata/test1.dbf' size 100M;
    create tablespace test datafile '/appbrm01/oracle/oradata/test1.dbf' size 1M
    ERROR at line 1:
    ORA-01119: error in creating database file '/appbrm01/oracle/oradata/test1.dbf'
    ORA-27037: unable to obtain file status
    Intel SVR4 UNIX Error: 79: Value too large for defined data type
    Additional information: 45
    SQL>
    But when i am trying to create a tablepsace in SAN storage in a mount point of 1.8TB it works fine.
    So, please if any body can help me to solve this issue i will be very glad
    Thanks
    Reshad

    Also, Datapump from NAS device would perform slow.
    Take a look at this:
    10gR2 "database backup" to nfs mounted dir results in ORA-27054 NFS error
    Note:356508.1 - NFS Changes In 10gR2 Slow Performance (RMAN, Export, Datapump) From Metalink.

  • Tablespace creation problem in rac

    hello all, i have been installed rac with asm on win 2003 but when i want to create tablespace, sometimes i have this error:
    ORA-19502: write error on file "+DATA/billsp01.dbf", blockno 8783744
    (blocksize=8192)
    ORA-27070: async read/write failed
    please help me?

    Oldbarrel wrote:
    Billy, I'm just trying to understand why you posed the question "Do you run this via ASM as the volume manager for Oracle? Or do you use a cluster file system, direct raw devices or something else? " Can you clarify? Sorry. Did not phrase that question correctly. You can run ASM directly on the "raw/native" devices, or run it on devices managed by a disk volume manager. For example, you can use a disk volume manager to create a striped and mirror set of logical devices. You can then have ASM use these logical devices instead of the underlying "native" devices.
    This impacts just who is responsible at the lower level of the I/O layer.
    As you correctly pointed out, a CFS is not relevant here as an ASM diskgroup is used. Apologies for that foot-in-the-mouth comment. :-)
    Async I/O on Windows (back when I was still doing Win32 s/w) was called overlapped I/O. And there were a couple of ways to deal with the completion part of the I/O. Do you have the kernel alert you (alertable I/O)? Do you actively wait (WaitForMultipleObjects) on async handles? Do you create a pool of threads to dequeue async I/O (GetQueuedCompletionStatus)? Each approach had its pros and cons.. and perhaps the OP is running into where the method used does not scale or work well for the underlying driver that does the actual I/O. (which makes me wonder just what method Oracle uses in this regard)

  • Tablespace creation problem in RAC using raw device.

    Hi ,
    If i created a tablespace with the .dbf extension i am able to create the tablespace. on other hand if i use .dbf extension it;s failing..
    can anyone help me out why it is happening??
    here is the code...
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    SYS at terac >
    SYS at terac >CREATE TABLESPACE FLOW_1 DATAFILE
    2 '\\.\FLOW_1' SIZE 10304 K REUSE AUTOEXTEND OFF
    3 EXTENT MANAGEMENT LOCAL AUTOALLOCATE SEGMENT SPACE MANAGEMENT AUTO
    4
    SYS at terac >/
    Tablespace created.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    CREATE TABLESPACE TEST2 DATAFILE '\\.\FLOW_1.DBF' SIZE 10304 K
    REUSE AUTOEXTEND OFF EXTENT MANAGEMENT LOCAL AUTOALLOCATE SEGMENT
    SPACE MANAGEMENT AUTO
    SYS at TERAC >/
    CREATE TABLESPACE TEST2 DATAFILE '\\.\FLOW_1.DBF' SIZE 10304 K
    ERROR at line 1:
    ORA-01119: error in creating database file '\\.\FLOW_1.DBF'
    ORA-27040: skgfrcre: create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    thanks
    james.

    I'm by no means a windows expert so I might be totally wrong here, but here goes.
    You have to refer to the raw device by its name in the datafile clause. If you use a different name then the o/s can't find the device. Simple as that.

  • Oracle 8.1.7.4 / Redhat 7.3 : tablespace creation never ends

    Hi,
    We're running Oracle 8.1.7.4 on Redhat 7.3. System memory is 256 MB (2x128).
    After increasing memory to 1Go (2x512) we're facing a strange problem.
    Tablespaces re-creation hangs, we first drop and then create tablespaces reusing datafiles :
    DROP TABLESPACE TST1 INCLUDING CONTENTS CASCADE CONSTRAINTS;
    DROP TABLESPACE TSI1 INCLUDING CONTENTS CASCADE CONSTRAINTS;
    CREATE TABLESPACE TST1 DATAFILE '?/tst1.dbf' SIZE 1050M REUSE DEFAULT STORAGE (MAXEXTENTS 121 PCTINCREASE 1);
    CREATE TABLESPACE TSI1 DATAFILE '?/tsi1.dbf' SIZE 700M REUS
    E DEFAULT STORAGE (MAXEXTENTS 121 PCTINCREASE 1);
    In the alert.log, drops and first tablespace creation are completed.
    Second tablespace is not created and the oracle process keeps running consuming 99% CPU.
    strace on process after hangs shows nothing.
    Using toad, we see that last sql command issued by session is insert into $ts.... there's no current statement.
    Everything works fine if we set memory back to 256 MB.
    This problem first appeared in production environnement, and we got same problem in dev environnement, so it happens on several servers (Compaq ML370).
    Got no idea, what else could we check to find where's the bug ? Should we tune some oracle or kernel parameters after increasing mem ?
    Mike.

    oracle 8i ouch.........that's desupported, but anyways........
    check your SHMMAX to see may be it's limiting the use of memory
    $ su - root
    # cat /proc/sys/kernel/shmmax
    eugene Roytman

  • Oracle 8.1.7.4 on redhat 7.3 : tablespace creation never ends

    Hi,
    We're running Oracle 8.1.7.4 on Redhat 7.3. System memory is 256 MB (2x128).
    After increasing memory to 1Go (2x512) we're facing a strange problem.
    Tablespaces re-creation hangs, we first drop and then create tablespaces reusing datafiles :
    DROP TABLESPACE TST1 INCLUDING CONTENTS CASCADE CONSTRAINTS;
    DROP TABLESPACE TSI1 INCLUDING CONTENTS CASCADE CONSTRAINTS;
    CREATE TABLESPACE TST1 DATAFILE '?/tst1.dbf' SIZE 1050M REUSE DEFAULT STORAGE (MAXEXTENTS 121 PCTINCREASE 1);
    CREATE TABLESPACE TSI1 DATAFILE '?/tsi1.dbf' SIZE 700M REUS
    E DEFAULT STORAGE (MAXEXTENTS 121 PCTINCREASE 1);
    In the alert.log, drops and first tablespace creation are completed.
    Second tablespace is not created and the oracle process keeps running consuming 99% CPU.
    strace on process after hangs shows nothing.
    Using toad, we see that last sql command issued by session is insert into $ts.... there's no current statement.
    Everything works fine if we set memory back to 256 MB.
    This problem first appeared in production environnement, and we got same problem in dev environnement, so it happens on several servers (Compaq ML370).
    Got no idea, what else could we check to find where's the bug ? Should we tune some oracle or kernel parameters after increasing mem ?
    Mike.

    Metalink:
    Error Correction Support (ECS): 31-DEC-2004
    Extended Support (ES): 31-DEC-2007
    Extended Maintenance Support (EMS): 31-DEC-2006
    If you got the appopriate contract support, you should be able to order 8iR3 by metalink. But you will not find it on OTN

  • Is it possible to create Dictionary Tablespace creation in 10g database?

    Dear All,
    Is it possible to create Dictionary Tablespace creation in 10g database?
    regards,
    DB.

    Check this
    How To create dictionary managed system tablespace in 10g R2

  • Requirements to go for new TableSpace Creation ?

    Hi All,
    It is a more databse question than SAP,
    What are requirements to go for new Tablespace creation ?
    OR
    Why do we need to create new Tablespace evethough, we have around 7 default tspaces there.
    Eg : In my case TSpace PSAPVERTEX  created; vertex is US tax tool.
    I dont think database stores the application specific data in particular TSpace  like  vertex application -
    PSAPVETEX
    Please reply to me soon
    RK

    Hello Ramakrishna,
    >> Why do we need to create new Tablespace evethough, we have around 7 default tspaces there.
    That is not correct. You have one default tablespace on database level or one default tablespace for different users (user settings)... but you can never have more than one default tablespace.
    SAP creates more tablespaces to seperate the data and to structure it... but the definition, which object is stored in which tablespace is specified in the create statement of the object.
    So if objects are for the vertex application.. the create statement includes the vertex tablespace PSAPVERTEX.. if not the objects are created in the default tablespace for the user.
    Regards
    Stefan

  • Temp tablespace creation in 8i

    Hi,
    Can anbody tell me how to create "temp" temporary tablespace ( creation syntax )in Oracle 8i. ( Sorry it is very old version ).
    Normally, we give
    create temporaray tablespace toto
    tempfile 'c:\temp\temp1.dbf' size 500m
    But I think, some syntax change in 8i. Sorry I do not have manuals to check it.
    Pl help.
    thanks & regards
    pjp

    Sorry I do not have manuals to check it.If you post thread here, that's you have an internet access point, then you have still an oracle 8i doc available for you :
    http://download-west.oracle.com/docs/cd/A87860_01/doc/server.817/a85397/statem5e.htm#2063473
    create temporaray tablespace totoanyway, try temporary instead of temporaray...
    Nicolas.

  • Ora-12914: cannot create dictionary tablespace during tablespace creation.

    Hi All,
            I am new to Database and trying to create the dictionary tablespace in Database but its showing error like ora-12914: cannot create dictionary tablespace during tablespace creation.
    Do i need to set any parameter for this error?
    Please let me know the cause for this error.
    Regards
    Narender B

    Hi
    from doc.
    12914, 00000, "Cannot migrate tablespace to dictionary managed type"
    // *Cause: Attemp to migrate locally managed tablespace to  dictionary managed
    //         type when the database has locally managed system tablespace.
    // *Action: Command cannot be issued.
    $
    If system tablespace (I think from release 10g) is local management, all tablespaces must be local, dictionary is not possible
    HTH
    Antonio NAVARRO

  • Database creation problems

    Help!! I have installed 8i on RH Linux 6.1 and followed the "Friendly" guide steps, it worked perfectly. However when I try to create a database using the Database assistant, I get an error "Oracle Not Logged on" I've reinstalled twice and still have the same problems - can anyone help?
    Thanks for any suggestions/help!
    null

    This problem doesn't just occur on Linux. I have encountered the same on both Digital Unix and HP/UX. I finally gave up and told it to just create the scripts. Looking at the scripts, there are a number of different problems depending on the items that you choose to install and/or customizations to db setup, such as size and placing of files.
    To find them, I generated the scripts and then looked at the contents and used svrmgrl to individually run commands so that I could see the "real" error message.
    It's been awhile but I think the not logged on was a failure in the initial create database command... Or maybe it was the MAX_ENABLED_ROLES being too small in the default init file to support some of the products... Or the rollback segments being created as private and not being automatically added to the init before the assistant does a shutdown and restart... Or it creating the rollback segment tablespace not the size and parameters that I requested...
    You may guess by now I wasn't too impressed by the dbassist program. All I can say is doesn't anyone believe in testing anymore? I have a hard time believing that anyone at Oracle actually tested running this product and actually using any of it's features.
    This really pissed me off because when I first saw the pretty GUI and nice interface I thought WOW, this is great, finally something to make database creation simpler than running all those commands and scripts.

  • Database creation problem on Windows XP

    Hello Readers
    I have installed ORACLE Database Engine on windows XP.
    I am facing problem in database creation.
    I have tryed wizard as well as mannual method.
    in wizard at 90% it gives an error "END-OF-FILE ON COMMUNICATION CHANNEL"
    although CD drive is in CR Rom drive.
    Please help me ....
    Rashid Masood Ashraf
    email: [email protected]

    After going to the properties as you suggested:
    Right now the Obtain an IP address automatically is checked
    I need to check the Use the following IP address:
    What should I enter for
    IP address:
    Subnet mask:
    Default gateway:
    Please help.
    Edited by: Nel Marcus on Dec 2, 2008 3:49 PM

  • Remittance challan creation problem in Cross company code scenario.

    I made to Advance  payment to Cross comany code while posting time we deduct the TDS amount. at the time remiottance challan creation  i got bellow error.please help to me
    No unpaid tax lines exist for the given selection criteria.
    Message no. 8I702
    Diagnosis
    The corresponding withholding tax line  &1& is not present in WITH_ITEM table.
    System Response
    For withholding tax recovered from the vendor, tax line is present in table BSIS, but the corresponding entry is missing in table WITH_ITEM , which is necessary for challan updation. Check the entries.
    Procedure
    check entries in table WITH_ITEM for the open tax items chosen for clearing.
    Edited by: TEEGALA SATISH on Jun 15, 2010 5:43 PM

    Hi ...Actually i am getting same problem in challan creation.. Did you get any solution? ...

  • Process order creation problem

    I am creating a process order . while creating the process order system is throwing error as Auto batch numbering not set up for material type XXXX in plant xxxx . System is not allowing to create process order.
    How to resolve the issue.

    Check in CORW   and switch off batch creation  to isolate the problem if needed.   Also see whether you have any batch managed compoents   for which you have set master data for automatic batch determination.
    There is no setting for material types and plant for batch.  May be the error message is not correct.  What is the message number?

  • New Excise Invoice Creation - Problem

    Hi All,
    I am facing problem in creation of Excise Invoice. I dont know the step by step process, can any one help me to get this ?
    Best Regards
    Chintesh Soni

    Hi Chintesh,
    if you are referring to a 100% tax invoice, please see note [887917|https://service.sap.com/sap/support/notes/887917] for 2 workarounds.
    All the best,
    Kerstin

Maybe you are looking for

  • Safari won't open, claims webcore plugin issue?

    Hello, for some reason, the safari on my macbook won't open. Claims it is some sort of webcore plugin issue. I'll post the problem details here in case it helps. Thank you in advance! Process:     Safari [751] Path:        /Applications/Safari.app/Co

  • Entitlement SignInWithCredentials call not coming from App

    We are putting together our DPS Enterprise solution. We have created a development viewer application including the Entitlement details. The app is installed on a few iPads and we have content that is viewable. So far, so good. We are using a custom

  • Telnet, rlogin, ssh not ok on sun 240 with solaris 5.10 on it

    Hello, I am facing some problems with connecting througth telnet, rlogin or ssh on a SUN 240 server carying solaris 10 software on it. When I try to connect througth the serial port, it gives me this error: telnet 10.151.145.6 2100Trying 10.151.145.6

  • Help on Installing the SAP Best Practices Baseline Package

    We are in the process of installing the SAP Best Practices Baseline Package. We are on ECC5.0. Any tips/ tricks/ gotchas will be greatly appreciated.

  • Will there be a remastered God of war in 2015?

    I have heard that Sony are making a remastering of either the God of war trilogy or God of war ascension for the 10th anniversary but i don't know if this is true. I was wondering whether this is true or if the God of war would prefer a NEW game over