Imp-58 ora-1438 import 10.1.0.2 on AIX 5.3

I am making a import user for user from database 10.1.0.3 (Linux) to 10.1.0.2 (AIX) and get the following erros:
. . importing table "CAD_DILIGENCIA"
IMP-00058: ORACLE error 1438 encountered
ORA-01438: value larger than specified precision allows for this column
IMP-00018: partial import of previous table completed: 2 rows imported
Somebody have some suggestion at me?

I create a database, create the user and make the importation. Theoretically, the table that I will have in the database destination is identical to the one of the database origin not being able to be different. Obseving the desc of the table, not found any difference.

Similar Messages

  • Imp/exp ORA-12899: value too large for column

    imp/exp ORA-12899: value too large for column
    source :
    os: linux as 4 update4
    .bash_profile NLS_LANG=AMERICAN_AMERICA.US7ASCII
    for run exp bill/admin001 file=bill0518.dmp bill rows=y
    oracle: 10.2.1
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CHARACTERSET US7ASCII
    target :
    os: linux as 4 update4
    .bash_profile NLS_LANG=AMERICAN_AMERICA.AL32UTF8
    for run
    imp bill/admin001 file=bill0518.dmp
    oracle: 10.2.1
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CHARACTERSET AL32UTF8
    imp log
    Import: Release 10.2.0.1.0 - Production on Wed May 16 14:57:59 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Produc tion
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    export client uses AL32UTF8 character set (possible charset conversion)
    . importing BILL's objects into BILL
    . . importing table "MY_SESSION" 44 rows imported
    . . importing table "T1"
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "BILL"."T1"."NAME" (actual: 62, maximum: 5 0)
    Column 1 1
    Column 2 ÖйúÈË. 0 rows impo rted
    Import terminated successfully with warnings.

    Yes it's probably due to different char sets
    A way around it it to change the DB setup on the new database to use CHAR as default for varchar2 rows, and then use datapump to do your import/export, because datapump uses the default varchar2 type when creating tables that includes varchar2 (which is normally byte). Exp/imp uses the varchar2 type that is in the original database
    Best regards
    /Klaus

  • ORA-23327: imported deferred rpc data does not match GLOBAL NAME of ..

    Hi,
    We took an export of a production database in Oracle 9i (9.2.0.7) and created a new database on a test server with Oracle 10g (10.1.0.5)
    The original production database was called DC20 and our new test database is called SD20.
    Looking at the logs after the import we're seeing this error:
    "ORA-23327: imported deferred rpc data does not match GLOBAL NAME of importing db"
    We've looked into it a little and it seems to make sense because the names of the databases are different, and from what we've read, we really didn't need to do a full import including SYSTEM anyway. We also came across a solution telling us:
    "If you are not using Replication on the target database, these errors can be ignored. However, you should subsequently remove all the replication objects by running:
    $ORACLE_HOME/rdbms/admin/catrepr.sql, then catproc.sql"
    What I was wondering was if someone could validate that running these scripts and ignoring the errors will be ok, or if they'll cause us issues further down the line.
    In case its needed, heres my Export parameter file
    "FULL=Y
    DIRECT=Y
    LOG=E:\Exports\DC20\Log\expDC20.LOG
    FILE=E:\Exports\DC20\Data\DC20.DMP"
    and heres my Import parameter file
    "FULL=Y
    COMMIT=Y
    GRANTS=N
    IGNORE=Y
    BUFFER=500000
    FILE=E:\Imports\SD20\data\SD20.dmp
    LOG=E:\imports\SD20\log\impSD20.LOG"
    Thanks for your help!

    Thanks Neil, we did already see this note and added it to our list of possible solutions. After we found this one, we also found the one I quoted, which would seem to be the path of least resistance (it would save a good 10 hours in import time if nothing else).
    However, if we can't do what I'm asking about in my original post however, the note you mentioned will be our next route..

  • Import data - errors: IMP-00017, IMP-00003, ORA-04052, ORA-00604, ORA-12154

    When I try to import data from dmp file to my database I found errors whitch repeat all time..
    First console show me:
    IMP-00017: following statement failed with ORACLE error 4052
    then show all procedure in which there are errors. After procedure I've got:
    IMP-00003: ORACLE error 4052 encountered
    ORA-04052: error occurred when looking up remote object [email protected]
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12154: TNS:could not resolve service name
    IMP-00017: following statement failed with ORACLE error 4043:
    "ALTER PROCEDURE "CHECK_TIMESTAMP" COMPILE TIMESTAMP '2006-09-18:14:45:"
    "05'"
    IMP-00003: ORACLE error 4043 encountered
    ORA-04043: object CHECK_TIMESTAMP does not exist
    and after that the same errors for another procedures :( What can I do??

    ORA-04052: error occurred when looking up remote
    object [email protected]
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12154: TNS:could not resolve service name
    and after that the same errors for another procedures
    :( What can I do??Fix the tnsnames.ora i.e. name resolution problem (lookup the description for ora-12154).

  • IMP-00003/ORA-06564

    Sir,
    I have to do an import.
    1) I created a database.
    2) eqoneuser,equityone are the user available in dumpfile. Created tablespaces for this users.
    4) Created a OS level directory E:\oradata\EONE\DATA_DIR
    5) Excecuted the following scripts.
    create or replace directory DATA_DIR as 'E:\oradata\EONE\DATA_DIR';
    grant read on directory DATA_DIR to eqoneuser;
    grant write on directory DATA_DIR to eqoneuser;
    grant read on directory DATA_DIR to equityone;
    grant write on directory DATA_DIR to equityone;
    I am posting the error from log file:-
    ==================================
    . importing EQUITYONE's objects into EQUITYONE
    . . importing table "ACH" 5 rows imported
    . . importing table "BALLOON" 101568 rows imported
    . . importing table "BALLOON_CONVERSION_OPTION" 0 rows imported
    . . importing table "BILLING_ADDRESS" 0 rows imported
    . . importing table "BORROWER" 145454 rows imported
    . . importing table "BUYDOWN_SUBSIDY" 0 rows imported
    . . importing table "BUYDOWN_SUBSIDY_SCHEDULE" 0 rows imported
    . . importing table "ESCROW" 44057 rows imported
    . . importing table "ESCROW_ITEM" 45 rows imported
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_AG_ANLYSIS" ("LOAN_NUMBER" NUMBER(10, 0), "A"
    "NALYSIS_DATE" DATE, "ANALYSIS_RUN_DATE" DATE, "PAYMENT_EFFECTIVE_DATE" DATE"
    ", "ESTIMATED_LOW_POINT" NUMBER(9, 2), "RESPA_LOW_POINT" NUMBER(9, 2), "DOC_"
    "ST_LOW_POINT" NUMBER(9, 2), "TOTAL_SURPLUS" NUMBER(9, 2), "LESS_NSF_LATE_CH"
    "ARGES" NUMBER(7, 2), "SPREAD_MONTHS" NUMBER(2, 0), "DEFICIENCY" NUMBER(9, 2"
    "), "DEFICIENCY_SPREAD_MONTHS" NUMBER(2, 0), "SURPLUS_RFUNDEDE" NUMBER(9, 2)"
    ", "NEW_P_AND_I" NUMBER(9, 2), "NEW_ESCROW_PAYMENT" NUMBER(9, 2), "DISCRETIO"
    "NARY_ITEMS_PAYMENT" NUMBER(9, 2), "SURPLUS_SPREAD" NUMBER(7, 2), "DEFICIENC"
    "Y_SPREAD" NUMBER(7, 2), "PAYMENT_ROUNDING_ADJUSTMENT" NUMBER(7, 2), "TOTAL_"
    "PAYMENT" NUMBER(11, 2), "TOTALSHORTAGE" NUMBER(7, 2), "SHORTAGESPREAD" NUMB"
    "ER(7, 2)) ORGANIZATION EXTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTORY "DA"
    "TA_DIR" ACCESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null"
    " loan_number,"
    " analysis_date date 'YYYYMMDD ' NULLIF (analysis_date='0' or analysis_dat"
    "e=BLANKS),"
    " analysis_run_date date 'YYYYMMDD ' NULLIF (analysis_run_date='0' or anal"
    "ysis_run_date=BLANKS),"
    " payment_effective_date date 'YYYYMMDD ' NULLIF (payment_effective_date='"
    "0' or payment_effective_date=BLANKS),"
    " estimated_low_point,"
    " respa_low_point,"
    " doc_st_low_point,"
    " total_surplus,"
    " less_nsf_late_charges,"
    " spread_months,"
    " deficiency,"
    " deficiency_spread_months,"
    " surplus_rfundede,"
    " new_p_and_i,"
    " new_escrow_payment,"
    " discretionary_items_payment,"
    " surplus_spread,"
    " deficiency_spread,"
    " payment_rounding_adjustment,"
    " total_payment,"
    " totalshortage,"
    " shortagespread"
    " ) LOCATION ( 'AGGANAL.DAT' ) ) REJECT LIMIT UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_BORR_ADDR" ("LOAN_NUMBER" NUMBER(10, 0), "BO"
    "RROWER_AFFILIATION_CODE" VARCHAR2(2), "BORROWER_SEQUENCE_NUMBER" NUMBER(2, "
    "0), "BORROWER_FIRST_NAME" VARCHAR2(20), "BORROWER_MIDDLE_NAME" VARCHAR2(20)"
    ", "BORROWER_LAST_NAME" VARCHAR2(25), "BORROWER_NAME_SUFFIX" VARCHAR2(3), "B"
    "ORROWER_SSN" VARCHAR2(12), "BORR_HOME_PHONE_AREA_CODE" VARCHAR2(5), "BORR_H"
    "OME_PHONE_PREFIX" VARCHAR2(5), "BORR_HOME_PHONE_NUMBER" VARCHAR2(6), "BORR_"
    "WORK_PHONE_AREA_CODE" VARCHAR2(5), "BORR_WORK_PHONE_PREFIX" VARCHAR2(5), "B"
    "ORR_WORK_PHONE_NUMBER" VARCHAR2(6), "BORR_WORK_PHONE_EXT" VARCHAR2(7), "BOR"
    "R_FAX_PHONE_AREA_CODE" VARCHAR2(5), "BORR_FAX_PHONE_PREFIX" VARCHAR2(5), "B"
    "ORR_FAX_PHONE_NUMBER" VARCHAR2(6), "BORR_MAILING_ADDR_ONE" VARCHAR2(40), "B"
    "ORR_MAILING_ADDR_TWO" VARCHAR2(40), "BORR_MAILING_CITY" VARCHAR2(25), "BORR"
    "_MAILING_STATE" VARCHAR2(2), "BORR_MAILING_ZIP_CODE" VARCHAR2(9), "BORR_MAI"
    "LING_COUNTRY" VARCHAR2(3), "BORR_EMAIL_ADDRESS" VARCHAR2(50), "BORROWER_EMP"
    "LOYER" VARCHAR2(25), "BORR_EMPLOYER_ADDRESS" VARCHAR2(40), "BORROWER_EMPLOY"
    "ER_CITY" VARCHAR2(25), "BORR_EMPLOYER_STATE" VARCHAR2(2), "BORR_EMPLOYER_ZI"
    "P_CODE" VARCHAR2(9), "BORR_EMPLOYER_COUNTRY" VARCHAR2(3), "NAME_FORMAT_CODE"
    "" VARCHAR2(1)) ORGANIZATION EXTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTOR"
    "Y "DATA_DIR" ACCESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null ) LOCATION ( 'BORR.DAT' ) ) REJECT LIMIT UN"
    "LIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_CURR_PR_YTD" ("LOAN_NUMBER" NUMBER(10, 0), ""
    "CURRENT_PRINCIPAL_PAID" NUMBER(11, 2), "CURRENT_INTEREST_PAID" NUMBER(11, 2"
    "), "CURRENT_ESCROW_DEPOSITS" NUMBER(11, 2), "CURRENT_ESCROW_DISBURSEMENTS" "
    "NUMBER(11, 2), "CURRENT_OPTIONAL_INSURANCE" NUMBER(11, 2), "CURRENT_LATE_CH"
    "ARGE" NUMBER(11, 2), "CURRENT_NSF_FEES" NUMBER(11, 2), "CURRENT_TAXES" NUMB"
    "ER(11, 2), "CURRENT_INSURANCE" NUMBER(11, 2), "PRIOR_PRINCIPAL_PAID" NUMBER"
    "(11, 2), "PRIOR_INTEREST_PAID" NUMBER(11, 2), "PRIOR_ESCROW_DEPOSITS" NUMBE"
    "R(11, 2), "PRIOR_ESCROW_DISBURSEMENTS" NUMBER(11, 2), "PRIOR_OPTIONAL_INSUR"
    "ANCE" NUMBER(11, 2), "PRIOR_LATE_CHARGE" NUMBER(11, 2), "PRIOR_NSF_FEES" NU"
    "MBER(11, 2), "PRIOR_TAXES" NUMBER(11, 2), "PRIOR_INSURANCE" NUMBER(11, 2)) "
    "ORGANIZATION EXTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTORY "DATA_DIR" AC"
    "CESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null ) LOCATION ( 'YTDSUM.DAT' ) ) REJECT LIMIT "
    "UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_LOAN_INFO" ("LOAN_NUMBER" NUMBER(10, 0), "PR"
    "OPERTY_ADDR_ONE" VARCHAR2(50), "PROPERTY_ADDR_TWO" VARCHAR2(50), "PROPERTY_"
    "CITY" VARCHAR2(30), "PROPERTY_STATE" VARCHAR2(2), "PROPERTY_ZIPCODE" VARCHA"
    "R2(9), "PROPERTY_COUNTRY" VARCHAR2(3), "PROPERTY_LEGAL_STATE" VARCHAR2(2), "
    ""MESSAGE_LOCK_ONE" VARCHAR2(2), "MESSAGE_LOCK_TWO" VARCHAR2(2), "MESSAGE_LO"
    "CK_THREE" VARCHAR2(2), "INVESTER_CODE" NUMBER(3, 0), "POLL_NUMBER" NUMBER(7"
    ", 0), "LOAN_TYPE" VARCHAR2(5), "MORTGAGE_INSTRUMENT" VARCHAR2(1), "PRODUCT_"
    "TYPE" VARCHAR2(5), "PRODUCT_CODE" VARCHAR2(4), "LOAN_AMOUNT" NUMBER(9, 2), "
    ""UNPAID_PRINCIPAL_BAL" NUMBER(9, 2), "CLOSED_DATE" DATE, "ORIGINAL_INTEREST"
    "_RATE" NUMBER(5, 5), "CURRENT_INTEREST_RATE" NUMBER(5, 5), "LOAN_TERM_MONTH"
    "S" NUMBER(3, 0), "LOAN_TERM_YEARS" NUMBER(2, 0), "REMAINING_TERM_MONTHS" NU"
    "MBER(3, 0), "REMAINING_TERM_YEARS" NUMBER(3, 0), "FIRST_PAMENT_DUE_DATE" DA"
    "TE, "NEXT_DUE_DATE" DATE, "MATURITY_DATE" DATE, "BALLON_DATE" DATE, "NEXT_A"
    "RM_INTRST_RT_CHN_DT" DATE, "NEXT_ARM_PAYMENT_CHN_DT" DATE, "P_AND_I_PAYMENT"
    "" NUMBER(7, 2), "ESCROW_PAYMENT" NUMBER(7, 2), "OPTIONAL_INSURANCE" NUMBER("
    "6, 2), "CORP_ADV_MONTHLY_PAYMENT" NUMBER(7, 2), "TOTAL_MONTHLY_PAYMENT" NUM"
    "BER(7, 2), "LATE_CHARGE_AMOUNT" NUMBER(7, 2), "LATE_CHARGE_DATE" DATE, "BOR"
    "ROWER_ASST_PAYMENT" NUMBER(8, 2), "GOVT_ASST_PAYMENT" NUMBER(8, 2), "PAYMEN"
    "T_FREQUENCY" VARCHAR2(1), "PAYMENT_METHOD" VARCHAR2(1), "DAYS_DELINQUENT" N"
    "UMBER(5, 0), "NO_OF_PAYMENT_DELINQUENT" NUMBER(5, 0), "DELINQUENT_P_AND_I" "
    "NUMBER(11, 2), "DELINQUENT_ESCROW" NUMBER(11, 2), "DELINQUENT_NON_ESCROW" N"
    "UMBER(11, 2), "TOTAL_DELINQUENT_AMOUNT" NUMBER(11, 2), "CURRENT_YEAR_INTRST"
    "_ON_ESCROW" NUMBER(5, 2), "ESCROW_BALANCE" NUMBER(8, 2), "MISCELLANEOUS_SUS"
    "PENCE_BAL" NUMBER(11, 2), "FORBEARANCE_BALANCE" NUMBER(11, 2), "HAZARD_SUSP"
    "ENSE_BALANCE" NUMBER(11, 2), "UNPAID_LATE_CHARGE_BALANCE" NUMBER(11, 2), "U"
    "NPAID_NSF_FEES_BALANCE" NUMBER(11, 2), "CORPORATE_ADVANCE_BALANCE" NUMBER(1"
    "1, 2), "BORROWER_SUBSIDY_BALANCE" NUMBER(11, 2), "GOVERNMENT_SUBSIDY_BALANC"
    "E" NUMBER(11, 2), "INTEREST_PAID_YTD" NUMBER(8, 2), "INTEREST_PAID_LOL" NUM"
    "BER(9, 2), "NEXT_ANALYSIS_DATE" DATE, "LOAN_ASSUMED_DATE" DATE, "COMPANY_CO"
    "DE" VARCHAR2(3), "LOAN_TYPE_INDICATOR" VARCHAR2(1), "CHECKS_ORDERED" VARCHA"
    "R2(1), "DT_LAST_CHECK_ORDERED" DATE, "LAST_CHECK_NO_ORDERED" NUMBER(6, 0), "
    ""AVAILABLE_CREDIT" NUMBER(11, 2), "DT_LAST_DRAW" DATE, "DRAW_EXPIRE_DT" DAT"
    "E, "DRAWS_SUSPENDED_DT" DATE, "SUSPENSION_TYPE" VARCHAR2(1)) ORGANIZATION E"
    "XTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTORY "DATA_DIR" ACCESS PARAMETER"
    "S ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null"
    " loan_number,"
    " property_addr_one,"
    " property_addr_two,"
    " property_city,"
    " property_state,"
    " property_zipcode,"
    " property_country,"
    " property_legal_state,"
    " message_lock_one,"
    " message_lock_two,"
    " message_lock_three,"
    " invester_code,"
    " poll_number,"
    " loan_type,"
    " mortgage_instrument,"
    " product_type,"
    " product_code,"
    " loan_amount,"
    " unpaid_principal_bal,"
    " closed_date date 'YYYYMMDD ' NULLIF (closed_date='0' or closed_date=BLAN"
    "KS),"
    " original_interest_rate,"
    " current_interest_rate,"
    " loan_term_months,"
    " loan_term_years,"
    " remaining_term_months,"
    " remaining_term_years,"
    " first_pament_due_date date 'YYYYMMDD ' NULLIF (first_pament_due_date='0'"
    " or first_pament_due_date=BLANKS),"
    " next_due_date date 'YYYYMMDD ' NULLIF (next_due_date='0' or next_due_dat"
    "e=BLANKS),"
    " maturity_date date 'YYYYMMDD ' NULLIF (maturity_date='0' or maturity_dat"
    "e=BLANKS),"
    " ballon_date date 'YYYYMMDD ' NULLIF (ballon_date='0' or ballon_date=BLAN"
    "KS),"
    " next_arm_intrst_rt_chn_dt date 'YYYYMMDD ' NULLIF (next_arm_intrst_rt_ch"
    "n_dt='0' or next_arm_intrst_rt_chn_dt=BLANKS),"
    " next_arm_payment_chn_dt date 'YYYYMMDD ' NULLIF (next_arm_payment_chn_dt"
    "='0' or next_arm_payment_chn_dt=BLANKS),"
    " p_and_i_payment,"
    " escrow_payment,"
    " optional_insurance,"
    " corp_adv_monthly_payment,"
    " total_monthly_payment,"
    " late_charge_amount,"
    " late_charge_date date 'YYYYMMDD ' NULLIF (late_charge_date='0' or late_c"
    "harge_date=BLANKS),"
    " borrower_asst_payment,"
    " govt_asst_payment,"
    " payment_frequency,"
    " payment_method,"
    " days_delinquent,"
    " no_of_payment_delinquent,"
    " delinquent_p_and_i,"
    " delinquent_escrow,"
    " delinquent_non_escrow,"
    " total_delinquent_amount,"
    " current_year_intrst_on_escrow,"
    " escrow_balance,"
    " miscellaneous_suspence_bal,"
    " forbearance_balance,"
    " hazard_suspense_balance,"
    " unpaid_late_charge_balance,"
    " unpaid_nsf_fees_balance,"
    " corporate_advance_balance,"
    " borrower_subsidy_balance,"
    " government_subsidy_balance,"
    " interest_paid_ytd,"
    " interest_paid_lol,"
    " next_analysis_date date 'YYYYMMDD ' NULLIF (next_analysis_date='0' or ne"
    "xt_analysis_date=BLANKS),"
    " loan_assumed_date date 'YYYYMMDD ' NULLIF (loan_assumed_date='0' or loan"
    "_assumed_date=BLANKS),"
    " company_code,"
    " loan_type_indicator,"
    " checks_ordered,"
    " dt_last_check_ordered date 'YYYYMMDD ' NULLIF (dt_last_check_ordered='0'"
    " or dt_last_check_ordered=BLANKS),"
    " last_check_no_ordered,"
    " available_credit,"
    " dt_last_draw date 'YYYYMMDD ' NULLIF (dt_last_draw='0' or dt_last_draw=B"
    "LANKS),"
    " draw_expire_dt date 'YYYYMMDD ' NULLIF (draw_expire_dt='0' or draw_expir"
    "e_dt=BLANKS),"
    " draws_suspended_dt date 'YYYYMMDD ' NULLIF (draws_suspended_dt='0' or dr"
    "aws_suspended_dt=BLANKS),"
    " suspension_type"
    " ) LOCATION ( 'LOAN.DAT' ) ) REJECT LIMIT UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_MNTH_BILL" ("LOAN_NUMBER" NUMBER(10, 0), "ST"
    "ATEMENT_DATE" DATE, "UNPAID_PRINCIPAL_BALANCE" NUMBER(15, 2), "ESCROW_BALAN"
    "CE" NUMBER(15, 2), "INTEREST_RATE" NUMBER(5, 5), "P_AND_I_CONSTANT_AMOUNT" "
    "NUMBER(11, 2), "MONTHLY_ESCROW_AMOUNT" NUMBER(11, 2), "MONTHLY_OPTIONAL_AMO"
    "UNT" NUMBER(11, 2), "CORPORATE_ADV_MONTHLY_PMT" NUMBER(11, 2), "TOTAL_MONTH"
    "LY_PAYMENT" NUMBER(11, 2), "GOVT_SUBSIDY_AMOUNT" NUMBER(11, 2), "NEXT_DUE_D"
    "ATE" DATE, "PAST_DUE_AMOUNT" NUMBER(11, 2), "PAST_DUE_PMTS_AND_CHARGES" NUM"
    "BER(11, 2), "TOTAL_LATE_CHARGES_DUE" NUMBER(13, 2), "TOTAL_NSF_FEES_DUE" NU"
    "MBER(11, 2), "TOTAL_DUE" NUMBER(11, 2), "LATE_CHARGE_DATE" DATE, "LATE_CHAR"
    "GE_AMOUNT" NUMBER(11, 2), "FIXED_LATE_CHARGE_AMOUNT" NUMBER(11, 2), "NXT_AR"
    "M_INT_CHANGE_DATE" DATE, "NXT_ARM_PMT_CHANGE_DATE" DATE, "TXN_BEGIN_SEQ_NUM"
    "BER" NUMBER(4, 0), "TXN_END_SEQ_NUMBER" NUMBER(4, 0), "INTEREST_PAID_TO_DAT"
    "E" DATE) ORGANIZATION EXTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTORY "DAT"
    "A_DIR" ACCESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null"
    "loan_number,"
    " statement_date date 'YYYYMMDD ' NULLIF (statement_date='0' or statement_"
    "date=BLANKS),"
    " unpaid_principal_balance,"
    " escrow_balance,"
    " interest_rate,"
    " p_and_i_constant_amount,"
    " monthly_escrow_amount,"
    " monthly_optional_amount,"
    " corporate_adv_monthly_pmt,"
    " total_monthly_payment,"
    " govt_subsidy_amount,"
    " next_due_date date 'YYYYMMDD ' NULLIF (next_due_date='0' or next_due_dat"
    "e=BLANKS),"
    " past_due_amount,"
    " past_due_pmts_and_charges,"
    " total_late_charges_due,"
    " total_nsf_fees_due,"
    " total_due,"
    " late_charge_date date 'YYYYMMDD ' NULLIF (late_charge_date='0' or late_c"
    "harge_date=BLANKS),"
    " late_charge_amount,"
    " fixed_late_charge_amount,"
    " nxt_arm_int_change_date date 'YYYYMMDD ' NULLIF (nxt_arm_int_change_date"
    "='0' or nxt_arm_int_change_date=BLANKS),"
    " nxt_arm_pmt_change_date date 'YYYYMMDD ' NULLIF (nxt_arm_pmt_change_date"
    "='0' or nxt_arm_pmt_change_date=BLANKS),"
    " txn_begin_seq_number,"
    " txn_end_seq_number,"
    " interest_paid_to_date date 'YYYYMMDD ' NULLIF (interest_paid_to_date='0'"
    " or interest_paid_to_date=BLANKS)"
    " ) LOCATION ( 'MOSTMT.DAT' ) ) REJECT LIMIT UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_PR_YEAR_END" ("LOAN_NUMBER" NUMBER(10, 0), ""
    "BEGINNING_PRINCIPAL_BAL" NUMBER(9, 2), "YTD_PRINCIPAL_PAID" NUMBER(9, 2), ""
    "ENDING_PRINCIPAL_BAL" NUMBER(9, 2), "BEGINNING_ESCROW_BAL" NUMBER(9, 2), "E"
    "SCROW_DEPOSITS" NUMBER(9, 2), "ESCROW_DISBURSEMENTS" NUMBER(9, 2), "ENDING_"
    "ESCROW_BALANCE" NUMBER(9, 2), "YTD_INTEREST_ON_ESCROW" NUMBER(9, 2), "INTER"
    "EST_1098_AMOUNT" NUMBER(9, 2), "POINTS_PAID" NUMBER(9, 2), "REIMBURSED_INTE"
    "REST" NUMBER(9, 2), "PREPAID_INT_NOT_ALWD_LAST_YR" NUMBER(9, 2), "PREPAID_I"
    "NT_NOT_ALWD_THIS_YR" NUMBER(9, 2), "AS_OF_DATE" DATE) ORGANIZATION EXTERNAL"
    " (TYPE "ORACLE_LOADER" DEFAULT DIRECTORY "DATA_DIR" ACCESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null"
    " loan_number, beginning_principal_bal, ytd_principal_paid, ending_principa"
    "l_bal,"
    " beginning_escrow_bal, escrow_deposits,"
    " escrow_disbursements, ending_escrow_balance, ytd_interest_on_escrow,"
    " interest_1098_amount, points_paid, reimbursed_interest,"
    " prepaid_int_not_alwd_last_yr, prepaid_int_not_alwd_this_yr,"
    " as_of_date date 'YYYYMMDD ' NULLIF (as_of_date='0' or as_of_date=BLANKS)"
    " ) LOCATION ( 'YREND.DAT' ) ) REJECT LIMIT UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_TAX_INS" ("LOAN_NUMBER" NUMBER(10, 0), "SEQU"
    "ENCE_NUMBER" NUMBER(10, 0), "ESCROW_TYPE" VARCHAR2(2), "EFFECTIVE_DATE" DAT"
    "E, "EXPIRATION_DATE" DATE, "FREQUENCY" VARCHAR2(1), "ESCROW_AMOUNT" NUMBER("
    "8, 2), "MONTHS_COVERED" NUMBER(2, 0), "COVERAGE_AMOUNT" NUMBER(8, 0), "REFE"
    "RENCE_POLICY_NUMBER" VARCHAR2(50), "LAST_AMOUNT_PAID" NUMBER(8, 2), "LAST_P"
    "AID_DATE" DATE, "VENDOR_NAME" VARCHAR2(50), "VENDOR_ADDRESS_ONE" VARCHAR2(5"
    "0), "VENDOR_ADDRESS_TWO" VARCHAR2(50), "VENDOR_CITY" VARCHAR2(50), "VENDOR_"
    "STATE" VARCHAR2(2), "VENDOR_ZIP_CODE" VARCHAR2(9), "VENDOR_TELEPHONE_NUMBER"
    "" VARCHAR2(12), "VENDOR_CONTACT_NAME" VARCHAR2(50), "AGENT_NAME" VARCHAR2(5"
    "0), "AGENT_ADDRESS_ONE" VARCHAR2(50), "AGENT_ADDRESS_TWO" VARCHAR2(50), "AG"
    "ENT_CITY" VARCHAR2(50), "AGENT_STATE" VARCHAR2(2), "AGENT_ZIP_CODE" VARCHAR"
    "2(9), "AGENT_TELEPHONE_NUMBER" VARCHAR2(12), "AGENT_CONTACT_NAME" VARCHAR2("
    "50), "REMIT_TO_VENDOR_OR_AGENT" VARCHAR2(1), "ANALYSIS_CODE" VARCHAR2(1)) O"
    "RGANIZATION EXTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTORY "DATA_DIR" ACC"
    "ESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null"
    "loan_number, sequence_number, escrow_type, effective_date date 'YYYYMMDD '"
    " NULLIF (effective_date='0' or effective_date=BLANKS),"
    "expiration_date date 'YYYYMMDD ' NULLIF (expiration_date='0' or expiration"
    "_date=BLANKS), frequency,"
    " escrow_amount, months_covered, coverage_amount, reference_policy_number,"
    " last_amount_paid, last_paid_date date 'YYYYMMDD ' NULLIF (last_paid_date"
    "='0' or last_paid_date=BLANKS), vendor_name, vendor_address_one,"
    " vendor_address_two, vendor_city, vendor_state, vendor_zip_code, vendo"
    "r_telephone_number, vendor_contact_name, agent_name,"
    " agent_address_one, agent_address_two, agent_city, agent_state, agent_zip_"
    "code, agent_telephone_number,"
    " agent_contact_name, remit_to_vendor_or_agent, analysis_code )"
    " ) LOCATION ( 'ESCROW.DAT' ) ) REJECT LIMIT UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_TRANS_HIST" ("LOAN_NUMBER" NUMBER(10, 0), "T"
    "XN_SEQUENCE_NUMBER" NUMBER(10, 0), "TXN_POSTED_DATE" DATE, "TXN_EFFECTIVE_D"
    "ATE" DATE, "NEXT_DUE_DATE" DATE, "TXN_CODE" VARCHAR2(2), "TXN_OVERRIDE_CODE"
    "" VARCHAR2(2), "TXN_DESCRIPTION" VARCHAR2(50), "PRINCIPAL_AMOUNT" NUMBER(9,"
    " 2), "INTEREST_AMOUNT" NUMBER(7, 2), "ESCROW_AMOUNT" NUMBER(7, 2), "OPTIONA"
    "L_INSURANCE_AMOUNT" NUMBER(7, 2), "LATE_CHARGE_AMOUNT" NUMBER(7, 2), "MISC_"
    "FEE_AMOUNT" NUMBER(7, 2), "TXN_AMOUNT" NUMBER(9, 2), "PRINCIPAL_BALANCE_AFT"
    "ER" NUMBER(9, 2), "ESCROW_BALANCE_AFTER" NUMBER(9, 2), "INTEREST_PAID_TO_DA"
    "TE" NUMBER(8, 0), "BUY_DOWN_AMOUNT" NUMBER(9, 2), "SUSPENSE_AMOUNT" NUMBER("
    "9, 2)) ORGANIZATION EXTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTORY "DATA_"
    "DIR" ACCESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null"
    " (loan_number ,txn_sequence_number ,txn_posted_date date 'YYYYMMDD ' NULLI"
    "F (txn_posted_date='0' or txn_posted_date=BLANKS),"
    " txn_effective_date date 'YYYYMMDD ' NULLIF (txn_effective_date='0' or txn"
    "_effective_date=BLANKS),"
    "next_due_date date 'YYYYMMDD ' NULLIF (next_due_date='0' or next_due_date="
    "BLANKS),txn_code,txn_override_code,txn_description,principal_amount,"
    " interest_amount, escrow_amount, optional_insurance_amount, late_charge"
    "_amount, misc_fee_amount ,"
    " txn_amount, principal_balance_after, escrow_balance_after, interest_pa"
    "id_to_date , buy_down_amount,"
    " suspense_amount)"
    " ) LOCATION ( 'HIST.DAT' ) ) REJECT LIMIT UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "FTP_UPDATE_FILES" ("FILENAME" VARCHAR2(50), "MODIFIE"
    "D_DATE" DATE, "UPDATE_TYPE" VARCHAR2(2)) ORGANIZATION EXTERNAL (TYPE "ORACL"
    "E_LOADER" DEFAULT DIRECTORY "DATA_DIR" ACCESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null"
    " (filename ,modified_date date 'YYYYMMDDHH24MISS ' NULLIF (modified_date='"
    "0' or modified_date=BLANKS),"
    " update_type)"
    " ) LOCATION ( 'FTP_UPDATED.DAT' ) ) REJECT LIMIT UNLIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    . . importing table "INT_RT_CONVERSION_ADJ" 0 rows imported
    . . importing table "I_RATE_ADJUSTMENT" 101568 rows imported
    ===================================
    Please help me to solve this error

    Sir,
    I tried with
    create or replace directory DATA_DIR as 'E:\oradata\EONE\DATA_DIR\';Still it is giving the same error
    =====================================
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    IMP-00017: following statement failed with ORACLE error 6564:
    "CREATE TABLE "EXT_TMP_BORR_ADDR" ("LOAN_NUMBER" NUMBER(10, 0), "BO"
    "RROWER_AFFILIATION_CODE" VARCHAR2(2), "BORROWER_SEQUENCE_NUMBER" NUMBER(2, "
    "0), "BORROWER_FIRST_NAME" VARCHAR2(20), "BORROWER_MIDDLE_NAME" VARCHAR2(20)"
    ", "BORROWER_LAST_NAME" VARCHAR2(25), "BORROWER_NAME_SUFFIX" VARCHAR2(3), "B"
    "ORROWER_SSN" VARCHAR2(12), "BORR_HOME_PHONE_AREA_CODE" VARCHAR2(5), "BORR_H"
    "OME_PHONE_PREFIX" VARCHAR2(5), "BORR_HOME_PHONE_NUMBER" VARCHAR2(6), "BORR_"
    "WORK_PHONE_AREA_CODE" VARCHAR2(5), "BORR_WORK_PHONE_PREFIX" VARCHAR2(5), "B"
    "ORR_WORK_PHONE_NUMBER" VARCHAR2(6), "BORR_WORK_PHONE_EXT" VARCHAR2(7), "BOR"
    "R_FAX_PHONE_AREA_CODE" VARCHAR2(5), "BORR_FAX_PHONE_PREFIX" VARCHAR2(5), "B"
    "ORR_FAX_PHONE_NUMBER" VARCHAR2(6), "BORR_MAILING_ADDR_ONE" VARCHAR2(40), "B"
    "ORR_MAILING_ADDR_TWO" VARCHAR2(40), "BORR_MAILING_CITY" VARCHAR2(25), "BORR"
    "_MAILING_STATE" VARCHAR2(2), "BORR_MAILING_ZIP_CODE" VARCHAR2(9), "BORR_MAI"
    "LING_COUNTRY" VARCHAR2(3), "BORR_EMAIL_ADDRESS" VARCHAR2(50), "BORROWER_EMP"
    "LOYER" VARCHAR2(25), "BORR_EMPLOYER_ADDRESS" VARCHAR2(40), "BORROWER_EMPLOY"
    "ER_CITY" VARCHAR2(25), "BORR_EMPLOYER_STATE" VARCHAR2(2), "BORR_EMPLOYER_ZI"
    "P_CODE" VARCHAR2(9), "BORR_EMPLOYER_COUNTRY" VARCHAR2(3), "NAME_FORMAT_CODE"
    "" VARCHAR2(1)) ORGANIZATION EXTERNAL (TYPE "ORACLE_LOADER" DEFAULT DIRECTOR"
    "Y "DATA_DIR" ACCESS PARAMETERS ( "
    "FIELDS TERMINATED BY '|'"
    " OPTIONALLY ENCLOSED BY 'À'"
    " missing field values are null ) LOCATION ( 'BORR.DAT' ) ) REJECT LIMIT UN"
    "LIMITED"
    IMP-00003: ORACLE error 6564 encountered
    ORA-06564: object DATA_DIR does not exist
    ===========================================
    regards
    Mathew

  • IMP-00017 / ORA-22851 - Please help me

    Sir,
    Please help me to solve this import error.
    ===================================
    IMP-00017: following statement failed with ORACLE error 22851:
    "CREATE TABLE "LOAN" ("LOAN_ID" NUMBER(11, 0) NOT NULL ENABLE, "USERNAME" VA"
    "RCHAR2(12), "PRODUCT_ID" NUMBER(11, 0), "PROPERTY_ID" NUMBER(11, 0), "PRICE"
    "_ID" NUMBER(11, 0), "LOANNUMBER" VARCHAR2(20), "COMMITMENTNUMBER" VARCHAR2("
    "20), "MASTERCOMMITMENTNUMBER" VARCHAR2(10), "SELLERLOANNUMBER" VARCHAR2(25)"
    ", "ORG_ID" NUMBER(11, 0), "LOANAMOUNT" NUMBER(15, 2), "LTV" NUMBER(9, 3), ""
    "CLTV" NUMBER(9, 3), "HCLTV" NUMBER(9, 3), "TERM" NUMBER(4, 0), "AMORTIZATIO"
    "N_TERM" NUMBER(4, 0), "AMORTIZATION_TYPE" VARCHAR2(25), "DOCTYPE" VARCHAR2("
    "50), "LOANPURPOSE" VARCHAR2(50), "STATUS_ID" NUMBER(11, 0), "DATEMODIFIED" "
    "DATE, "APPDATE" DATE, "ESTCLOSEDATE" DATE, "SPECIALPROGRAM" VARCHAR2(25), ""
    "IND_FICO" NUMBER(5, 0), "FEES_STR" VARCHAR2(256), "MIN" VARCHAR2(18), "FRON"
    "T_END_RATIO" NUMBER(15, 3), "BACK_END_RATIO" NUMBER(15, 3), "AU_DECISION" V"
    "ARCHAR2(255), "DU_CASE_NUMBER" VARCHAR2(18), "LIENPOSITION" NUMBER(3, 0), ""
    "DUEINMONTHS" NUMBER(3, 0), "REQUESTEDRATE" NUMBER(8, 4), "REQUESTEDMARGIN" "
    "NUMBER(8, 4), "PIGGYBACKINDC" VARCHAR2(1), "BU_BD_ADJUSTMENT" NUMBER(8, 4),"
    " "TEASER_RATE" NUMBER(8, 4), "RBR_ADJUSTMENTS" NUMBER(8, 4), "REQUIRED_BASE"
    "_RATE" NUMBER(8, 4), "REQUESTED_BASE_RATE_MARGIN" NUMBER(8, 4), "REGISTRATI"
    "ON_DATE" DATE, "PERCENT_AMT_BU_BD" NUMBER(8, 4), "LOANINDEX" NUMBER(5, 3), "
    ""ARM_MARGIN" NUMBER(6, 3), "PKG_FILE_RCVD_DATE" DATE, "UW_CREDIT_DECISION_D"
    "ATE" DATE, "UW_CREDIT_DECISION" VARCHAR2(15), "UW_RCVD_DATE" DATE, "SENIOR_"
    "LIEN_BALANCE" NUMBER(15, 2), "JUNIOR_LIEN_BALANCE" NUMBER(15, 2), "LOAN_TYP"
    "E" VARCHAR2(100), "PREPAYMENT_PENALTY" VARCHAR2(10), "MORTGAGE_HISTORY" VAR"
    "CHAR2(200), "ESCROWS_FLAG" VARCHAR2(20) NOT NULL ENABLE, "BUYDOWN_TYPE" VAR"
    "CHAR2(20), "MAX_QUALIFYING_RATE" NUMBER(15, 2), "MAX_CASH_OUT" NUMBER(15, 2"
    "), "LENDER_UW_CONTACT_NAME" VARCHAR2(200), "LENDER_UW_CONTACT_PHONE" VARCHA"
    "R2(200), "LENDER_UW_CONTACT_EMAIL" VARCHAR2(200), "CASEFILE_NUMBER" VARCHAR"
    "2(50), "LOAN_FILE" CLOB, "FLAG_1003" VARCHAR2(5), "INSERT_ID" VARCHAR2(20),"
    " "INSERT_DATE" DATE, "UPDATE_ID" VARCHAR2(20), "UPDATE_DATE" DATE) PCTFREE"
    " 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE(INITIAL 131072 FREELISTS 1 F"
    "REELIST GROUPS 1) TABLESPACE "TS_SMALL" LOGGING NOCOMPRESS LOB ("LOAN_FILE""
    ") STORE AS (TABLESPACE "TS_LARGE" ENABLE STORAGE IN ROW CHUNK 65536 PCTVER"
    "SION 10 NOCACHE STORAGE(INITIAL 67108864 FREELISTS 1 FREELIST GROUPS 1))"
    IMP-00003: ORACLE error 22851 encountered
    ORA-22851: invalid CHUNK LOB storage option value
    ========================================

    CHUNK
    A chunk is one or more Oracle blocks. You can specify the chunk size for the LOB when creating the table that contains the LOB. This corresponds to the data size used by Oracle Database when accessing or modifying the LOB value. Part of the chunk is used to store system-related information and the rest stores the LOB value. The API you are using has a function that returns the amount of space used in the LOB chunk to store the LOB value. In PL/SQL use DBMS_LOB.GETCHUNKSIZE. In OCI, use OCILobGetChunkSize().
    Note:
    If the tablespace block size is the same as the database block size, then CHUNK is also a multiple of the database block size. The default CHUNK size is equal to the size of one tablespace block, and the maximum value is 32K.
    Table 4-4 Data Size and CHUNK Size
    Data Size CHUNK Size Disk Space Used to Store the LOB Space Utilization (Percent)
    3500 enable storage in row irrelevant 3500 in row 100
    3500 disable storage in row 32 KB 32 KB 10
    3500 disable storage in row 4 KB 4 KB 90
    33 KB 32 KB 64 KB 51
    2 GB +10 32 KB 2 GB + 32 KB 99+ Go Through Below Link for more info.
    >>>http://download-east.oracle.com/docs/cd/B19306_01/appdev.102/b14249/adlob_tables.htm#i1006587
    M.S.Taj

  • Imp error - ORA-14400: inserted partition key does not map to any partition

    Hi,
    We have a table (table t) with partitions (p1, p2, ... p12) and two of the partitions (p11 and p12) need to be imported into
    another database with different schema. Both the partitions to be imported are in two different export dumps. So, I started
    by dropping the table t and then import with the first export dump (p12). The first import went fine, but the second import
    failed with error:
    IMP-00058: ORACLE error 14400 encountered
    ORA-14400: inserted partition key does not map to any partition
    IMP-00057: Warning: Dump file may not contain data of all partitions of this table
    About to enable constraints...
    Import terminated successfully with warnings.
    The imp command used is:
    imp user/pwd tables=t log=imp.log file=exp.dmp fromuser=db1user touser=db2user ignore=Y grants=n indexes=n constraints=n
    statistics=none
    Please let me know where is the problem and what is the solution? I need to import the second partition (p11) also
    successfully.
    Thanks.
    BNetra

    Created a new partition REST_VALUES with higher range value and all my imports worked fine. But now I have two related issues:
    1) All the data got imported into the new partition instead of correct partitions.
    2) I observed that the column on which the table is partitioned CREATE_DATE values have been changed to today's (import) date for all rows imported into the new partition.
    How do I import properly into respective partitions and not into temporary new partition?
    Why did the CREATE_DATE value got changed automatically during import?
    Thanks.

  • IMP-00017,IMP-00003,ORA-959

    Hello,
    After a successful export of a schema, I got a warning while doing an import of the schema I had just exported.
    I checked the log and saw the following errors:
    IMP-00017 : following statement failed with ORACLE error 959:
    "CREATE TABLE "M4DMS_ORA_DOC_CO1" ("ID_DOC" NUMBER(8, 0), "ID_DOC_VERSION" N"
    "UMBER(2, 0), "DOC_CONTENT" BLOB, "ISO_LANGUAGE" VARCHAR2(3), "DOC_FORMAT_TY"
    "PE" VARCHAR2(10), "ID_CHAR_SET" VARCHAR2(20))  PCTFREE 1 PCTUSED 40 INITRAN"
    "S 1 MAXTRANS 255 STORAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER"
    "_POOL DEFAULT) TABLESPACE "M4PRO" LOGGING NOCOMPRESS LOB ("DOC_CONTENT") ST"
    "ORE AS  (TABLESPACE "M4PRO" ENABLE STORAGE IN ROW CHUNK 8192 PCTVERSION 10 "
    "NOCACHE LOGGING  STORAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER"
    "_POOL DEFAULT))"
    IMP-00003: Erreur ORACLE 959 rencontrée
    ORA-00959: Tablespace 'M4PRO' does not exitTo make sure the 'guilty' tablespace does indeed exist, I ran the following as sysdba:SQL> conn /@m4client as sysdba
    ConnectÚ.
    SQL> select tablespace_name from dba_tablespaces where tablespace_name like 'M%'
    ;and the result is as follows:
    TABLESPACE_NAME
    META4
    M4PRO
    SQL> Which means that the tablespace M4PRO does exit.
    Why do I have that error and how can I fix it?
    I am using oracle 10gR2 on both machine (The one I did the export from and the one I am trying to import into)
    Thanks in advance.

    here:
    SQL> select username,default_tablespace from dba_users where username like 'M4%';
    USERNAME DEFAULT_TABLESPACE
    M4PROD M4PROD
    uhmmm... I can see by myself that, the default tablespace of user 'M4PROD' is not 'M4PRO' but *'M4PROD'*. Is it why am having that problem? If yes, does it mean that I should create a tablespace M4PRO in the database where the import is to be done, alter the user M4PROD and set his default tablespace to M4PRO??? If no, so how should I proceed?
    Thanks in advance.

  • IMP-00017 / ORA-01031

    Hi,
    I am getting the follwoing error while importing the export dump file exported by
    'SLIDE' user to a traget database SLIDE user schema. Slide user is with CONNECT,RESOURCE privilege.
    =================
    . . importing table "VERSION_PREDS" 0 rows imported
    IMP-00017: following statement failed with ORACLE error 1031:
    "CREATE PACKAGE pkg_ratesheet_cleanup"
    " IS"
    "-- To modify this template, edit file PKGSPEC.TXT in TEMPLATE"
    "-- directory of SQL Navigator"
    "-- Purpose: Cleanup Users, Roles, Organizations and Loans"
    "-- MODIFICATION HISTORY"
    "-- Person Date Comments"
    " -- Enter package declarations as shown below"
    " l_msg VARCHAR2 (1020) DEFAULT SQ"
    "LERRM;"
    " l_code NUMBER DEFAULT SQ"
    "LCODE;"
    " sql_string VARCHAR2 (10000);"
    " TYPE cv_type IS REF CURSOR;"
    " /*temp_user_row HUBUSER%ROWTYPE;"
    " temp_role_row ROLE%ROWTYPE;"
    " temp_org_row ORGANIZATION%ROWTYPE;"
    " temp_loan_row LOAN%ROWTYPE;*/"
    " -- Delete uri, object, parent_binding and version"
    " PROCEDURE delete_objects (argratesheetname VARCHAR2);"
    " -- Delete ratesheets"
    " PROCEDURE delete_ratesheets (argratesheetname VARCHAR2);"
    "END; -- Package spec"
    IMP-00003: ORACLE error 1031 encountered
    ORA-01031: insufficient privileges
    IMP-00017: following statement failed with ORACLE error 1031:
    "CREATE PACKAGE pkg_uri_mgt"
    " IS"
    "-- Purpose: Add, Delete, Edit User"
    "-- MODIFICATION HISTORY"
    "-- Person Date Comments"
    " TYPE cv_type IS REF CURSOR;"
    " sql_string VARCHAR2 (10000);"
    " sql_temp_version_id_string VARCHAR2 (10000);"
    " l_msg varchar2(1020) default sqlerrm;"
    " l_code number default sqlcode;"
    " temp_uri_uri_id URI.uri_id%TYPE;"
    " temp_uri_version_id VERSION_HISTORY.version_id%TYPE;"
    " PROCEDURE delete_uri (arguristring uri.uri_string%TYPE,"
    " delete_count OUT NUMBER,"
    " success_flag OUT CHAR,"
    " error_code OUT VARCHAR2, error_message OUT VARCHAR2);"
    "END; -- Package spec"
    IMP-00003: ORACLE error 1031 encountered
    ORA-01031: insufficient privileges
    IMP-00017: following statement failed with ORACLE error 4042:
    "GRANT EXECUTE ON "PKG_URI_MGT" TO "MHUB_UPDATE_ROLE""
    =======================
    Please help me tp solve this.
    regards
    Mathew

    Hi,
    I put the Scipt
    CREATE OR REPLACE PACKAGE pkg_ratesheet_cleanup
    IS
    -- To modify this template, edit file PKGSPEC.TXT in TEMPLATE
    -- directory of SQL Navigator
    -- Purpose: Cleanup Users, Roles, Organizations and Loans
    -- MODIFICATION HISTORY
    -- Person Date Comments
    -- Enter package declarations as shown below
    l_msg VARCHAR2 (1020) DEFAULT SQLERRM;
    l_code NUMBER DEFAULT SQLCODE;
    sql_string VARCHAR2 (10000);
    TYPE cv_type IS REF CURSOR;
    /*temp_user_row HUBUSER%ROWTYPE;
    temp_role_row ROLE%ROWTYPE;
    temp_org_row ORGANIZATION%ROWTYPE;
    temp_loan_row LOAN%ROWTYPE;*/
    -- Delete uri, object, parent_binding and version
    PROCEDURE delete_objects (argratesheetname VARCHAR2);
    -- Delete ratesheets
    PROCEDURE delete_ratesheets (argratesheetname VARCHAR2);
    END; -- Package spec
    in a file.(pkg_ratesheet_cleanup.sql) and executed.
    OUTPUT
    ======
    SLIDE-SQL> @pkg_ratesheet_cleanup.sql
    CREATE OR REPLACE PACKAGE pkg_ratesheet_cleanup
    ERROR at line 1:
    ORA-01031: insufficient privileges
    regards
    Mathew

  • The imp utility fails to import triggers

    After making a complet export of a user of Oracle 10g Database, data, procedures and triggers, when trying to import the user to a other database ,with the imp utility, all go fine except the triggers and some procedures. ¿Why? Because ,in anyway, the imp or the exp utility, I dont know, append the character '"' at the end of the lines.
    I think that maybe it can be by the NLS, because the imp utility say me, 'the export was done in USS7ASC and ALFT16.. and the import is weiso8859...'. But I dont know.
    ¿Any Help?.
    Thanks in advanced.

    Hi,
    . . importing partition "BERICHTSWERTE":"BRW IMP-00058: ORACLE error 1502 encountered
    ORA-01502: index 'ODS.BRW_PK' or partition of such index is in unusable state
    Import terminated successfully with warnings
    It seems u have some indexes on this partitioned which got disabled becuase of your above DDL .
    The solution would be to DROP the specified index, or REBUILD the specified index, or REBUILD the unusable index partition.

  • ORA-39125 importing tablespace

    Oracle SE 10g
    SO- Unix
    I'm traying import a tablespace using EM, but y got this error, can somebody give me an advise?
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS while calling DBMS_LOB.CREATETEMPORARY []
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6228
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    c000000116b34ee8 14916 package body SYS.KUPW$WORKER
    c000000116b34ee8 6293 package body SYS.KUPW$WORKER
    c000000116b34ee8 9108 package body SYS.KUPW$WORKER
    c0
    00000116b34ee8 3870 package body SYS.KUPW$WORKER
    c000000116b34ee8 6910 package body SYS.KUPW$WORKER
    c000000116b34ee8 1259 package body SYS.KUPW$WORKER
    c0000001167c3828 2 anonymous block

    The normal procedure would be
    - one reads the error stack
    - one decides the second line is the most important error message
    - one looks this error up in the documentation
    - (error specifc)) one fixes this error making sure the temporary tablespace actually does have a tempfile
    The procedure here seems to be:
    - one hits CTRL-C
    - one dumps it in this forum, without doing anything
    not learning to be independent.
    Sybrand Bakker
    Senior Oracle DBA

  • ORA-20001 - Importing CSV file

    Hi, i get this error when importing a CSV file
    ORA-20001: No se ha podido crear la recopilación: ORA-20001: Error al obtener el tipo de dato: ORA-01403: no se han encontrado datos
    I can open de CSV file and it looks normal for me
    thanks

    [email protected],
    Please describe the steps you used to import a CSV file. Also, please show us a sample of the data. Finally, what version of HTML DB and the database are you running?
    Sergio

  • ORA-105100 Import Java Class (Not a class path error)

    i have a problem while using java imported class
    java class
    import java.io.*;
    import java.lang.*;
    import java.util.*;
    public class externalCall{
    public static String Run(String One, String Two){
    String commandOutput = null;
    commandOutput = concat(One,Two);
    return commandOutput;
    public static String concat(String One, String Two){
    return One+Two;
    the problem is that when using externalCall.run from oracle forms it is generating
    error ORA-105100 err.
    This is not a class path error as we are able to access concat function of java
    class using Import Java Class.
    Any Clues?...
    Best Regards
    Ashish

    ORA-105101 when using Java Importer

  • ORA-1438 error -

    Hi
    Have following situation.
    A materialized view has been created and column has following datatype number
    Not sure why not got definition of underlying table NUMBER(13,6)
    However, main problem is trying to update column of a table whose definition is NUMBER (8,6) with this value with a simple update statemnet.
    How can I ensure value in sourec table truncated to similar size to destination table to prevent such an error.
    Max value in source mv is 100 so not sure why getting in any case
    Thanks

    user5716448 wrote:
    Hi
    Have following situation.
    A materialized view has been created and column has following datatype number
    Not sure why not got definition of underlying table NUMBER(13,6)SELECT MAX(COLUMN_13_6) FROM UNDERLYING;
    post results from SQL above

  • ORA-27101: shared memory realm does not exist AIX 5.3 Oracle 10.2 g

    Hi everybody, please help!!!!!
    I have a problem on my ERP, whe the users run reports called ZSD01, ZSD07 these programs exeed the lifetime period of 600 seconds and cause an ABAP - runtime error by time out.
    using the TX ST22 I get a report indicating the folow:
    C  Attaching to DB Server R3P (con_hdl=0,svchp=0x114e60fa8,srvhp=0x1144295e8)
    C     OCIServerAttach(OCI_DEFAULT) failed with SQL error 12537:
    C     ORA-12537: TNS:connection closed
    C  *** ERROR => CONNECT failed with sql error '12537'
    [dbsloci.c    11239
    C     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1034:
    C     ORA-01034: ORACLE not available
    C  ORA-27101: shared memory realm does not exist
    C  IBM AIX RISC System/6000 Error: 2: No such file or directory
    C  Detaching from DB Server (con_hdl=0,svchp=0x114e60fa8,srvhp=0x1144295e8)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    11239]
    My Oracle and SAP instances are runnig and this error occurs when on the report select a several sales offices and was oerating 'til last moth ago...
    Thanks!!!!!!!!!!!!!!!
    Regards,
    Oscar D'Lima

    Hi,
    C ORA-12537: TNS:connection closed
    C *** ERROR => CONNECT failed with sql error '12537'
    [dbsloci.c 11239
    C OCISessionBegin(OCI_DEFAULT) failed with SQL error 1034:
    C ORA-01034: ORACLE not available
    C ORA-27101: shared memory realm does not exist
    C IBM AIX RISC System/6000 Error: 2: No such file or directory
    C Detaching from DB Server (con_hdl=0,svchp=0x114e60fa8,srvhp=0x1144295e8)
    C *** ERROR => CONNECT failed with sql error '1034'
    The ORA-27101 error is generated when the shared memory key generated by the client does not match any currently existing keys. This is to be expected if the ORACLE_HOME or ORACLE_SID used by the client is not the same as that used when starting up the database.
    Perform the following:
    1) Check these environment variables and if required set them appropriately.
    2) Review the listener.ora currently used to startup the listener and verify the ORACLE_HOME value is correct for all listed Oracle databases. If the ORACLE_HOME points to a different Oracle version then what was used when the database was created, then this error can occur.
    3) Likewise, review the listener.ora currently used to startup the listener and verify the SID_NAME value is correct and has the right value (the SID_NAME is case sensitive).
    Also check Metalink Doc ID: 167252.1 (ORA-27101: Shared Memory Realm Does Not Exist).
    regards,
    Subhajit.

Maybe you are looking for

  • Optical drive no longer reads disks, Optical drive no longer reads disks

    Hi folks, never really had a terrible problem with this computuer until the last few months with the battery wearing out and having to replace the charging cord twice but now it seems like I have a problem here. Earlier today, less than an hour ago,

  • Does CIN work on Win8.1 32bit ?

    Works fine for Windows 7 32bit.   LabVIEW 2013 SP1 32bit. PS. Old CINs. not creating new one. George Zou http://webspace.webring.com/people/og/gtoolbox Solved! Go to Solution.

  • Downloading Acrobat X Pro

    I have tried to download the trial version of Acrobat X Pro for two days, but the download link does not seem to be working. I click on it and nothing happens at all. Can anyone help, please? I am running Windows 7, 64-bit, and I have Internet Explor

  • Tax juridiction field required in MIRO

    hi from which T.code we can control the fields of T.code MIRO because it is showing Tax jurisdiction field as required i want to make it as optional field i want to post invoice with out this field entry. so please advise me on this. you will be rewa

  • My report not accepting desformat=delimiteddata

    My report not accepting desformat=delimiteddata...when i open help of rwservelt, It was not a valid value for DESFORMAT parameter. Actually I want output of my paper layout in Excel. May I have to download any patch for this? if yes then provide the