IMPORT error :  ORA-01631

Hi,
I am impoting a dump file to a Oracle 8.1.7 database. Before the import,
I have manually created all the tablespaces required.
Now I'm getting an error while importing rows:
ORA-01631: max # extents (100) reached in table <..>
IMP-00018: partial import of previous table completed: 52784 rows imported
Any pointers on my problem?
Thanks in advance.
Lavinia

Thank you Kuljeet !
Maxextent of tablespace is ok and i'm importing data into existing table....
actually, i'm try to increase maximun number of extents allowed for the table and indexes

Similar Messages

  • Import Error ORA-20001:GET_BLOCK Error

    We are trying to upgrade from HTML DB version 1.4 to 1.6, and we have encountered some issues with one of our applications. I tried to import our app using the Create Application->Based on an Application Export File option, specifying we would like to reuse the application id inside the export file, and also specifying the app to be a Run/Build Application. During the installation, I received this error:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-00001: unique constraint (FLOWS_010600.WWV_FLOW_FLOW_PK) violated <pre>begin wwv_flow_api.create_flow( p_id =>122, p_display_id=>122, p_owner => 'TESTMGR', p_name => 'TEST', p_alias => '122', p_page_view_logging => 'YES', p_default_page_template=> 40824759845482865 + wwv_flow_api.g_id_offset, p_printer_friendly_template=> 40824564374
    Keep in mind, when I received this error, no apps were present on our test server or in any of our workspaces. Even after receiving this error, I was able to see the application in my workspace, and run through some of the pages and they appeared to be running okay(app contains 101 pages).
    I wanted to check to see if anyone knew what this error meant, so I don't spend hours upon hours testing something that isn't broken in the first place.
    Here's what else I noticed:
    I tried to reinstall the application over itself to see if I could recreate the error, but it installed fine.
    I deleted the app, installed the app telling HTML DB to reuse the app_id in the export file, and received the error again.
    But then I deleted the app altogether to try a different approach. I allowed HTML DB to auto assign the app_id and the app installed fine.
    What is even more strange, I imported and installed one of our smaller apps (only 14 pages, by telling HTML DB to reuse the application id present in the export file). That application installed perfectly without a hitch.
    So I guess my questions are:
    What does that error mean? Is it detremental to the usage of an app?
    Why do I only get the error with one application and not with another when I tell HTML DB to reuse the application id inside the export file?
    By the way,
    Export file sizes:
    Large App w/ error - 4.90MB
    Small App w/o error - 272KB
    Thank you for your help in advance!!!

    Thanks in Advance
    I am facing same issue of Primary key voilation. This error comes even when the application is imported first time.
    Other applications are importng file
    Details of error are as fallows
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-00001: unique constraint (FLOWS_010500.WWV_FLOW_FLOW_PK) violated
    1852::begin
    wwv_flow_api.create_flow(
    p_id =>604,
    p_display_id=>604,
    p_owner => 'HMSIPD',
    p_name => 'IPD',
    p_alias => '604',
    p_page_view_logging => 'YES',
    p_default_page_template=> 210607950065627880 + wwv_flow_api.g_id_offset,
    p_printer_friendly_template=> 210607443998627880 + wwv_flow_api.g_id_offset,
    p_default_region_temp
    Size of application is : 5 MB
    Regards,
    Ankur Diwan

  • Import - error ORA-14519: Conflicting tablespace blocksizes

    Hi all,
    I have a user with only one partitioned table within tablespaces with 16k block size.
    Another tables use default tablespace with 8k block size.
    I've exported this user to dump file.
    when I try to import this dump file, I got the following error:
    ORA-14519: Conflicting tablespace blocksizes for table : Tablespace TS$DATA_LP_537 block size 16384 [subpartition specfi
    cation] conflicts with previously specified/implied tablespace TBS_DATA_ADCSL7K block size 8192 [object-level default]How can I do to solve this?
    I need to import with partitioned table.
    Thanks!!!!
    []´s

    What's Oracle version?
    Are you using original exp/imp or data pump.
    You can dump out the DDL of this table from dump file, and see what it looks like.
    You might consider precreate all 16K tablespaces that this table use.
    ORA-14519: Conflicting tablespace blocksizes for string string: Tablespace string block size string [string] conflicts with previously specified/implied tablespace string block size string [string]
    Cause: An attempt has been made to create a partitioned object in a manner that would require the partitioned object to span tablespaces of more than one block size.
    Action: Ensure that all tablespaces specified in the DDL command for the given object as well as any tablespaces implicitly assigned to partitions or subpartitions of the object being created are all of the same block size.

  • Import error: ORA-00001:unique constraint (FLOWS_030100.WWV_FLOW_FLOW_PK)

    Hi community,
    I got an awful application import error.
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-00001: unique constraint (FLOWS_030100.WWV_FLOW_FLOW_PK) violated &amp;lt;pre&amp;gt;--application/create_application &amp;amp;lt;br&amp;amp;gt; &amp;amp;lt;br&amp;amp;gt;begin &amp;amp;lt;br&amp;amp;gt; &amp;amp;lt;br&amp;amp;gt;wwv_flow_api.create_flow( &amp;amp;lt;br&amp;amp;gt; p_id =&amp;amp;gt; 381, &amp;amp;lt;br&amp;amp;gt; p_display_id=&amp;amp;gt; 381, &amp;amp;lt;br&amp;amp
    Error installing application.What did I do?
    Developed some in my test environment (APP ID 381) and made a normal export like 100 times before. When I tried to import that application in APP ID 380 the error occurred.
    More information:
    Both applications are in the same workspace.
    APEX 3.1.2
    Oracle XE
    I tried a bit around:
    Import in another workspace > same error
    Restart OAS try to import> same error
    Deletion of APP 380 and the try to import > same error
    Import of an older version > successfully no errors
    Try to make a new export of APP ID 381 > same error on import
    Don't want to delete app 381! :O
    Seems like something inside of the application/export is wrong.

    Hi Scott,
    the query returns
    select grantee from dba_role_privs where granted_role='APEX_ADMINISTRATOR_ROLE';
    GRANTEE
    SYSI tried to install the export in another apex database environment. New error occurred.
    ORA-20001: GET_BLOCK Error.
    ORA-20001: Execution of the statement was unsuccessful.
    ORA-02291: integrity constraint
    (FLOWS_030100.WWV_FLOW_SEC_SCHEMES_FK) violated - parent key not found &lt;pre&gt;begin
    --application/shared_components/security/authorization/t_users
    wwv_flow_api.create_security_scheme( p_id =&amp;gt; 18109134549712168 + wwv_flow_api.g_id_offset, p_flow_id =&amp;gt;
    wwv_flow.g_flow_id, p_name=&amp;gt;'T_USERS', p_scheme_type=&amp;gt;'EXISTS', p_scheme=&amp;gt;'select cI looked in the export file for the error part and found some interesting code. See:
    prompt  ...authorization schemes
    begin
    --application/shared_components/security/authorization/t_users
    wwv_flow_api.create_security_scheme(
      p_id => 18109134549712168 + wwv_flow_api.g_id_offset,
      p_flow_id => wwv_flow.g_flow_id,
      p_name=>'T_USERS',
      p_scheme_type=>'EXISTS',
      p_scheme=>'select count(*) from v_mze_appl '||chr(10)||
    'where NAME like UPPER(:P101_USERNAME)'||chr(10)||
    'and ROLE IN (''APEX_MZE_ADMIN'',''APEX_MZE_USERS'')'||chr(10)||
      p_caching=>'BY_USER_BY_PAGE_VIEW',
      p_error_message=>'Sie haben keine Berechtigungen für diese Seite');
    --application/shared_components/security/authorization/t_auswertung
    wwv_flow_api.create_security_scheme(
      p_id => 42071873141249964 + wwv_flow_api.g_id_offset,
      p_flow_id => wwv_flow.g_flow_id,
      p_name=>'T_AUSWERTUNG',
      p_scheme_type=>'EXISTS',
      p_scheme=>'select count(*) from v_mze_appl '||chr(10)||
    'where NAME like UPPER(:P101_USERNAME)'||chr(10)||
    'and ROLE IN (''APEX_MZE_ADMIN'',''APEX_MZE_REPORT'')'||chr(10)||
      p_caching=>'BY_USER_BY_PAGE_VIEW',
      p_error_message=>'No rights for the page');
    --application/shared_components/security/authorization/t_berechtigungen
    wwv_flow_api.create_security_scheme(
      p_id => 42072157819264447 + wwv_flow_api.g_id_offset,
      p_flow_id => wwv_flow.g_flow_id,
      p_name=>'T_BERECHTIGUNGEN',
      p_scheme_type=>'EXISTS',
      p_scheme=>'select count(*) from v_mze_appl '||chr(10)||
    'where NAME like UPPER(:P101_USERNAME)'||chr(10)||
    'and ROLE IN (''APEX_MZE_ADMIN'',''APEX_MZE_BERECHTIGUNGEN'')'||chr(10)||
      p_caching=>'BY_USER_BY_PAGE_VIEW',
      p_error_message=>'No rights for the page');
    --application/shared_components/security/authorization/t_kategorien
    wwv_flow_api.create_security_scheme(
      p_id => 42072262321265732 + wwv_flow_api.g_id_offset,
      p_flow_id => wwv_flow.g_flow_id,
      p_name=>'T_KATEGORIEN',
      p_scheme_type=>'EXISTS',
      p_scheme=>'select count(*) from v_mze_appl '||chr(10)||
    'where NAME like UPPER(:P101_USERNAME)'||chr(10)||
    'and ROLE IN (''APEX_MZE_ADMIN'',''APEX_MZE_KATEGORIEN'')',
      p_caching=>'BY_USER_BY_PAGE_VIEW',
      p_error_message=>'No rights for the page');
    end;
    /Looks like the p_id for T_USERS is wrong. Exactly what the error tries to describe too. How could that happen and how can I solve that issue? I will try and save the t_users group again and will create a new export.
    King regards,
    Tobias
    Edited by: Tobias Arnhold on Mar 2, 2009 8:23 AM

  • Export/Import error : ORA-31609: error loading file "kualter.xsl"

    Hi ,
    I was exporting the database , I got the following error after that I found that dbms_metadata_util.load_stylesheets needs to run . Please assit me how to procced further .
    C:\Users\379164>expdp import1/import1 directory=dmp_dir dumpfile=dump.dmp full=
    Export: Release 10.2.0.1.0 - Production on Friday, 15 October, 2010 14:50:45
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    ORA-39006: internal error
    ORA-39213: Metadata processing is not available
    ====================================================================
    SQL> execute dbms_metadata_util.load_stylesheets
    BEGIN dbms_metadata_util.load_stylesheets; END;
    ERROR at line 1:
    ORA-31609: error loading file "kualter.xsl" from file system directory
    "C:\oraclexe\app\oracle\product\10.2.0\server\rdbms\xml\xsl"
    ORA-06512: at "SYS.DBMS_METADATA_UTIL", line 1793
    ORA-06512: at line 1
    Please help me on this ....
    Thanks

    Refer following MOS note (even though the error number is different in header)
    Ora-39213 Using Data Pump Export (Doc ID 402242.1)

  • Import Error: ORA-01435 : User does not exist

    Hi all,
    I am importing a dump into 11g Database, the dump taken from Old Financial release 6 [EBIZ]
    i given this command:
    IMP FILE=EXPDUMP.DMP BUFFER=524288000 FULL=Y IGNORE=Y
    Import user system and password given...
    Once its started and getting error
    +"ALTER USER "PERFUSER" QUOTA UNLIMITED ON "OTHERD""+
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'PERFUSER' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    +"ALTER USER "DUB_QUERY" QUOTA UNLIMITED ON "OTHERD""+
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'DUB_QUERY' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    +"ALTER USER "OEMV22" QUOTA UNLIMITED ON "OEM_REPOSITORY""+
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'OEMV22' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    +"ALTER USER "W03063_ITD" QUOTA UNLIMITED ON "TEMP" QUOTA UNLIMITED ON "OEM_R"+
    +"EPOSITORY""+
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'W03063_ITD' does not exist
    +. importing APPS's objects into APPS+
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    +. importing DUB_QUERY's objects into DUB_QUERY+
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    +. importing SYSTEM's objects into SYSTEM+
    +. importing APPLSYS's objects into APPLSYS+
    +"ALTER SESSION SET CURRENT_SCHEMA= "APPLSYS""+
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    IMP-00000: Import terminated unsuccessfully
    Kindly advice me what is the wrong,,
    I have created all the data files same like Old Database. so while importing All the USERs will created, if its correct then why this "*ORA-01435 : User does not exist*" coming...
    Regards
    Paja
    Edited by: Hameed on Jul 2, 2012 4:50 AM

    Create tablespace :
    select 'CREATE TABLESPACE '||TABLESPACE_NAME||' DATAFILE '||FILE_NAME||' SIZE '||BYTES||' autoextend on '||';'
    from dba_data_files
    order by tablespace_name;
    Create User :
    select ' CREATE USER '||USERNAME||' IDENTIFIED BY '||USERNAME||' DEFAULT TABLESPACE '||DEFAULT_TABLESPACE||' temporary tablespace ' ||' TEMP quota unlimited on '|| DEFAULT_TABLESPACE||';'
    from dba_users
    order by USERNAME;
    Create Role
    select 'CREATE ROLE ' || ROLE || ' ;'
    from DBA_ROLES
    order by ROLE
    Grant Role :
    select ' GRANT '|| GRANTED_ROLE || ' to ' || GRANTEE || ' ;'
    from DBA_ROLE_PRIVS
    order by GRANTED_ROLE
    Br
    osama
    Edited by: Osama-mustafa on Jul 2, 2012 5:47 PM

  • DB Import Error - ORA-39014, ORA-39029, ORA-31672

    Hi,
    I get the following error while importing the entire database:-
    Processing object type DATABASE_EXPORT/DE_SYSTEM_PROCOBJACT/DE_PRE_SYSTEM_ACTIONS/PROCACT_SYSTEM
    Processing object type DATABASE_EXPORT/DE_SYSTEM_PROCOBJACT/DE_POST_SYSTEM_ACTIONS/PROCACT_SYSTEM
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 1 with process name "DW01" prematurely terminated
    ORA-31672: Worker process DW01 died unexpectedly
    Job "SYS"."SYS_IMPORT_FULL_01" stopped due to fatal error at 16:26
    Can some please help.
    Regards,
    Willet Rodrigues

    Hi,
    Here is the extract of trace file .. Now we are in the possition where we can do full import only because we have run dropdb command. Please help.
    ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_TEMPLATE_PARMS_S" already exists
    ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_TEMPLATE_REFGROUPS_S" already exists
    ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_TEMPLATE_SITES_S" already exists
    ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_TEMP_OUTPUT_S" already exists
    ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_USER_AUTHORIZATIONS_S" already exists
    ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_USER_PARM_VALUES_S" already exists
    ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT_LOG_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"SYSTEM"."TEMPLATE$_TARGETS_S" already exists
    ORA-31684: Object type SEQUENCE:"UTL"."NTRC_SEVERITY_SEQ" already exists
    ORA-31684: Object type SEQUENCE:"UTL"."NTRC_STATE_REF_SEQ" already exists
    ORA-31684: Object type SEQUENCE:"UTL"."NTRC_TRACE_SEQ" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."AQ$_WM$EVENT_QUEUE_TABLE_N" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$ADT_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$INSTEADOF_TRIGS_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$LOCK_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$ROW_SYNC_ID_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$UDTRIG_DISPATCHER_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$UP_DEL_TRIG_NAME_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$VERSION_SEQUENCE" already exists
    ORA-31684: Object type SEQUENCE:"WMSYS"."WM$VTID" already exists
    ORA-39111: Dependent object type OBJECT_GRANT:"GUI" skipped, base object type SEQUENCE:"CAP"."CA_BLACKOUT_ID_SEQ" already
    exists
    ORA-39111: Dependent object type OBJECT_GRANT:"SCH" skipped, base object type SEQUENCE:"CAP"."CA_BLACKOUT_ID_SEQ" already
    exists
    ORA-39111: Dependent object type OBJECT_GRANT:"GUI" skipped, base object type SEQUENCE:"CAP"."CA_FECM_SEQ" already exists
    ORA-39111: Dependent object type OBJECT_GRANT:"SCH" skipped, base object type SEQUENCE:"CAP"."CA_FECM_SEQ" already exists
    CD00D1BA:000D2855 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[195] comment=[MMON Local action
    Listener]CD00D1BC:000D2856 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[196] comment=[MMON Completion
    Callback Dispatcher]
    CD00D1BD:000D2857 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[206] comment=[Check for sync messages
    from other instances]
    CD00D1BE:000D2858 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[208] comment=[Check for autostart
    messages from other instances]
    CD2D85C5:000D2F49 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[2] comment=[KSB action for X-instance
    calls]
    CD2D85DC:000D2F4A 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[65] comment=[Scumnt mount lock]
    CD2D85DE:000D2F4B 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[66] comment=[Poll system events
    broadcast channel]
    CD2D85E0:000D2F4C 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[194] comment=[MMON Remote action
    Listener]
    CD2D85E4:000D2F4D 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[195] comment=[MMON Local action
    Listener]CD2D85E4:000D2F4E 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[196] comment=[MMON Completion
    Callback Dispatcher]
    CD2D85E6:000D2F4F 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[206] comment=[Check for sync messages
    from other instances]
    CD2D85E8:000D2F50 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[208] comment=[Check for autostart
    messages from other instances]
    CD2D85EF:000D2F51 14 655 10254 73 KSBCTI: (MMON) : (timeout action) : acnum=[0] comment=[Monitor Cleanup]
    CD2D85F1:000D2F52 14 655 10254 73 KSBCTI: (MMON) : (timeout action) : acnum=[23] comment=[reconfiguration MMON
    action]CD2D85F3:000D2F53 14 655 10254 73 KSBCTI: (MMON) : (timeout action) : acnum=[33] comment=[SGA memory tuning]
    CD2D85FE:000D2F54 14 655 10254 73 KSBCTI: (MMON) : (timeout action) : acnum=[34] comment=[SGA memory tuning parameter
    update]
    CD2D8609:000D2F55 14 655 10254 73 KSBCTI: (MMON) : (timeout action) : acnum=[97] comment=[Flashback Marker]
    CD2D860C:000D2F56 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[2] comment=[KSB action for X-instance
    calls]
    CD2D860D:000D2F57 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[65] comment=[Scumnt mount lock]
    CD2D860E:000D2F58 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[66] comment=[Poll system events
    broadcast channel]
    CD2D860E:000D2F59 14 655 10254 71 KSBCTI: (MMON) : (interrupt action) : acnum=[194] comment=[MMON Remote action
    Listener]
    CCD67F2A:000D13F7 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[65] comment=[Scumnt mount lock]
    CCD67F2B:000D13F8 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[66] comment=[Poll system events
    broadcast channel]
    CCD67F31:000D13F9 15 652 10254 73 KSBCTI: (MMNL) : (timeout action) : acnum=[0] comment=[Monitor Cleanup]
    CCD67F33:000D13FA 15 652 10254 73 KSBCTI: (MMNL) : (timeout action) : acnum=[190] comment=[ASH Sampler (KEWA)]
    CCD68006:000D13FB 15 652 10254 73 KSBCTI: (MMNL) : (timeout action) : acnum=[201] comment=[MMON SWRF Raw Metrics
    Capture]
    CCD68019:000D13FC 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[2] comment=[KSB action for X-instance
    calls]
    CCD6801B:000D13FD 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[65] comment=[Scumnt mount lock]
    CCD6801C:000D13FE 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[66] comment=[Poll system events
    broadcast channel]
    CCE56601:000D16F4 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[2] comment=[KSB action for X-instance
    calls]
    CCE56604:000D16F5 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[65] comment=[Scumnt mount lock]
    CCE56606:000D16F6 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[66] comment=[Poll system events
    broadcast channel]
    CCE5660B:000D16F7 15 652 10254 73 KSBCTI: (MMNL) : (timeout action) : acnum=[0] comment=[Monitor Cleanup]
    CCE5660C:000D16F8 15 652 10254 73 KSBCTI: (MMNL) : (timeout action) : acnum=[190] comment=[ASH Sampler (KEWA)]
    CCE566E0:000D16F9 15 652 10254 73 KSBCTI: (MMNL) : (timeout action) : acnum=[201] comment=[MMON SWRF Raw Metrics
    Capture]
    CCE566F3:000D16FA 15 652 10254 71 KSBCTI: (MMNL) : (interrupt action) : acnum=[2] comment=[KSB action for X-instance
    calls]\
    0 10280 1 0x00000012
    AB0C8374:000C8F9E 18 0 10280 1 0x00000012
    AB128A5D:000C8FBE 18 644 10960 10
    AB134FFD:000C8FCD 18 644 10960 10
    AB13AE3C:000C8FD8 18 644 10960 10
    AB13C910:000C8FDA 18 644 10960 10
    AB14106B:000C8FDD 18 644 10960 10
    AB158487:000C8FE4 18 644 10960 10
    AB160515:000C8FEB 18 644 10960 10
    AB175E38:000C9010 18 644 10254 52 KSBSRV: enter for server = 1909881556
    AB175E38:000C9011 18 644 10254 54 KSBSRV: obtained PR enqueue
    AB175E3E:000C9012 18 644 10254 55 KSBSRV: called start callback function
    AB175E6A:000C9013 18 644 10254 58 KSBSRV: oracle executable name validated proc=[DW01]
    AB17B28D:000C9021 18 644 10254 59 KSBSRV: spawn succeeded process=DW01 ospnum=13765
    AB17B29A:000C9022 18 644 10254 60 KSBSRV: starting to wait for 120000 seconds
    AB17B321:000C9023 18 644 10254 63 KSBSRV: spawned process found active
    AB1817D1:000C9025 18 644 10254 64 KSBSRV: process found to be running
    AB1817D2:000C9026 18 644 10254 66 KSBSRV: end callback function called
    AB1817DF:000C9027 18 644 10254 70 KSBSRV: done with active = 1
    AB1C03C6:000C9039 18 644 10960 10
    AB1CD19B:000C9045 18 644 10960 10
    AD3B3601:000C966A 18 644 10960 10
    AD3DD022:000C9676 18 644 10254 19 KSBCIC: (USER) starting cic on opcode KSBCIRCO [1] with args (5 4273984698 20982601)
    AD42859F:000C96AC 18 644 10254 19 KSBCIC: (USER) starting cic on opcode KSBCIRCO [1] with args (5 4273984642 20982657)
    AD437AB1:000C96D2 18 644 10444 12 ABORT TRANSACTION - xid: 0x0001.02e.00000206
    AD43A837:000C96DC 18 644 10444 12 ABORT TRANSACTION - xid: 0x0001.007.00000207
    AD47AB58:000C96DD 18 644 10021 1 0x006D1501 0x006D1501 0x0000006D
    782:000D24B8 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF6CA9F:000D24C7 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF73A98:000D24E4 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF73DD1:000D24F3 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF7AD12:000D2510 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF7B03B:000D251F 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF808F9:000D253C 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF80C38:000D254B 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF864DF:000D2568 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF86805:000D2577 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF8C0D7:000D2594 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF8C3F7:000D25A3 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF91CB1:000D25C1 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF91FD0:000D25D0 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF978A4:000D25ED 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF97BBE:000D25FC 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF9D4A6:000D2619 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCF9D7EF:000D2628 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFA3082:000D2646 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFA33C0:000D2655 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFAA340:000D2672 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFAA663:000D2681 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFAFF31:000D269E 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFB0289:000D26AD 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFB5B0F:000D26CA 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFB5E25:000D26D9 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFBB701:000D26F6 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFBBA18:000D2705 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFC1306:000D2722 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFC163A:000D2731 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFC6ED5:000D275D 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFC71E5:000D276C 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFCE19F:000D2789 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFCE4C0:000D2798 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFD5469:000D27B5 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFD5783:000D27C4 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCI_KZS_CNT [54] with args (0 0 0)
    CCFD6C7F:000D27D4 19 641 10960 10
    CCFF8FBD:000D2813 19 641 10960 10
    CD001D45:000D2828 19 641 10960 10
    CD00CE73:000D2843 19 641 10960 10
    CD067B31:000D28E5 19 641 10960 10
    CD069CD2:000D28EC 19 641 10960 10
    CD082F7D:000D290A 19 641 10960 10
    CD084B94:000D2911 19 641 10960 10
    CD0A00CB:000D292F 19 641 10960 10
    CD0A16E9:000D2935 19 641 10960 10
    CD0C1D47:000D2962 19 641 10960 10
    CD0C3C7B:000D2965 19 641 10960 10
    CD2F1E81:000D2F89 19 641 10960 10
    CD2F696D:000D2F91 19 641 10960 10
    CD44024D:000D3254 19 641 10960 10
    CD443E35:000D3264 19 641 10960 10
    CD463BF9:000D328C 19 641 10960 10
    CD46547D:000D3294 19 641 10960 10
    CD47BF04:000D32AB 19 641 10444 12 ABORT TRANSACTION - xid: 0x0004.028.0000006f
    CD7D93BB:000D335A 19 641 10442 6 Extension usn 3, ext 68, nex 88
    CD7D93C9:000D335B 19 641 10445 1 s1::tsnn 0 dbaa 0xx04006122wheee: duww03::kduuru des2: tsn: 0 rdba: 0x00400211
    w
    here: ktswh39: ktsrsp
    CD8536B9:000D33F6 19 641 10960 10
    CD874329:000D342E 19 641 10254 19 KSBCIC: (USER) starting cic on opcode KSBCIRTP [21] with args (3 0 0)
    KSTDUMP: End of in-memory trace dump
    Dump event group for level SESSION
    TC Addr Evt#(b10) Action TR Addr Arm Life
    B7296938 28657 1 b72969a0 0 0
    TR Name TR level TR address TR arm TR life TR type
    CONTEXT 1 0 -1 2 -1219690384
    B73659F4 22935 1 b7365a5c 0 0
    TR Name TR level TR address TR arm TR life TR type
    CONTEXT 1 0 -1 2 -1219690384
    B7365900 10407 1 b7365968 0 0
    TR Name TR level TR address TR arm TR life TR type
    CONTEXT 1 0 -1 2 -1219690384
    B736580C 25475 1 b7365874 0 0
    TR Name TR level TR address TR arm TR life TR type
    CONTEXT 1 0 -1 2 -1219690384
    B7365718 10904 1 b7365780 0 0
    TR Name TR level TR address TR arm TR life TR type
    CONTEXT 1 0 -1 2 -1219690384
    B7445768 10150 1 b74457a8 0 0
    TR Name TR level TR address TR arm TR life TR type
    CONTEXT 1 0 -1 2 -1219690384
    Dump event group for level SYSTEM
    TC Addr Evt#(b10) Action TR Addr Arm Life
    ssexhd: crashing the process...
    Shadow_Core_Dump = PARTIAL

  • Error ORA-02375 while trying to export/import JTF.JTF_PF_REPOSITORY table

    We have already created an SR, In the mean time, trying to see whether anyone else has come across this issue.  Thanks.
    On : 11.2.0.3 version, Data Pump Import
    Error ORA-02375 while trying to import JTF.JTF_PF_REPOSITORY table
    We are getting the below error while performing the full db
    import.
    ORA-02375: conversion error loading table
    "JTF"."JTF_PF_REPOSITORY" partition "EBIZ"
    ORA-22337: the type of accessed
    object has been evolved
    ORA-02372: data for row: SYS_NC00040$ :
    0X'8801FE000004AD0313FFFF0009198401190A434F4E4E454354'
    This issue is
    stopping our upgrade of database from 10.2.0.4 to 11.2.0.3. This is very
    critical for us to be resolved.

    Hi,
    seems this is Character set issue fo source and Target DB check this doc:Unable to Export Table WF_ITEM_ATTRIBUTE_VALUES due to errors ORA-02374, ORA-22337, and ORA-02372 (Doc ID 1522761.1)
    HTH

  • Import err: ORA-20001,ORA-02047,alter session set nls_numeric_characters...

    Hi APEX development team,
    I get mad about an APEX import error which occurs maybe one time every second month.
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful.
    ORA-02047: cannot join the distributed transaction in progress <pre>
    begin execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||''''; end; </pre>I described the error really detailed inside my APEX blog. The following links will help you understanding what I tried to find a solution for it:
    [APEX error ORA-20001 and ORA-02047 during application import (1)|http://apex-at-work.blogspot.com/2008/11/apex-error-ora-20001-and-ora-02047.html]
    [Again import error ORA-02047: cannot join the distributed... (2)|http://apex-at-work.blogspot.com/2008/11/again-import-error-ora-02047-cannot.html]
    [Solution for APEX import error ORA-20001, ORA-02047 (3)|http://apex-at-work.blogspot.com/2008/11/solution-for-apex-import-error-ora.html]
    Write now I have two options to solve the error:
    1. Restart Oracle Application Server
    2. Wait a couple of days with the import (restart of my client computer) and it works for a while again
    Apex Version: 3.1.2
    DB Version: Oracle XE database under Windows
    Hope there is a chance to get some help about this annoying error.
    King regards,
    Tobias

    Hi Joel, Scott and the rest of the community.
    I went on determine the import problem. It occurred two more times since the last post.
    First time:
    This time was a bit different. I wanted to create a new workspace and got the error "ORA-02047: cannot join the distributed transaction in progress" when I clicked on the button to create a new workspace after I entered all information to it.
    I restarted the OAS and worked again
    Second time:
    During an application import the error occurred again and I tried the following things:
    As data owner (only one db link exist)
    ALTER SESSION CLOSE DATABASE LINK DBMS_CLRDBLINK;Result no open database links to close
    As sys (all database links)
    -- The following script queries the DBA_DB_LINKS view to access link information:
    SELECT * FROM DBA_DB_LINKS;
    -- close of all database links
    ALTER SESSION CLOSE DATABASE LINK username.db_link_name;
    ...Result no database links open. Try of import ended with same error.
    Check of apex_public_user no (open) db_links. No objects locked.
    I had to restart the OAS again.
    Any ideas?
    Regards,
    Tobias

  • Import Export Error (ORA-06502)

    All,
    We are trying to migrate the code from windows 2000 HTMLDB 1.5.0.00.33 to solaris 9 HTMLDB 1.5.0.00.33 by using the export/import function. After migration, one report went wrong with the following message.
    report error:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    The tables definition are identical and there's no data in the production table. When we try to reduce the query length from 3000 to 2500 characters, the error message disappears on production.
    Is there any HTMLDB global variable controls the maximum length of the report "region source"?
    Any response would be appreciate.
    Thanks,
    Tony
    ===========================================
    PS: Here's our query:
    select
    x.supreq_id,
    DECODE(x.pk, null, 'Add new record:', ''||'<img src="#IMAGE_PREFIX#edit.gif" border="0" alt="Edit Icon">') edit,
    x.pk,
    x.request,
    x.subject,
    x.severity,
    x.priority,
    x.status,
    x.request_type,
    x.response,
    x.username,
    x.created_date,
    x.note,
    x.cks
    from (
    select
    htmldb_item.hidden(1,supreq_id) supreq_id,
    supreq_id edit,
    supreq_id pk,
    htmldb_item.text(3, request,'','','onFocus="javascript:window.status=this.value" onBlur="javascript:window.status=''Done''"') request,
    htmldb_item.select_list_from_lov(4,subject,'REQUEST_SUBJECT','','NO') subject,
    htmldb_item.select_list(5, severity, '3,2,1', 'style="width:40px"','NO') severity,
    htmldb_item.select_list_from_lov(6,priority,'REQUEST_PRIORITY','','NO') priority,
    htmldb_item.select_list_from_lov(7,status,'REQUEST_STATUS','','NO') status,
    htmldb_item.select_list_from_lov(8, request_type, 'SUPPORT_REQUEST_TYPE','', 'NO') request_type,
    htmldb_item.text(9, response,'','','onFocus=javascript:window.status=this.value;') response,
    htmldb_item.select_list_from_lov(10, username, 'USER_EMPLOYEE', 'style="width:100px"','NO') username,
    htmldb_item.date_popup(11, rownum,created_date, 'mm/dd/yyyy', 8) created_date,
    htmldb_item.text(12, note,'','','onFocus=javascript:window.status=this.value;') note,
    htmldb_item.md5_checksum(request, subject, severity, priority, status, request_type, response, username, created_date,note) cks
    from
    art_sup_requests
    where
    (:P319_PRIORITY IS NULL OR :P319_PRIORITY ='%' OR
    INSTR(UPPER(ART_SUP_REQUESTS.PRIORITY),UPPER(:P319_PRIORITY)) > 0)
    AND
    (:P319_SEVERITY IS NULL OR :P319_SEVERITY ='%' OR
    INSTR(UPPER(ART_SUP_REQUESTS.SEVERITY),UPPER(:P319_SEVERITY)) > 0)
    AND
    (:P319_SUBJECT IS NULL OR :P319_SUBJECT ='%' OR
    INSTR(UPPER(ART_SUP_REQUESTS.SUBJECT),UPPER(:P319_SUBJECT)) > 0)
    AND (:P319_CREATED_DATE IS NULL OR
    TRUNC(ART_SUP_REQUESTS.CREATED_DATE)=TO_DATE(:P319_CREATED_DATE,'MM/DD/YYYY'))
    AND (:P319_REQUEST_TYPE IS NULL OR :P319_REQUEST_TYPE ='%' OR
    INSTR(UPPER(ART_SUP_REQUESTS.REQUEST_TYPE),UPPER(:P319_REQUEST_TYPE)) > 0)
    AND (:P319_REQUEST IS NULL OR
    INSTR(UPPER(ART_SUP_REQUESTS.REQUEST),UPPER(:P319_REQUEST)) > 0)
    AND (:P319_USERNAME IS NULL OR :P319_USERNAME ='%' OR
    INSTR(UPPER(ART_SUP_REQUESTS.USERNAME),UPPER(:P319_USERNAME)) > 0)
    AND (:P319_ID IS NULL OR ART_SUP_REQUESTS.SUPREQ_ID = :P319_ID)
    union all
    select
    htmldb_item.hidden(1,null) supreq_id,
    null edit,
    null pk,
    htmldb_item.text(3, null) request,
    htmldb_item.select_list_from_lov(4,null,'REQUEST_SUBJECT','','NO') subject,
    htmldb_item.select_list(5, null, '3,2,1', 'style="width:40px"','NO') severity,
    htmldb_item.select_list_from_lov(6,null,'REQUEST_PRIORITY','','NO') priority,
    htmldb_item.select_list_from_lov(7,null,'REQUEST_STATUS','','NO') status,
    htmldb_item.select_list_from_lov(8, null, 'SUPPORT_REQUEST_TYPE','', 'NO') request_type,
    htmldb_item.text(9, null) response,
    htmldb_item.select_list_from_lov(10, null,
    'USER_EMPLOYEE','style="width:100px"','NO') username,
    htmldb_item.date_popup(11, null, sysdate,'mm/dd/yyyy', 8) created_date,
    htmldb_item.text(12, null) note,
    htmldb_item.md5_checksum(null,null, null, null, null, null, null, null, null, null) cks
    from dual) x

    Scott,
    Thanks for the response. We've applied HTMLDB version 1.5.1.00.12 on both develop and production servers yesterday but the ORA-06502 error still persist. We've also tried to use package and "pl/sql return sql" instead of a long sql query but received the same result.
    The solaris instance is using "Western European ISO-8859-1" as the file character set and the windows is using "Western European Windows 1252". Is there any easy way to change the DAD character set on the production box?
    Thanks,
    Tony

  • While import the table i got error "ORA-39166"

    I got error "ORA-39166: Object XXXXXXX_030210 was not found." while importing.
    Edited by: AshishS on 03-Feb-2012 04:37

    Pl post details of OS and database versions, along with the complete impdp command used and the sections from the log file where this error occurs.
    HTH
    Srini

  • Import and error ora-12203

    Hi,
    I got this error ora-12203 (TNS:unable to connect to destination) when I was importing a table into my own schema. I don't know whether the error is related with import. My question is: when performing import, can other user login into the database?
    Thanks,
    Richard

    Hi Richard,
    The database will you to logon irrespective of what other work you are doing with whatever tool you are using. The Exceptions are :-
    If the refered schema comes under certain restriction of the assigned profile.
    If the database is running in RESTRICTED mode and you are not having accessibilty during this peiod.
    As for your error in the import statement, check the connection you are using in the import statement.
    I'm personally using import at least 10 times a week and usually come across these errors. These errors are all human errors and not bugs in the program.
    Bye,
    Piyush.

  • Error: ORA-16796: one or more properties could not be imported from the dat

    DGMGRL> CREATE CONFIGURATION prod as
    PRIMARY DATABASE IS prod
    CONNECT IDENTIFIER IS prod;Configuration "prod" created with primary database "prod"
    DGMGRL> ADD DATABASE standby as
    CONNECT IDENTIFIER IS standby
    MAINTAINED AS PHYSICAL;Error: ORA-16796: one or more properties could not be imported from the database
    Failed.
    DGMGRL> ADD DATABASE standby as
    CONNECT IDENTIFIER IS standby
    MAINTAINED AS PHYSICAL;Error: ORA-16796: one or more properties could not be imported from the database
    Failed.
    can any one help me out , i am not sure what could be the problem.
    i checked the listner and tnsnames every thing looks good, if u want me to post any thing else plz do let me know
    thanks
    firdous

    16796, 0000, "one or more properties could not be imported from the database"
    // *Cause:  The broker was unable to import property values for the database
    //          being added to the broker configuration. This error indicates:
    //          - The Oracle Net service name specified in DGMGRL CREATE
    //            CONFIGURATION or ADD DATABASE command was not one that provides
    //            access to the database being added.
    //          - There were no instances running for the database being added.
    // *Action: Remove the database from the configuration using the REMOVE
    //          CONFIGURATION or REMOVE DATABASE command. Make sure that the
    //          database to be added has at least one instance running and that the
    //          Oracle Net service name provides access to the running instance.
    //          Also check the broker log file for additional information.
    //          Then, reissue the CREATE CONFIGURATION or ADD DATABASE command.

  • During Table Import got error ORA-12805: parallel query server died unexpectedly

    Hi,
    I tried to import a single table of size 51 GB which normally imported in 5 hours but last time I got following error after 1.5 hours
    ORA-31693: Table data object "SCHEMA"."TABLE_NAME" failed to load/unload and is being skipped due to error:
    ORA-12805: parallel query server died unexpectedly.
    From the "Alert log" file I found the error is
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-24557: error 1114 encountered while handling error 1114; exiting server process
    ORA-01114: IO error writing block to file 622 (block # 373725)
    ORA-27063: number of bytes read/written is incorrect
    IBM AIX RISC System/6000 Error: 28: No space left on device
    Additional information: -1
    Additional information: 253952
    I checked all the table spaces have more then 100GB free space. No idea why this happened.
    Some mount points of the machine is 100% in used where the table spaces created but in table spaces auto extend is off on every data file and each data file have free space.
    Anyone have idea how to resolve this issue.

    Hi,
    Which filesystem is file 622 in - it's quite a lrge numbered file - is it a tempfile or do you really have that many datafiles?
    Regards,
    Harry
    http://dbaharrison.blogspot.com

  • Portal Import/Export errors ORA-01653

    When doing a security export after a few attempts we are getting the following error
    ORA-01653: unable to extend table PORTAL30.WWUTL_SEC_TX_PERSON$ by 2362205 in tablespace PORTAL
    Details below
    We referred the note related to ORA-01653 on metalink Note:151994.1 and tried the approaches mentioned but nothing seems to fix it.
    Is there an isssue with the way the Portal scripts clean up the transport tables.
    We are using pORTAL V 3.0.9.8.1 WITH 8.1.7 release of database
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.1.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.1.0 - Production
    Extracting Security Data to transport tables...
    Activity Log:
    Clearing any existing security data from transport tables
    Truncating table WWUTL_SEC_TX_GROUP$
    Truncating table WWUTL_SEC_TX_MEMBER$
    Truncating table WWUTL_SEC_TX_SYS_PRIV$
    Truncating table WWUTL_SEC_TX_PERSON$
    Truncating table WWUTL_SEC_TRANSPORT_TABLE$
    Begin extracting security data of Portal
    Extracting Security Data...
    Global Privilege export flag set to: on... (ON = export global privilege, OFF =
    do not export global privilege)
    ...Extracting Users...
    WWUTL_API_SecurityTransport.ExtractPerson: ORA-01653: unable to exte
    nd table PORTAL30.WWUTL_SEC_TX_PERSON$ by 2362205 in tablespace PORTAL
    Disconnected from Oracle8i Enterprise Edition Release 8.1.7.1.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.1.0 - Production
    Export of Security Data Complete

    This seems to be purely a database related issue. You need to extend the tablespace PORTAL to solve the problem. Please contact your DBA for this.

Maybe you are looking for

  • Need download link for Adobe Acrobat X pro for mac

    Need download link for Adobe Acrobat X pro for mac

  • Can we give Transaction code for an SAP Query(SQ01)..?

    Hi All,        Can we assign an Transaction code for an SAP Query...?If yes, How..? Waiting for your valuable replies. Thanks and regards, Rahul.

  • Can I add controls at runtime in JApplet

    Please also tell me what good is JApplet for. As I cannot interact with database and there are several other limitations. Should I go and use JApplet in my application or avoid using them. My basic question remains the same "Can I add controls at run

  • Iphone 4 is non-responsive

    Had this problem from time to time, but it usually comes back to life after pressing a few buttons. This time its dead, no response, been that way for an hour. Battery was fully charged. Any Ideas?

  • Compare floating point values in a column

    I have a column defined as NUMBER. The values are say 1.2345 and 1.23443. Visually i can say they are almost the same but if i do select count(distinct colA) from table it gives two values, which is perfectly right. What i want to do is say if they a