ORACLE error 12705 while importing

Hi,
I exported two schemas which are using the same tablespace. While importing the second schema i got the following error while for the first one worked perfectly.
IMP-00017: following statement failed with ORACLE error 12705:
"ALTER SESSION SET PLSQL_COMPILER_FLAGS = 'INTERPRETED' NLS_LENGTH_SEMANTICS"
" = 'BYTES' PLSQL_DEBUG = FALSE"
IMP-00003: ORACLE error 12705 encountered
ORA-12705: invalid or unknown NLS parameter value specified
IMP-00000: Import terminated unsuccessfullythe NLS_LENGTH_SEMANTICS is set as 'bytes' for the database.
I cannot figure out why this errot occured. Could anyone help what is causing this and how to correct it.
Thanks in advace
Muneer

You are right ..it is 'BYTE', but even after correcting it I am getting the same error. As i said earlier it is not giving any errors for another schema!!
Muneer

Similar Messages

  • ORACLE error 1031 while importing java classes

    Hello Guys,
    We are seeing following errors while importing SYS/SYSTEM objects.
    IMP-00017: following statement failed with ORACLE error 1031:
    IMP-00003: ORACLE error 1031 encountered
    IMP-00090: Unexpected DbmsJava error -1031 at step 6666 while creating JAVA CLASS "javax/swing/plaf/basic/BasicTreeUI$KeyHandl
    er"
    We are doing platform migration of Oracle Apps instance from Solaris to Linux using exp/imp.
    These errors are same for numorous classfiles. Seems like some privileges are lacking but not sure what they are. If any of you had similar experiences before please share with us. We have an open P1 SR with Oracle running for almost 3 days but no solution yet ...
    Thank you,
    Aditya

    Pl post your full versions of OS, EBS and database. Pl verify that you are following these MOS Docs
    238276.1 - Migrating to Linux with Oracle Applications Release 11i
    567703.1 - Debugging Platform Migration Issues in Oracle Applications 11i
    HTH
    Srini

  • Oracle Error occured, while checking for Already Committed data

    Hi,
    In my 1 day old workspace I see more than 3000 errors logged in the owb_error_log_table with text as shown below , can someone from Oracle please advise what the problem seems to be ?
    Oracle Error occured, while checking for Already Committed data : 76291.DBObject.TABLE_1.2.en_GB
    Oracle Error occured, while checking for Already Committed data : 76291.DBObject.TABLE_1.1.en_GB
    Oracle Error occured, while checking for Already Committed data : 42483.PlatformConfiguration.ORACLE.1.en_GB
    Oracle Error occured, while checking for Already Committed data : 42483.PlatformConfiguration.ORACLE.2.en_GB
    There are many more examples of other errors as well. Google returns nothing for these error....am I the first one to face these errors. We are using 11gRelease2 on RHEL.
    They all have a error text of ORA-01403: no data found
    tks in advance.

    I haven't been able to pin it down to a specific action that causes these errors. I have been having various other problems when importing tables ...the screen just freezes and nothing happens. When I queried this table from sql developer to check if I can spot anything and I found these errors.
    The screen freezes when I add a new oracle location - the test works fine - but when I click OK to the add oracle location screen it just freezes and nothing happens.

  • Error occured while importing .der file in R/3 System

    Hi Friends..
    I tried to connect R/3 system with portal through SSO concept.
    for that I have downloaded (.der) file from portal.
    After that I tried to import that file through STRUSTSSO2 transaction in R/3 system, at that time I got
    error message like " Error occured while importing"
    so I can't able to import that (.der) file into R/3 System.
    Please guide me with exact steps.
    What should I do?
    Thanks
    Gowrishankar

    Hi Micheal and raghav thanks for your reply.
    Yes Micheal already we have installed .der file to other client in the same R/3 System
    may be that's why it shows an error?
    so what is the solution for this kind of scenarious?
    Thanks
    Gowrishankar

  • [0098]SQL*Plus encountered oracle error 100 while executing SQL Statement

    Hi,
    i'm trying to delete duplicate records from a table and running following script. this script is triggered from a unix script. it successfully deletes the records but in the last throws following error message,
    :[0098]SQL*Plus encountered oracle error 100 while executing SQL Statement:2:Investigation required:
    can anybody please help? below is the script.
    DECLARE
    --CURSOR FOR DUPLICATE ROWS
    CURSOR CUR_DUPLICATE_ROWS IS
    Select RMS_NOTE_ID, RMS_SUMMARY_NOTE_ID, count(*) cnt from PARTY_NOTE
    group by RMS_NOTE_ID,RMS_SUMMARY_NOTE_ID having count(*) > 1;
    var_date PARTY_NOTE.PARTY_NOTE_CREATED_DATE%TYPE;
    BEGIN
    FOR DUPLICATE_ROWS_REC IN CUR_DUPLICATE_ROWS
    LOOP
    delete from party_note
    where RMS_NOTE_ID= DUPLICATE_ROWS_REC.RMS_NOTE_ID
    and RMS_SUMMARY_NOTE_ID= DUPLICATE_ROWS_REC.RMS_SUMMARY_NOTE_ID
    and rowid not in (select max(rowid) from party_note
    where RMS_NOTE_ID= DUPLICATE_ROWS_REC.RMS_NOTE_ID and RMS_SUMMARY_NOTE_ID= DUPLICATE_ROWS_REC.RMS_SUMMARY_NOTE_ID);
    commit;
    END LOOP;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    NULL;
    WHEN OTHERS THEN
    DBMS_OUTPUT.PUT_LINE(SQLERRM);
    ROLLBACK;
    END;

    Try this:
    delete party_note
    where  rowid not in (select max(rowid)
                         from   party_note
                         group  by rms_note_id, rms_summary_note_id
    commit;No need for cursors and loops.
    And when that's completed, consider ALTERing the table to add a unique index (or even a primary key) so you'll never need to do this again.

  • I am importing videos from my canon sl1 to my macbook when i use iphoto is says "iPhoto cannot import your photos because there was a problem downloading an image." and when i use image capture it says "An error occured while importing. The item 'MVI_1040

    I am importing videos from my canon sl1 to my macbook air when i use iphoto is says "iPhoto cannot import your photos because there was a problem downloading an image." and when i use image capture it says "An error occured while importing. The item ‘MVI_1040'' Thanks in advance

    Can you access the images on the phone with Image Capture (in the Applications Folder) ?

  • EXP-00056: ORACLE error 12705 encountered

    Dear All,
    till today everything went fine with the export utility, but now it shows the following:
    EXP-00056: ORACLE error 12705 encountered
    ORA-12705: invalid or unknown NLS parameter value specified
    I don't know why this error appears, nobody changed anything on the server or on the client. I've done some modifications regarding to the advices of various web pages, but the error doesn't want to disappear... (The same export code runs fine on other machines.)
    Please advise!
    Thx!
    Franky

    I would advise you to read the metalink note ORA-12705 - Common Reasons and How to Resolve Them - Note:158654.1
    What is your export command ?
    Is it the same export command ?
    Is it the same OS user and then same environment variables ?
    What is your OS and oracle version ?
    What are NLS_* variables values and database ?
    etc...
    Nicolas.

  • HT4858 why am I getting an error message while importing from iPhone photo stream to iMac ?

    I have not shared any photo for a few months.  I tried to import photos into my iMac from iPhone photostream and I get a message saying "an error occurred while importing photo, please try again later".  What am I doing wrong ?

    There's no need to import photos from your iPhone to your iMac. Photostream is synced automatically via iCloud on Wi-Fi.
    On your iPhone, tap Settings > iCloud
    Make sure Photo Stream is switched ON.
    On your iMac, open System Preferences > iCloud
    Make sure Photo Stream is selected.

  • Ipod photo - error occurred while importing

    I think I bumped out the camera connector and now I have the "error occurred while importing" stuck on the screen. Can't even turn off the ipod now as it appears to be totally locked up. Any suggestions?

    The response posted by username BillKia on Feb 27, 2013 may help (note that I am not referring to the post marked as the "Answer" although that is a workaround): http://answers.microsoft.com/en-us/windowslive/forum/gallery-program/access-deni ed-when-importing-photos-to-windows/ce58ee23-ed87-435f-b572-474cead8f09a

  • Error API0259 while Importing Processflow in to owb 11g

    Hi All,
    I am using owb 11.1.0.7.0. I am getting the following error while importing the process flow into owb (the mdl dump was taken from owb 10gR2)
    error: API0259: The object cannot be edited in Read-Only mode.
    Can any body please tell me the solution. Its urgent.
    Thanks in advance,
    Siva

    Hi Sutirtha,
    Thanks for u r reply, the problem was solved. What I was doing is , trying to import only one process flow which is using as sub process in other process flow.thats giving me the error.
    So, I have deleted all the process flows and imported whole process flow package in one go. That solved the problem.
    Regards,
    Siva

  • Error getting while importing support package in R/3

    Hi All,
    I am getting one error following error while importing support package in R/3.
    Open data extraction requests
    The system has found a number of open data extraction requests.These should be processed before starting the object import process, as changes to DDIC structures could prevent data extraction requests from being read after the import, thus causing them to terminate. Call the Customizing Cockpit data extraction transaction and process all open extraction requests.
    Can Anybody aware of this error.
    Thx & Regds,
    SGK

    Hi,
    I think I have to stop extraction process in LBWE or R/3. Can anybody tell me how to stop extraction process.
    Thx & Regds,
    SGK

  • Error occured while importing a map.

    I have got two design repositories and two runtime repositories in the same database. One is for OWB 9.2.0.4.0 and another for OWB 10.1.0.3.0.
    I was trying to export 1 mapping from a project in OWB10g to OWB9i where the said project does not exist. The export operation ran smoothly but the following error occured while the import operation:
    Error at line 25: MDL1261: Error importing DATAWAREHOUSE RTS/RTS.
    Detailed Error Message:
    MDL1162: System Type not specified before integrator.
    While importing the options i used were:
    Import option -----Add new metadata only
    Match by---------Universal identifier.
    Please help.

    just a guess: while exporting use "physical names" in naming

  • Error occured while importing the transport request to quality

    Hi,
    The driver program and form are in active status. We got the output also.
    When we checked the transport log for request(TR), it says that the form is not yet imported into EQ1. The system will update the transport log if there is any error related to driver program or form. Here we donu2019t find any error. As per the system response, u2018Import post-processing is not performed for this objectu2019.
    I am getting below error while importing the request.
    Import post-processing is not performed for this objectu2019.
    Could anyone please provide me the solution.
    Regards,
    Hemant.

    Hello,
    i think u r working on scripts ?
    if u r transportung the scripts i u need tcode SCC1.....
    Thank u ,
    santhsoh

  • Error occured while importing xsd.file(Name contains invalid characters: -

    Hello,
    i muss import xsd.file.  while importing this error occured:
    İFMEXTDEF CCTS_CCT_SchemaModule-2.0 | http://example.org/XXX/XXX/OUT/NOZ (SC_NOZ V001 of example.org):
    Name contains invalid characters: - .
    Only a(A)-z(Z), 0-9, and "_" are permitted
    This xsdfile name is CCTS_CCT_SchemaModule-2.0 but PI doesn't  accept "-". But i muss use this file because this file is standart. What can i do for this?
    Thanks
    Nurhan
    Edited by: Nurhan on Oct 18, 2011 11:22 AM

    HI,
      PI doestnt support special characters like '-'. first you need to change the file name as you specify '-'. to remove that and you have to give '_'. then uyou have to impot >XSD file into ESR under ExternalDefination.
    i hope this will help you.
    regards,
    ganesh.

  • Oracle error 0603 where importing dmp file

    hi,
    i have an error message when importing a dmp file.
    $ORACLE_HOME/bin/imp system/xxxx file=$PIPE_NAME log=$FIC_LOG commit=y buffer=4194304 fromuser=user touser=user
    . . Import de la table "RACLEGL" 471445 lignes importées <
    IMP-00017: Echec de l'instruction suivante avec erreur ORACLE 603 :
    "CREATE UNIQUE INDEX "RAPRIK_CGL" ON "RACLEGL" ("CGL_RENTITY" , "CGL_CODE" ,"
    " "CGL_ORG" , "CGL_LINE" ) PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITI"
    "AL 65536 FREELISTS 1 FREELIST GROUPS 1) TABLESPACE "IDX_1" LOGGING"
    IMP-00003: Erreur ORACLE 603 rencontrée
    ORA-00603: La session de serveur ORACLE s'est terminée par une erreur fatale
    IMP-00017: Echec de l'instruction suivante avec erreur ORACLE 3114 :
    "BEGIN DBMS_STATS.SET_INDEX_STATS(NULL,'"RAPRIK_CGL"',NULL,NULL,NULL,470059"
    ",2380,470059,1,1,204641,2,0); END;"
    IMP-00003: Erreur ORACLE 3114 rencontrée
    ORA-03114: pas connecté à ORACLE
    IMP-00003: Erreur ORACLE 3114 rencontrée
    Thanks for your help

    I tried reinstalling imp.exe and exp.exe using the Oracle Universal Installer. I checked the import/export utility, but the OUI removed THE ENTIRE developer suite ;-(
    So, I decided reinstalling the Oracle and the developer suite from scratch! The installation was ok and I could see the imp.exe working fine during the repository building.
    I also did a lot of experiments and some results follows:
    I can export and import an application system if I use the SAME user to export and import the .dmp file;
    I can import a .dat file exported by another user sometimes…
    But, my main trouble still exists: I can’t import .dmp or .dat files from another user that used exp.exe 8.xxx.
    The symptom when I try this last option is the “freezing” of imp.exe like the follow example:
    “Import: Release 10.1.0.4.2 - Production on Sßb Fev 18 21:15:51 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Conectado a: Personal Oracle Database 10g Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Arquivo de exportaþÒo criado por EXPORT:V10.01.00 via caminho convencional
    AdvertÛncia: os objetos foram exportados por ALUNO; nÒo por vocÛ
    importaþÒo realizada nos conjuntos de caracteres WE8MSWIN1252 e NCHAR AL16UTF16
    . importando objetos de ALUNO para ALEXFM
    . . importando table "XTSYS_EXPORT_OBJECTS" 1 linhas importadas
    . . importando table "XTSYS_IMPORT_IRID_MAPPING" 68 linhas importadas
    . . importando table "XTSYS_IMPORT_IVID_MAPPING" 68 linhas importadas
    . . importando table "XTSYS_RM$REPOSITORIES" 1 linhas importadas
    . . importando table "XTSYS_TABS_EXPORTED" 14 linhas importadas”
    The imp.exe always freezes at xtsys_tabs_exported…
    Any ideas?
    Regards, Alexandre

Maybe you are looking for

  • Custom created field created using Addon is overlapping in BP Master form

    Hi All, I have developed an addon to create some custom field in Business partner master data form. Every thing is working fine but the issue is that when I am maximizing and minimizing the BP form the custom created fields are overlapping with exist

  • Why is my iTunes saying to up date my billing

    Why is my iTunes saying to up date my payment

  • Need urgent help on dynamic internal table.

    Hi experts, I got an editable dynamic internal table. When the value in 1 of the editable field has been changed, I will fire the the DATA_CHANGED event. In this event, I can get the row ID where the changes occur, but the problem is, how can I selec

  • Ps screen stays as my desktop (CS5)

    I just got my new CS5, and my new MAC, from an old PC and CS2. When I open Photoshop, all the menus are present, except that my screen remains to be my desktop. Whenever I click outside of a photo Im editing, the desktop shows up and I cannot see Ps

  • Need help getting data out of Berkeley DB

    Hi All I have an old vrsion of Berkeley Db (about 5 years old I think) that we use at work for storing key value pairs. We use this to store ids for that data that we later load to a relational database. We have multiple files with key vaue pairs. On