ERP 2004 SR1 with Oracle: unable to allocate MINEXTENTS

Hello Everybody,
I'm trying to install SAP ERP 2004 SR1 with Oracle on Debian Sarge (I know that it is not supported). The installation was prety straight forward. But now in the step "Database Load (Post processing)" i get this Errors:
/tmp/sapinst_instdir/ECC_50_ABAP_NUC/DB/SAPSSEXC.log:
(DB) ERROR: DDL statement failed
(CREATE  INDEX "T100~001" ON "T100" ( "ARBGB" , "MSGNR"  ) TABLESPACE PSAPIDS640 STORAGE (INITIAL 363889471 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
DbSlExecute: rc = 99
  (SQL error 1659)
  error message returned by DbSl:
ORA-01659: unable to allocate MINEXTENTS beyond 17 in tablespace PSAPIDS640
(DB) INFO: disconnected from DB
/tmp/sapinst_instdir/ECC_50_ABAP_NUC/DB/SAPAPPL2.log:
(DB) ERROR: DDL statement failed
(CREATE UNIQUE INDEX "T512G~0" ON "T512G" ( "MANDT", "SPRSL", "MOLGA", "FORML", "WINDO", "GRPPE", "KENNZ", "LFDNR" ) TABLESPACE PSAPIDS STORAGE (INITIAL 11615742 NEXT 0000000080K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
DbSlExecute: rc = 99
  (SQL error 1659)
  error message returned by DbSl:
ORA-01659: unable to allocate MINEXTENTS beyond 4 in tablespace PSAPIDS
(DB) INFO: disconnected from DB
/tmp/sapinst_instdir/ECC_50_ABAP_NUC/DB/SAPSLEXC.log
(DB) ERROR: DDL statement failed
(CREATE  INDEX "DDFTX~1" ON "DDFTX" ( "ROLLNAME"  ) TABLESPACE PSAPIDS640 STORAGE (INITIAL 52072826 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
DbSlExecute: rc = 99
  (SQL error 1659)
  error message returned by DbSl:
ORA-01659: unable to allocate MINEXTENTS beyond 24 in tablespace PSAPIDS640
I think the tablespace is to small. Which commands do I need to extend them? I've alredy tried:
su – oraids
sqlplus /nolog
connect / as sysdba
SELECT * FROM DBA_TABLESPACES WHERE TABLESPACE_NAME = 'PSAPIDS';
ALTER TABLESPACE PSAPIDS DEFAULT STORAGE
(INITIAL 11615742 NEXT 0000000080K MINEXTENTS 0000000001 MAXEXTENTS 2347483645 PCTINCREASE 0);
Hope that anybody can help me out. I will publish the installation instructions here on SDN.
Regards
Gregor

Hi Gregor.  The text of the Oracle message ORA-01659 is as follows.  As you can see it recommends adding a data file first.
01659, 00000, "unable to allocate MINEXTENTS beyond %s in tablespace %s"
// *Cause:  Failed to find sufficient contiguous space to allocate MINEXTENTS
//          for the segment being created.
// *Action: Use ALTER TABLESPACE ADD DATAFILE to add additional space to the
//          tablespace or retry with smaller value for MINEXTENTS, NEXT or
//          PCTINCREASE
The syntax for adding a datafile would be
alter tablespace PSAPIDS add datafile '/your/path/psapids99.dbf' size 100m;

Similar Messages

  • Error while installing CRM 4.0 SR1 with Oracle 10.2 on Windows 2000 Server

    Hi.. I'm getting error messages in the Database Instance phase, while installing <b>CRM 4.0 SR1 with Oracle 10.2</b> on Windows 2000 Server. Following are message snippets with last few lines showing error message:
    <b>SAPSSEXC.log</b>
    [code](DB) INFO: REPOSRC~0 created
    (DB) INFO: REPOTEXT created
    DbSl Trace: ORA-4031 occured when executing SQL statement (parse error offset = 0)
    (IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
      rc = 99, table "REPOTEXT"
      (SQL error 4031)
      error message returned by DbSl:
    ORA-04031: unable to allocate 84 bytes of shared memory ("shared pool","select name,intcol#,segcol#,...","Typecheck","opndef:qkexrAddMatching1")
    (DB) INFO: disconnected from DB
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144208
    [/code]
    <b>SAPAPPL2.log</b>
    [code](DB) INFO: SMOT413~0 created
    (DB) INFO: SMOT413~R04 created
    DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 31)
    (DB) ERROR: DDL statement failed
    (CREATE  INDEX "SMOT413~R05" ON "SMOT413" ( "MANDT" , "ERSKZ"  ) TABLESPACE PSAPCRM STORAGE (INITIAL 16384 NEXT 0000000040K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 604)
      error message returned by DbSl:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","select owner#,name,namespace...","Typecheck","seg:kggfaAllocSeg")
    (DB) INFO: disconnected from DB
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144207
    [/code]
    <b>SAPSLEXC.log</b>
    [code]DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
    (DB) INFO: CO2MAP created
    (IMP) INFO: import of CO2MAP completed (0 rows)
    (DB) INFO: CO2MAP~0 created
    (DB) INFO: CO2MAP~IDX created
    DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 0)
    (DB) ERROR: DDL statement failed
    (CREATE TABLE "CO2MAPINF" ( "SRCID" VARCHAR2(30) DEFAULT ' ' NOT NULL , "METHID" VARCHAR2(1) DEFAULT ' ' NOT NULL , "APPLNAME" VARCHAR2(30) DEFAULT ' ' NOT NULL , "PAGEKEY" VARCHAR2(70) DEFAULT ' ' NOT NULL , "ID" NUMBER(10) DEFAULT 0 NOT NULL , "LANGUAGE" VARCHAR2(1) DEFAULT ' ' NOT NULL , "NAMESPACE" VARCHAR2(30) DEFAULT ' ' NOT NULL  ) TABLESPACE PSAPCRM620 STORAGE (INITIAL 16384 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 604)
      error message returned by DbSl:
    ORA-00604: error occurred at recursive SQL level 2
    ORA-04031: unable to allocate 84 bytes of shared memory ("shared pool","select ts#,file#,block#,nvl(...","Typecheck","opndef:qkexrAddMatching1")
    (DB) INFO: disconnected from DB
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144742
    [/code]
    <b>SAPSDIC.log</b>
    [code](DB) INFO: TNMAP~0 created
    (DB) INFO: TODIR created
    DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 0)
    (IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
      rc = 99, table "TODIR"
      (SQL error 604)
      error message returned by DbSl:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","update seg$ set type#=:4,blo...","Typecheck","seg:kggfaAllocSeg")
    (DB) INFO: disconnected from DB
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144811
    [/code]
    <b>SAPSDOCU.log</b>
    [code](DB) INFO: TLSY3~0 created
    (DB) INFO: TLSY5 created
    (IMP) INFO: import of TLSY5 completed (3 rows)
    DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 33)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "TLSY5~0" ON "TLSY5" ( "LANGU", "REL", "OLD_REL", "IMP_DATE" ) TABLESPACE PSAPCRM STORAGE (INITIAL 16384 NEXT 0000000080K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 604)
      error message returned by DbSl:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","update seg$ set type#=:4,blo...","Typecheck","seg:kggfaAllocSeg")
    (DB) INFO: disconnected from DB
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144811
    [/code]
    I am not sure but I think the problem is with the allocated shared memory size, which right now is:
    <b>init.ora</b>
    [code]shared_pool_size = 67108864[/code]
    <b>init<SID>.ora</b>
    [code]shared_pool_size = 90112000
    shared_pool_reserved_size = 9011200
    [/code]
    If this is the cause of the problem then how much should i increase it to? and do i need to modify the size in both files or only init<SID>.ora? Is there any SAP Note related to this problem? Thanks.
    Regards,

    Hi Vasu,
    ORA-4031... for 99%  of cases this means one thing:
    the database instance is not configured correctly.
    To proceed, do the following:
    1. get rid of init.ora (it's not used at all)
    2. make sure that the init<sid>.ora file is really used.
       If there is a spfile in the %ORACLE_HOME&/database folder
       then this will be used.
    3. With your  configured shared pool of 85MB your memory should really not be filled up - anyhow it's really too small for a SAP system!
    Thus I'd check how much memory the other sga-area members (buffer cache, large pool, streams pool, java pool...) take up.
        Remember on Windows 32 Bit, everything runs in one single process that can only allocate 2GB (or 3GB if you've set this option).
    See note:
    <a href="https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=869006&_NLANG=E">#869006 - Composite SAP note: ORA-04031</a>
    for more on this.
    And when you're setting up parameters anyway, check note
    <a href="https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=830576&_NLANG=E">#830576 - Parameter recommendations for Oracle 10g</a>
    KR Lars

  • Guidelines to Installation on SAP ERP 2004 SR1

    Hi Friends!
    This is Anand Here
    I am totally new to SAP
    I was trying to install SAP on 2003Server
    while installing the ABAP System-Central Instance
    I Got this error message
    An error occurred during the installation of component SAP ERP 2004 SR1>ABAP System>Oracle> Non-Unicode>Central Instance Installation. Press the log View Button to get extended error information or press OK to terminate the installation. Log Files are written to SAP ERP 2004 SR1>ABAP System>Oracle> Non-Unicode>Central Instance Installation
    The following error occured and the installation could not proceed
    ERROR 2007-12-27 20:33:33
    FSL-00001 System Call Failed. Error 5 (Access is denied.) in execution of system call 'FindFirstVolumeMountPoint' with parameter (
    ?\Volume{c682cb5b-b31d-11dc-be09-806e6f6e6963}\), line (77) in file (synxcfsmit.cpp).
    ERROR 2007-12-27 20:33:33
    MOS-01235 Module function getInfo of module CIa0sMount Failed,
    Can Somebody help me with this

    Hi Anand,
    Seems like you failed to complete the pre-installation steps...
    As far as i can see there a Mount access failure, meaning the shares or mounts necesary for the installation are either unavailable or the user <sap>sid don't have enough rights to use it.
    Check all your pre-intallation steps (included on the installation guide available at SAP Marketplace) and try it agian.
    regards
    Juan

  • Error in installing MySap 2004s SR1 with DB2 and IBM AIX.

    Hello Gurus,
    I am installing MySap 2004s SR1 with DB2 and IBM AIX.
    I am facing the following error :
    <b><i>ERROR 2006-11-08 18:33:01
    MDB-01101  Installed Software Level '08.02.0002' is insufficient for this installation ...</i></b>
    <b><i>ERROR 2006-11-08 18:33:01
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2006-11-08 18:33:01
    FCO-00011  The step DB6CheckSoftwareLevel with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|NW_getDBInfo|ind|ind|ind|ind|2|0|NW_DB6_Initialize_Db_Software_Info|ind|ind|ind|ind|3|0|DB6CheckSoftwareLevel was executed with status ERROR .</i></b>
    As this occered in the phase "Install JCE Policy".
    I have even tried to get the latest version But I am not succesfull.
    Please help.
    Regards,
    Chandra Sekhar Reddy.

    Dear Dirk,
    Thanks once again I have installed FP12 and the error is gone.
    But here I have one more error triggered, Here I am pasting the log.
    Please help me.
    <i><b>ERROR 2006-11-08 22:02:36
    FSH-00006  Return value of function getgrnam(dbdevmnt) is The process does not exist..
    ERROR 2006-11-08 22:02:36
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2006-11-08 22:02:36
    FCO-00011  The step createAccounts with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_Users_Create_Do|ind|ind|ind|ind|4|0|createAccounts was executed with status ERROR .</b></i>
    Please help me out.
    Thanks,
    Chandra Sekhar Reddy.

  • Problem Installing  IDES 4.7 SR1 with Oracle 9.2.0.1.0

    Hello everyone,
    I have problems installing SAP IDES 4.7 SR1  with Oracle 9.2.0.1.0 on my desktop pc..I got problems in the very begining when using Oracle Universal installer:
    --When I tryied to install Oracle(using Oracle Installer) for the first time I received error - pop up box at 16% with some file 'oraocci9.lib'. I was able to find the file under directory C:\oracle\ora92\oci
    lib\msvc  but still I wasnt able to continue for some reason..
    -- Now when I try to reinstall Oracle from scretch I have even more  errors : When I chose 'select the a databse suited to your needs' and chose General Purpose
    I got the message:
    ..'The folowing running service need to be shutdown before continuing : OracleMTSREcoveryService..'
    --Oracle universal Installer doesn't show that I got  something to uninstall - but still I got this MTS running?Can someone tell me how to uninstall everything and start from scratch again..
    If anyone got idea - please help , or BEST will be if someone got <b>THE DETAILED 4.7 IDES with Oracle 9i INSTALL PROCEDURE PLEASE EMAIL</b> me at: [email protected]
    Highly appreciate any help!!
    Thanks ,
    Bob
    P.S I have done all requitements :
    OS Windows 2003 server installed on C partition Oracle Home resides on C  and created 68 GB D partition for Oracle database files and Sap..

    Hello Bobi,
    Install the Oracle first (choose without database option) then install IDES.
    Regards
    Kariyath

  • Error installing sap 2004s SR1 with DB2 and AIX

    Hello Gurus,
    I am installing MySap 2004s SR1 with DB2 and IBM AIX.
    I am facing the following error :
    <b>ERROR 2006-11-09 02:21:22
    MDB-01052  Could not connect to database: DB6CliConnectUser(): [IBM][CLI Driver] SQL30082N  Attempt to establish connection failed with security reason "1" ("PASSWORD EXPIRED").  SQLSTATE=08001
    ERROR 2006-11-09 02:21:22
    FCO-00011  The step CreateNodegroups with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_DB6_DB|ind|ind|ind|ind|1|0|NW_DB6_CreateNodegroups|ind|ind|ind|ind|17|0|CreateNodegroups was executed with status ERROR .</b>
    Please help me out.
    Thanks,
    Chandra Sekhar Reddy.

    Hi,
    ... ("PASSWORD EXPIRED") ...
    Try to log on OS level with db2<sid>, <sid>adm and sap<sid>/sapr3 (not from root level, but rather by providing a username / pw combination).
    Most probably the password on OS level has expired.
    Please be aware, that you have to use dscdb6up to change passwords for <sid>adm and sap<sid>.
    HJ

  • ORA-01659: unable to allocate MINEXTENTS beyond 28 in tablespace PSAPSR3700

    hi everyone
    When I install ECC6.00 sr3 with oracle&HP-UX
    I come across an error at the set u201Cimport abapu201D
    my oracle version is 10.2.0.4
    my HP-UX is 11-23
    *********************import monitor log********************
    ERROR: 2010-01-22 02:42:37 com.sap.inst.migmon.LoadTask run
    Loading of 'DD03L' import package is interrupted with R3load error.
    Process '/usr/sap/R3T/SYS/exe/run/R3load -i DD03L.cmd -dbcodepage 4102 -l DD03L.
    log -stop_on_error' exited with return code 9.
    For mode details see 'DD03L.log' file.
    Standard error output:
    /usr/lib/hpux64/dld.so: Unable to find library 'libclntsh.so.10.1'.
    'DD03L.log' ****************************
    (DB) ERROR: DDL statement failed
    (DROP INDEX "DD03L~0")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: Error 12801 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-12801 occurred when executing SQL stmt (parse error offset=0)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "DD03L~0" ON "DD03L" ( "TABNAME", "FIELDNAME", "AS4LOCAL",
    "AS4VERS", "POSITION" ) TABLESPACE PSAPSR3700 STORAGE (INITIAL 712194033 NEXT 0
    000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING
    COMPUTE STATISTICS PARALLEL )
    DbSlExecute: rc = 99
      (SQL error 12801)
      error message returned by DbSl:
    ORA-12801: error signaled in parallel query server P015
    ORA-01659: unable to allocate MINEXTENTS beyond 28 in tablespace PSAPSR3700
    (DB) INFO: disconnected from DB
    ********************tablespace view****************
    Pos.  Tablespace     Type  Status    ExtMan.  SegMan.  Backup  Files/AuExt.
          Total[KB]   Used[%]    Free[KB]  MaxSize[KB]  ExtSize[KB]  FreeExt.    Largest[KB]
      1 - PSAPSR3        DATA  ONLINE    LOCAL    AUTO      NO        20/20 
          41328640     75.99     9922304    204800000     20008960        93     8192000:8192000:3624960+:1157056:866304
      2 - PSAPSR3700     DATA  ONLINE    LOCAL    AUTO      NO        21/21 
          43868160     76.44    10337472    215040000     20008960        44     8151040:8151040:3706880+:2088896:2071488
      3 - PSAPSR3USR     DATA  ONLINE    LOCAL    AUTO      NO         1/1  
             20480      9.38       18560     10240000     10219520         1    10219520+:18560:0:0:0
      4 - PSAPTEMP       TEMP  ONLINE    LOCAL    MANUAL    NO         3/1  
           6144000      0.00     6144000     14336000      8192000         0     8192000+:0:0:0:0
      5 - PSAPUNDO       UNDO  ONLINE    LOCAL    MANUAL    NO         3/1  
           6266880      0.00     6266688     14417920      8151040      4854     8151040+:2083776:2073344:8192:8192
      6 - SYSAUX         DATA  ONLINE    LOCAL    AUTO      NO         1/1  
            204800     24.72      154176     10240000     10035200         1    10035200+:154176:0:0:0
      7 - SYSTEM         DATA  ONLINE    LOCAL    MANUAL    NO         2/2  
           1392640     49.76      699712     20480000     19087360         2     9543680:9543680:696256:3456:0
    I do need yours helps
    any advise will be much appreciated!
    Thanks&Regards
    Peter

    I do not know why the newlines are all missed in my posts
    but in my reply everything goes well
    Does somebody know the reasons?
    **********************************************************8
    When I install ECC6.00 sr3 with oracle&HP-UX
    I come across an error at the set u201Cimport abapu201D
    my oracle version is 10.2.0.4
    my HP-UX is 11-23
    *********************import monitor log********************
    ERROR: 2010-01-22 02:42:37 com.sap.inst.migmon.LoadTask run
    Loading of 'DD03L' import package is interrupted with R3load error.
    Process '/usr/sap/R3T/SYS/exe/run/R3load -i DD03L.cmd -dbcodepage 4102 -l DD03L.
    log -stop_on_error' exited with return code 9.
    For mode details see 'DD03L.log' file.
    Standard error output:
    /usr/lib/hpux64/dld.so: Unable to find library 'libclntsh.so.10.1'.
    'DD03L.log' ****************************
    (DB) ERROR: DDL statement failed
    (DROP INDEX "DD03L~0")
    DbSlExecute: rc = 103
      (SQL error 1418)
      error message returned by DbSl:
    ORA-01418: specified index does not exist
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    DbSl Trace: Error 12801 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-12801 occurred when executing SQL stmt (parse error offset=0)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "DD03L~0" ON "DD03L" ( "TABNAME", "FIELDNAME", "AS4LOCAL",
    "AS4VERS", "POSITION" ) TABLESPACE PSAPSR3700 STORAGE (INITIAL 712194033 NEXT 0
    000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING
    COMPUTE STATISTICS PARALLEL )
    DbSlExecute: rc = 99
      (SQL error 12801)
      error message returned by DbSl:
    ORA-12801: error signaled in parallel query server P015
    ORA-01659: unable to allocate MINEXTENTS beyond 28 in tablespace PSAPSR3700
    (DB) INFO: disconnected from DB

  • Unable to allocate MINEXTENTS beyond 31 in tablespace employee

    create tablespace employee
    logging
    datafile '/rdbms/oracle/ora1022i/64/oradata/ora1022b/employee.dbf'
    size 200m
    autoextend on
    next 32m maxsize unlimited
    extent management local;
    declare
    counter NUMBER;
    sql_string VARCHAR2(4000);
    BEGIN FOR counter IN 1..2 LOOP
    sql_string := 'CREATE TABLE e'||counter||'
    (id varchar2(10) primary key,
    col_a varchar2(1000),
    col_b date,
    col_c varchar2(10),
    col_d varchar2(10),
    col_e varchar2(10),
    col_f varchar2(20),
    col_g varchar2(10),
    col_h date,
    col_i varchar2(20),
    col_j varchar2(20),
    col_k date,
    col_l varchar2(20),
    col_m varchar2(15),
    col_n varchar2(20),
    col_o varchar2(12),
    col_p varchar2(12),
    col_q date,
    col_r varchar2(20),
    col_s varchar2(15),
    col_t varchar2(10),
    col_u varchar2(11),
    col_v char(20),
    col_w varchar2(13),
    col_x date,
    col_y varchar2(15),
    col_z varchar2(12),
    col_aa varchar2(10),
    col_bb varchar2(10),
    col_cc char(200),
    col_dd varchar2(20),
    col_ee date,
    col_ff varchar2(10),
    col_gg varchar2(10),
    col_hh varchar2(10),
    col_ii varchar2(10),
    col_jj char(20),
    col_kk varchar2(10),
    col_ll date,
    col_mm varchar2(10),
    col_nn varchar2(12),
    col_oo varchar2(10),
    col_pp varchar2(10),
    col_qq char(20),
    col_rr varchar2(21),
    col_ss date,
    col_tt varchar2(12),
    col_uu varchar2(10),
    col_vv varchar2(10),col_ww varchar2(10),
    col_xx char(20)
    ) TABLESPACE system
    PCTFREE 10
    INITRANS 10
    MAXTRANS 255
    STORAGE
    INITIAL 50m
    next 50M
    MAXEXTENTS UNLIMITED
    EXECUTE IMMEDIATE sql_string;
    END LOOP;
    END;
    declare
    ERROR at line 1:
    ORA-01659: unable to allocate MINEXTENTS beyond 31 in tablespace employee
    pls tell me what is the problem in this tablespace wheater it is correct or not.

    hi
    che the table initial extent size (2099m) and tablespace max size (2000M), also min extents setting.
    rgds
    Jitendra

  • ORA-01659: unable to allocate MINEXTENTS beyond...

    Hi All,
    I have created a new table space as
    CREATE SMALLFILE
    TABLESPACE "FIRMGOLD"
    LOGGING
    DATAFILE '/gold3/gold/oradata/GOLD/FIRMGOLD.dbf' SIZE 2048M EXTENT
    MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO
    Then I went for creation of new user as
    CREATE USER "DIIS_FIRM_GOLD" PROFILE "DEFAULT"
    IDENTIFIED BY " DIIS_FIRM_GOLD " DEFAULT TABLESPACE " FIRMGOLD "
    TEMPORARY TABLESPACE "TEMP"
    QUOTA UNLIMITED
    ON " FIRMGOLD "
    ACCOUNT UNLOCK;
    GRANT ALTER ANY TRIGGER TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT ALTER PROFILE TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT ALTER RESOURCE COST TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT ALTER ROLLBACK SEGMENT TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT ALTER SESSION TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT ALTER SYSTEM TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT ALTER TABLESPACE TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT ALTER USER TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT BACKUP ANY TABLE TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT CREATE ANY CLUSTER TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT CREATE ANY INDEX TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT CREATE ANY INDEXTYPE TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT CREATE ANY JOB TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT CREATE ANY LIBRARY TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT CREATE ANY PROCEDURE TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT CREATE ANY SEQUENCE TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT CREATE ANY SYNONYM TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT CREATE ANY TABLE TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT CREATE ANY TRIGGER TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT CREATE ANY VIEW TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT SYSDBA TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION
    GRANT "CONNECT" TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION;
    GRANT "DBA" TO " DIIS_FIRM_GOLD " WITH ADMIN OPTION;
    After creating new user, I went for impdp of the dump(got from the existing user) then I encountered the following error,
    ORA-39171: Job is experiencing a resumable wait.
    ORA-01659: unable to allocate MINEXTENTS beyond 13 in tablespace CKCGOLD1
    I expected the new user “DIIS_FIRM_GOLD” to use the newly created tablespace FIRMGOLD, but instead it used old tablespace CKCGOLD1.
    When I ran the following script
    SELECT TABLESPACE_NAME,SUM(BYTES)/1024/1024 FREE_SPACE
    FROM DBA_FREE_SPACE
    GROUP BY TABLESPACE_NAME
    It returned
    TABLESPACE_NAME FREE_SPACE
    SYSTEM           221.875
    CKCGOLD2           1176.1875
    FAS_GENERAL      957.625
    JEWELGOLD      2038
    USERS           4.5625
    CKCGOLD1_I      1812
    RBS           1999.9375
    FIRMSILVER           1023.9375
    JEWELSILVER           1023.9375
    SYSAUX      21
    CKCGOLD1      26.625
    TABLESPACE_NAME FREE_SPACE
    CKCSILVER1_I      497.875
    FIRMGOLD      2038
    UNDOTBS1           1352.3125
    CKCSILVER1           1124.8125
    My new tablespace FIRMGOLD has not been used.
    Can anyone help me out in this regard.

    Hi,
    The impdp command i used is as below,
    impdp iis_firm_gold/****** REMAP_SCHEMA=iis_1_gold:iis_firm_gold dumpfile=exp_19082007_gold.dmp logfile=imp_19082007_gold_firm.log job_name=IMP_SAM19082007_GOLD_FIRM CONTENT=METADATA_ONLY TRANSFORM=oid:n
    So how should the remap_tablespace be used in the above command?
    U mean like, inserting "REMAP_TABLESPACE=CKCGOLD1:FIRMGOLD" in to my impdp command?
    Regards,
    SAM.

  • ORA-01659: unable to allocate MINEXTENTS beyond 29 in tablespace

    Hi,
    I am importing data into MATRIXDEV schema with the following imp command.
    imp matrixdev/crm FILE=crmodrepodump1.dmp tables=odperf_request_summary INDEXES=N IGNORE=Y STATISTICS=NONE
    But i am getting following error. Even after adding new datafile to the CRMODREPO_DATA table space i am getting same error.
    ORA-01659: unable to allocate MINEXTENTS beyond 29 in tablespace
    Can some one help me in this??
    I have used following exp command for export.
    imp userid=matrixdev/crm file=crmodrepodump1.dmp log=crmodrepodump1.log statistics=NONE indexes=Y tables=odperf_request_summary
    Thanks

    ORA-01659: unable to allocate MINEXTENTS beyond string in tablespace string
    Cause: Failed to find sufficient contiguous space to allocate MINEXTENTS for the segment being created.
    Action: Use ALTER TABLESPACE ADD DATAFILE to add additional space to the tablespace or retry with smaller value for MINEXTENTS, NEXT or PCTINCREASE

  • ORA-01659: unable to allocate MINEXTENTS beyond 9 in tablespace

    Hi all
    I received database dump from client and I am trying to Import into our database. I created tablespace and while trying to import, I am getting below error
    ORA-01659: unable to allocate MINEXTENTS beyond 9 in tablespace <>
    I increased the Size of the tablespace up to to 6gb still getting the same error.
    what I received is only structure without data. still why It's needed much space.
    My doubts are :
    1) How to know what is the size required to complete the dump
    2) s there any option to take export which can take less space when I import?
    My plan is not to replicate the DB but only to import the structure in a schema.
    We don't have a DBA so I am doing this task
    Thanks in adv

    Thanks Maran,
    ABLESPACE_NAME     BLOCK_ID     BLOCKS     BYTES
    medt          17          507904     4160749568
    medt          507921          507904     4160749568
    medt          1015825          507904     4160749568
    medt          1523729          507904     4160749568
    medt          2031633          507904     4160749568
    medt          2539537          507904     4160749568
    medt          3047441          507904     4160749568
    medt          3555345          507904     4160749568
    medt          4063249          131048     1073545216

  • ESS XSS delivered with SAP ERP 2004 compatible with SAP 4.7?

    Hi,
    I was wondering if anyone has sought to implement the latest version of ESS (for SAP ERP 2004) for a SAP 4.7 backend?  Is this at all compatible?
    I have implemented ESS 50.4 on EP6 SR1 and this works fine with a backend SAP 4.7, but I am interested in knowing whether the newer version of ESS (non-ITS) is compatible with SAP 4.7.  I am thinking not, but any experiences of others would be useful.
    Regards
    John Moy

    Hi John,
    If you are concerned about ITS rendition of WEBGui content, then according to OSS Note# <b>197746</b> the WAS6.4 Integratred ITS should do the job.
    Yet, till I get my hands wet with custom ESS 50.4 ITS templates upgraded to EP6.4 SP9, then I can assure the results.
    Regards,
    AAAttar
    <b>OSS Note# 197746...</b>
    "As of release 6.40 of SAP Web Application Server the SAP Web AS Kernel includes a subcomponent called "SAP Integrated ITS". This component is the successor of the "standalone" ITS releases up to and including release 6.20. Since this component is integrated into SAP Web AS the rules that apply to the Kernel also apply to the SAP Integrated ITS.
    Information on patches and maintenance periods for SAP Web AS Kernel can be found in OSS notes 19466 and 138704.
    The Integrated ITS can only be used to run SAP GUI for HTML and IACs of the SAP System it is part of. Therefore there are no longer questions in regards to downward or upward compatability. Since the Integrated ITS consists of executables being part of the Kernel and templates, MIMES, etc. being part of SAP_BASIS you can only use the Integrated ITS if you have both SAP Web AS Kernel 6.40 and SAP_BASIS 6.40 or higher installed."

  • MySAP ERP 2004 Installation with MS SQL server database

    Hi all,
    I m trying to perform the DB instance of mySAP ERP 2004 on a MS SQL Server, but during the process of SAPSSEXEC
    the my MS SQL server stops and I the SAPSSEXEC.log files ends up with a fatal error:DB connection failed.
    I stoped and restart the installation but the same error repeats. Can anybody try to help me out in this regard.
    Thanks
    Yogi

    Hi Yogi
    I am facing the same problem as you:
    I have been installing ECC5 SR1. The Centrale Instance installation happened very well.
    The problem is with The Database installation. At the phase 16 of 29, Database load, the R3load jobs take more than 21 hours and often finish with the following sql error message in the log files:
    <i>(DB) ERROR: DDL statement failed
    (CREATE UNIQUE  INDEX [DD03L~1] ON [DD03L] ( [TABNAME] , [AS4LOCAL] , [POSITION] , [AS4VERS]  ) )
    DbSlExecute: rc = 99
      (SQL error 21)</i>
    I am working on :
    - Windows 2003 server
    - The DB is on
    Microsoft SQL Server  2000 - 8.00.2039 (Intel X86) 
    I come all the way to read that you have solved the same problem. Can you help me please.
    Thanks.
    Belehego

  • How to Download Trial Version of SAP ERP 6.0 with Oracle?

    HI all,
                 Kindly help out how i can able to download SAP ERP 6.0 or Netweaver trial dump with oracle database in SAP Support portal.
    Awaiting for your valuable reply.
    Regard
    M.L.Gopinath

    Check if the Free Download Catalog has the trial version of PI7.0: http://www.sdn.sap.com/irj/scn/downloads
    Regards,
    Abhishek.

  • HELP on SAP netweaver 2004s SR1 on Oracle 10.2  with RHEL v5

    i got an error again doing the installation frm SAPINST
    root@PDS06 IM_LINUX_I386# sh ./startInstGui.sh
    Java Runtime found in PATH environment variable
    Path: java
    Start mode: gui (GUI only)
    Connection parameters:
    GUIServer host: localhost
    GUIServer port: 21212
    Starting...
    Warning: unable to create SAP monospaced font; use standard monspaced font instead
    java.lang.reflect.InvocationTargetException
    at java.lang.reflect.Method.invoke(libgcj.so.7rh)
    at com.sap.sdt.util.misc.MethodCall.invoke(MethodCall.java:82)
    at com.sap.sdt.util.misc.BootStrapper.start(BootStrapper.java:107)
    at SDTGui.main(SDTGui.java:46)
    Caused by: java.lang.NoClassDefFoundError: sun.applet.AppletClassLoader
    at com.sap.plaf.frog.FrogLookAndFeel.<clinit>(FrogLookAndFeel.java:101)
    at java.lang.Class.initializeClass(libgcj.so.7rh)
    at java.lang.Class.forName(libgcj.so.7rh)
    at java.lang.Class.forName(libgcj.so.7rh)
    at com.sap.sdt.gui.core.settings.GuiSettings.setLookAndFeel(GuiSettings.java:354)
    at com.sap.sdt.gui.core.settings.GuiSettings.<init>(GuiSettings.java:100)
    at com.sap.sdt.gui.core.settings.GuiSettings.<clinit>(GuiSettings.java:86)
    at java.lang.Class.initializeClass(libgcj.so.7rh)
    at com.sap.sdt.gui.core.SDTGui.initStdOutErr(SDTGui.java:244)
    at com.sap.sdt.gui.core.SDTGui.start(SDTGui.java:149)
    at com.sap.sdt.gui.core.SDTGui.main(SDTGui.java:87)
    at java.lang.reflect.Method.invoke(libgcj.so.7rh)
    ...3 more
    java.lang.NoClassDefFoundError: sun.applet.AppletClassLoader
    at com.sap.plaf.frog.FrogLookAndFeel.<clinit>(FrogLookAndFeel.java:101)
    at java.lang.Class.initializeClass(libgcj.so.7rh)
    at java.lang.Class.forName(libgcj.so.7rh)
    at java.lang.Class.forName(libgcj.so.7rh)
    at com.sap.sdt.gui.core.settings.GuiSettings.setLookAndFeel(GuiSettings.java:354)
    at com.sap.sdt.gui.core.settings.GuiSettings.<init>(GuiSettings.java:100)
    at com.sap.sdt.gui.core.settings.GuiSettings.<clinit>(GuiSettings.java:86)
    at java.lang.Class.initializeClass(libgcj.so.7rh)
    at com.sap.sdt.gui.core.SDTGui.initStdOutErr(SDTGui.java:244)
    at com.sap.sdt.gui.core.SDTGui.start(SDTGui.java:149)
    at com.sap.sdt.gui.core.SDTGui.main(SDTGui.java:87)
    at java.lang.reflect.Method.invoke(libgcj.so.7rh)
    at com.sap.sdt.util.misc.MethodCall.invoke(MethodCall.java:82)
    at com.sap.sdt.util.misc.BootStrapper.start(BootStrapper.java:107)
    at SDTGui.main(SDTGui.java:46)
    error in:
    Class : com.sap.sdt.gui.core.SDTGui
    Name : main
    Static : true
    class [Ljava.lang.String; - [Ljava.lang.String;@15dac8
    java.lang.RuntimeException: invocation target exception: sun.applet.AppletClassLoader
    at com.sap.sdt.util.misc.MethodCall.invoke(MethodCall.java:110)
    at com.sap.sdt.util.misc.BootStrapper.start(BootStrapper.java:107)
    at SDTGui.main(SDTGui.java:46)
    root@PDS06 IM_LINUX_I386#
    root@PDS06 IM_LINUX_I386# ./sapinst
    ============================== - extracting... done!
    Starting GuiServer using:
    /usr/bin/java -cp /tmp/sapinst_exe.23493.1205708864/JAR/instgui.jar:/tmp/sapinst_exe.23493.1205708864/JAR/inqmyxml.jar -Djava.security.egd=file:/dev/urandom SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true
    guiengine: call to bind() for socket 21200 3 failed . Address already in use
    103 guiengine.connection.failed 21200, 881
    root@PDS06 IM_LINUX_I386#
    i belive there is a serious problem with JAVA

    soorry theere is to edit in the previous thread
    when i tried to run ./sapinst... an error got reflected again......i have finished with SAp and database requisites.. but have not installed the database as yet....... still the error is reflected  AND my java version is
    java version "1.7.0"
    IcedTea Runtime Environment (build 1.7.0-b24)
    IcedTea Server VM (build 1.7.0-b24, mixed mode)
    [root@PDS06 IM_LINUX_I386]# ps -ef | grep sapinst
    root      4315  4279  0 21:55 pts/1    00:00:00 grep sapinst
    [root@PDS06 IM_LINUX_I386]# kill root
    bash: kill: root: arguments must be process or job IDs
    [root@PDS06 IM_LINUX_I386]# kill 4315
    bash: kill: (4315) - No such process
    [root@PDS06 IM_LINUX_I386]# kill 4279
    [root@PDS06 IM_LINUX_I386]# ./sapinst
    [==============================] - extracting...  done!
    Starting GuiServer using:
    /usr/bin/java -cp /tmp/sapinst_exe.4352.1205857648/JAR/instgui.jar:/tmp/sapinst_exe.4352.1205857648/JAR/inqmyxml.jar -Djava.security.egd=file:/dev/urandom SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true
    load resource pool /root/dumpz/java_components/IM_LINUX_I386/resourcepool.xml
    guiengine: no GUI connected; waiting for a connection on host PDS06, port 21200 to continue with the installation
    Should i free the port nos? how do i?

Maybe you are looking for

  • Problem with rotate function.

    I got a problem with the rotate function. When I rotate an (text) object (point text but same behavior with area text) on the GUI of Illustrator, the resize bounds around (see screenshot) is rotated as well so that you can resize it as used to. If I

  • Table for document type Number Range interval

    Hi, I want to know the number range interval for document type in the production system but I do not have authorisation for SPRO in the prd system. Kindly let me know the table name to check this number range interval for the document type. Table T00

  • Looking for RDF schema files

    Does anyone know where I can find the RDF schemas (in RDF/XML format) for the XMP standard schemas? In particular, the following: XMP Basic Schema http://ns.adobe.com/xap/1.0/ XMP Rights Management Schema http://ns.adobe.com/xap/1.0/rights/ XMP Media

  • EM12c install failed and deinstall not possible?

    Hi i´m having big trouble to install the EM 12c. My first installation try failed, so i think i make a big mistake and delete the folders manually and also with sqlplus delete the sysman schema. But now every installation hangs on that point INFO: or

  • Wireless internet setup

    how do I get the internet wirelessly in windows 8.1