Unable to shrink tlog

Hello,
Usually,the tlog backup goes to tape but it's giving some error.I took the backup on disk and then doing tlog shrink but it's not happening.
Please advise.
Best regards,
Vishal

Hello,
Usually,the tlog backup goes to tape but it's giving some error.I took the backup on disk and then doing tlog shrink but it's not happening.
Please advise.
Best regards,
Vishal
You might need to take log backup twice to actually be able to shrink the log file.please run DBCC LOGINFO(DB_NAME) and see if status column last value is 0 or not unless it is zero you wont be able to shrink.
You can also use below query to see what is holding your log from truncating'.If it is  log backup you need to take log backup.
select name,log_reuse_wait_desc from sys.databases where name='db_name
Problem with tape log  backup is there are 2 options to take log backup one just log backup (plain) and other take log backup and truncate logs hope you have selected second option.Else please take log backup using TSQL
Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

Similar Messages

  • Unable to shrink datafile

    Hello Gurus,
    Env: SQL Server 2008 R2 installed on Windows Server 2008.
    DAS based storage.
    Issue: DBCC showfilestats shows that all of the exents are used. This means there is no
    Unable to shrink the data file.
    Description: The data file is growing by a GB every day approx.
    I see the existing space with in the data file is not being used and it is allocating fresh extents every time.
    When I do the DBCC showfilestats it says all of the extents are in use and there is almost nothing free.
    The size of the data file is 200 GB.
    When I run the top 50 tables by size, I see the sum of all of these tables is hardly 10GB.
    I know there is not much data with in the tables.
    When I am trying to shrink the data file, it gives the error message "A severe error occurred on the current command."
    I tried to follow the following till date, nothing worked till date.
    DBCC checkDB and then tried to shrink.
    Took the database in the single_user mode and then tried to shrink.
    Ran a checkpoing and then the log backup job and then tried to shrink.
    So there are two questions.
    1. How shall we shrink the data file?
    2. Why is it not using the existing space with in the file?
    Please letme know if I need to send more details.

    1. How shall we shrink the data file?
    Why would shrink it, when The data file is growing by a GB every day approx. Database files should rather not autogrow. They should be extended well in advance in a maintenance window. I would suggest that you increase the database
    with 50 GB.
    Shrinking a database is a very exceptional operation which you only do when you know that the data size has been reduced on a permanent basis.
    2. Why is it not using the existing space with in the file?
    It is not clear how you have deemed that there is space in the file; au contraire, all evidence points at that is no space available.
    It is possible, though, that your data pages are poorly utiliized. Heaps are particularly prone to this, and you can be left with pages with no or little rows on them.
    Do you rebuild your indexes regularly? Do you have any heaps? What does this query return:
    SELECT COUNT(*) FROM sys.indexes WHERE index_id = 0
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Transaction log used 200GB unable to shrink

    Hi All,
    Currently I am facing diskspace(0 KB available) issue in one of my application server..
    When I checked SQL server SMS_UDB (is our DB name) containing 70GB but SMS_UDB_LOG (Transaction log) Containing more than 200GB. When I checked the diskspace report 200GB space used (showing Green). I am unable to shrink the file. I am running 2008 SQL with
    simple recovery model. I taken bak to other server.   It's urgent Kindly help me to reduce the transaction log
    thanks

    Hello,
    Please verify if the initial size for the log on the properties of the database is set to big number of MB and for that reason the database
    shrink does not work.
    Please run the following query and share the results with us:
    SELECT
    name,
    log_reuse_wait_desc
    FROM
    sys.databases
    WHERE
    log_reuse_wait_desc='ACTIVE_TRANSACTION'
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • IOS 7 wallpaper unable to shrink and fit ...

    IOS 7 unable to shrink and fit, this is horrible when i use my old wallpaper...
    Please fix this bug, i can careless about the parallax ****,just want my wall paper back to normal!!!

    Have you tried pinching inwards?
    Regards,
    Steve

  • Disk Utility - Unable to Shrink Disk Error

    hey guys,
    I have been trying to shrink my system partition but i keep getting an error.
    I had Vista installed on a boot camp partition, but i needed to reinstall it and i decided to start from scratch. I erased the vista partition and tried to recreate it. I ran boot camp assistant but that failed at creating a new partition.
    I ran disk utility to first try and shrink the system drive, then increase the size to full before i rerun the boot camp partition. however, i cannot shrink.
    this is the error i get.
    http://dl.getdropbox.com/u/734117/Screen%20shot%202009-10-25%20at%208.48.54%20AM .png
    I had only about 35 gigs free and i tried to create a 20 gig partition. after that error, i erased some data and now have just under 100 gigs free. but the drive still cannot shrink
    I was hoping to find a way to shrink the drive, or defragment without having to erase the entire disk and reinstall. i do not have the backup capabilities to move all my data at this point.
    Thanks for your help

    Hahmad wrote:
    How do i create a clone?
    first, you need an external drive. then use CCCloner http://www.bombich.com/index.html
    or Superduper http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
    to clone the OS X partition to the external. make sure that the external is formatted with GUID partition scheme before cloning. if needed reformat it first with disk utility.

  • Unable to shrink the connections

    HI,
    I am using weblogic 6.1 connection pooling. I am facing problem in shrinking
    the connections
    I set the connection parameters as
    Initial capacity = 2,
    Increment = 1
    Max capacity = 10
    Allow shrinking = true
    When I open 4 sessions simultaneously it shows the
    connections = 4
    total connections = 4
    Waiters = 0
    Connections high = 3
    After several time accessing the database it shows
         Connections = 0
         Total connections = 13
         Connections high = 3
         Waiters = 0
    My problem is even after shirking time also it shows the active connections in
    the database side(I tested using v$session).are there any extra setting is needed
    for the shrink to take place?(other than setting it to true in console). I even
    tested using the code ( getting the pool and executing the shrink() method).
    My second doubt was why it is showing total connections as greater than maximum
    capacity. I am not clear on the no shown for total connections.
    I would be thankful if some looks into it.
    Thanks

    Make sure the application is returning all the connection to the pool (close
    all connections in the finally blocks). If connections are not closed in
    your application they cannot be removed from the pool.
    hth
    sree
    "nambudri" <[email protected]> wrote in message
    news:3c33e8f1$[email protected]..
    HI,
    I am using weblogic 6.1 connection pooling. I am facing problem in
    shrinking
    the connections
    I set the connection parameters as
    Initial capacity = 2,
    Increment = 1
    Max capacity = 10
    Allow shrinking = true
    When I open 4 sessions simultaneously it shows the
    connections = 4
    total connections = 4
    Waiters = 0
    Connections high = 3
    After several time accessing the database it shows
    Connections = 0
    Total connections = 13
    Connections high = 3
    Waiters = 0
    My problem is even after shirking time also it shows the active connections
    in
    the database side(I tested using v$session).are there any extra setting is
    needed
    for the shrink to take place?(other than setting it to true in console). I
    even
    tested using the code ( getting the pool and executing the shrink() method).
    My second doubt was why it is showing total connections as greater than
    maximum
    capacity. I am not clear on the no shown for total connections.
    I would be thankful if some looks into it.
    Thanks

  • Unable to shrink tempdb

    Hi All,
    This is to bring to your notice that when iam trying to see free space using shrink database it is showing 180GB free space.But when i am trying to shrink individual data files they are only showing free space in MBs.Further analysis sussgests that there
    might be space used by  internal  objects in tempdb.How can i reclaim that without restarting sql server services.
    Regards
    Rahul

    You can shrink tempdb by multipel ways like;
    DBCC SHRINKFILE
    DBCC SHRINKDATABASE
    ALTER ATABASE
    But you may run into consistency errors by doing this. That is why, the safes way to release the tempdb space is to restart the instance's sql server service.
    Please visit my Blog for some easy and often used t-sql scripts
    My BizCard
    Atif can you show any example where by running Shrinkfile or alter database command database will go in inconsistent state.I agree sometimes restart is last option but I dont agree with your consistency statement.
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Unable to shrink/resize undo tablespace

    Hi Experts,
    I have Oracle 10.2.0.4 database running on RHEL 4.7 in production environment, my undo tablespace has grown upto 32 GB, database is rebooted, still the tablespace is full.
    I want to shrink, resize the undo tablespace, please help me
    Few details are as below
    show parameter undo_retention
    NAME TYPE     VALUE
    undo_retention integer     10
    Please help
    Thanks

    This post is repeatedly executed by mistake, thread with same name is posted 2 minutes before this
    Edited by: user1687821 on Jul 9, 2010 9:29 AM

  • Unable to shrink undo tablespace... Help!

    Hi,
    I have problems to shrink the system undo tablespace, which has grown up to 14 GB.
    I use 9.2. Table space owner is 'SYSTEM', undo_management = AUTO.
    I tried to shrink the greatest rollback segments by the commands
    ALTER SESSION SET UNDO_SUPPRESS_ERRORS = TRUE;
    ALTER ROLLBACK SEGMENT "_SYSSMU6$" SHRINK TO 20 M;
    Oracle confirmed these commands, but nothing happened.
    What am I doing wrong?
    Hermann Mueller

    You have seen the discussion about the undo segments, on the temporary tablespaces, you should be aware that the sort segment of a given temporary tablespace is created at the time the first sort operation takes place. The sort segment continues to grow by means of extent allocation until the segment size has reached the total storage demands of all of the active sorts running on the instance. Oracle will keep on allocating temporary space on demand unless the physical limit states otherwise.
    Temporary segments are produced each time a sort operation (explicit -order by- or implicit -aggregation, reindexing-) requires to sort a set that cannot fit into memory. So if you detect excesive sort usage you should aim your monitors towards the sort operations (reports, reindexing, max, min, aggregations, order by ...). If your system has a DDS behaviour, this kind of operations are frequent as a massive sorting has to be peformed against millions of rows.
    A Temporary tablespace will almost always appear to be near 100% full, that's because once oracle has allocated temporary space it doesn't release it back to the free space, it keeps it allocated even when the sort operation has finished. Criteria behind this fact is similar to the one oracle used to have when the rollback segments were in use, Oracle only allocated space and the dba should perform manual actions to release space, and the criteria is performance. Once it has allocated space this big, there are possibilities that the same circumstances that raised the temporary usage high water mark to this level are repeated, so if oracle keeps the mamimum allocated space, it won't have to allocate the same storage once more.
    Main concern with temporary tablespace growth is not free space itself, but the reasons why this amount of space was allocated, so I suggest you to track the sql statements with sort operations. If you are certain the circumstances that motivated this amount of temporary resources to be allocated won't be repeated again, then you could think of resizing down your temporary tablespace. I suggest you to create a new temporary tablespace with the desired size, and alter the default tempoary tablespace to point to this newly crated temporary tablespace, and finally get rid of the original temporary TS.
    ~ Madrid

  • Tablespace shrink.

    hi
    i m using oracle database 10gR2
    one of my database size is 13GB and out of that used size is only 4GB. HWM has already reached to the end of datafile so i m unable to shrink the database upto 4GB(used space)
    General solution to this problem is to take tablespace level export,drop tablespace ,create tablespace with 4 gb size and do import.
    but i have doubt that above solution will invalid my dependent objects like synonyms and triggers, procedures and packeges in different schema
    is there any other solution i can use which should not affect my dependent objects.

    Hello User,
    Yes that won't copy all the dependent object and you have manually create them. But you have a perfect solution of using dbms_redefinition packaage and it will create all the dependent objects (triggers/grants) without any extra manual work.
    check this link
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_redefi.htm#CBBHFJAI
    Here is specific example, create an emptry interim table under new tablespace
    create table my_objects_interim as select * from my_objects where rownum < 1;
    DECLARE
       v_num_errors   NUMBER;
    BEGIN
       -- With Primary key
       -- README -- COMMENT OUT the one you don't need for the table either ROWID or PRIMARY KEY
       DBMS_REDEFINITION.can_redef_table (USER,
                                          'my_objects',
                                          DBMS_REDEFINITION.cons_use_pk,
                                          NULL
       -- without primary key
       DBMS_REDEFINITION.can_redef_table (USER,
                                          'my_objects',
                                          DBMS_REDEFINITION.cons_use_rowid,
                                          NULL
       -- dbms_redefinition.cons_use_pk
       -- dbms_redefinition.cons_use_rowid
       -- With Primary key
       DBMS_REDEFINITION.start_redef_table (USER,
                                            'my_objects',
                                            'my_objects_interim',
                                            NULL,
                                            DBMS_REDEFINITION.cons_use_pk,
                                            NULL,
                                            NULL
       -- without primary key
       DBMS_REDEFINITION.start_redef_table (USER,
                                            'my_objects',
                                            'my_objects_interim',
                                            NULL,
                                            DBMS_REDEFINITION.cons_use_rowid,
                                            NULL,
                                            NULL
       v_num_errors   :=
          DBMS_REDEFINITION.copy_table_dependents (USER,
                                                   'my_objects',
                                                   'my_objects_interim',
                                                   DBMS_REDEFINITION.cons_orig_params,
                                                   TRUE,
                                                   TRUE,
                                                   TRUE,
                                                   FALSE,
                                                   num_errors,
                                                   FALSE
       DBMS_REDEFINITION.finish_redef_table (USER,
                                             'my_objects',
                                             'my_objects_interim',
                                             NULL
    EXCEPTION
       WHEN OTHERS
       THEN
          DBMS_OUTPUT.put_line (SUBSTR (SQLERRM, 1, 200));
    END;Regards
    Edited by: OrionNet on Dec 23, 2008 2:10 AM

  • Log file shrinking

    hi every one
    i m very happy getting reply from u all
    here my doubt regarding log file shrink.in our environment all high avaliabilities are using (log shippimg,mirroring,replication) now my doubt is if i shrink log file of a database which is these H A what will be the reaction?does i ve to reconfigure or
    not?
    can i make snapshot database  for restoring database?
    waiting for replies with anxiety
    thanks&regards
    chetan.tk

    Hi chetan.kt,
    What is the purpose of shrinking log file? It is recommend that backup the log file frequently as a period of some minutes if the log file is large. In case of more space is required for operation in SQL Server, you may consider to increase the disk space.
    Befor shrinking, you should insight into the reason which leads to the log file grows unexpectedly: A transaction log grows unexpectedly or becomes full on a computer that is running SQL
    Server.
    For log shipping and database mirroring, you can shrink the log file on primary server with non-truncate, and the shrink operation will be log shipped to the secondary servers.
    As for replicated database, you cannot be able to shrink the log file if replication is not completed. You may have a try to mark all replicated transactions as completed by stopping log reader agent and restart after shrinking. For more information:
    Unable to shrink transaction log on replicated database - SQL 2008
    It is not a good idea to shrink the log file. You may have a look at Tibor’s blog about the problem of shrinking log file:
    Why you want to be restrictive with shrink of database files
    Best Regards,
    Stephanie Lv
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Uanable to shrink pool

    hi,
              could someone explain this error.
              -Ben Litchfield
              weblogic.common.ResourceException: Unable to shrink pool EacuboPool from 2
              to 1
              at
              weblogic.common.internal.ResourceAllocator.shrink_internal(ResourceAllocator
              .ja
              va, Compiled Code)
              at java.lang.Exception.<init>(Exception.java, Compiled Code)
              at weblogic.common.ResourceException.<init>(ResourceException.java,
              Compiled Code)
              at
              weblogic.common.internal.ResourceAllocator.shrink_internal(ResourceAllocator
              .ja
              va, Compiled Code)
              at
              weblogic.common.internal.ResourceAllocator.trigger(ResourceAllocator.java,
              Comp
              iled Code)
              at
              weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigg
              er.
              java, Compiled Code)
              at
              weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java
              , C
              ompiled Code)
              at
              weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java,
              Compiled C
              ode)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
              Code)
              

    pls post this to weblogic.developer.interest.jdbc newsgroup
              Kumar
              Ben Litchfield wrote:
              > hi,
              > could someone explain this error.
              > -Ben Litchfield
              > weblogic.common.ResourceException: Unable to shrink pool EacuboPool from 2
              > to 1
              > at
              > weblogic.common.internal.ResourceAllocator.shrink_internal(ResourceAllocator
              > .ja
              > va, Compiled Code)
              > at java.lang.Exception.<init>(Exception.java, Compiled Code)
              > at weblogic.common.ResourceException.<init>(ResourceException.java,
              > Compiled Code)
              >
              > at
              > weblogic.common.internal.ResourceAllocator.shrink_internal(ResourceAllocator
              > .ja
              > va, Compiled Code)
              > at
              > weblogic.common.internal.ResourceAllocator.trigger(ResourceAllocator.java,
              > Comp
              > iled Code)
              > at
              > weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigg
              > er.
              > java, Compiled Code)
              > at
              > weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java
              > , C
              > ompiled Code)
              > at
              > weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java,
              > Compiled C
              > ode)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
              > Code)
              

  • Firefox window will not scale down past 420px wide

    For some reason on both my work Mac and home Mac I am unable to shrink my browser window past 420 - 425px wide. Both computers are using mavricks. It does not matter the website. I disabled all addons and toolbars. Updated me version. But have had no luck. Even if I try and resize viewport with developer tools the window will not shrink past 425px

    That was caused by a Bug fix for a new minimum width window size.
    See this - https://support.mozilla.org/en-US/questions/980033#answer-510995

  • Increasing SGA_MAX_SIZE  in Oracle 10.2.0.1

    Hi,
    we have successfully upgrade our database from 8.1.7.0 to 10.2.0.1
    now in the database control, SGA max size is 524MB
    i want to increase it, as to increase the size of SHARED_POOL_SIZE and DATBASE_BUFFER size
    i have checked the init.ora file, in that there is no parameter mentioned as sga_max_size
    from where and how to increase the SGA_MAX_SIZE in 10g version ?
    with regards

    Hi,
    Database is using init.ora file in the pfile folder
    In the init.ora file i have increased the SGA_MAX_SIZE parameter to 1024Mb from 524Mb
    Now, from dbcontrol screen, Automatic Shared Memory Managment is Disabled and i want to make it ENABLE
    now when i click on ENABLE button, on the next page it shows total SGa size i.e 332 Mb
    and further wheni click on "OK" button for ASSM configuration, it shows the error as below :-
    1.) SGATargetSize - ORA-02097 : parameter cannot be modified because specified vale is invalid ORA : cannot set sga_target due to existing internal settings, see alert log for information
    in the alert log , it mentions
    Cannot set sga_target with db_block_buffers set
    and
    Alter system set java_pool_size='0' SCOPE=MEMORY;
    2) sharedPoolsize - ORA-02097 parameter cannot be modified because specified value is invalid ORA-04034: unable to shrink pool to specified size
    now i just mentioned the memory component details for reference :
    shared pool : 104 Mb
    buffer cache : 169 Mb
    large pool : 0
    java pool : 4 Mb
    other : 54 Mb
    total SGA -- 332 Mb
    Maximum SGA Size -- 1024 Mb
    how to make ASSM Enable ???
    With Regards

  • ORA-604 and ORA-4031 during installation of SAP

    Hi,
    I tried to install Oracle 10.2.0.2 on Windows 2003 with SAP R3E 47X2.
    However, during the installation on the Database Load phases it pops up a ORA-604 and ORA-4031 error log. It was unable to completed the Database Load phase showed as R3 load jobs: running 1, waiting 0.
      I tried to set the share pool in init.ora as shared_pool_size = 40000000. It still show up as shared memory issue.
    The log shows as,
    E:\usr\sap\IDE\SYS\exe\run/R3load.exe: START OF LOG: 20081201110818
    E:\usr\sap\IDE\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#12 $ SAP
    E:\usr\sap\IDE\SYS\exe\run/R3load.exe: version R6.40/V1.4 [UNICODE]
    Compiled Dec 15 2005 22:22:21
    E:\usr\sap\IDE\SYS\exe\run/R3load.exe -dbcodepage 4103 -i C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\ORA\UC\DB/SAPSSEXC.cmd -l C:\Program Files\sapinst_instdir\R3E47X2\SYSTEM\ABAP\ORA\UC\DB/SAPSSEXC.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    DbSl Trace: Failed to register client info: orc=604
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    DbSl Trace: Error in exec_immediate()
    DbSl Trace: ORA-604 occurred when executing SQL statement (parse error offset=15)
    (DB) ERROR: DDL statement failed
    (TRUNCATE TABLE "DYNPSOURCE")
    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 4120 bytes of shared memory ("shared pool","select user#,type# from user...","Typecheck","kgghteInit")
    (DB) INFO: disconnected from DB
    E:\usr\sap\IDE\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    E:\usr\sap\IDE\SYS\exe\run/R3load.exe: END OF LOG: 20081201110858
    Could anyone help me about it?
    Thanks.

    hi Nikhuj,
    I reset the installation and however endup the installation still have an error. Please help me to check with the following:
    SQL> connect system
    Enter password:
    ERROR:
    ORA-00604: error occurred at recursive SQL level 2
    ORA-04031: unable to allocate 4120 bytes of shared memory ("shared
    pool","select ts#,file#,block#,nvl(...","Typecheck","kgghtInit")
    SQL> show parameters shared_pool;
    NAME                   TYPE     VALUE
    shared_pool_reserved_size   big integer 12881756
    shared_pool_size         big integer 124M
    SQL> alter system set shared_pool_size=40000000;
    alter system set shared_pool_size=40000000
    ERROR at line 1:
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-04034: unable to shrink pool to specified size
    As I had changed the parameter in initsmpl.ora shared pool from 10000000 to 40000000. The log as below was showing that:
    SAPAPPL1.log:
    Error accessing package DBMS_APPLICATION_INFO
    Connected.
    (IMP) INFO: import of LXE_PPX__1 completed (1 rows) #20081201200124
    (DB) INFO: LXE_PPX__1~0 created #20081201200124
    DbSl Trace: Error in exec_immediate()
    DbSl Trace: ORA-604 occurred when executing SQL statement (parse error offset=34)
    (DB) ERROR: DDL statement failed
    (CREATE  INDEX "LXE_PPX__1~CNT" ON "LXE_PPX__1" ( "T_LANG" , "S_LANG" ,
    "DOMATYP" , "DOMANAM" , "USAGECNT"  ) TABLESPACE PSAPIDE STORAGE (INITIAL 0 NEXT
    0000010240K 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 4120 bytes of shared memory ("shared pool","CREATE
    UNIQUE INDEX "PA0399~...","Typecheck","kgghteInit")
    (DB) INFO: disconnected from DB
    E:\usr\sap\IDE\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    E:\usr\sap\IDE\SYS\exe\run/R3load.exe: END OF LOG: 20081201200129
    SAPAPPL2.log:
    (DB) INFO: TCN2T~0 created #20081201200843
    DbSl Trace: Error in exec_immediate()
    DbSl Trace: ORA-604 occurred when executing SQL statement (parse error offset=0)
    (DB) ERROR: DDL statement failed
    (CREATE TABLE "TCN41" ( "MANDT" VARCHAR2(9) DEFAULT '000' NOT NULL , "PLNAW"
    VARCHAR2(3) DEFAULT ' ' NOT NULL , "PROFIDNETZ" VARCHAR2(21) DEFAULT ' ' NOT NULL
    , "FLG_ERF_H" VARCHAR2(3) DEFAULT ' ' NOT NULL , "ESOKZ" VARCHAR2(3) DEFAULT ' '
    NOT NULL , "EKORG" VARCHAR2(12) DEFAULT ' ' NOT NULL , "KSTAR_FRMD" VARCHAR2(30)
    DEFAULT ' ' NOT NULL , "STEUS_WORK" VARCHAR2(12) DEFAULT ' ' NOT NULL ,
    "STEUS_FRMD" VARCHAR2(12) DEFAULT ' ' NOT NULL , "STEUS_PRIM" VARCHAR2(12)
    DEFAULT ' ' NOT NULL , "KSTAR_COST" VARCHAR2(30) DEFAULT ' ' NOT NULL ,
    "KSTAR_SERV" VARCHAR2(30) DEFAULT ' ' NOT NULL , "STEUS_SERV" VARCHAR2(12)
    DEFAULT ' ' NOT NULL , "DAUNE" VARCHAR2(9) DEFAULT ' ' NOT NULL , "ARBEH"
    VARCHAR2(9) DEFAULT ' ' NOT NULL , "WAERS" VARCHAR2(15) DEFAULT ' ' NOT NULL ,
    "SLWID" VARCHAR2(21) DEFAULT ' ' NOT NULL , "LVARI" VARCHAR2(6) DEFAULT ' ' NOT
    NULL , "INDET" VARCHAR2(3) DEFAULT ' ' NOT NULL , "BUKRS" VARCHAR2(12) DEFAULT '
    ' NOT NULL , "AOB_KEY" VARCHAR2(3) DEFAULT ' ' NOT NULL , "VORNR_DEL" VARCHAR2
    (12) DEFAULT ' ' NOT NULL , "TERKZ" VARCHAR2(3) DEFAULT ' ' NOT NULL , "AUART"
    VARCHAR2(12) DEFAULT ' ' NOT NULL , "WERKS" VARCHAR2(12) DEFAULT ' ' NOT NULL ,
    "DISPO" VARCHAR2(9) DEFAULT ' ' NOT NULL , "RSCHL_OFER" VARCHAR2(18) DEFAULT ' '
    NOT NULL , "RSCHL_OFRD" VARCHAR2(18) DEFAULT ' ' NOT NULL , "RSCHL_UFER"
    VARCHAR2(18) DEFAULT ' ' NOT NULL , "RSCHL_UFRD" VARCHAR2(18) DEFAULT ' ' NOT
    NULL , "RSCHL_OCST" VARCHAR2(18) DEFAULT ' ' NOT NULL , "RSCHL_UCST" VARCHAR2(18)
    DEFAULT ' ' NOT NULL , "GR_PRF_GR" VARCHAR2(12) DEFAULT ' ' NOT NULL ,
    "GR_PRF_NAM" VARCHAR2(36) DEFAULT ' ' NOT NULL , "FHORI" VARCHAR2(9) DEFAULT ' '
    NOT NULL , "NETSTUFE" VARCHAR2(6) DEFAULT '00' NOT NULL , "VAGRP" VARCHAR2(9)
    DEFAULT ' ' NOT NULL , "MSGTY" VARCHAR2(3) DEFAULT ' ' NOT NULL , "AOB_DARST"
    VARCHAR2(3) DEFAULT ' ' NOT NULL , "VRG_DARST" VARCHAR2(3) DEFAULT ' ' NOT NULL ,
    "NO_DISP" VARCHAR2(3) DEFAULT ' ' NOT NULL , "COLKZ_ELEM" VARCHAR2(33) DEFAULT '
    ' NOT NULL , "COLKZ_TEIL" VARCHAR2(33) DEFAULT ' ' NOT NULL , "COLKZ_MLST"
    VARCHAR2(33) DEFAULT ' ' NOT NULL , "COLKZ_DOKU" VARCHAR2(33) DEFAULT ' ' NOT
    NULL , "COLKZ_MAT" VARCHAR2(33) DEFAULT ' ' NOT NULL , "VSPRF" VARCHAR2(21)
    DEFAULT ' ' NOT NULL , "CLASF" VARCHAR2(3) DEFAULT ' ' NOT NULL , "PROFILE_ID"
    VARCHAR2(30) DEFAULT ' ' NOT NULL , "BALK_PROF" VARCHAR2(36) DEFAULT ' ' NOT NULL
    , "KBED" VARCHAR2(3) DEFAULT ' ' NOT NULL , "KKALKR" VARCHAR2(3) DEFAULT ' ' NOT
    NULL , "LSTVAR" VARCHAR2(36) DEFAULT ' ' NOT NULL , "MATKL" VARCHAR2(27) DEFAULT
    ' ' NOT NULL , "MATEXIT" VARCHAR2(3) DEFAULT ' ' NOT NULL , "EKGRP" VARCHAR2(9)
    DEFAULT ' ' NOT NULL , "MATKL_FRMD" VARCHAR2(27) DEFAULT ' ' NOT NULL ,
    "EKGRP_FRMD" VARCHAR2(9) DEFAULT ' ' NOT NULL , "POSNR_MAT" VARCHAR2(12) DEFAULT
    '0000' NOT NULL , "SCHED_END" VARCHAR2(3) DEFAULT ' ' NOT NULL , "SCEND_ACT"
    VARCHAR2(3) DEFAULT ' ' NOT NULL , "NT_SEARCH1" VARCHAR2(6) DEFAULT ' ' NOT NULL
    , "NT_SEARCH2" VARCHAR2(6) DEFAULT ' ' NOT NULL , "NT_SEARCH3" VARCHAR2(6)
    DEFAULT ' ' NOT NULL , "MFLIC" VARCHAR2(9) DEFAULT ' ' NOT NULL , "MEINH_FRMD"
    VARCHAR2(9) DEFAULT ' ' NOT NULL , "MEINH_SERV" VARCHAR2(9) DEFAULT ' ' NOT NULL
    , "KSTAR_MATVORPL" VARCHAR2(30) DEFAULT ' ' NOT NULL , "KZERB" VARCHAR2(3)
    DEFAULT ' ' NOT NULL , "VALID" VARCHAR2(21) DEFAULT ' ' NOT NULL , "VALID_VG"
    VARCHAR2(21) DEFAULT ' ' NOT NULL , "SUBST" VARCHAR2(21) DEFAULT ' ' NOT NULL ,
    "SUBST_VG" VARCHAR2(21) DEFAULT ' ' NOT NULL , "FPART" VARCHAR2(6) DEFAULT ' '
    NOT NULL  ) TABLESPACE PSAPIDE STORAGE (INITIAL 65536 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 2
    ORA-04031: unable to allocate 4040 bytes of shared memory ("shared pool","select
    i.obj#,i.ts#,i.file#,...","Typecheck","seg:kggfaAllocSeg")
    (DB) INFO: disconnected from DB
    E:\usr\sap\IDE\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    E:\usr\sap\IDE\SYS\exe\run/R3load.exe: END OF LOG: 20081201200843
    SAPAPPL0.log:
    (DB) INFO: PA0398~0 created #20081201200124
    (DB) INFO: PA0399 created #20081201200124
    (IMP) INFO: import of PA0399 completed (12 rows) #20081201200124
    DbSl Trace: Error in exec_immediate()
    DbSl Trace: ORA-4031 occurred when executing SQL statement (parse error offset=0)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "PA0399~0" ON "PA0399" ( "MANDT", "PERNR", "SUBTY",
    "OBJPS", "SPRPS", "ENDDA", "BEGDA", "SEQNR" ) TABLESPACE PSAPIDE STORAGE (INITIAL
    0 NEXT 0000000080K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 4031)
      error message returned by DbSl:
    ORA-04031: unable to allocate 4120 bytes of shared memory ("shared pool","CREATE
    UNIQUE INDEX "PA0399~...","Typecheck","kgghteInit")
    (DB) INFO: disconnected from DB
    E:\usr\sap\IDE\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    E:\usr\sap\IDE\SYS\exe\run/R3load.exe: END OF LOG: 20081201200129

Maybe you are looking for

  • What should i know to develop objects in CRM Web Shop

    Hi all, I am new to CRM Web Shop and would like to know what should I be knowing to do any development in CRM Web Shop? I am an ABAP Developer and can develop Web Dynpor's and BSP's using ABAP Work Bench. What else do I need to make my career as a We

  • I just upgraded to Yosemite and adobe ilustrator won't open, please help me.

    I just upgraded to OS X Yosemite and some of mi CS6 programs won't open. It says to upgrade to Java SE 6. but i can't find it. Please help me

  • Video in project not showing

    i have a completed project that shut down while sharing due to the battery running down. Since then he video will not show in the window. it is in the project window and I can hear the audio but not video. Any ideas what is going on? Did i hit a butt

  • Lazy update ?

    As far as I understand, web start currently support two modes. One of them require connecting to update server and possibly downloading new version of app if it is present, second tries to connect, but will stop after trying for some time without res

  • How to make a simple package the easy way

    i want to make a very simple package that can be installed with pacman. i just want to copy a few files from the package to the /usr directory. i read the wiki on this but it seems pretty "overkill" for the thing i want to do. perhaps someone can giv