ORA-01658 unable to create transitional extended error in oracle 8.1.7.0.0

IAM on the oracle 8.1.7.0.0 version

Asked me to reduce the scope for a (table) segment in a tablespace.

I tried with the option

ALTER table < table name > move;

but I get the error as

ORA-01658: cannot create as INITIAL segment in tablespace SBDAT01

I tried to merge the tablespace and also there is enough free space to contain the segment in tablespace

Please tell me how to avoid the mistake and to reduce the number of extensions for the specified segment table?


Thank you
Aram

PL don't post duplicates - reduce extensions - to continue the discussion in your original thread

Tags: Database

Similar Questions

  • import problem ORA-01658: unable to create the STARTING point for the segment in your

    I created the above tablespace

    create tablespace SAMPLEDATA
    DataFile ' / u01/app/oracle/oradata/sample/sampledata01.dbf' size 50 M autoextend on next 10 M maxsize unlimited
    logging
    Local extended management
    segment space management auto
    Flashback on;

    create SAMPLE user identified by usrmringnew
    SAMPLEDATA default tablespace
    tablespace temporary temp;


    Import from 9 to 10r2

    IMP fromuser = touser = sample indexfile=/home/oracle/import/production/export/import_productionddl_20081007.log file=/home/oracle/import/production/export/production_export_20081007.dmp log=/home/oracle/import/production/export/production_import_20081007.log production system

    Unfortunately, it gives the error

    ORA-01658: unable to create the measure INITIAL segment in tablespace

    could someone kindly help me on this?

    Thank you very much!

    Hello

    As you can see, your data file specifications need to increase of 10 M, but your file system has only 3.7 M of available, that is why the server is unable to increase the size and you get this error message.

    Solution - you can use one of following:

    1. move the data file to a point of editing with sufficient space.
    2 - Add a new data file for the tablespace and host this data on a new mount point file with sufficient space.

    Published by: sanjayIndia on October 8, 2008 09:02

  • "Unable to create image buffer" error when rendering

    I'm trying to render it again a project previously made in the new version of first.   My machine is 16 GB of RAM, processor Intel i5, Nvidia 960 graphics card.   I've made this before.   But in this first version, RAM usage increases until all the 16 GB is full, make it fails with the message "Unable to create image buffer."   I also get the message that my computer is low on memory and a second 'unknown error' first.    This message in the event Log:

    Windows correctly diagnosed a State of lack of virtual memory.

    The following programs use the most virtual memory: Adobe Premiere Pro.exe (12704) consumed 61467721728 bytes, natspeak.exe (10428) consumed bytes 549675008 and n360.exe (2404) consumed bytes 235859968.

    I deleted / restore my preference in first twice, without modification.   I also see this behavior in Adobe Media Encoder.   Anyone else seen this?

    I was the sequence of the deletion and recreation, and the problem seems to have disappeared.  I tried to re-create the bug, so I can post more information, but no luck so far.   All I know for sure is that it was REALLY boring.

  • Unable to create restore system, error code point: 0x8000FFFF

    Original title: System Restore

    What does & how can it be solved when you try to create a system restore and this seems

    Catastrophic failure (0x8000FFFF)

    Hello

    Step 1:

    You can first check if the Volume Shadow Copy service is started and set to automatic.

    To check the service

    1. click on start

    2. in the start search box, type Services

    3. click right on - RUN as ADMINISTRATOR

    Check if the below mentioned services has mentioned State and type start.

    Volume Shadow Copy Service started automatically

    Also check the dependency services that are required for the System Restore Service run.

    To verify that double-click the service, and click the Dependencies tab.

    Step 2:

    You can configure your computer to clean the start State and check if any of the third party application is contradictory and the origin of the problem. To set up the computer in a clean boot state, follow the link below.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Note: When you are finished troubleshooting, follow step 7 article to start on normal startup.

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Unable to create new number in the Oracle projects

    Hi all

    I have an Apps11i 11.5.10.2 instance in OEL 5 x 86 with 10 g R2 database.
    Projects M cumulative 4 family is installed
    I'm not able to find a corporate responsibility where the create problem is enabled. I have only displayed as a publ Go button.

    Any help is greatly appreciated.

    Thank you and best regards,
    Soni

    Soni says:
    Hello

    I found the feature in question create based on the team members home.
    There is a three-step procedure.

    I'm going with success in the first and the second stage, but when you click on the button apply, I got an error

    "An error unxcpted has occurred. Contact your system administrator.

    The suspicion is that it is greatly appreciated.

    Thank you and best regards,
    Soni

    You will find all the details on the error in the log of Apache (error_log and access_log) files? -E-Business file system maintenance - Tech pile logs and temporary files [ID 972440.1]

    Thank you
    Hussein

  • Unable to create the stored procedure batch Oracle Script from Windows

    Hello
    I put my code here please let me know where I have error
    Cmd
    -------
    DNAME SET = %3
    SET UerName = %1
    SET Pssword = %2
    SET Opdir = C:\Users\testuser\
    sqlplus-s '% UerName%/%Pssword%@%DNAME%' @%Opdir%procdure.sql

    procedure. SQL
    --------------
    WHENEVER SQLERROR EXIT SQL. SQLCODE ROLLBACK
    WHENEVER OSERROR EXIT SQL. OSCODE RESTORATION
    SET SERVEROUTPUT ON
    SET ECHO ON
    AUTOPRINT SET ON
    RUN THE DBMS_OUTPUT. ENABLE (1000000)
    COIL Seq.log
    SET linesize 1000
    CREATE PROCEDURE test "()" ""
    AS
    BEGIN
    NULL;
    END test;
    SPOOL OFF
    OUTPUT
    -----------

    Demostrating how I executed


    C:\Users\nikhilgk > otherobj AAA AAA TEST
    C:\Users\nikhilgk > SET DNAME = TEST
    C:\Users\nikhilgk > SET UerName = AAA

    C:\Users\nikhilgk > SET Pssword = AAA

    C:\Users\nikhilgk > SET LOG = C:\Users

    C:\Users\nikhilgk > SET Opdir = C:\Users\testuser\

    C:\Users\nikhilgk > sqlplus s 'AAA/AAA@TEST' @procdure.sql

    PL/SQL procedure successfully completed.

    ------------------------
    Journal is is created with size 0 KB.

    I connected to SQLPLUS and questioned
    SQL > select object_name from user_objects where type_objet = 'PROCEDURE '.

    no selected line.

    you have'nt actually run the code to create procedure.

    create PROCEDURE TEST()
    AS
    BEGIN
    NULL;
    END test;
    /  -- you need this 
    

    also if you want to access without double quotes all the time, do not put double quotes on the name

    And I think you should go out; rather than leave. That's why you have a size zero.

    Published by: Keith Jamieson 31 August 2012 13:21

  • error: unable to create initial extent for segment in tablespace ora-01658

    Hello
    while I try to create the table in the apex, his watch an error such as ora-01658 unable to create an initial step to segment in tablespace. I found the solution in net as

    ORA-01658:
    Failed to create the INITIAL extent for segment in tablespace string
    Cause: Cannot find enough contiguous to allocate space measure INITIAL for the segment being created.
    Action: Use ALTER TABLESPACE ADD DATAFILE to add additional space to the tablespace or retry with a smaller value for START

    How to do this

    You will need an account with DBA privileges to do two things

    1. deploy the data file for add space (ALTER DATABASE DATAFILE RESIZE )

    http://docs.Oracle.com/CD/E11882_01/server.112/e26088/statements_1004.htm#i2188492

    2. Add a new data file in the tablespace (ALTER TABLESPACE ADD DATAFILE

    http://docs.Oracle.com/CD/E11882_01/server.112/e26088/statements_3002.htm#i2093894

    HTH
    Srini

  • How to reinstall APEX 4 after the previous ORA-01658?

    Hi people,

    I tried to install 4 APEX, but during the execution of @apxrtins, I received "ORA-01658 unable to create the FIRST expansion for...» "

    After extending tablespace, I tried to run this script at, but it ends with "this version of Application Express is already installed."

    Thank you
    Tomas

    You must file the user APEX_040000.

    DROP USER CASCADE APEX_040000;

  • Error ORA-20001 when you create a new application

    Hello
    I am creating a new application of an existing table in the database and I get the following error. The application is created using the Wizard (type of database application, from scratch, report and our page)

    ORA-20001: unable to create modules. ORA-20001: create error pages. ORA-20001: unable to create form page. ORA-20001: Error Page = 2 item = 'P2_NON_ORACLE_EMPLOYEE_SPEAKER' id = '1975288532127294112' ORA-20001: error page 2 item = = "P2_NON_ORACLE_EMPLOYEE_SPEAKER" id = "1975288532127294112" a same name something like existing at the level of applications. ORA-0000: normal end successfully

    The table I created the app on is defined as follows:
    CREATE TABLE  "TABLE_1" 
       (    "ID" NUMBER, 
            "SESSION_EXTERNAL_PAPER" VARCHAR2(30), 
            "OWNER_CFP_SUBMITTER1_FULL_NA" VARCHAR2(255), 
            "OWNER_CFP_SUBMITTER1_COMPANY" VARCHAR2(255), 
            "STATUS" VARCHAR2(30), 
            "SESSION_ID" NUMBER, 
            "TITLE" VARCHAR2(255), 
            "ABSTRACT" VARCHAR2(4000), 
            "SESSION_TYPE" VARCHAR2(30), 
            "SESSION_CATEGORY" VARCHAR2(30), 
            "STREAM" VARCHAR2(30), 
            "PRIMARY_TRACK" VARCHAR2(255), 
            "OPTIONAL_TRACK" VARCHAR2(255), 
            "CROSS_STREAM_TRACK" VARCHAR2(30), 
            "SUPPORTING_VIDEO" VARCHAR2(4000), 
            "ATTENDEE_ROLE" VARCHAR2(255), 
            "TO_RATING" VARCHAR2(30), 
            "TO_COMMENTS" VARCHAR2(4000), 
            "COMMENTS" VARCHAR2(4000), 
            "ORACLE_PARTNERNETWORK" VARCHAR2(30), 
            "IS_YOUR_OPN_MEMBERSHIP_UNDER_A" VARCHAR2(255), 
            "ORACLE_PARTNER_TYPE" VARCHAR2(255), 
            "OPN_MEMBERSHIP_LEVEL" VARCHAR2(30), 
            "ORACLE_REGION_BASED" VARCHAR2(30), 
            "ORACLE_VALIDATED_INTEGRATION" VARCHAR2(30), 
            "HAS_YOUR_COMPANY_ACHIEVED_SPEC" VARCHAR2(4000), 
            "PLEASE_DESCRIBE_THE_VALUE_OF_O" VARCHAR2(4000), 
            "INCLUDE_CASE_STUDY" VARCHAR2(30), 
            "PROVIDE_NAME_OF_THE_CUSTOMER_F" VARCHAR2(255), 
            "PLEASE_PROVIDE_A_BRIEF_DESCRIP" VARCHAR2(4000), 
            "NON_ORACLE_EMPLOYEE_SPEAKER1_F" VARCHAR2(255), 
            "NON_ORACLE_EMPLOYEE_SPEAKER1_C" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER1_FULL" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER1_COMPA" VARCHAR2(255), 
            "NON_ORACLE_EMPLOYEE_SPEAKER2_F" VARCHAR2(255), 
            "NON_ORACLE_EMPLOYEE_SPEAKER2_C" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER2_FULL" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER2_COMPA" VARCHAR2(255), 
            "NON_ORACLE_EMPLOYEE_SPEAKER3_F" VARCHAR2(255), 
            "NON_ORACLE_EMPLOYEE_SPEAKER3_C" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER3_FULL" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER3_COMPA" VARCHAR2(255), 
            "NON_ORACLE_EMPLOYEE_SPEAKER4_F" VARCHAR2(255), 
            "NON_ORACLE_EMPLOYEE_SPEAKER4_C" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER4_FULL" VARCHAR2(255), 
            "ORACLE_EMPLOYEE_SPEAKER4_COMPA" VARCHAR2(255), 
            "CREATED" DATE, 
            "CREATED_BY" VARCHAR2(50), 
            "LAST_UPDATE" DATE, 
            "LAST_UPDATED_BY" VARCHAR2(50), 
             CONSTRAINT "OOW_PAPER_PK" PRIMARY KEY ("ID") ENABLE
       ) ;
    I use APEX version 4.0.2.00.07

    Any idea what could be wrong and what can be done to solve the problem?

    See you soon,.
    Andy

    If you add a synonym for display to the database, the generator must see and allow you to use...

    Thank you

    Tony Miller
    Webster, TX

    Never argue with a fool. They do you drag down to their level, then beat you with experience.

    If you answer this question, please mark the thread as closed and give points where won...

  • 20 million lines of production induced by error: ORA-01653: unable to extend table

    Exact error is: ORA-01653: unable to extend the table HR. F by 1024 in the SYSTEM tablespace.
    Why can't he extend table HR. F?
    Is it because I have Oracle Express Edition 10g?
    "Usually you receive one of the following messages appears during the upgrade if your SYSTEM tablespace size is insufficient. What should I consider when we want to generate 20 million lines? Moreover, generating 1 million rows is successful.

    Your data files are not CanGrow or there is no space on the disk where they reside.

    Run the following:

    select file_name, bytes, maxbytes, maxbytes-bytes free_bytes, autoextensible
    from dba_data_files
    where tablespace_name='SYSTEM';
    

    If CanGrow is NOT so you can set it to YES executing:

    ALTER database datafile '> ' autoextend on;

    Otherwise, there is no more space on the device...

    Max
    [My Italian blog Oracle | http://oracleitalia.wordpress.com/2010/01/17/supporto-di-xml-schema-in-oracle-xmldb/]

  • How to solve the error ORA-01658

    Trying to get a little old working code database and get the following errors with the following

    REM **********************************************************************

    CREATE TABLE gam_service (/ * gam_ser * /)

    service_group_id NUMBER (10) NOT NULL

    CONSTRAINT gam_ser_fk_gam_sergrp REFERENCES gam_service_group (service_group_id)

    ON DELETE CASCADE,

    service_id NUMBER (10) NOT NULL,

    service_name VARCHAR2 (127) NOT NULL, / * length leave CPG code.

    service_type char(1) NOT NULL, / * type of Service Gulp, taken mp, special client * /.

    Server VARCHAR2 (127) NOT NULL, / * Server name, for example "gulp" * /.

    version VARCHAR2 (20) NOT NULL, / * need binary Server version number * /.

    parameters NULL VARCHAR2 (2000), / * parameters to start the service - could be binary * /.

    cpu_power_level NULL NUMBER (3), / * NULL for generics.

    type_systeme_exploitation NULL char (1) / * NULL for generics (Solaris2.4, winNt) * /.

    CONSTRAINT gam_ser_ostype CHECK (type_systeme_exploitation IN (NULL, the of ', 'n')),

    hardware_owner_type NULL VARCHAR2 (10) / * NULL for Joker (company name) * /.

    ) TABLESPACE gam_tab STORAGE (INITIAL 25 K NEXT 100 K PCTINCREASE 100 MINEXTENTS 1 MAXEXTENTS unlimited)

    /

    CREATE UNIQUE INDEX gam_service_pk on gam_service (service_group_id, service_name)

    TABLESPACE gam_ind

    STORAGE (INITIAL 5 K NEXT 20 K PCTINCREASE 100 MINEXTENTS 1 MAXEXTENTS unlimited)

    /

    CREATE SEQUENCE gam_service_seq

    INCREMENT BY 1

    START WITH 1001

    NOCYCLE

    NOCACHE

    ALL

    /

    Here the error message

    CREATE UNIQUE INDEX gam_service_pk on gam_service (service_group_id, service_name)

    *

    ERROR on line 1:

    ORA-01658: cannot create as INITIAL segment in tablespace GAM_IND

    I really hope someone can help me thanks

    You just was lack of space in the tablespace gam_ind. contiguous space to be precise. Your INTITIAL extend needs 5K of space contoguous. And as you have specified PCTINCREASE 100, contiguous space requirement will double with each following measure. Most likely, that you ended up with a case where there are a lot of free space not no contiguous space to required size.

    SY.

  • ORA-1652: unable to extend segment temp of 128 in tablespace STAGING_TEST

    Hello

    Oracle: 11.2.0.3
    OS: Linux 5.8


    ORA-1652: unable to extend segment temp of 128 in tablespace STAGING_TEST
    ORA-1652: unable to extend temp by 8192 segment in tablespace STAGING_TEST
    ORA-12012: error on auto work "STAGING_TEST". "" PDM_MAIL_SCHEDULER ".
    ORA-06550: line 1, column 786:


    We get the error below, we have a STAGING_TEST tablespace, is only 75% full & TEMP is also almost free and "auto is on ' on all the data files.
    why we get this error when he has space (TEMP & STAGING_TEST)...

    one more doubt.

    1. where we add STAGING_TEST or TEMP datafile?
    2. What is this msg exactly means... the space problems are in TEMP or STAGING_TEST?
    3. even if auto is on and space is available in the disk, why we get this error...


    Pls suggest...

    Thank you
    @ble

    1. where we add STAGING_TEST or TEMP datafile?

    This problem has nothing to do with the TEMP tablespace. You must add the STAGING_TEST space

    2. What is this msg exactly means... the space problems are in TEMP or STAGING_TEST?

    The problem means that oracle in some cases trying to do this treatment in the temporary segments (not tablespace temp) and change the permananet segments. an example is the online index rebuild.

    3. even if auto is on and space is available in the disk, why we get this error...

    You try to create any big index or tables? greater than 10 G?

  • ORA-01653: unable to extend the table SYS. ARGUMENT$ 13 in the SYSTEM tablespace

    I created the new database manually.

    When I @?/rdbms/admin/catproc.sql put this sql to execute.

    for some time he said created, granted. but after somewhere, it gives me the error.

    ORA-01653: unable to extend the table SYS. ARGUMENT$ 13 in the SYSTEM tablespace

    Please help me on this.

    Thank you in advance.

    Your query does not tablespace SYSTEM size. It provides a list of tablespaces. And may not be a complete list because I can't UNDO and TEMP tablespace. In all cases, based on the output, you have not created a user storage space, so all the tables you create in SYSTEM tablespace and finally you ran out of space. You need create user storage space if you don't have any. You want to change the non-system and non-system tablespaces value default tablespace users. Even if you don't have a non-system tablespaces, tables will be created in the tablespace default user unless you explicitly specify one. You must move the tables/indexes existing user for the non-system tablespaces.

    SY.

    PS to get the size of the SYSTEM tablespace, you will need to run:

    Select sum (bytes) / 1024/1024 tablespace_size_in_mb
    from dba_data_files
    where nom_tablespace = 'SYSTEM '.

  • ORA-1652 unable to extend temp

    Hello
    I see this error in the alert log:

    ORA-1652: unable to extend temp of 5120 segment in tablespace STATION_INDEX

    I'm a little confused by the fact that he tries to extend TEMP segment, but why he called an index segment. I think it's INDEX seg needed the additional data file, but why name temp then?

    Thank you.

    This isn't a bug, but a feature expected. During the index maintenance, temporary segments are created in the tablespace defined index. Currently your index tablespace cannot meet these requirements.

    Werner

  • ORA-04031: unable to allocate 32 bytes of shared memory ('shared pool'.  Check your error messages for the cause of the error. (= &lt; POINTER &gt;)

    Dear team,

    We have for instance R12.

    DB - 11.2.0.3

    12.1.2 - application

    in this concurrent instance depressed frequently when checking of log file showing the error as

    List of errors encountered:

    .............................................................................

    _ 1 _

    Systematic FDPCRQ met an ORACLE error. ORA-04031: unable to

    allocate 32 bytes of shared memory ('shared pool'.

    Check your error messages for the cause of the error. (= < POINTER >)

    .............................................................................

    APP-FND-01388: cannot read the value for the profile FND_MGR_STRTUP_THRES_TIME option in the routine, and routine.

    List of errors encountered:

    .............................................................................

    _ 1 _

    Routine AFPCAL has received the code of failure while running or analysis of your

    simultaneous program CPMGR


    Examine your log file of concurrent application for more information.

    Make sure that you pass arguments in the correct format.

    Post: WARNING: mail_queue_enter: create file maildrop / 379309.437: permission denied

    Please guide me to solve this problem.

    Concerning

    Kumar V

    Dear Kumar,

    I suggest you to check the FND_NODES table

    1) connect to SQLPLUS as the APPS user and execute the following statement:

    Select CONCURRENT_QUEUE_NAME in the FND_CONCURRENT_QUEUES where CONCURRENT_QUEUE_NAME like '% FNDSM ';

    (2) If you have found that FND_NODES table with entries incorrect node (old node from the Source Instance), and then run the query to clean below

    EXEC FND_CONC_CLONE. SETUP_CLEAN;
    COMMIT;

    (3) then run AutoConfig on all stages, firstly on the DB layer then APPS and webtiers levels to repopulate the necessary system tables,

    and make sure that you are now able to see the correct entries in the FND_NODES table and start the application services.

    Kind regards

    S27

Maybe you are looking for