Oracle db issue - with ODI

Hi ,
I used oracle as Relational DB for ODI, At first time when I am configuring it is fine , let when I restart my computer ..it is unable to connect .
The error I am getting is
java.sql.SQLException: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:
localhost:1521:hyperion
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:280)
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
     at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
     at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
     at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
     at com.sunopsis.sql.SnpsConnection.u(SnpsConnection.java)
     at com.sunopsis.sql.SnpsConnection.c(SnpsConnection.java)
     at com.sunopsis.sql.i.run(i.java)
From the error I believe its the issue with Oracle db port number, Here hyperion is SID,
now how to check the listener port number, if it is varying then how to make the portnumber static.
how to reslove this issue.
Thank You

Are you sure the oracle listener is up and running.
You could try the following from command line
tnsping <net service name>
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Hyperion Planning- Account dimension - Sort Order Issue with ODI 11.1.1.5

    Hello Experts,
    First of all, I thank you everybody in this forum for posting their valuable suggestions.
    I am facing a strange issue with ODI (Version 11.1.1.5) while loading metadata to Planning ACCOUNT dimension (Version 11.1.2.x). I am using a Oracle view to load metadata to this dimension. I have defined the sort order in the view and enabled SORT_ORDER_BY_INPUT. For the fresh load to the dimension, everything is working fine. But, when I move a member from one parent to another parent, and define it as the top member of new parent, it is missing its sort order.
    But it is working fine if you define it as the second, third...or last member under new parent. I have tried all the possible ways by flipping all the properties but unable to fix it.
    Please help me here to resolve this issue.
    Your help is greatly appreciated!!
    Thanks
    Edited by: user11965311 on Sep 20, 2011 7:07 PM

    To be honest I think you are best logging it with Oracle because it sounds like you are doing everything correctly so it could be a bug.
    Have you tested this on any previous versions of ODI or is it a new installation?
    If it does get logged with Oracle please keep me informed of the outcome as I would be interested to hear.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Issues with ODI connection to Hyperion Financial Management

    Hi,
    I am having some issues with ODI connection to Hyperion Financial Management. ODI and Financial management are setup on different machines.
    The ‘Cluster(Data Server)’ name in Topology is given as ‘hfm03cl’. On reverse-engineering a model it gives the following error:
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 38, in ?
    com.hyperion.odi.common.ODIHAppException: Error occurred in driver while connecting to Financial Management application [HFM1] on [hfm03cl] using user-name [admin].
    at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:58)
    When HFM is installed on the same machine, it works fine. How does ODI identify a cluster on a different machine? Do I have to give the machine name along with the cluster name? If so, what is the format?
    Thanks,
    Su

    You will need to have the HFM client installed on any machine that will be running ODI (i.e. Designer or Agent) that will be executing connections to an HFM server.
    Once you have the HFM client installed, see if you can actually connect to HFM from that machine using the HFM client.
    Couple of other thing, in the Physical Schema, have you set the Application Catalog and Work Catalog to the same HFM application?
    Also, when you are reversing, are you using the local agent or one you have installed using agentservice?
    geeo

  • Issue with ODI 11.1.1.5 with Essbase 11.1.2.1

    Hi all,
    We have Just upgraded ODI 10.1.3.6 to ODI 11.1.1.5 both are using Oracle as the Repository.
    After the Upgrade we do have issue with interface which extracts data from the Essbase 11.1.2.1 to Oracle DB
    Essbase: LKM Herion Essbase DATA to SQL
    Staging: LKM SQL to Oracle
    Target: IKM Oracle Incremental Update
    When we select the "Staging is diff from Target" the Flow Disappears, with a critical Error message
    "Staging Area is loaded by an LKM but target datastore does not reference any columns from a source datastore. Either uncheck the box "Staging area different from target" or add source column references in the target."
    This is reported as a bug by the development.
    When this option is Unchecked the Flow appears again.
    But even with the "Staging is diff from Target" is unchecked when i execute the interface i get the following error message,
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
    File "<string>", line 104, in <module>
         at com.hyperion.odi.essbase.ODIEssbaseDataReader.validateExtractOptions(Unknown Source)     at com.hyperion.odi.essbase.AbstractEssbaseReader.beginExtract(Unknown Source)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:597)
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Invalid value specified [] for LKM option [EXTRACTION_QUERY_FILE]
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:346)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2458)
         at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:48)
         at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
         at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2906)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2609)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:540)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:453)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1740)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:338)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:214)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:272)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:263)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:822)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:123)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:83)
         at java.lang.Thread.run(Thread.java:662)
    Any help is much appreciated.
    Regards,
    Dayalan P.

    To be honest I think you are best logging it with Oracle because it sounds like you are doing everything correctly so it could be a bug.
    Have you tested this on any previous versions of ODI or is it a new installation?
    If it does get logged with Oracle please keep me informed of the outcome as I would be interested to hear.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Oracle 10g - issue with "DELETE from TABLE WHERE ID in (1,2,3)" (cfqueryparam used)

    Hello, everyone.
    I am having issues with running a DELETE statement on an Oracle 10g database.
    DELETE
    FROM tableA
    WHERE ID in (1,2,3)
    If there is only one ID for the IN clause, it works.  But if more than one ID is supplied, I get an "SQL command not properly ended" error message.  Here is the query as CF:
    DELETE
    FROM TRAINING
    WHERE userID = <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#trim(form.userID)#">
         AND TRAINING_ID in <cfqueryparam value="#form.trainingIDs#" cfsqltype="CF_SQL_INTEGER" list="yes">
    Anyone work with Oracle that can help me with this?  I'm an experienced MS-SQL developer; Oracle is new to me.
    Thanks,
    ^_^

    Nevermind.. a co-worker just told me that I still have to use parenthesis around the values for the IN clause. 

  • Basic Issue with ODI interface

    Hi All,
    I have a very strange problem.
    I am coding my second interface in ODI.
    Its very simple
    Joining 4 tables ,with one filter and connect it with the target table.
    The interface when executed runs fine,without any error.
    But the target table doesn't get populated.
    So when i check the ODI interface at every step via the Operator navigator,I get no error at any step.
    step1) drop a table (this comes as a warning as no table exists)
    step2) create a view(this step suceeds ,but when i check the database the view is not created)
    STEP 2 is a real issue and I can't understand as to why this view is not
    getting created in database,when the step completes successfully
    Pls can someone suggest where should i look for ?
    rgds
    s

    I can relate to your issue.
    ODI does this to me all the time.
    The Operator logs show all greens and show no error, but no data makes its way to the Target.
    I usually remove one mapping at a time and re-run the Interface. That helps me pin-point what might be the issue. Very frustrating.

  • Oracle 10g - Issue with Timestamp

    Hi All,We are having an issue with Oracle 10g and Hyperion Intelligence Explorer 8.3.1.133I can only use ODBC to connect to 10g. If I use SQL Net as my connection source I get the dreaded "An unknown error has occurred".Hyperion support tells us to roll back to 8i or just use ODBC until patch released.Anybody know of any workarounds?Regards,Mike

    Nevermind.. a co-worker just told me that I still have to use parenthesis around the values for the IN clause. 

  • Oracle text - issue with contains query

    Hello,
    Need urgent help.
    Following code in my procedure is giving me error.
    TYPE c_1 is ref cursor;
    result_cursor c1;
    i_text2 := 'NEW%';
    open result_cursor for
    'select /*+ INDEX_SS_DESC(e cad_addr_idx2 )*/
    from cad_address
    where
    contains(text, {:i_text2}, 1) > 0
    and rec_type in (1,2,3,4)
    order by occur_count desc'
    using
    i_text2;
    ORA-00936: missing expression
    ORA-06512: at "AV_OWNER.MY_PROC", line 43
    ORA-06512: at line 6
    Oracle version is 11.2.0.3.0.
    Thanks,

    check your table is 'text indexed' on this 'Text' column.To knoow more about 'text index' go to
    http://docs.oracle.com/cd/B19306_01/text.102/b14217/ind.htm
    Also refer to the below thread where someone had faced issues with CONTAINS clause.
    ORA-20000: Oracle Text error: DRG-10599: column is not indexed

  • Oracle JInitiator issue with Firefox 3 and IE7 - not working!

    Hi,
    I'm accessing the oracle apps server through VPN using a Windows Vista system running Firefox 3 and IE 7. I'm able to log on and access the self service pages correctly. But I'm unable to access the form based pages. If I use the JInitiator 1.3.1.21, both browsers crash (though Firefox says missing plugin and mentions this version only). On installing higher versions of the plugin (28, 30), IE 7 keeps giving the message "installing components...oajinit.exe" and there is no more progress.
    Could anyone please let me know what could be the issue and how to resolve it.
    Thanks in advance!

    As I don't have access to metalink yet, can you tell me for my configuration what is certified and what browser I should use? I already mentioned that my OS is Vista and I have IE7. I realise that IE6 cannot run on Vista and now Firefox 3 cannot be used. So what JInitiator should I use for IE 7?The currently supported desktops for Release 11i include:
    - Win2K / WinXP + IE6 / Firefox 2.x
    - WinXP + IE7 / Firefox 2.x
    - Mac OS X v10.3.9 + Safari 1.3 and higher
    - Mac OS X v10.4.7 + Safari 2.0 and higher
    - Vista desktop clients running the native JRE plug-in on IE 7 ***
    *** Oracle JInitiator Not Certified for Vista Desktops: Oracle JInitiator 1.3 will not be certified for Vista desktops. Jinitiator 1.3 is based on JDK 1.3. JDK 1.3 is not compatible with Vista. No new updates to JInitiator are planned for Vista.
    Firefox 2 Certified on Vista for Oracle E-Business Suite
    http://blogs.oracle.com/stevenChan/2008/04/firefox_2_certified_on_vista_f.html
    Windows Vista + IE7 Certified with E-Business Suite
    http://blogs.oracle.com/stevenChan/2007/11/windows_vista_ie7_certified_wi.html

  • Jyhton issue with ODI upgrade

    Hi,
    I am trying to execute the jython script but when i execute this part
    d = glob.glob(src + os.sep + 'd33*cts.txt') i am getting the following error :Traceback (innermost last):
    File "<console>", line 1, in ?
    AttributeError: class 'org.python.modules.os' has no attribute 'sep'
    We have upgraded the repository from SunopsisV3 to ODI 10.1.3.4.2 version.
    Can anyone what has to be done with this issue.

    I also have the same problem. I have a shell script that is being called by ODI. The last line within that shell script is an ESSCMD batch script. I verified that the paths to all files are fully qualified. However I can't get the script to run in ODI. Did anyone ever find the solution to getting ESSCMD batch scripts to run within ODI?

  • Oracle Per5formance Issue With Huge Data

    Hi Everyone,
    I needed one help from the techies here.
    The issue I am facing is, I have got a set of oracle queries that I needed to execute often.
    Previously the things were fine as the number of records were less.
    But now I have gone into deep trouble as the new dump I have got is having tremendous amount of data.
    For example one of the table my query used has got 8000000 records.
    Can anyone tell me about the ways that I can use to improve the perforance level.
    Most of the tables i have already seen are using indexes.
    Thanks in Advance

    user12280955 wrote:
    For example one of the table my query used has got 8000000 records.So? The number of rows does not determine performance.
    SQL> set timing on
    SQL> select count(*) from daily_xxxxx;
      COUNT(*)
    2332931003
    Elapsed: 00:00:09.94Approx 1,125,793 I/O calls (majority logical and not physical) were needed and performed in 10 seconds.
    Compare this to the following:
    SQL> select count(*) from all_objects;
      COUNT(*)
         72873
    Elapsed: 00:00:10.29A tiny percentage of rows in comparison with the 1st query above. 1,473,899 I/O calls make (majority also logical).
    What are the common factors here? Elapsed execution time and the amount of I/O done. The execution time has nothing to do with the number of rows processed.
    So if number of rows are effecting your database's performance, then your database design and physical implementation is not optimal - as it does not provide optimal I/O paths to the desired result sets that need to be determined by the database. In other words, the design is not scalable. Relational design is inherently scalable - when done correctly.
    So I would think you need to review your design - both logical and physical.

  • DATAEXPORT from Essbase to Oracle SQL - Issue with #Missing

    Hi,
    I'm exporting data from Hyperion Planning application in order to transform and load forecast data into HFM.
    To do so, I'm using ODI which build an Essbase calc script, run this calc script in Essbase, transform the data and then load it into HFM.
    The calc script is exporting data into an Oracle table. I have one problem with the precision of the extract: when I set a precision (properties DataExportDecimal & DataExportPrecision), the #Missing are exported as "0" in Oracle table. I saw in the documentation that the precision properties are optional but when I don't set these precisions, #Missing are exported as "-0,000000000002".
    I'd like to export #Missing as null and keep "0" when data equals to "0" (I mean, no transformation of "0" to null). Also, I can't change the architecture to flat file export / load.
    I put the script I use below, thanks a lot for your help!
    Stephane.
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    SET UPDATECALC OFF ;
    SET CACHE HIGH;
    SET CALCPARALLEL 4;
    SET LOCKBLOCK HIGH ;
    SET MSG SUMMARY ;
    SET DATAEXPORTOPTIONS
    DataExportLevel ALL ;
    DataExportDynamicCalc On;
    DataExportDecimal 7;
    DataExportPrecision 7;
    DataExportColFormat Off;
    DataExportRelationalFile On;
    DataExportOverwriteFile On;
    DataExportDryRun Off;
    DataExportColHeader "PERIOD";
    FIX(BegBalance, @RELATIVE(TOT_YEAR,0), &FY_N0, &FY_N1, &FY_N2, "FINAL", &CurrScenario, @RELATIVE("PL_SRC", 0), "ENTITY_CURR", @RELATIVE("SITES", 0), @RELATIVE("TECHPL", 0), "ND_COST_CENTER", "ND_COST_CENTER_IC", "IC_TOT", @LEVMBRS(BU, 0), "ALL_PROJECT", "PTD", @LEVMBRS("LEGAL_ENTITY", 0))
    DATAEXPORT "DSN" "STAGING" "STG_BUDGET_EXTRACT_RPTING_HP" "#SCHEMA" "#PASSWD";
    ENDFIX;

    I can't really comment on why #Missing is not being outputted as you expect, is it possible you can run an update after the export to transform "-0,000000000002" to NULL
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Issue with ODI 11g and Fixed width files

    Hi to everyone,
    i've got a problem with a flat file with fixed length fields. I delcared all correctly(it seems) and in the data preview i see the correct data, unfortunatly when i lounch my interface execution i receive an error telling that the dimension of the last filed is more than the declared one. It looks like he is not able to understand the end of the record that is the normale "0D0A".
    And i have also another question, anyone knows why inside my ODI Desiner i see always the same file also if i try to change the data inside? Is it a problem of release or some bug? Have i forgot to configure something in some place?
    Thank you in advance.
    B.

    Yes AyushGaneriwal,
    the problem was non printable characters in the last field of 2000 character arriving from Mainframe download, now i asked for a clean file and is working good.
    Thank you.
    B.

  • Oracle OEM issue with RAC Database

    We're have Grid Control 11g on Linux. The issue that I've is when trying to access the "Top Activity" screen for node 1 of a 2-node RAC cluster. The general "Performance" tab displays, but the graphs will not get past "Loading". Furthermore, when you click "Top Activity", the page displays but with no graph and the following error:
    ORA-12504-TNS:listener was not given the SID in CONNECT_DATA
    Access to the screens which aggregate all instances or to node 2 specifically seems to work properly. This is case whether the SCAN listener is running on either node.
    We have a 2-node RAC 11gR2 cluster w/ ASM and 3 SCAN listener. This is HP-UX
    Enterprise Manager 11g is being run from another host, this is RHEL5

    bcm@bcm-laptop:~$ oerr ora 12504
    12504, 00000, "TNS:listener was not given the SERVICE_NAME in CONNECT_DATA"
    // *Cause:  The listener was not configured with a default service and
    //  SERVICE_NAME was missing from the CONNECT_DATA received by the listener.
    // *Action: Possible solutions are:
    //  - Configure DEFAULT_SERVICE parameter in LISTENER.ORA with a valid service
    //    name. Reload the listener parameter file using reload [<listener_name>].
    //    This should be done by the LISTENER administrator.
    //  - If using a service name, Check that the connect descriptor corresponding
    //    to the service name in TNSNAMES.ORA has a SERVICE_NAME or SID component
    //    in the CONNECT_DATA.

  • Sql Server Connectivity issue with ODI Data Profiler

    Hi all,
    To profile data from SQL Server Data source, i had created a ODBC connection(using Windows NT authentication) in the system and it was successful. Created a connection with Type ODBC connection in Loader Connections along with System name, Port No and DSN Name. But while trying to connect the database it is throwing an error as Authentication Failed. Please guide me.

    ODI's DP does not support the use of sourcing data on the ODBC data source. You must extract to a file, and use the file as the input.

Maybe you are looking for