Exp error in 9i

I'm using
Oracle9i Ent Ed(9.2.0.7)
Export Release 9.2.0.7
Windows Server 2003
I just want to export one table, the following error were encountered on all tables. The export file were produced but I think it's erroneous because export terminated unsuccessfully.
The errors encountered where the following:
. . exporting table cardplastic 506211 rows exported
EXP-00056: Oracle error 904 encountered
ORA-00904: "SYS"."DBMS_EXPORT_EXTENSION"."FUNC_INDEX_DEFAULT":invalid identifier
EXP-00056: ORACLE error 6550 encountered
ORA-06550: line 1, column 26:
PLS-00201: identifier 'XDB.DBMS_XDBUTIL_INT' must be declared
ORA-06550: line 1, column 14:
PL/SQL: statement ignored

I executed utlrp.sql and the following is the results
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\>dir
Volume in drive C has no label.
Volume Serial Number is C0C5-5D29
Directory of C:\
12/21/2004 11:20 AM 342,959 catexp.sql
11/15/2006 11:06 AM <DIR> Documents and Settings
07/30/2005 10:16 PM <DIR> DRV
07/31/2005 02:34 AM <DIR> ibmtools
08/02/2005 11:28 PM <DIR> IBM_TapeDrives
11/14/2005 11:51 PM <DIR> Inetpub
11/15/2005 02:35 AM <DIR> oracle
11/21/2006 09:17 AM <DIR> Program Files
12/22/2004 09:11 AM 36,087 utlrcmp.sql
11/03/2004 06:08 AM 4,403 utlrp.sql
05/31/2007 02:53 PM <DIR> WINDOWS
07/30/2005 09:39 PM 754 wininst.txt
07/31/2005 02:28 AM <DIR> wmpub
4 File(s) 384,203 bytes
9 Dir(s) 3,371,276,288 bytes free
C:\>sqlplus
SQL*Plus: Release 9.2.0.7.0 - Production on Fri Jun 1 09:58:42 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Enter user-name: system
Enter password:
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.7.0 - Production
SQL> @utlrp
PL/SQL procedure successfully completed.
Table created.
Table created.
Table created.
Index created.
Table created.
Table created.
SELECT o.obj#, o.type#, o.owner# FROM obj$ o
ERROR at line 2:
ORA-00942: table or view does not exist
SELECT o.obj#, o.type#, u.name AS owner FROM utl_recomp_all_inv o, user$ u
ERROR at line 2:
ORA-00942: table or view does not exist
Package created.
No errors.
Warning: Package Body created with compilation errors.
Errors for PACKAGE BODY UTL_RECOMP:
LINE/COL ERROR
60/10 PL/SQL: SQL Statement ignored
61/29 PL/SQL: ORA-00942: table or view does not exist
64/10 PL/SQL: SQL Statement ignored
64/17 PL/SQL: ORA-00942: table or view does not exist
77/7 PL/SQL: SQL Statement ignored
77/44 PL/SQL: ORA-00942: table or view does not exist
104/7 PL/SQL: SQL Statement ignored
104/14 PL/SQL: ORA-00942: table or view does not exist
183/13 PL/SQL: SQL Statement ignored
184/35 PL/SQL: ORA-00942: table or view does not exist
188/13 PL/SQL: SQL Statement ignored
LINE/COL ERROR
189/35 PL/SQL: ORA-00942: table or view does not exist
196/13 PL/SQL: SQL Statement ignored
197/35 PL/SQL: ORA-00942: table or view does not exist
202/13 PL/SQL: SQL Statement ignored
203/35 PL/SQL: ORA-00942: table or view does not exist
267/10 PL/SQL: SQL Statement ignored
268/42 PL/SQL: ORA-00942: table or view does not exist
318/7 PL/SQL: SQL Statement ignored
318/40 PL/SQL: ORA-00942: table or view does not exist
BEGIN utl_recomp.recomp_serial(); END;
ERROR at line 1:
ORA-04068: existing state of packages has been discarded
ORA-04063: package body "SYSTEM.UTL_RECOMP" has errors
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 1
DECLARE
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'DBMS_REGISTRY' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
ORA-06512: at line 10
ORA-01403: no data found
SQL>

Similar Messages

  • Exp error on Oracle 9.2.0.1.0

    Hi. Newbie here.
    I'm getting this error on the export command.
    EXP-00008: ORACLE error 1031 encountered
    ORA-01031: insufficient privileges
    ORA-06512: at "SYS.LT_EXPORT_PKG", line 63
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.LT_EXPORT_PKG.system_info_exp
    I have tried the command below but still the error occurs.
    grant execute on SYS.LT_EXPORT_PKG to <user>;
    Any suggestions on how to solve this error?
    --Ben                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi Srinii,
    The error is now gone. The resolution I got is on Doc ID 404686.1. I executed the command below.
    grant select any sequence to exp_full_database;
    Thanks a lot for the help!
    --Ben                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Oracle 10g exp error with query parameter

    Hi all,
    I am trying to perform an export but getting this error when using the query parameter. I think it's a syntax problem but not sure where.
    I'm in a dos prompt
    E:\>exp file=xxxxx.dmp log=xxxx.log tables=xxxxx query='where responseid not in (select responseid from aaaa_bbbbb)';
    LRM-00112: multiple values not allowed for parameter 'query'
    EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
    EXP-00000: Export terminated unsuccessfully
    Thx

    This is why I love this forum so much.
    I've probably done thousands of exports and never used the query parameter.
    Here's something that will help you. Please read and note the requirement to escape, or protect, special characters and such.
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm
      exp scott/tiger TABLES=emp QUERY=\"WHERE job=\'SALESMAN\' and sal \<1600\"ji li

  • EXP error on Oracle 8.1.7i

    Dear All,
    I've got problem to export data with Oracle 8.1.7i on W2K.
    After implementing, EXP working properly for more 2 years
    I don't know why it happened. Please help me to solve this
    problem and the how to prevent it happen again.
    The error message shown as below:
    About to export specified users...
    .exporting pre-schema procedural objects and actions
    .exporting foreign function library names for user WONGHO
    EXP-00008: ORACLE error 904 encountered
    ORA-00904: invalid column name
    EXP-00000: Export terminated unsuccessfully
    Thanks in advance
    Ken Wongho

    One possible solution (worked to me) is to run catexp.sql in ORACLE_HOME\rdbms\admin as SYS or internal.

  • Exp error

    Hi,
    My db version: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    Whe I try to export some tables, I get an error.
    Here is the command and error:
    exp USERID=username/password OWNER=username FILE=gdstbls02112013.dmp LOG=gdstbls02112013.log TABLES=(gds_a, gds_b)
    error:
    -bash: syntax error near unexpected token `('The error looks straightforward, so I tried with a single table as below, so I got another error:
    exp USERID=username/password OWNER=username FILE=gdstbls02112013.dmp LOG=gdstbls02112013.log TABLES=gds_a
    error:
    Export: Release 11.2.0.1.0 - Production on Mon Feb 11 16:07:49 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    EXP-00026: conflicting modes specified
    EXP-00000: Export terminated unsuccessfullyPlease advice. Also, for test reasons I tried with a single table. But I have 20 to 30 tables to export.

    still error:
    Oracle@linux-l9ax:~/gds> exp USERID=username/password FILE=gdstbls02112013.dmp LOG=gdstbls02112013.log TABLES=(gds_a, gds_b)
    -bash: syntax error near unexpected token `('with single table it works:
    Oracle@linux-l9ax:~/gds> exp USERID=username/password FILE=gdstbls02112013.dmp LOG=gdstbls02112013.log TABLES=gds_a
    Export: Release 11.2.0.1.0 - Production on Mon Feb 11 16:24:06 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export done in US7ASCII character set and AL16UTF16 NCHAR character set
    server uses WE8MSWIN1252 character set (possible charset conversion)
    About to export specified tables via Conventional Path ...
    . . exporting table            GDS_A         24 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    Export terminated successfully with warnings.How can I make it work all tables, I mean using a single command?

  • Exp errors

    We perform a weekly export of our 8.1.7 database. This is done overnight at the weekend when the database is lightly used so we use consistent = 'Y'.
    This week we encountered some problems we have not had before.
    1. A few of the tables are reported as being exported, but without the 'n rows exported'. There is not a '0 rows exported' or an error, it just continues to the next table. Other empty tables are correctly recorded as '0 rows exported'. I do not understand the cause of this.
    2. Later in the export we get
    EXP-00008: ORACLE error 1555 encountered
    ORA-01555: snapshot too old: rollback segment number 6 with name "PUBLIC_RS_5" too small
    This is perfectly understandable as it is on a large transaction table which is probably in use at the time, however we get a similar error later (different RS) on a redundant table which is never used. Later, there is a third similar error, but this time the export also terminates with
    EXP-00000: Export terminated unsuccessfully
    ERROR: Export returned code 1
    Why would we get ORA-01555 on a table which is not in use ?
    Why does export continue after two similar errors but terminates on the third ?

    Thanks for your replies.
    Delayed block cleanout might explain the error on the unused table.
    I still don't understand why the export continued through two errors and stopped on the third, or why some tables reported no action.
    As for using Rman, the reason we do not use it is that it had not been invented when we put our backups in place and we have never seen reason to change. If anyone can suggest any advantages of Rman, this would be interesting as I currently know nothing about it.
    We do an export 'just in case' logical backups are ever required but for recovery purposes we also do regular cold backups. Although we operate 24 x 7, a database bounce at midnight is acceptable, and this takes less than a minute thanks to the use of RAID snapshots.

  • VERY IMPORTANT!!!!!! EXP ERROR

    Hi all
    When exporting an Oracle10g schema from Oracle9i the following error occurs : exp-0003 no storage definition found.
    I understand that when you want to import something from 10g to 9i you have to use the lower versions exp and imp tool, which is what I am doing.
    This problem is not schema specific, it occurs with each schema I try. We recently installed Oracle patch 10.1.0.4.
    Any help will be usefull
    Thanks in advance from Percy

    Cause
    This problem during export has been introduced with the 9.2.0.5 patchset. In that patchset, a fix has been included for Bug 2948717 "Queries against DBA_SEGMENTS can be slow accessing BYTES/BLOCKS/EXTENTS columns". Note that this fix has also been implemented in Oracle10g Release 1 (10.1.0.2.0).
    As a result of that fix, an export from the 9.2.0.5.0 or any higher release database (e.g. 9.2.0.6.0 or 10.1.0.4.0) with a lower release export utility, e.g. 9.2.0.4.0 or 8.1.7.4.0 will now produce the EXP-3 error. For details see:
    Bug 3593227 "EXP-3 WHEN EXPORTING A TABLE WITH MORE THAN 1 EXTENT USING EXP BELOW 9.2.0.5"
    Bug 3784697 "EXPORT OF LOB FROM 9205 WITH PRE-9205 EXP GIVES EXP-3 (NO STORAGE DEF FOUND)"
    These bugs were closed as a duplicate of:
    Bug 3291851 "EXP-3: NO STORAGE DEFINITION FOUND FOR SEGMENT" (not a public bug)
    Solution
    The EXP-3 error only occurs when the export from the 9.2.0.5.0 or any higher release database (e.g. 9.2.0.6.0 or 10.1.0.4.0) is done with a lower release export utility, e.g. 9.2.0.4.0. The reason to run an export from a 9.2.0.5.0
    or any higher release database (e.g. 9.2.0.6.0 or 10.1.0.4.0) with a 9.2.0.4.0 export utility, is to import the export dump file later into a target database of that lower release.
    Note: if your intention is to export from a 9.2.0.6.0 database in order to import (back) into a 9.2.0.6.0 target database, there is no need to use a pre-9.2.0.5 release export utility. In that situation use the 9.2.0.6.0 export utility.
    Workaround 1
    Rerun the export and specify the parameter COMPRESS=Y (this is the default value for COMPRESS).
    If you have a table with a secondary object, e.g. a LOB column, then this workaround might not work and you will re-produce the EXP-3 error during export. In that case, use workaround 2.
    Workaround 2
    a. Make a note of the export definition of exu9tne from $ORACLE_HOME/rdbms/admin/catexp.sql
    b. Copy this to a new file and add:
    "UNION ALL select * from sys.exu9tneb"
    to the end of the definition
    e.g. In the 9.2.0.5.0 or any higher release source database (e.g. 9.2.0.6.0 or 10.1.0.4.0), the workaround view would be:
    CREATE OR REPLACE VIEW exu9tne (
    tsno, fileno, blockno, length) AS
    SELECT ts#, segfile#, segblock#, length
    FROM sys.uet$
    WHERE ext# = 1
    UNION ALL
    SELECT * from sys.exu9tneb
    c. Run this as the SYS user (!) against the database that needs to be exported.
    d. Re-run the export as required.
    e. Put back the original definition of exu9tne as obtained in step a.
    Note: only use this workaround when absolutely necessary, and don't forget to put back the original definition of the view SYS.exu9tne as mentioned in step e.
    Above is from metalink note.
    Jaffar

  • Exp error in oracle 10g

    Hi
    My database is oracle 10g 10.2.0.3 in linux
    When i m starting export by EXP, i m getting following error
    EXP-00056: ORACLE error 932 encountered
    ORA-00932: inconsistent datatypes: expected BLOB, CLOB got CHAR
    EXP-00000: Export terminated unsuccessfully
    can anybody help me in this regards
    Rabi

    [oracle@srvr3 admin]$ exp store/**** file=/u01/test/sms030411.dmp
    Export: Release 10.2.0.3.0 - Production on Sun Apr 3 20:37:41 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Export done in US7ASCII character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P1 character set (possible charset conversion)
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user STORE
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user STORE
    About to export STORE's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    EXP-00056: ORACLE error 932 encountered
    ORA-00932: inconsistent datatypes: expected BLOB, CLOB got CHAR
    EXP-00000: Export terminated unsuccessfully

  • [JS] Reg Exp Error when using *

    Hello everyone,
    I get a syntax error when executing a script which contains RegExp handling strings with "*".
    ie:
    var x = /\*\*\*ABC/;
    alert (RegExp(x)); //*** WORKS because x is defined as an EXPRESSION
    var x = "\*\*\*ABC";
    alert (RegExp(x)); //*** SYNTAX ERROR when executing
    var x = "***ABC";
    alert (RegExp(x)); //*** SYNTAX ERROR when executing
    My problem is I have to build the expression using strings. So I was hoping to concatenate the string portionsa and use New RegExp to create my expression. Unfortunately, if we have STARS (*) in the string you get an error. Which as forced me to HARDCODE and I whish not to.
    ie:
    alert (yyy.search(/\*\*\*ABC/);
    FYI: I have expample in HTML where ".value" is used. But it does not work w/ InDesign???
    ie:
    var re = new RegExp(document.demoMatch.regex.value);
    if (document.demoMatch.subject.value.match(re))
    alert("Successful match");
    else
    alert("No match");
    Any suggestions?

    Yes it works!!!
    To look for 3 stars and "ABC", I have to define like this
    var a="\\*\\*\\*ABC";
    var patt1=new RegExp(a);
    alert(patt1.test("abcd*ABCefg"));
    So when I build the string I have to use 2 backslashes!!!
    Thank you so much.
    FYI: Using ".source" work too. Still working on how to add a flag (/i)
    var y = "xxx***ABCyyyxxx***ABCyyyxxx***ABCyyy";
    var x = /\*\*\*/;
    var x = new RegExp(x.source + "ABC");
    alert (RegExp(x));
    var z = x.exec(y);
    if (z != null)
    alert ("Found at position "+z.index+"\nHow many: "+z.length);
    var z = y.match(x);
    if (z != null)
    alert ("Found at position "+z.index+"\nHow many: "+z.length);

  • Exp error in cron

    dear friends.
    before i put that post i read another and i dont have any solution.
    That is my crontab:
    SHELL=/bin/bash
    PATH=/sbin:/bin:/usr/sbin:/usr/bin
    MAILTO=oracle
    HOME=/home/oracle
    33 15 * * 1-5 /mnt/hda1/backupbd/hot_backup/test/1test.sh
    ...and my 1test.sh is :
    # /bin/bash
    # exporting user schema
    export ORACLE_SID=ORAAPOLO
    export ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    export PATH=$PATH:$ORACLE_HOME/bin
    dt=`date +%Y%m%d`
    # creo directorio
    mkdir /mnt/hda1/backupbd/hot_backup/test/$dt
    cd /mnt/hda1/backupbd/hot_backup/test/$dt
    .$ORACLE_HOME/bin/exp user/pwd owner=hr file=exp_hr_$dt.dmp log=exp_hr_$dt.log statistics=none
    my cron functions partially, 'cause it create directory, but it is the message in oracle mail:
    & 1
    Message 1:
    From [email protected] Mon Jul 9 15:33:02 2007
    Date: Mon, 9 Jul 2007 15:33:01 -0500
    From: [email protected] (Cron Daemon)
    To: [email protected]
    Subject: Cron <oracle@oraprueba> /mnt/hda1/backupbd/hot_backup/test/1test.sh
    X-Cron-Env: <SHELL=/bin/bash>
    X-Cron-Env: <PATH=/sbin:/bin:/usr/sbin:/usr/bin>
    X-Cron-Env: <MAILTO=oracle>
    X-Cron-Env: <HOME=/home/oracle>
    X-Cron-Env: <LOGNAME=oracle>
    X-Cron-Env: <USER=oracle>
    /mnt/hda1/backupbd/hot_backup/test/1test.sh: line 12: ./u01/app/oracle/product/10.2.0/db_1/bin/exp: No such file or directory
    /mnt/hda1/backupbd/hot_backup/test
    Please, help me, i put the variables in my env but it is not function....
    thanks in advance...
    chijar

    Hi Chijar,
    Crontabs are trickey to de-bug, and most problems that I see are from not specifying the full path names to executables. . . .
    Unlike running a script from a user ID, your profile is not executed from a cron. . .
    As to the "dot", that says "my current directory", and there is no "here" from batch.
    Otherwise, it looks fine to me . . .

  • ECCS - consolidation Monitor - Elimination Rev/Exp error

    Dear ECCS experts,
    When I am runing interunit elimination for revenue/expenses(CX20), I am getting error for cost item being not reflected. e.g
    I posted entry as follows
    Cost A/c  -Dr 1000 (Company ocde 2000)
      to Revenue A/c - Cr1000 (C.cd 6000)
    When I run interunit elimination for revenue/expenses only Revenue effect is coming and cost a/c effect is missing.
    Can anyone tell me what assignment I am missing for this error? or How to resolve this error?
    Regards
    Sanjay D

    For us to better help, please give specific details of the error that arises upon the execution of the interunit elimination task.
    Based on the other information provided it appears that the cost item is not included in the elimination method assigned to the task and it is therefore not eliminated. Please provide details of the method for us to help resolve this. Or, it could be that there is no trading partner for the cost posting, or that the trading partner is not included in the cons group for which the elimination is executed.

  • Import/Exp error

    Hello Everyone,
    We installed the latest JRE for viewing gannt charts. However, still we cannot view the Gantt charts properly or import MS project files.No resolution was found on searching similar threads. Is ther anything we missed out on?

    Hi Thomas,
    Which browser are you using in order to access cProjects? Please note that the following browsers are compatible with cProjects 4.5:
    MS Internet Explorer (IE) 6.0 SP02 and 7.0.
    If you do not use these browsers, problems may occur in scenarios like import/export (XML, MS Project), using the GANTT chart or using SAP Adobe Interactive Forms.
    For a similar issue, we,for MS Internet Explorer, ensured that the following settings are made under Internet Options:
    ● Deactivate script debugging.
    ● Deactivate display script errors.
    ● Add your local subnet to the Local Intranet security zone.
    Regards,
    Pradeepkumar Haragoldavar
    Edited by: Pradeepkumar  Haragoldavar on Oct 18, 2010 10:43 AM

  • Sync problem - Outlook Exp -- "error occurred remapping record identifiers

    What does this mean? It's preventing me from syncing my iTunes as well. Thanks.

    Hmm, I think I just solved this, at least for me: on the Info pane of the iPhone's settings in iTunes, I checked Mail Accounts down in the Advanced section, so it replaced the info on the iPhone with the latest Mac settings. Then I synced again, and didn't get the message.

  • ORA-00600: internal error code, arguments: [ktsircinfo_num1]

    While taking export of a table received EXP error and while dropping/selecting the same gor ora-600 errors.
    . . exporting table TEST4
    EXP-00003: no storage definition found for segment(29, 371385)
    SQL >Drop table test4 cascade;
    ORA-00600: internal error code, arguments: [ktsircinfo_num1], [29], [29], [371385], [], [], [], []
    sql> Desc test4;
    ORA-00600: internal error code, arguments: [ktsircinfo_num1], [29], [29], [371385], [], [], [], []
    I dont want to log TAR with oracle right now... I tried dropping and recreating Undo tablespace but still did not help much . Database version is 9204

    hi
    read metalink ID - 153788.1
    CHeers

  • ORA-00942 Error during unicode export of BI 7.0

    Hello Everyone,
    I am doing an export of a non-unicode BI 7.0 system to convert and import it into a Unicode database. All the jobs have passed except one and I see the following error in the log file (SAPAPPL0_3.log)
    /usr/sap/ABD/SYS/exe/run/R3load: START OF LOG: 20080302124247
    /usr/sap/ABD/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#13 $ SAP
    /usr/sap/ABD/SYS/exe/run/R3load: version R7.00/V1.4
    Compiled Jun  9 2007 09:20:06
    /usr/sap/ABD/SYS/exe/run/R3load -e SAPAPPL0_3.cmd -datacodepage 4102 -l SAPAPPL0_3.log -stop_on_error
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
    (RSCP) INFO: I18N_NAMETAB_TIMESTAMPS not in env: checks are ON (Note 738858)
    (RSCP) WARN: UMGCONTAINER has 1 problems.
    (RSCP) INFO: UMGSETTINGS nametab creation: ok.
    (RSCP) INFO: Global fallback code page = 1100
    (RSCP) INFO: Common character set is  not  7-bit-ASCII
    (RSCP) INFO: Collision resolution method is 'fine'
    (RSCP) INFO: R3trans code pages = Normal
    (RSCP) INFO: EXPORT TO ... code pages = Normal
    (RSCP) INFO: Check for invalid language keys: active, by default
    (RSCP) INFO: I18N_NAMETAB_NORM_ALLOW = 999999999
    (RSCP) INFO: I18N_NAMETAB_NORM_LOG   = 1000000002
    (RSCP) INFO: I18N_NAMETAB_ALT_ALLOW  = 10000
    (RSCP) INFO: I18N_NAMETAB_ALT_LOG    = 10003
    (RSCP) INFO: I18N_NAMETAB_OLD_ALLOW  = 0
    (RSCP) INFO: I18N_NAMETAB_OLD_LOG    = 500
    (GSI) INFO: dbname   = "ABD20070922100908
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "ussbbdd5                                                        "
    (GSI) INFO: sysname  = "HP-UX"
    (GSI) INFO: nodename = "ussbbdd5"
    (GSI) INFO: release  = "B.11.23"
    (GSI) INFO: version  = "U"
    (GSI) INFO: machine  = "ia64"
    (GSI) INFO: instno   = "INITIAL   "
    (EXP) ERROR: DbSlExeRead failed
      rc = 103, table "/BIC/SZTERR_CD"
      (SQL error 942)
      error message returned by DbSl:
    ORA-00942: table or view does not exist
    (DB) INFO: disconnected from DB
    /usr/sap/ABD/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/ABD/SYS/exe/run/R3load: END OF LOG: 20080302124251
    When I run the following command on /BIC/SZTERR_CD, I do not get any table information back. I am not sure how to fix it though.
    SELECT * FROM DBA_OBJECTS WHERE OBJECT_NAME = '/BIC/SZTERR_CD '; 
    I did finish all the unicode preconversion steps and also ran the SMIGR_CREATE_DDL program. I had exported recently from the same system but I never got this error during that run.
    Another question is about the order in which the steps need to be performed. I completed the preconversion steps, then ran the SMIGR_CREATE_DDL program before proceeding to the export phase. Is this right or does it not matter?
    Thanks again for your help!

    Hello Stacy,
    > When I run the following command on /BIC/SZTERR_CD, I do not get any table information back. I am not sure how to fix it though.
    > SELECT * FROM DBA_OBJECTS WHERE OBJECT_NAME = '/BIC/SZTERR_CD ';
    If the object does not exists on the source target database, please check if the ddic of sap still contains the table definition. (SE11 or SE14)
    If yes you can set the status of the table /BIC/SZTERR_CD to "ok" in the corresponding task file.
    You can not fix this problem in other way after you have started the conversion, because of the export files are already generated (with the information of the sap ddic)...
    > I completed the preconversion steps, then ran the SMIGR_CREATE_DDL program before proceeding to the export phase. Is this right or does it not matter?
    That was the right way.
    Regards
    Stefan

Maybe you are looking for

  • Mini charges but will not upload songs

    i tried plugging in my ipod mini to upload some new songs onto it, and it started charnging, but the computer didnt recognize it. no ipod files popped up, and it woundnt show up in the playlist column on itunes. so i tried updating it, and downloaded

  • Running VMware Server 2 services as a non-root user

    Hello, I have switched from VirtualBox to VMware Server 2 on my Arch64 server and the transition has been relatively painless. I am at the point now where I want to run VMware's services as a non-root user account (I have a service account called "sv

  • Acrobat Standard 6 and Reader 9: Outlook opens PDF with Standard

    Background: We have one PC with Acrobat Standard 6 serving well enough for creating PDF's, but we also have Reader 9 installed on that machine to open certain newer-format PDF's that we download or that are emailed to us. Issue: Reader 9 opens PDF's

  • Printing multiple sets of Portfolio documents collated

    I use Adobe Acrobat 9 Pro's pdf Portfolio to print multiple documents with similar printing properties (two-sided, stapled, hole-punched) but they are separately two-sided and separately stapled. I try doing multiple copies but the print job comes ou

  • Exporting to WMV: Aspect Ratio Issue

    I am working with .mts files on Final Cut Pro 5 that need to be exported as WMV files. The original files are 1440 x 1080 and I convert them to .mov using Voltaic. Everything works fine in FCP, but then when I export them using Quicktime Conversion,