In Db2 tablespace problem

Hi,
We are using DB2 database.Here we enabled the Autoresize for tablespace.If tablespace enabled as autoresize means it should stay on 99%.In my case reaches 99.25%,100% some tablespace reachs.I checked the file system enough space is there.In this case how to increase the size of autoresize tablespace.
How to slove this problem...
Regards,
Kumar

Hello Kumar ,
this is usually not an Indicator for having an problem .
see
[DB2 : Automatic re-sizing of table spaces|http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.admin.dbobj.doc/doc/c0012277.html]
Tablespace extension is controlled by Parameters INCREASESIZE ,
(also  MAXSIZE but this is usually not used in SAP Environments ) .
Depending on Increasesize , the tablespace is increased using this amount of storage .
If the tablespace reaches 100% filling grade , it is extended automatically (therefor "Auto"-resize ) . You just need to monitor freespace in the filesystems for the tablespaces to have enough space for enlarging the containers available .
Please recheck for the tablespaces displayed with 100% filling grade , whether there are still free pages using an tablespace snapshot
db2 get snapshot for tablespaces on <DBSID>
Best regards
dirk

Similar Messages

  • Null values from DB2 cause problems

    Hi,
    I have another problem with database link to DB2 using IBM iSeries Access for Linux on 64 bit OEL5 with Oracle Database gateway and unixODBC 2.2.14.
    DB link works. However, null values from DB2 cause problems. Date columns that are null on db2 return a date '30.11.0002', and character columns that are null return an error ORA-28528: Heterogeneous Services datatype conversion error.
    isql returns correct results.
    How can i fix this? Perhaps set some parameters for data conversion on the gateway?
    Thank you.

    If the driver is not fully ODBC level 3 compliant and misses functions, we're lost. But sometimes the drivers are ODBC level 3 compliant but miss the correct 64bit implementation. In those cases we can tell the gateway to use the 32bit ODBC level 3 standard by setting in the gateway init file:
    HS_FDS_SQLLEN_INTERPRETATION=32

  • DB2 backup problem

    hello,
    I have a problem with the full online backup on a DB2 system
    I get the fallowing error:
    ERRORMESSAGE: Error -2048 in dmdb6bkp.c(1498):                      
    SQL2048N  An error occurred while accessing object "0".  Reason code:
    "6".                                                                
    I cannot get any clue of the cause of the error from the log. I have also searched for SAP notes but did not find anything.
    Can anyone help me in solving this issue?
    Regards,
    dalmi

    Hello Dalmi,
    as per the documentation on this error code:
    http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.messages.sql.doc/doc/msql02048n.html
    SQL2048N
    An error occurred while accessing object object. Reason code: reason-code.
    Explanation
    An error occurred while accessing an object during the processing of a database utility. The following is a list of reason codes:
    6
    The object being accessed is a table space and either the table space is in such a state that the operation is not allowed or one or more containers of the table space is not available. (LIST TABLESPACES will list the current table space state.) Examples of such states are: quiesced, offline.
    What is the output of db2 list tablespaces show detail
    State 0x0000 should mean they are all normal and should be accessible.
    If not, check the output of db2 list applications show detail
    check if an application si trying to perform a backup of a tablespace that migth have set them to an offline state.
    regards,
    paul

  • Help in DB2 backup problem

    Dear experts,
    your help required.
    i'm new to DB2, i can handel MS_sql.
    recendlty my company is running SAP on DB2 (windows 2003 server)
    i'm unbale to find the init<SID>.db2/db6 to check and adjust the parameters.
    if there is any configuration file (to adjust/configure tape drive) please let me know .
    main 2 problems are :-
    i need to archive the log (now it is 80%) to disk and tape.
    *it is very help full,if you can give the syntax that has to typed in command line.
    how to increase the size of archive log ?
    how important it is to preserve the archived log ?
    *how to put the label for archived log to disc or tape drive ?
    and about tape drive backup:-
    *i'm unable to take backup.
    here is the steps that i had tried, to take backup or initialize the tape in drive.
    H:\IBM\SQLLIB\BIN>db2 backup db to
    .\tape0
    SQL0104N An unexpected token "
    .\tape0" was found following "TO". Expected
    tokens may include: "USER". SQLSTATE=42601
    H:\IBM\SQLLIB\BIN>
    H:\IBM\SQLLIB\BIN>db2 backup db to
    .\tape0
    SQL0104N An unexpected token "
    .\tape0" was found following "TO". Expected
    tokens may include: "USER". SQLSTATE=42601
    H:\IBM\SQLLIB\BIN>db2 rewind tape
    .\tape0
    SQL0104N An unexpected token "
    .\tape0" was found following "TAPE".
    Expected tokens may include: "END-OF-STATEMENT". SQLSTATE=42601
    H:\IBM\SQLLIB\BIN>db2 REWIND TAPE
    .\TAPE0
    SQL0104N An unexpected token "
    .\TAPE0" was found following "TAPE".
    Expected tokens may include: "END-OF-STATEMENT". SQLSTATE=42601
    H:\IBM\SQLLIB\BIN>db2 initialize tape
    .\TAPE0
    SQL0104N An unexpected token "
    .\TAPE0" was found following "TAPE".
    Expected tokens may include: "END-OF-STATEMENT". SQLSTATE=42601
    H:\IBM\SQLLIB\BIN>LOGARCHMETH1
    'LOGARCHMETH1' is not recognized as an internal or external command,
    operable program or batch file.
    H:\IBM\SQLLIB\BIN>db2tapemgr
    Parameter error. Reason: "DBT2120N No operation is specified.".
    Incorrect syntax. Correct the syntax and reissue the command.
    db2tapemgr [DATABASE database-alias]
    [ON DBPARTITIONNUM db-partition-number]
    {{{{STORE | DOUBLE STORE}[Store-Option-Clause]|
    RETRIEVE [Retrieve-Option-Clause]|
    SHOW TAPE HEADER tape-device}
    [USING blocksize][EJECT]}|
    EJECT TAPE tape-device|
    DELETE TAPE LABEL tape-label|
    QUERY [For-Rollforward-Clause]} [TRACE]
    Store-Option-Clause:
    ON tape-device [TAPE LABEL tape-label]
    [ALL LOGS|n LOGS][FORCE]
    Retrieve-Option-Clause:
    {[For-Rollforward-Clause]
    FROM tape-device[TO directory]|
    {ALL LOGS|LOGS n TO m}
    FROM tape-device[TO directory]|
    HISTORY FILE
    FROM tape-device TO directory }
    For-Rollforward-Clause:
    FOR ROLLFORWARD
    TO {END OF LOGS|isotime [USING LOCAL|GMT TIME]}
    [USING HISTORY FILE history-file]
    DBT2008N db2tapemgr failed with errors.
    H:\IBM\SQLLIB\BIN>
    H:\IBM\SQLLIB\BIN>db2tapemgr db prd store on
    .\tape0
    DBT2065I Using database partition "NODE0000".
    DBT2071I Using the automatic generated tape-label "PRD20070712193141".
    Scanning history.
    DBT2016I No log files found for processing.
    DBT2006I db2tapemgr completed successfully.
    H:\IBM\SQLLIB\BIN>
    i request all experts to help me out in this basic step/configuration.
    it would be very help full to the freshers.
    Thanking you all,
    by
    Raghav

    Dear experts,
    your help required.
    i'm new to DB2, i can handel MS_sql.
    recendlty my company is running SAP on DB2 (windows 2003 server)
    i'm unbale to find the init<SID>.db2/db6 to check and adjust the parameters.
    if there is any configuration file (to adjust/configure tape drive) please let me know .
    main 2 problems are :-
    i need to archive the log (now it is 80%) to disk and tape.
    *it is very help full,if you can give the syntax that has to typed in command line.
    how to increase the size of archive log ?
    how important it is to preserve the archived log ?
    *how to put the label for archived log to disc or tape drive ?
    and about tape drive backup:-
    *i'm unable to take backup.
    here is the steps that i had tried, to take backup or initialize the tape in drive.
    H:\IBM\SQLLIB\BIN>db2 backup db to
    .\tape0
    SQL0104N An unexpected token "
    .\tape0" was found following "TO". Expected
    tokens may include: "USER". SQLSTATE=42601
    H:\IBM\SQLLIB\BIN>
    H:\IBM\SQLLIB\BIN>db2 backup db to
    .\tape0
    SQL0104N An unexpected token "
    .\tape0" was found following "TO". Expected
    tokens may include: "USER". SQLSTATE=42601
    H:\IBM\SQLLIB\BIN>db2 rewind tape
    .\tape0
    SQL0104N An unexpected token "
    .\tape0" was found following "TAPE".
    Expected tokens may include: "END-OF-STATEMENT". SQLSTATE=42601
    H:\IBM\SQLLIB\BIN>db2 REWIND TAPE
    .\TAPE0
    SQL0104N An unexpected token "
    .\TAPE0" was found following "TAPE".
    Expected tokens may include: "END-OF-STATEMENT". SQLSTATE=42601
    H:\IBM\SQLLIB\BIN>db2 initialize tape
    .\TAPE0
    SQL0104N An unexpected token "
    .\TAPE0" was found following "TAPE".
    Expected tokens may include: "END-OF-STATEMENT". SQLSTATE=42601
    H:\IBM\SQLLIB\BIN>LOGARCHMETH1
    'LOGARCHMETH1' is not recognized as an internal or external command,
    operable program or batch file.
    H:\IBM\SQLLIB\BIN>db2tapemgr
    Parameter error. Reason: "DBT2120N No operation is specified.".
    Incorrect syntax. Correct the syntax and reissue the command.
    db2tapemgr [DATABASE database-alias]
    [ON DBPARTITIONNUM db-partition-number]
    {{{{STORE | DOUBLE STORE}[Store-Option-Clause]|
    RETRIEVE [Retrieve-Option-Clause]|
    SHOW TAPE HEADER tape-device}
    [USING blocksize][EJECT]}|
    EJECT TAPE tape-device|
    DELETE TAPE LABEL tape-label|
    QUERY [For-Rollforward-Clause]} [TRACE]
    Store-Option-Clause:
    ON tape-device [TAPE LABEL tape-label]
    [ALL LOGS|n LOGS][FORCE]
    Retrieve-Option-Clause:
    {[For-Rollforward-Clause]
    FROM tape-device[TO directory]|
    {ALL LOGS|LOGS n TO m}
    FROM tape-device[TO directory]|
    HISTORY FILE
    FROM tape-device TO directory }
    For-Rollforward-Clause:
    FOR ROLLFORWARD
    TO {END OF LOGS|isotime [USING LOCAL|GMT TIME]}
    [USING HISTORY FILE history-file]
    DBT2008N db2tapemgr failed with errors.
    H:\IBM\SQLLIB\BIN>
    H:\IBM\SQLLIB\BIN>db2tapemgr db prd store on
    .\tape0
    DBT2065I Using database partition "NODE0000".
    DBT2071I Using the automatic generated tape-label "PRD20070712193141".
    Scanning history.
    DBT2016I No log files found for processing.
    DBT2006I db2tapemgr completed successfully.
    H:\IBM\SQLLIB\BIN>
    i request all experts to help me out in this basic step/configuration.
    it would be very help full to the freshers.
    Thanking you all,
    by
    Raghav

  • DB2 Configuration problem with Tomcat-4.0.3

    When I trying to open connection to my DB2 database in tomcat -4.0.3,
    I have put db2java.jar in /usr/local/jakartha-tomcat-4.03/common/lib directory
    when I am trying to connect Database through my servlet getting expections
    java.lang.NullPointerException: at DataSource ds = (DataSource)envContext.lookup("jdbc/SmsDBDS");
    here is my dbconnection class
    package com.ebizon.util.jdbc;
    import java.sql.*;
    import java.util.*;
    import javax.naming.*;
    import javax.sql.*;
    public class DBUtil {
    /* Ebizon DB Connection for Tomcat */
    public static Connection getEbizDBConnection() throws NamingException, SQLException {
    Connection conn = null;
    try {
    InitialContext initCtx = new InitialContext();
    Context envContext = (Context)initContext.lookup("java:/comp/env");
    DataSource ds = (DataSource)envContext.lookup("jdbc/SmsDBDS");
    conn = ds.getConnection();
    } catch (NamingException ne) {
    throw ne;
    } catch (SQLException se) {
    throw se;
    return conn;
    And my resource definition in server.xml (/usr/local/jakartha-tomcat-4.0.3/conf/server.xml)
    <Context path="/DBTest" docBase="DBTest"
    debug="5" reloadable="true" crossContext="true">
    <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="localhost_DBTest_log." suffix=".txt"
    timestamp="true"/>
    <Resource name="jdbc/SmsDBDS"
    auth="Container"
    type="javax.sql.DataSource"/>
    <ResourceParams name="jdbc/SmsDBDS">
    <parameter>
    <name>factory</name>
    <value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
    </parameter>
    <parameter>
    <name>maxActive</name>
    <value>100</value>
    </parameter>
    <parameter>
    <name>maxIdle</name>
    <value>30</value>
    </parameter>
    <parameter>
    <name>maxWait</name>
    <value>10000</value>
    </parameter>
    <!-- DB2 dB username and password for dB connections -->
    <parameter>
    <name>username</name>
    <value>smsdb</value>
    </parameter>
    <parameter>
    <name>password</name>
    <value>smsdb</value>
    </parameter>
    <!-- Class name for mm.mysql JDBC driver -->
    <parameter>
    <name>driverClassName</name>
    <value>COM.ibm.db2.jdbc.app.DB2Driver</value>
    </parameter>
    <parameter>
    <name>url</name>
    <value>jdbc:db2:smsdb</value>
    </parameter>
    </ResourceParams>
    </Context>
    this is my Web Application descriptor /WEB-INF/web.xml
    <resource-ref>
    <description>
    Resource reference to a factory for java.sql.Connection
    instances that may be used for talking to a particular
    database that is configured in the server.xml file.
    </description>
    <res-ref-name>
    jdbc/EmployeDB
    </res-ref-name>
    <res-type>
    javax.sql.DataSource
    </res-type>
    <res-auth>
    Container
    </res-auth>
    </resource-ref>
    Please look at once above , Do i missing any thing?
    Anyhelp is greatly appreciate
    Many thanks in advance
    With Regards
    Madhu Reddy

    Hi,
    I have same problem. But unfortunately there does not exist a solution.
    You can read the explanation of this topic at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html#Non%20DBCP%20Solutions
    Non DBCP Solutions. I understand Tomcat supports only MySQL, PostgreSQL, and Oracle 8i but not DB2.
    DataSource ds = (DataSource)envContext.lookup("jdbc/SmsDBDS");
    Up to now everything is fine, ds is not null, but inside ds (password, url, username...) all of them are null
    So when you execute conn = ds.getConnection(); there will be exception.
    If you find any solution please inform me.
    [email protected]

  • Undo tablespace problem

    Hello, I was processing a batch job that commits every 5,000 records. I have the UNDO_RETENTION set to 10,800. UNDO_MANAGEMENT is set to AUTO. at some point the database shut down
    with the following errors in the alert log:
    ORA-1654: unable to extend index CRM.XIF35CUSTOMER by 16 in tablespace      RCRMCUSTIX01
    ORA-1654: unable to extend index CRM.XIF35CUSTOMER by 16 in tablespace      RCRMCUSTIX01
    ORA-1654: unable to extend index CRM.XIF35CUSTOMER by 16 in tablespace      RCRMCUSTIX01
    ORA-1654: unable to extend index CRM.XIF35CUSTOMER by 16 in tablespace      RCRMCUSTIX01
    Fri Jun 09 02:19:48 2006
    KCF: write/open error block=0x1faa4f online=1
    file=2 C:\ORACLE\ORADATA\CRMMGG\UNDOTBS01.DBF
    error=27069 txt: 'OSD-04026: Invalid parameter passed. (OS 2075215)'
    Fri Jun 09 02:19:48 2006
    Errors in file c:\oracle\admin\crmmgg\bdump\crmmgg_dbw0_20680.trc:
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-01114: IO error writing block to file 2 (block # 2075215)
    ORA-01110: data file 2: 'C:\ORACLE\ORADATA\CRMMGG\UNDOTBS01.DBF'
    ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
    OSD-04026: Invalid parameter passed. (OS 2075215)
    I noticed the the undo datafile is over 16GB. I reset the UNDO_RETENTION to 5 seconds. The undo tablespace data file is staying at 16GB. Is there any way to shring this file. It is a test DB so I can rebuild if necessary. What is the best way to recover from this? Thak you,
    David

    You are facing a generic problem on Windows platforms, when datafiles configured as AUTOEXTEND ON reach a 4GB boundary (4GB,8GB,...). The best way to avoid the problem is switch AUTOEXTEND to OFF and define the appropriate number of single datafiles for the tablespace. From metalink:
    ALERT: Problems with Datafile AUTOEXTEND/RESIZE on NT/2000 Platforms
    Doc ID:148894.1
    Werner

  • Old db2 tablespace names in HR SP22 error log

    Hi all,
    We are applying HR support packages on a test box.  This test instance is a copy of our production ERP instance.  The copy was done using a backup/restore off the PRD database.
    We get an error when applying SAPKE60020 because it is trying to create a table in a tablespace that does not exist.  The tablespaces it is trying to access are of the pattern PRD#STABD, PRD#POOLD etc.   PRD is copied to TST.
    I have updated tables TADB6, TSDB6 and IADB6 and changed PRD to TST for all tablespaces.  At the OS level if I run a "db2 list tablespaces" all the names show up as TST#<tablespacename>.
    I am not sure why it is trying to access PRD#<tablespace>.  Is there someplace else I need to make a change from the old name?
    Thanks,
    Kevin

    Hi Kevin,
    no I am running out of ideas. As Dirk mentioned the tablespace names are only maintained in tables TADB6, IADB6 and TSDB6. The SAP DDIC assembles CREATE TABLE statements for new tables using those table entries.
    If you have changed all entries with the old SID in these tables and if you haven made sure that no old entries are buffered in the SAP table buffers ( $SYNC )
    , the SAP DDIC should not generate CREATE TABLE statements for new tables containing the old tablespace names any more.
    For existing tables that need to be converted the SAP DDIC reads out the current tablespace location from SYSCAT.TABLES and stores them into table DDSTORAGE before the table is dropped. For recreating the tables the DDIC then uses the DDSTORAGE entries. If no DDSTORAGE entries exist DDIC again falls back to TADB6, IADB6 and TSDB6.
    If no table conversion is running table DDSTORAGE is usually empty.
    Regards
                  Frank

  • SPP 4.4 on DB2 connection problems and missing documentation

    HI all,
    i'm trying to install a SPP server using DB2 version 9.7.4 but i'm having a lot of connection problems.
    It seems that we are missing some "addendum documentation" on this kind of cofiguration.
    Anyone has this kind of doc?
    Thx
    Enrico

    Hi Enrico,
    Have you tried the ANCILE Product Support Center at http://products.ancile.com?
    Please read through and answer the following questions, as well as being informative to me they may also point you in direction to location of this problem.
    May I know the RWD/OS/DB version?
    Are the server/client located in different location?
    Do you have connection problem between server and client?
    Have you tried to restart the related service and test again?
    Do you have the same problem before or it just happend recently?
    Does the problem happen only on some client machine?
    Does the problem happen only for some document?
    Can you please do the following:
    1. Start uPerform Client software.
    2. On the problem computer, go to Tools > Options in uPerform Client
    3.  In the #General# section, ensure that the Logging levels (Log and
    Publishing) are set to #Debug# by using the drop-down option:
    4. IMPORTANT: Recreate the steps that lead to the issue with your
    uPerform document.
    5. To create the Sysinfo log file, Select Help > About
    Hope this helps,
    Kind Regards,
    Matthew

  • Import tablespace problem

    Dear all,
    I've encountered a problem during importing schema.
    The case is that I migrated a schema from SQL server by OMWB to a tablespace called ts1 in Oracle 9i. When I export this schema and then import to another tablespace called ts2, some tables cannot be created and prompt me warning said "cannot create table xxx, table space ts1 does not exist. This problem only exists on some tables, but the rest are fine.
    This problem makes me cannot import this schema to different tablespace. Could anyone help me by giving some advise.
    Thank you very much

    When you are importing, it definately seeks for the default tablespace of the object. The workaround, either you create the same tablespace or do the following to the user where you are importing.
    remove unlimited tablespace previlege from the user.
    grant unlimited quota on its default tablespace to the user.
    start your import with ignore=y parameter.
    Jaffar

  • Default tablespace problem

    I created a new user. I wanted to attach this user to a default tablespace. After I gave the command, "ALTER USER DEFAULT TABLESPACE rent QUOTA UNLIMITED ON rent;", the Oracle SQl Developer gave a command succeeded message. But when I tried to access a table within that tablespace, I couldn't. I was only able to access the table in the tablespace using the full qualification.
    1) SELECT * FROM rent; -- failed
    2) SELECT * FROM halibut.rent; -- succeeded
    1) should work, since I attached the default tablespace to that user. How to overcome this problem?
    I use Oracle SQL Developer version 1.1.2.25 and Oracle 10g Standard Edition.

    I assume that you have given quota to that user using sysdba user only.
    1) SELECT * FROM rent; -- failed
    2) SELECT * FROM halibut.rent; -- succeeded
    1 one has to fail because rent table exist in halibut schema.Giving quota unlimited doesn't mean you can access everything in that tbs owned by other user also.It just allow to use all space on that tbs.This is basic of oracle DBA dear.

  • DB2 Connection Problem - Can't find - COM.ibm.db2.jdbc.app.DB2Driver

    Hi All,
    when executing an application and attempting to connect to DB2 I get;
    error java.lang.ClassNotFoundException: COM.ibm.db2.jdbc.app.DB2Driver
    I've added the 'db2java.zip' library to the java.conf file (and the native db2 libs) and can make db2 connections using the database connect via the IDE. But not when executing my application - what am I missing.
    TIA
    Bill

    Hi Deepak,
    I added the db2java.zip to the
    project properties/libraries/classpath
    and it works fine. (well my code fails - but that's another problem <g>.)
    Thanks for all your help.
    Bill

  • DB2 tablespace

    Dear All,
    May I know the proper way to increase a tablespace? Should change the tablespace from transaction DB02 from SAP login or I should update in the DB2 control center?
    Currently, my system is generating some abap dumps which is caused by some tablespace is almost full.
    Will also really appreciate it if someone can guide me to update the tablespace.
    Regards,
    John

    If you are out of space in you tablespaces but not out of space in your sapdatas then you can either manually extend the size of the containers or setup Auto-resize.
    There are various ways to setup Auto-resize..  I usually do a list tablespaces and pipe that to a file, then write  an inline ksh to issue the alter TS statement while reading through the file.
    If you are out of space in your sapdata's then you can either increase the lun size, if your san allows this, or add additional sapdata's and containers.
    In adding addtional containers, my preferred method is to add another sapdata and go through rebalancing.  keeping all new containers the same size as the old containers
    Also be aware you can shrink tablespaces that have a large amount of free space and free up space in  your sapdatas as well.  Of course if your HWM is artifically high this requires more work.

  • DB2 Tablespace Management

    HI All
    Can anyone pls let us know how to perform Tablespace Management in DB2,like increasing tablespace and adding datafile..etc.
    Can it be done in SAP through DB02 Tcode if so how to do it,???
    also how to do it through DB2 from OS level.
    Thanks in Advance
    Infinite Team

    Hi All
    We noticed that BTABD was hundred percent and now database is not coming up and from operating system level if we login and try to increase the tablespace through sql command it says:
    "DB21034E  The command was processed as an SQL statement because it was not a
    valid Command Line Processor command.  During SQL processing it returned:
    SQL1036C  An I/O error occurred while accessing the database.  SQLSTATE=58030"
    Not only that any command we execute it gives same error message and if we start sap it says Activate Database Failed, R3trans Connect Failed, Database start up failed
    Pls help.
    Thanks in Advance
    Infinite Team

  • JDBC Connection Pool to DB2 database - Problem

    When trying to create a new JDBC Connection Pool in WebLogic using BEA Type 4 driver
    for DB2, I get the following error:
    [BEA][DB2 JDBC Driver]A commitment command has been received on a protected conversation.
    The commit and rollback commands are not allowed on protected conversations.
    DB2 v8.1 Enterprise Edition on Sun Solaris v8
    WebLogic 8.1 SP2 on Windows 2000/XP
    Please help!

    Sorry forgot to add the exception, this is the exception,
    java.sql.SQLException: RSR0029: Missing Password for Application Authorization
    Any idea as when we get this exception?

  • Tablespace problem

    Please attend my tablespace size as below.
    Name :d:\oracle\oradata\orcl\cpportal101.dbf
    tablespace: cpportal
    status: online
    File Size (KB): 2097152(2G)
    AutoExtend: yes
    Allocation Type Uniform Size (KB) 1024
    Increment : 1024KB
    Maximum File Size: 32767MB(32GB)
    when i am creating a table in this schema i am geeting below error.
    Failed to commit: ORA-01536: space quota exceeded fortablespace 'CPPORTAL'
    i have 1,605.0 (MB) is free.
    then i add 1GB datafile again .but i am getting same error.
    how i resolve this error. Please help me for this .
    please help me for this.

    Increase the space quota for the user.
    login to db as any dba user like sys/system etc and excecute below sql
    sql>grant unlimited tablespace to <user>
    anyway granting unlimited quota is not a good practise.
    .

Maybe you are looking for