(Help) Eclipse 3.2.2 + Oracle Data tools plugin = strange NLS error

Has anyone seen this one before...
This is all setup as Per the eclipse/dpt getting started guide.
CentOS 5.0
Eclipse SDK 3.2.2
Driver (default per DPT): Oracle Database 10g Driver Default
Database: orcl
URL: jdbc:oracle:thin:@orcl1:1521/orcl
osgi.nl=en_US
user.language=en
Did I miss something with the NLS params, or is there a jdbc driver for 11g or something?
Help me out here.
Thx
-J
___SETUP AND TESTING___
jason@kagome:~$ env | grep -ie 'ORACLE\|NLS\|TNS' | grep -v PATH ; tnsping orcl ; sqlplus -L scott/tiger@orcl
TNS_ADMIN=/home/oracle/app/oracle/product/11.1.0/client_1/network/admin/
ORACLE_HOME=/home/oracle/app/oracle/product/11.1.0/client_1/
TNS Ping Utility for Linux: Version 11.1.0.6.0 - Production on 04-DEC-2007 08:25:04
Copyright (c) 1997, 2007, Oracle. All rights reserved.
Used parameter files:
/home/oracle/app/oracle/product/11.1.0/client_1/network/admin/sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = orcl1)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = orcl) (SID = orcl)))
OK (10 msec)
SQL*Plus: Release 11.1.0.6.0 - Production on Tue Dec 4 08:25:04 2007
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
___PING TEST OUTPUT FROM DATATOOLS___
java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
ORA-12705: Cannot access NLS data files or invalid environment specified
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:283)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:278)
at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:785)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:362)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:414)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
at oracle.dbtools.dtp.connectivity.db.OracleJDBCConnection.createConn(OracleJDBCConnection.java:258)
at oracle.dbtools.dtp.connectivity.db.OracleJDBCConnection.createConnection(OracleJDBCConnection.java:191)
at org.eclipse.datatools.connectivity.DriverConnectionBase.internalCreateConnection(DriverConnectionBase.java:104)
at org.eclipse.datatools.connectivity.DriverConnectionBase.open(DriverConnectionBase.java:53)
at oracle.dbtools.dtp.connectivity.db.OracleJDBCConnectionFactory.createConnection(OracleJDBCConnectionFactory.java:42)
at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(ConnectionFactoryProvider.java:77)
at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(ConnectionProfile.java:354)
at org.eclipse.datatools.connectivity.ui.PingJob.run(PingJob.java:57)
at org.eclipse.core.internal.jobs.Worker.run(org.eclipse.core.jobs_3.2.0.v20060603.jar.so)

Has anyone seen this one before...
This is all setup as Per the eclipse/dpt getting started guide.
CentOS 5.0
Eclipse SDK 3.2.2
Driver (default per DPT): Oracle Database 10g Driver Default
Database: orcl
URL: jdbc:oracle:thin:@orcl1:1521/orcl
osgi.nl=en_US
user.language=en
Did I miss something with the NLS params, or is there a jdbc driver for 11g or something?
Help me out here.
Thx
-J
___SETUP AND TESTING___
jason@kagome:~$ env | grep -ie 'ORACLE\|NLS\|TNS' | grep -v PATH ; tnsping orcl ; sqlplus -L scott/tiger@orcl
TNS_ADMIN=/home/oracle/app/oracle/product/11.1.0/client_1/network/admin/
ORACLE_HOME=/home/oracle/app/oracle/product/11.1.0/client_1/
TNS Ping Utility for Linux: Version 11.1.0.6.0 - Production on 04-DEC-2007 08:25:04
Copyright (c) 1997, 2007, Oracle. All rights reserved.
Used parameter files:
/home/oracle/app/oracle/product/11.1.0/client_1/network/admin/sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = orcl1)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = orcl) (SID = orcl)))
OK (10 msec)
SQL*Plus: Release 11.1.0.6.0 - Production on Tue Dec 4 08:25:04 2007
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
___PING TEST OUTPUT FROM DATATOOLS___
java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
ORA-12705: Cannot access NLS data files or invalid environment specified
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:283)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:278)
at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:785)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:362)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:414)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
at oracle.dbtools.dtp.connectivity.db.OracleJDBCConnection.createConn(OracleJDBCConnection.java:258)
at oracle.dbtools.dtp.connectivity.db.OracleJDBCConnection.createConnection(OracleJDBCConnection.java:191)
at org.eclipse.datatools.connectivity.DriverConnectionBase.internalCreateConnection(DriverConnectionBase.java:104)
at org.eclipse.datatools.connectivity.DriverConnectionBase.open(DriverConnectionBase.java:53)
at oracle.dbtools.dtp.connectivity.db.OracleJDBCConnectionFactory.createConnection(OracleJDBCConnectionFactory.java:42)
at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(ConnectionFactoryProvider.java:77)
at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(ConnectionProfile.java:354)
at org.eclipse.datatools.connectivity.ui.PingJob.run(PingJob.java:57)
at org.eclipse.core.internal.jobs.Worker.run(org.eclipse.core.jobs_3.2.0.v20060603.jar.so)

Similar Messages

  • OracleAS Data Source Plugin for OmniPortlet for SAP

    Hi,
    What is the later version for the OracleAS Data Source Plugin for OmniPortlet for SAP ?
    Still BETA release ?
    thanks

    Hello,
    We get the same error message for our WD4J application now
    "JCo data source missing for type: class com.company.application.main.model.Tvm1T    class com.sap.aii.proxy.framework.core.DataAccessException"
    Does anybody know the reason for this?
    Thanks,
    Robert

  • Oracle Migration Tool giving Access denied error for Read operation

    Hi;
    Oracle Migration tool is giving access denied error when we are trying to Read a record for Access Profiles.
    We are getting (SBL-ODS-50085) error.This is happening only for few records(Access Profiles).
    Although the user role is administrator having full access and privilege (Manage User and Access checked).
    Pl. help me resolve the issue.
    Thanks!

    Hi,
    Does it happen when you try to read "any" Access Profile?
    If yes, please have a look at the
    "Admin: Users and Access Controls - Manage Users and Access - Manage Users and establish User Quotas. Define Access Profiles, Roles and Groups to manage data access controls." privilege in the role of the user you use for migration.
    In order to avoid any problem, I usually create a "Migration" role temporarily and assign this role ALL the privileges to avoid such failures at the time of export.
    Hope this helps,
    Best regards,
    Charles DUBANT.
    http://www.dubant.com/

  • How to set Oracle Data Integrator Timeout paramter value as unlimited

    Hi
    Can any one help me how to set Oracle Data Integrator Timeout (ODI menu>User Paramter>Oracle Data Integrator Timeout > paramter value as unlimited.
    By default it is 30 and i want to change it as unlimited.
    I am connecting linux box through windows using citrix and opened ODI and start the scenario execution (my scenario execution in loop and it will execute continuesly) after execution starts I an logout from citrix (I am not closing ODI) and after some time like 50 min my odi execution is stoped due to timeout.
    my ODI execution should continue in my absence that to unlimited.
    Please help me it is urgent
    Regards,
    Phanikanth

    Thanks Bhabani
    Is it work for unlimited in linux box because I have given operator dispplay limit(0=no limit) as 1000000 and I am unable to see the execution session details on Operator>session list
    later i have changed to 10000 and click on ok and just refreshed and it is working fine
    If I give mensioned below it will not impact on ODI ?
    windows it is working but I have doubt on linux version
    Please help me
    Regards,
    Phanikanth

  • Not able to connect to Oracle Data source in Oracle Essbase Studio 11.1.2.2

    Hi,
    When i tried to connect to Oracle data source, i get this error "Unable to establigh connection. Ensure that the server is running, the user name and password are correct, and the ohter data fields match the server's configuration" when i tried to select database.
    If i change server name from to localhost, it allows to select database and does not give any error. but clicking on next button says localhost is not accepted, it needs machine name. Then how to connect to Oracle Data source?
    Edited by: User006 on Oct 10, 2012 12:45 PM

    It is possible the Oracle db has not been installed correctly, I take this is a personal install on a laptop, if so did you install the loopback adaptor.
    Have you tried the connection using the ip of the machine.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ODI-1241: Oracle Data Integrator tool execution fails.

    Hi
    I'm getting the following error while running the OdiOSCommand command. I'm running dos2unix command to convert text files from dos to unix format.
    Application tier is on a different host to the ODI setup. Getting the following error. Please help resolve this issue.
    Error : ODI-1226: Step OdiOSCommand fails after 1 attempt(s).
    ODI-1241: Oracle Data Integrator tool execution fails.
    Caused By: com.sunopsis.dwg.function.SnpsFunctionBaseException: ODI-30038: OS command returned 1.

    The issue was with the value set for the OUTPUT_DIR variable. It was pointing to the wrong location.
    After setting it correctly the package completed successfully.
    Thanks for all your replies.
    To anwser your question. We are finding junk data and need to run the command to remove them from the input files which are coming from a different source.
    Edited by: user761125 on Jun 3, 2012 11:38 PM

  • Support of Eclipse Plugin for Oracle CEP tools IDEs

    I am having issue with Eclipse plugin to update the Oracle CEP tools.
    Here is the details about error in one of the environment:
    Cannot complete the install because one or more required items could not be found.
      Software being installed: Oracle CEP Tools 11.1.1.20111115-1500 (com.bea.wlevs.eclipse.tools.feature.feature.group 11.1.1.20111115-1500)
      Missing requirement: Oracle CEP Tools 11.1.1.20111115-1500 (com.bea.wlevs.eclipse.tools.feature.feature.group 11.1.1.20111115-1500) requires 'org.eclipse.jdt.feature.group [3.6.0,3.7.0)' but it could not be found
    In another environment , I am getting the error Eclipse could not connect to "http://download.oracle.com/technology/software/cep-ide/11/"
    Does oracle provide the latest Eclipse IDE Plug-in or not ?
    Any help would be helpful.
    Thanks,
    Srini

    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e14476/install.htm#CHDIDGBI

  • Oracle Data Access with Delphi - Please help

    Hello: We would like to access Oracle Applications data using a third party tool. I understand we can use Delphi development environment to access Oracle data. Can somebody help, how do we do this? Any online tutorial or White paper. Basically we want some simple UI screens to fetch Oracle Applications data. Thanks for your help, in advance.

    Google: "Delphi" and "Oracle" and "connection"

  • Please help with this issue "To Run a SSIS Package outside of Server Data Tools You must install Drived Column of Integration sercvies of higher" From C# app

     i have searched all over the google and here on MSDN(I have read all the threads related to my problem ) , i am new to SISS and doing my clg project ,
    I have this package which loads data from  dim tables to a fact table , my Package runs without any problem in BIDS (2012)
    I have installed SQl Server integration services on SQL and service is also running in services.msc,
    the problem comes when i execute my package using my C# application i am using MSDN Method to execute a SSIS package programmatically given here.
    "http://msdn.microsoft.com/en-us/library/ms136090.aspx"
    For loading my FactTable i have used a Derived columns  and some lookups , 
    Now if i don't use derived columns and looks ups and just use source and destination component then my package runs fine from my C# application but if i use derived columns or looks ups etc it gives the following error
    "Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/SSIS.Pipeline: To Run a SSIS package outside of SQL Server Data Tools you must Install Derived Column of Integration services of higher"
    I am searching and trying to resolve this issue from previous 2 days but without any luck please help or guide me what is solution to this problem ,,i will be very thankful
    I have also found that integration services that are running on my system have version  10.0
    but the BIDS have version Version 11.0.3402.0
    IS this causing problem ?  if yes then what i have to do  ?

    Hi BlaxButt,
    The package is developed in SSDT installed by SQL Server 2012, so it is a SSIS 2012 package. However, the Integration Services you have installed is SQL Server 2008 R2 version. To run the package outside SSDT, you need SSIS 2012 installed. The reason why
    the package runs fine with only Source and Destination components is that such a simple package can be executed by the DTExec utility installed by SQL Server 2012 Data base Engine or Client Tools (SQL Server Import and Export Wizard). To run a package that
    uses other tasks/components outside SSDT/BIDS, the SSIS runtime is also required except the DTExec utility. To obtain the SSIS 2012 runtime, we have to install SSIS 2012 on the server where the package runs.
    Reference:
    http://stackoverflow.com/questions/19989099/getting-error-running-ssis-package-on-non-ssis-server
    Regards,
    Mike Yin
    TechNet Community Support

  • Need help in oracle data recovery

    Friends ,i need help in oracle data recovery.
    I had an oracle 8i database running on windows.
    For some reason Windows operating system crashed.
    It is not booting up.
    I dont have current backups.But my database physical files are in the disk.
    Controlfile,datafiles and redo log files are there.
    Is there any way I can recover my database?
    Please help in this issue.
    regards
    Ajith

    HI citrus,
    thanks for the reply.
    I have installed database 9i on the same PC after O/S reinstallation.
    You are saying that ,I need to keep oracle root folder same as that of my old installation ,and copy control files,redo log and data files in exactly same folders as that of old database,and then start the database?
    thank you for your patience and support.
    regards.,
    Ajith

  • Help with Creating a Oracle Data Source

    Hello:
    I am trying to create a Oracle Data source.
    I was successful in creating a JDBC Conection Pool.
    But I am stumped creating a new datasource that uses the Oracle Connection Pool.
    It asks for a JNDI Name and I have no clue what I should enter in this box.
    Can somebody help me?
    Thanks.
    venki

    Enter whatever name suits you. This is the name you will use when looking up your datasource in the JNDI tree, i.e.
    Context ctx = new InitialContext();
    DataSource oracleDS = (DataSource) ctx.lookup("myJNDIName");

  • Using Oracle.Data.DLL vs. built in tools in VStudio2008

    hi. i've just recently installed oracle xe and am playing around with it to familiarize myself with the tool.
    i've also stumbled across the oracle's .net developer guide (b25312-01.pdf).
    my question is - do i have to use the oracle tools or can i just use the generic stuff that's provided by vstudio? i've managed to create a form, connect to my oracle xe database, and using the built in vstudio data sources tools, i've created a data entry form.
    does anyone have any comments on the dangers of not using the oracle developer tools? or is the same stuff?
    i'm just now making my way through the documentation but it's over 100 pages... so i thought if someone has any experience / comments with this, i'd appreciate it.

    hi. i've just recently installed oracle xe and am playing around with it to familiarize myself with the tool.
    i've also stumbled across the oracle's .net developer guide (b25312-01.pdf).
    my question is - do i have to use the oracle tools or can i just use the generic stuff that's provided by vstudio? i've managed to create a form, connect to my oracle xe database, and using the built in vstudio data sources tools, i've created a data entry form.
    does anyone have any comments on the dangers of not using the oracle developer tools? or is the same stuff?
    i'm just now making my way through the documentation but it's over 100 pages... so i thought if someone has any experience / comments with this, i'd appreciate it.

  • Help!! Want to immigrate Oracle Data in ASCII7 code to a Simplified Chinese Database

    I want to immigrate Oracle Data in ASCII7 code to a Simplified Chinese Database?
    I use exp& imp but it failed.
    Who can help me !
    Thanks a lot!

    Can you please specify the exact character sets you are migrating, such as US7ASCII ->ZHS16GBK . There are a couple of common scenarios. One is the source character set is not a subset of the target. Another is that the source character set has illegal characters. In your case maybe non ASCII characters. A third possibility is that you have not set up your NLS_LANG settings properly when you did your import or export. Can you please also describe the error message you are getting? What versions of Oracle do the source and target database reside? There is an Oracle utility that is highly recommended to use with Oracle8i before doing migrations called the Character Set Scanner. For more information on database character set migration issues and the Character Set Scanner please refer to
    http://st-doc.us.oracle.com/8.0/817/addendum.817/a85455/nlsadden.htm.

  • Unix Seconds to Oracle Date...HELP !!!

    Hi All
    We got a Oracle (8.1.7) database and I am trying to load some data but one of the column is in Unix time format(seconds since 01-01-1970) and I am trying to convert it to Oracle Date & time (dd-mon-yyyy, hh24:mi:ss) in CST time zone.
    I am using this formula:
    select to_char(new_time(to_date('01011970', 'ddmmyyyy') + 1/24/60/60 * 1090831602, 'GMT', 'CST'), 'dd-Mon-yyyy hh24:mi:ss') "Seconds to Date" from dual;
    But it seems to me that I am getting incorrect results.
    Could someone please help.
    Cheers
    Amit

    hmmm, this is still poor support! new_time does not "know" if we are in winter or in summer.
    select new_time(sysdate, 'GMT', 'EST'), new_time(sysdate + 180, 'GMT', 'EST') from dual
    NEW_TIME(SYSDATE,'G NEW_TIME(SYSDATE+18
    04.08.2004 05:31:59 31.01.2005 05:31:59
    select
      FROM_TZ( CAST(SYSDATE AS TIMESTAMP),'GMT') at time zone 'Europe/Zurich',
      FROM_TZ( CAST(SYSDATE+180 AS TIMESTAMP),'GMT') at time zone 'Europe/Zurich'
    from dual;
    FROM_TZ(CAST(SYSDATEASTIMESTAMP),'GMT')ATT FROM_TZ(CAST(SYSDATE+180ASTIMESTAMP),'GMT'
    04-AUG-04 12.28.15.000000 PM EUROPE/ZURICH 31-JAN-05 11.28.15.000000 AM EUROPE/ZURICH

  • Help with Oracle Scripting Tool

    Hello all, I am currently new to using the Oracle Scripting Tool. I can already launch the scripting author and develop some basic scripts using PL/SQL commands and test them using the scripting user responsibility. My main problem is with this one requirement in one of the panels of the script.
    In the first panel, there is a multi-list select box with a number of options. The user will select any number of these options then click continue to the next panel. Now here is my problem, if say the user selects 3 options in the last panel, the next panel should show 3 text fields. These text fields will correspond to each option selected meaning if I select 2 options in the last panel, 2 text fields will appear in the next panel or if I select 5 options in the last panel then 5 text fields will apper in the next panel. I dont know how to implement this using the Oracle Scripting tool, please help.. Any advice on this would be of greatly appreciated..

    Neither can be affected by the user.  The first is a long-standing, frustrating, bug.  Please report it via Aperture feedback at "Aperture➞Provide Aperture Feedback".  (I make thousands of crops a week, and make hundreds of details from crops (re-cropping smaller).  The current set-up, which "helpfully" over-rides _my_ setting, is extremely frustrating.)
    The second is not changeable.  You could recommend larger and/or more visible sizing handles by filing a second feedback request.
    Sorry for the unhelpful news.

Maybe you are looking for

  • Itunes not recognising ipod since recent update

    I last used itunes about 1.5 weeks ago to purchase a song and sync to ipod. I'm pretty sure since then I installed an itunes update. I uploaded a new album today and connected my ipod. My computed makes a noise when the ipod connects however no ipod

  • ITunes simply doesn't recognize either of my ipods

    Have had iTunes and multiple ipods - haven't synced either of my ipods in awhile, and when I plug either of them into the computer (which has always worked fine in the past), absolutely nothing happens. No error messages, no weirdness, nothing. The i

  • How can i remove all of the purchased songs from my phone?

    I want to remove all of the purchased songs from my phone, but I'm not having any success.  I've transferred the purchases to iTunes, and turned off the cloud on my phone, but they are still there.  They will not let me delete them...

  • PLEASE HELP Portforwarding to open Nat Type Please!

    I have a Wireless 2.4 Ghz  54 Mbps Broadband Router. I have seriously spent countless hours trying to get my Nat type open. I have tryed the DMZ route, that didnt work. I really dont know what else to do, any help would be great, Thanks.

  • Iplanet application server 6.5 on windows xp

    I'm trying to install iplanet application server 6.5 on windows xp. but for some reason it just hangs at the end of the install. Leaving my no choice but to quit the instalation. Has anyone sucessfully install 6.5 on xp? and could anyone help? would