ORA-12154 Error loading the I$

Hi All,
When I try to run an interface it is failing with below error when loading the data to I$ table. It succesfully created the I$ table but failing when loading the data only. Can anyone help me with this
ORA-12154: TNS:could not resolve the connect identifier specified,
Thanks

Hi Phil,
I am running the interface with a linux agent. Below is the code which is failing. staging area is same as the target. source an target conection is the same. I checked the TNS file also for the connection details. It is good.
insert /*+ APPEND */ into MANHATTANDR.I$_ASN_HDR
     SHPMT_NBR,
     TO_WHSE,
     MANIF_NBR,
     MANIF_TYPE,
     BOL,
     SHIP_VIA,
     TRLR_NBR,
     WORK_ORD_NBR,
     CUT_NBR,
     MFG_PLNT,
     ASN_DTL_TYPE,
     ASN_ORGN_TYPE,
     RECV_AGAINST_ASN,
     BUYER_CODE,
     REP_NAME,
     PRO_NBR,
     DC_ORD_NBR,
     CONTRAC_LOCN,
     WHSE_XFER_FLAG,
     QUAL_CHK_HOLD_UPON_RCPT,
     QUAL_AUDIT_PCNT,
     CASES_SHPD,
     UNITS_SHPD,
     CASES_RCVD,
     UNITS_RCVD,
     SHPD_DATE,
     ARRIVAL_DATE_TIME,
     FIRST_RCPT_DATE_TIME,
     LAST_RCPT_DATE_TIME,
     VERF_DATE_TIME,
     VOL,
     TOTAL_WT,
     AUDIT_STAT_CODE,
     STAT_CODE,
     LABEL_PRT,
     REF_CODE_1,
     REF_FIELD_1,
     REF_CODE_2,
     REF_FIELD_2,
     REF_CODE_3,
     REF_FIELD_3,
     MISC_INSTR_CODE_1,
     MISC_INSTR_CODE_2,
     CREATE_DATE_TIME,
     MOD_DATE_TIME,
     USER_ID,
     CNTRY_OF_ORGN,
     IMPORT_VESSEL,
     IMPORT_VYGE_NBR,
     EXPORT_DATE_TIME,
     IMPORT_DATE_TIME,
     ZONE_ADMSN_NBR,
     PORT_OF_LADING,
     PORT_OF_UNLADING,
     CUST_SEAL_NBR,
     INWARD_FWD_MANIF,
     IN_BOND_CARR,
     IN_TRANSIT_NBR,
     IN_TRANSIT_DATE_TIME,
     IN_TRANSIT_PORT,
     ZONE_PAYMENT_STAT,
     PLAN_ID,
     ASN_SHPMT_TYPE,
     SUPP_FTZ_ASN,
     STOP_SEQ,
     TRACTOR_NBR,
     INITIATE_FLAG,
     ILM_APPT_NBR,
     INBD_LOAD_ID,
     TMS_SHPMT_NBR,
     SOURCE_ID
select     
     ASN_HDR.SHPMT_NBR,
     ASN_HDR.TO_WHSE,
     ASN_HDR.MANIF_NBR,
     ASN_HDR.MANIF_TYPE,
     ASN_HDR.BOL,
     ASN_HDR.SHIP_VIA,
     ASN_HDR.TRLR_NBR,
     ASN_HDR.WORK_ORD_NBR,
     ASN_HDR.CUT_NBR,
     ASN_HDR.MFG_PLNT,
     ASN_HDR.ASN_DTL_TYPE,
     ASN_HDR.ASN_ORGN_TYPE,
     ASN_HDR.RECV_AGAINST_ASN,
     ASN_HDR.BUYER_CODE,
     ASN_HDR.REP_NAME,
     ASN_HDR.PRO_NBR,
     ASN_HDR.DC_ORD_NBR,
     ASN_HDR.CONTRAC_LOCN,
     ASN_HDR.WHSE_XFER_FLAG,
     ASN_HDR.QUAL_CHK_HOLD_UPON_RCPT,
     ASN_HDR.QUAL_AUDIT_PCNT,
     ASN_HDR.CASES_SHPD,
     ASN_HDR.UNITS_SHPD,
     ASN_HDR.CASES_RCVD,
     ASN_HDR.UNITS_RCVD,
     ASN_HDR.SHPD_DATE,
     ASN_HDR.ARRIVAL_DATE_TIME,
     ASN_HDR.FIRST_RCPT_DATE_TIME,
     ASN_HDR.LAST_RCPT_DATE_TIME,
     ASN_HDR.VERF_DATE_TIME,
     ASN_HDR.VOL,
     ASN_HDR.TOTAL_WT,
     ASN_HDR.AUDIT_STAT_CODE,
     ASN_HDR.STAT_CODE,
     ASN_HDR.LABEL_PRT,
     ASN_HDR.REF_CODE_1,
     ASN_HDR.REF_FIELD_1,
     ASN_HDR.REF_CODE_2,
     ASN_HDR.REF_FIELD_2,
     ASN_HDR.REF_CODE_3,
     ASN_HDR.REF_FIELD_3,
     ASN_HDR.MISC_INSTR_CODE_1,
     ASN_HDR.MISC_INSTR_CODE_2,
     ASN_HDR.CREATE_DATE_TIME,
     ASN_HDR.MOD_DATE_TIME,
     ASN_HDR.USER_ID,
     ASN_HDR.CNTRY_OF_ORGN,
     ASN_HDR.IMPORT_VESSEL,
     ASN_HDR.IMPORT_VYGE_NBR,
     ASN_HDR.EXPORT_DATE_TIME,
     ASN_HDR.IMPORT_DATE_TIME,
     ASN_HDR.ZONE_ADMSN_NBR,
     ASN_HDR.PORT_OF_LADING,
     ASN_HDR.PORT_OF_UNLADING,
     ASN_HDR.CUST_SEAL_NBR,
     ASN_HDR.INWARD_FWD_MANIF,
     ASN_HDR.IN_BOND_CARR,
     ASN_HDR.IN_TRANSIT_NBR,
     ASN_HDR.IN_TRANSIT_DATE_TIME,
     ASN_HDR.IN_TRANSIT_PORT,
     ASN_HDR.ZONE_PAYMENT_STAT,
     ASN_HDR.PLAN_ID,
     ASN_HDR.ASN_SHPMT_TYPE,
     ASN_HDR.SUPP_FTZ_ASN,
     ASN_HDR.STOP_SEQ,
     ASN_HDR.TRACTOR_NBR,
     ASN_HDR.INITIATE_FLAG,
     ASN_HDR.ILM_APPT_NBR,
     ASN_HDR.INBD_LOAD_ID,
     ASN_HDR.TMS_SHPMT_NBR,
     #MANHATTAN.VERIFY_SOURCE
from     MANHATTANDR.SYN_ASN_HDR ASN_HDR
where     (1=1)

Similar Messages

  • Ora 12154 error when trying to add a database to VS Server Explorer

    Hi Everyone,
    I get the Ora 12154 error when trying to add a database to VS Server Explorer.
    How do I get around this problem.
    The database service is running and I can connect to the database with pl/sql.
    I can also tnsping the database and that is also ok.
    Looks like a problem with the odp.net software.
    I am running the 32 bit Oracle 11g on a Windows7 Home Premium 64 bit PC.
    I am new to this stuff so please help me step by step.
    Thanks.
    Emad

    Hi J. B.
    I have a question related to this. After you told me about the //host:1521/database alias I tried it in a VB 2008 program and it worked and returned data. At least I know that it can be used in a VB program without issues. I just now need to be able to add a connection with the Server Explorer.
    Anyway here is the VB coding I used. I'm new to this and still learning:
    Imports Oracle.DataAccess.Client ' Visual Basic ODP.NET Oracle managed provider
    Public Class Form1
    ' String to connect to the database.
    Dim strConnectionString As String = _
    "Data Source=//emad-pc:1521/emadeva;User ID=scott;Password=tiger;" '
    ' Associate the connection string with a connection object.
    Dim objOracleConnection As New OracleConnection(strConnectionString)
    ' SQL query for returning data rows.
    Dim strSqlQuery As String = _
    "Select dname, deptno " & _
    "From dept " & _
    "Where deptno = 10" '
    ' Command object to make this query work.
    Dim objOracleCommand As New OracleCommand(strSqlQuery, objOracleConnection)
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    ' Identify what type of command is being used.
    objOracleCommand.CommandType = CommandType.Text
    Try
    objOracleConnection.Open()
    ' Set up a Data Reader and load it with data.
    Dim objOracleDataReader As OracleDataReader = _
    objOracleCommand.ExecuteReader()
    objOracleDataReader.Read()
    ' Convert the department number to a string.
    lblDepartmentNumberFromOracle.Text = _
    CStr(objOracleDataReader.Item("deptno"))
    Catch ex As Exception
    MessageBox.Show(ex.Message, "Error")
    End Try
    End Sub
    End Class
    I still want to thank you for the help you are providing.
    Truly,
    Emad

  • ORA-12154 Error - NET8 Connection Tester Works Though

    I have copied over a tnsnames.ora file from another machine I know that works fine. It has one Oracle home.
    When I try to connect via SQLPlus or Oracle DBA studio, I get told that it cannot resolve the service name and the ORA-12154 error. However, when I go into Net8 Assistant and test the connection, it work without an issue no matter what login/password I use, from a developers to the system login and password.
    Any ideas?

    I have copied over a tnsnames.ora file from another machine I know that works fine. It has one Oracle home.
    When I try to connect via SQLPlus or Oracle DBA studio, I get told that it cannot resolve the service name and the ORA-12154 error. However, when I go into Net8 Assistant and test the connection, it work without an issue no matter what login/password I use, from a developers to the system login and password.
    Any ideas?

  • ORA-12154 Error After Install of Enterprise Manager

    I have a new new laptop with minimal software installed. Everything was fine and I was able to connect to 4 different Oracle 9i databases.
    This morning I installed Oracle Enterprise Manager (10g) and now I get the dreaded ORA-12154 error.
    I now find a copy of TNSNAMES.ORA in three places. I have copied the correct version to the two new 10G locations and I have verified that all three copies of TNSNAMES.ORA and SQLNET.ORA are correct and identical.
    Do anybody have any idea what else could be wrong?

    I am certain the TNSNAMES.ORA file is fine as it is "pushed" from a central IT department. I have compared it to the one on a second computer (which has only 9i installed) in my office and they are identical.
    I examined the Oracle 9i directories and there was no LISTENER.ORA anywhere. On the 9i only computer the command - C:\>dir listener.ora /s /p executed in a DOS window returned no files.
    Everything was working fine until I installed Enterprise Manager 10g (10.2.0.2.1).
    I have TOAD installed and it connects to both of the 9i development and production databases, so I know the TNSNAMES.ORA is okay.
    It woudl seem that there is a conflict between 10g and 9i Developer/2000.

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

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

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

  • Ora 12154 error help needed

    Hi,
    I am a newbie in oracle forms. I have installed oracle database 10gr2 on windows xp in c directory. In D drive i have installed oracle developer suite 10g. When i try to connect database from developer suite i receive ORA 12154 error.
    Do i need to change tnsnames.ora in developer suites 'D' directory or in database'C' directory.
    Please explain me in steps so that i can configure developer suite.
    Thank You

    Forms will use its own Tnsnames.ora file so create alias for it
    Run NetCA from
    START > PROGRAMS > ORACLE - Oracle HOME name > Configuration and Migration tools > Net Configuration Assistant
    and create Alias for Local naming
    also make sure the Listener and Database is up and running
    Baig,
    [My Oracle Blog|http://baigsorcl.blogspot.com/]

  • In AOL email, checking individual messages in the regular system results in this error message: There was an error loading the message. Please try again later.

    In accessing AOL email through the full version, I can navigate within my account (old mail, new mail, spam, etc.) fine, but when I try to open an individual email, I get this error message: "There was an error loading the message. Please try again later."
    This is identical to a problem someone else was describing in another thread....unfortunately, nothing you suggested to him seemed to be working. I WAS tricked into opening a file attached to an email immediately before this started, so I think its a virus or something. ANYWAY....I AM able to open the messages when I use AOL's basic version. Initially, the problem seemed only to be in Firefox, but I've tried with Internet Explorer now also, and its the same thing, and the basic version is accessible while the full version is still blocked.
    On both browsers, following the error message, I can't even click on the individual messages to TRY to open a different one, and there are some not-quite-right boxes and x's and things that appear on the screen that don't belong.
    PLEASE tell me you can't make this go away....I've already tried uninstalling and reinstalling Firefox....that didn't work. I've also fun McAffee, and that didn't change anything.

    You can do a malware check with several malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.<br>
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Ora -3113 error in the alert log

    Hi ,
    We are getting ORA-3113 error in the alertlog and i pasted below alert log entry.
    VERSION INFORMATION:
    TNS for Linux: Version 11.1.0.7.0 - Production
    Unix Domain Socket IPC NT Protocol Adaptor for Linux: Version 11.1.0.7.0 - Production
    Oracle Bequeath NT Protocol Adapter for Linux: Version 11.1.0.7.0 - Production
    TCP/IP NT Protocol Adapter for Linux: Version 11.1.0.7.0 - Production
    Time: 27-JAN-2011 16:11:25
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNSperation timed out
    ns secondary err code: 12560
    nt main err code: 505
    TNS-00505: Operation timed out
    nt secondary err code: 110
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.100.72.127)(PORT=2844))
    Thu Jan 27 16:13:55 2011
    opidcl aborting process unknown ospid (18585_47319544949952) due to error ORA-3113
    Thu Jan 27 16:14:03 2011
    Thread 2 advanced to log sequence 2022 (LGWR switch)
    Current log# 4 seq# 2022 mem# 0: +DATA/systemprod/onlinelog/group_4.269.736019283
    Current log# 4 seq# 2022 mem# 1: +FLASH1/systemprod/onlinelog/group_4.262.736019285
    Thu Jan 27 16:14:13 2011
    opidcl aborting process unknown ospid (14096_47207734746304) due to error ORA-3113
    Thu Jan 27 16:16:34 2011
    Thread 2 advanced to log sequence 2023 (LGWR switch)
    Current log# 8 seq# 2023 mem# 0: +DATA/systemprod/onlinelog/group_8.319.736018999
    Current log# 8 seq# 2023 mem# 1: +FLASH1/systemprod/onlinelog/group_8.3138.736018999
    Thu Jan 27 16:19:33 2011
    Thread 2 advanced to log sequence 2024 (LGWR switch)
    Current log# 3 seq# 2024 mem# 0: +DATA/systemprod/onlinelog/group_3.268.736019049
    Current log# 3 seq# 2024 mem# 1: +FLASH1/systemprod/onlinelog/group_3.261.736019051
    Thu Jan 27 16:22:17 2011
    What could be the workaround to resove this issue
    Regards
    Prem

    ORA-00600/ORA-07445/ORA-03113 = Oracle bug => search on Metalink and/or call Oracle support

  • Photo frame error loading the preference bundle. what should I do?

    I can't open the settings for photo frame , it only says , error loading the preference bundle for photo frame" please help

    What was the complete wording of the error message? Usually an error number is also given,

  • Error Loading the TCP MIB Library" error when you add a standard TCP/IP printer port in windows 7 32 bit

    When I am trying to add TCP/IP port in Add printer wizard  it gives the message 
    Error Loading the TCP MIB Library" error

    Hi,
    This behavior may occur if a third-party version of the Wsnmp32.dll, Ntprint.dll, Tcpmib.dll, Mgmtapi.dll, or Snmpapi.dll file has been copied to the %SystemRoot% folder.
    To resolve this behavior, rename or delete these file in the %SystemRoot% folder. These files are taking precedence over the Microsoft-supplied file in the
    %SystemRoot%\System32 folder.
    Karen Hu
    TechNet Community Support

  • Error loading the vi

    Hi,
    There's error loading the main page vi and can be solve when i open the subvi first and then reopen the main vi. Any reason for this problem??
    regards,
    Attachments:
    error9.JPG ‏78 KB

    i able to find the problem and solve it..
    regards,

  • "There was an error loading the preference bundle for accessibility" it appears when i open my accessibility, that is why i cant use my assistive touch

    "There was an error loading the preference bundle for accessibility" it appears when i open my accessibility

    We had the same issue after applying the SP2 & August CU. we open the case with MSFT and get the same resolution as you mentioned.
    I blog about this issue and having the office reference.
    Later MSFT release the Hotfix for this on December 10, 2013 which i am 100% positive should be part of future CUs.
    So if you apply the April CU then you will be fine.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Error loading the designer in vs for windows

    Today I decide create a windows store app but when load the mainpage shows error loading the designer and then try to run the app but the compiler also shows error telling me that the app couldn't be registered I'm already registered the license, how can
    I do?

    Hi ozkarLeo,
    Could be something wrong with your register developer license, I would suggest you to re-do it via Visual Studio:
    Then you should be able to see the dialog let you agree something and acquire for your developer license.
    Do not forget to restart the machine if you still have something wrong with the developer license.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Sql@loader-704  and ORA-12154: error messages when trying to load data with SQL Loader

    I have a data base with two tables that is used by Apex 4.2. One table has 800,000 records . The other has 7 million records
    The client recently upgraded from Apex 3.2 to Apex 4.2 . We exported/imported the data to the new location with no problems
    The source of the data is an old mainframe system; I needed to make changes to the source data and then load the tables.
    The first time I loaded the data i did it from a command line with SQL loader
    Now when I try to load the data I get this message:
    sql@loader-704 Internal error: ulconnect OCISERVERATTACH
    ORA-12154: tns:could not resolve the connect identifier specified
    I've searched for postings on these error message and they all seem to say that SQL Ldr can't find my TNSNAMES file.
    I am able to  connect and load data with SQL Developer; so SQL developer is able to find the TNSNAMES file
    However SQL Developer will not let me load a file this big
    I have also tried to load the file within Apex  (SQL Workshop/ Utilities) but again, the file is too big.
    So it seems like SQL Loader is the only option
    I did find one post online that said to set an environment variable with the path to the TNSNAMES file, but that didn't work..
    Not sure what else to try or where to look
    thanks

    Hi,
    You must have more than one tnsnames file or multiple installations of oracle. What i suggest you do (as I'm sure will be mentioned in ed's link that you were already pointed at) is the following (* i assume you are on windows?)
    open a command prompt
    set TNS_ADMIN=PATH_TO_DIRECTOT_THAT_CONTAINS_CORRECT_TNSNAMES_FILE (i.e. something like set TNS_ADMIN=c:\oracle\network\admin)
    This will tell oracle use the config files you find here and no others
    then try sqlldr user/pass@db (in the same dos window)
    see if that connects and let us know.
    Cheers,
    Harry
    http://dbaharrison.blogspot.com

  • If your getting the ora-12154 error...

    If you have followed the directions provided and swear you have done everything right... then try this.
    Check to make sure the tnsnames.ora and sqlnet.ora files are actually .ORA files. I recently started a new job and was tasked with getting instant client working with a VB app. Anyhow, I installed instant client and added the enviroment variables etc etc. I kept getting the 12154 error when testing a sqlplus connection and I couldn't understand why.
    Well since this was a new computer I was working on, I hadn't change the setting when viewing files so it was hiding the file type from me and all I could see was "tnsnames.ora" when the file was really "tnsnames.ora.txt". A day later I figured it out and felt pretty stupid!
    Windows Explorer | Tools | Folder Options | View | Uncheck "Hide extensions for known file types"
    Check those file types people...

    I think you had done a "terrific" job helping novices like me to check/fix the error with the hidden tnsnames.ora.txt extension. I think it is very useful information.
    Thank a lot.

Maybe you are looking for