Excel to oracle

Hello world

I am trying to export data from excel to oracle.

Topology Manager
I managed to do the physical schema and the logical schema.

the connection in the scheme worked with odbc.

Designer.

the model recognized my diagram logical and all worked fine.

I did the data to store and defined as varchar columns, as we do in the flat file.

I'm not able to see the data, iam getting the error. "the query execution failed."

Thank you



When you use an Excel file, must be defined a "name of the interval" which ODI will understand that the 'table '.

To do this, Excel Select the entire data, right click and choose 'The interval name' (in Excel 2007).

Save and close.

If all is well spent, you will be able to see the 'picture' of ' Reverse selective "on your model. (check the 'objects to reverse' option)

Make sense to you?

Tags: Business Intelligence

Similar Questions

  • Problem transfer of Excel to Oracle

    I have a question of transfer of data from Excel to Oracle.
    I believe that I have configured everything very well, I was able to connect to Excel and Oracle, could boning tables and everything. But when I try to load the data, one here of this error on the result set that I couldn't find a solution.
    Any suggestions are appreciated! I can give more if necessary.
    Thank you.


    Here is the error log:


    8000: null: java.sql.SQLException: ResultSet is closed
    java.sql.SQLException: ResultSet is closed
    at sun.jdbc.odbc.JdbcOdbcResultSet.checkOpen(JdbcOdbcResultSet.java:6646)
    at sun.jdbc.odbc.JdbcOdbcResultSet.clearWarnings(JdbcOdbcResultSet.java:1765)
    at sun.jdbc.odbc.JdbcOdbcResultSet.close(JdbcOdbcResultSet.java:1468)
    at oracle.odi.runtime.agent.execution.sql.concurrent.FastJDBCRecordSet.close(FastJDBCRecordSet.java:124)
    at oracle.odi.runtime.agent.execution.DataMovementTaskExecutionHandler.handleTask(DataMovementTaskExecutionHandler.java:113)
    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:537)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:453)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1740)
    to 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)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:263)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:822)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:123)
    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)
    at java.lang.Thread.run(Thread.java:662)

    Hi Caio,

    This seems to be a bug in version 11g ODI. Look at the ODI Support document id: 1437526.1

    https://support.us.Oracle.com/OIP/faces/secure/km/DocumentDisplay.JSPX?ID=1437526.1

    He recommends that you apply the hotfix 12798243 to resolve this problem.

    Kind regards

    Harris

  • Download a data sheet excel using Oracle APEX 3.2

    Hi all

    Please help me out to download the data in the worksheet excel using oracle APEX 3.2.

    Follow the steps mentioned in the link below, but even after I get a error saying no data found

    http://avdeo.com/2008/05/21/uploading-Excel-sheet-using-Oracle-Application-Express-apex/


    Please help me to go further.

    Kind regards
    Santini

    Hello

    Try the Jarola.

    See: import data in Excel to database table

  • How to connect Microsoft excel to oracle database?

    version Oracle 11.2.0.3
    version of solaris 10 operating system
    Microsoft excel 2007

    any body can help me how to connect excel, oracle database, I can write my query in excel, and retrieve data from oracle database and show in excel sheet or I can write a query to insert data to the oracle database.

    Hello

    I never tried, but why not try so if you succeeded you will come to know otherwise you would need still oracle client to connect to the oracle database that is located on the other server or if you do not have to install on your local machine that you cannot connect to the oracle database oracle client.

  • problem loading data from oracle table excel table / oracle

    Hi all

    I'm working on the form of data transformation 2 different sources to a target table only oracle.
    My first source - excel sheet.
    2nd source - oracle table.

    Creation of data servers, dsn(for excel), reversing everything done very well.
    When I try to display the data there is a problem.

    EXCEL - serial number column is displayed as 1.0,2.0,.3.0 etc. need 1,2,3,4,5...
    Oracle tables-> after that reverse it does not display the data types for the selected columns.

    I am not able to create a join and run.
    Help, please.

    Thank you
    Chaitanya.

    Hello

    Just a thought, why not u cast TO_NUMBER to the interface mapping for the serial number column?

    Thank you
    Guru

  • Manipulate Excel of Oracle files?

    Hello Experts!

    Version oarcle: Oracle Database 10 g Enterprise Edition Release 10.2.0.4.0 - production

    This might be a silly question. I explored a bit and discovered that I can SPOOL the results of the query in an Excel file.
    SPOOL "C:\temp1.xls";
    
    select 'Description'    ||chr(9)||'Type'||chr(9)||'Count' from dual union all
    select 'My test output1'||chr(9)||10||chr(9)||224 from dual union all
    select 'My test output2'||chr(9)||20||chr(9)||23134 from dual union all
    select 'My test output3'||chr(9)||30||chr(9)||43534 from dual union all
    select 'My test output4'||chr(9)||40||chr(9)||12324 from dual union all
    select 'My test output5'||chr(9)||50||chr(9)||2324 from dual union all
    select 'My test output6'||chr(9)||60||chr(9)||43322 from dual;
    
    SPOOL OFF;
    The question is: using PLSQL can I also create some chart in this excel file?

    The idea is to run the query and open the excel file that is created that you have a power and a chart (based on the output).

    Thank you

    It's perhaps easier to go the other way and read using ODBC Oracle data in EXCEL. Then, you can easily set a chart. For an example, see
    http://blog.tanelpoder.com/2008/12/28/performance-visualization-made-easy-perfsheet-20-beta/ or
    http://blog.go-faster.co.UK/2008/12/graphing-AWR-data-in-Excel.html
    or try Charles hoppers Blog http://hoopercharles.wordpress.com/category/excel/

    Concerning
    Marcus

  • The using Excel and Oracle SQL Developer data import - I need help

    Dear friends,

    I use Oracle SQL Developer 1.5.1 and I need to import an Excel file into a database table. If I try to import this file into XLS format, fields and headers are properly presented and separated, but if I press the button 'Next', it does nothing - it remains stopped.

    I did some research here in this forum and it seems to me that when you try to import a file via the XLS format, Developer SQL has bugs. Is this correct?

    If I save the same file in the CSV format and try to import the same file, it moves forward, but SQL Developer is not separating headers and fields correctly. It includes all CSV fields into one - say Column0 and fields 1. TEST; 01/01/2000 under the same Column0.

    Save the file in the CSV format is not a problem, by taking a little time. But I don't know how to make Developer SQL import correctly. Could someone help me please? Thanks in advance.

    Best regards

    Franklin

    This is a known bug in 1.5.1 so use 1.5.0 to import from Excel.
    With respect to the CSV, make sure that you have the right setting in the Preferences - Database - settings of export of genres - delimiter of export custom .

    Have fun
    K.

  • How do I export to excel for oracle ebs forms

    Hi all

    I am trying to export the form data in Excel through Internet explorer, when I select all the records and try to export in excel after some time it open other windows for a connection.

    Please tell me how to export to excel.

    Thank you

    Go to control panel-> Java-> advanced-> Java plug-in
    Find "activate the next generation Java plug-in.
    If it is checked, uncheck it.

    Thank you.

  • To load excel spreadsheet oracle table by combining the values of the columns

    Hi all
    I need to load some data from excellent spreadsheet to a table, but on one condition.

    For example: If there are four columns in my excel sheet, the three combined columns must be loaded as a single column in my table and the last column in a separate column.

    for example: if my excel sheet has emp_no, emp_val, emp_id, emp_date lines and its values are 1,1,1,29 / 07 / 2011, then he must be loaded in my employee table of database like 111, 07-29-2011... What should I do? Please help me

    First, export your Excel spreadsheet to CSV. It is much simpler to work with text delimited by a binary property. Place the CSV file in a directory accessible to the database.

    Second, create an external table to select the data in the CSV file. Outdoor tables are very neat, once you get your head around them: basically we can execute SQL queries against the OS files. Declare the external table with four columns, i.e. its projection corresponds to the structure of your file. Learn more about the outdoor tables.

    (You will need create a DIRECTORY object to do this, pointing to the OS directory where you put the CSV file).

    Now its to a cinch to insert data into your target table:

    insert into target_table (col1, cols)
    select c1 || c2 || c3, c4
    from external_table
    /
    

    Cheers, APC

    Published by: APC Sep 14, 2011 14:49

    Published by: APC Sep 14, 2011 14:50

    Why is it so difficult to get things in shape? Grrr

  • Excel to Oracle / function formula

    I have a column that contains the log entries. He can say anything, but somewhere in there, there will be an entry showing this:
    "ID: 555555-" (a number).

    I need to extract this number. In excel I used something like this:

    = MID (D2, FIND ("": ", D2, FIND (" ID: ", D2, 1)) + 2, (FIND (" '-", D2, FIND (" ID: ", D2, 1)")-FIND ("": ", D2, FIND (" ID: ", D2, 1))) - 3).

    What funtions would be best to achieve this?

    BTW, instead of finding the info, I thought it might be easier to undress the rest of the info... I do not know.

    Follow these steps:

    (1) add another instance of the COLUMN in question.

    2) click on the fx and enter this:

    Table of CASES WHEN. COLUMN LIKE 'ID:555555-%' THEN RIGHT (picture. COLUMN, the LENGTH (the table. (COLUMN) - POSITION ('-' IN the table.) COLUMN)) ELSE NULL END

    (3) add a filter on this new column "is not ZERO.

    You will have a report with just the rows where the value of COLUMN begins with ID:555555.

  • Doubt with integration of excel with oracle DB!

    Hi friends,

    I have an ee 10g I deal on win XP SP2 on virtual box I am able to run isqlplus so my box as my host. I wanted to fill in some data from the database to the current excel worksheet in the host machine. I need step involved in the fulfillment of this or of the documentation would help me better.

    Kind regards
    Maury

    http://www.orafaq.com/wiki/ODBC_FAQ#How_does_one_get_Oracle_data_into_MS-Excel.3f

  • How to customize the default behavior of Excel to Oracle reports

    We are generating an Excel report using report Builder10g.
    Loan_No. column is of type varchar, but the client has only numbers in there that is longer than 15 characters sometimes like (121231231123124324).
    The values in this column appear as 'Exponential' by 'E' Excel thinks that this value is digital (123213E).
    For the test, I add a Word to say of the character 'A' and a comma before this Loan_No as (A121231231123124324) /('121231231123124324'), then the Excel shows this fine Loan_No if she sees this as a tank.
    The other option customer request to manually change the column Loan_No in tank in Excel, once the report is generated.

    My question to this forum is... can we change the default behavior of Excel Report Builder... ?
    In other words, can we create an Excel Macros and add it to our code... while creating an Excel report?

    Aditi_Seth wrote:
    FS, I tried your suggestion too like that... in my sql to RDF query...
    ----------------------------------------------------------
    CE.quote_number "quote, #
    "= A('|| ce.loan_number||',"0»)' ' # of loans. "
    ----------------------------------------------------------
    but it generated this output for the Loan_No column: #NAME?

    "= A('|| ce.loan_number||',"0»)' ' # of loans. "

    Is this typo in this post, or you really put only "= A?

    This should be "= TEXT '.

  • Problem with the connection from Oracle to MS Excel - 64 bit

    Hello

    I have problem connecting Excel to oracle 11.2 using DG4ODBC.

    OS - Windows 7 64 bit

    Database version: - Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64 bit

    Created system using ODBC DSN:

    Name of Data Source = test12

    Oracle home path:-D:\app\11g64db\product\11.2.0\dbhome_1

    Contents of the initdg4odbc.ora file:

    # This is an example of initialization file of the agent that contains the HS settings

    # necessary for the database to ODBC gateway

    #

    # HS init parameters

    #

    Test12 = HS_FDS_CONNECT_INFO

    HS_FDS_TRACE_LEVEL = 255

    #

    # Required for the non-Oracle system environment variables

    #

    #set < varenv > = < value >

    Content of listener.ora:

    listener.ora # Network Configuration file: D:\app\11g64db\product\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora

    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (GLOBAL_DBNAME = live)

    (ORACLE_HOME = D:\app\11g64db\product\11.2.0\dbhome_1)

    (SID_NAME = live)

    )

    (SID_DESC =

    (PROGRAM = dg4odbc)

    (SID_NAME = dg4odbc)

    (ORACLE_HOME = D:\app\11g64db\product\11.2.0\dbhome_1)

    )

    )

    LISTENER =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    )

    ADR_BASE_LISTENER = D:\app\11g64db

    Content of tnsnames.ora:

    tnsnames.ora # Network Configuration file: D:\app\11g64db\product\11.2.0\dbhome_1\network\admin\tnsnames.ora

    # Generated by Oracle configuration tools.

    excel_test =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = tcp)(HOST=localhost) (PORT = 1521))

    (CONNECT_DATA = (SID = dg4odbc))

    (HS = OK)

    )

    SCREW =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = live)

    )

    )

    Status of the listener

    LSNRCTL for 64-bit Windows: Version 11.2.0.4.0 - Production on August 29, 2014 13:56

    : 11

    Copyright (c) 1991, 2013, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost) (PORT = 1521)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    TNSLSNR for Windows 64-bit version: Version 11.2.0.4.0 - Prod

    ction

    Start date August 29, 2014 13:34:58

    Uptime 0 days 0 h 21 min 12 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Listener parameter File D:\app\11g64db\product\11.2.0\dbhome_1\network\admin\l

    istener.ora

    Listener log file D:\app\11g64db\diag\tnslsnr\Est-Subramanya\listener\al

    ert\log. XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))

    Summary of services...

    Service "dg4odbc" has 1 instance (s).

    "Dg4odbc" instance, status UNKNOWN, has 1 operation for this service...

    Service 'live' has 2 occurrences.

    Instance of "live" status UNKNOWN, has 1 operation for this service...

    Instance of "live" READY State, has 1 operation for this service...

    Service 'visXDB' has 1 instance (s).

    Instance of "live" READY State, has 1 operation for this service...

    The command completed successfully

    DB Link:

    CREATE DATABASE LINK PUBLIC TEST123 USING 'excel_test ';

    error when querying of data:

    Select * from test@test123;

    ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:

    ORA-02063: preceding line TEST123

    28500 00000 - "connection between ORACLE and a non-Oracle system has sent this message:

    * Cause: The cause is explained in the forwarded message.

    * Action: See documentation for the non-Oracle of the transmission system

    Message.

    Error on line: 1 column: 20

    Appreciate the help in advance...

    Thank you...

    This problem is solved. It was because of the excel 12.0 version when creating data source in administrative tools.

    Thank you.

  • Load since excellent data to Oracle Tables

    Hi all

    I want to create a table with the payment year as default sysdate (to_char(sysdate,'yyyy')) and months in the form 'MM' (as default payment_month < (syadate, 'MM') >

    I'm doing it in vain. Help me please, and the other is want to load data from EXCEL to ORACLE table.

    I used to load the load data using SQL * LOADER. can you please let me know is possible to load data without using SQL * Loader? Please give me the solution for this.

    Thank you
    ORA.
  • Instant Client connection problem - Excel 2007 for Oracle 10 g

    Dear users,

    I want help to connect Excel to Oracle.
    I use Excel 2007 (32-bit) on Windows Vista Enterprise 64-bit. I want to connect to a database 10g to Oracle through our local network using ODBC. I need to retrieve data once in an excel sheet.
    There is no firewall or connection between my current computer problems, problems as I can connect to my machine, using SQL developer as a local client to the Oracle database that is located on another machine on the network.
    I tried to make an ODBC connection, but Oracle is not listed as a driver.
    In my view, what ODBC is the best way to do it, but please correct me if I'm wrong.

    It is an Oracle 10 G database.
    I downloaded instantclient-basiclite - 64 - 11.2.0.2.0.zip a windows.x
    I also downloaded the additional ODBC components: * Instant Client Package - ODBC: extra to allow ODBC applications libraries.

    I unzipped in a folder called C:\instantclient_11_2
    The system path include one. I checked after reboot.
    I placed my tnsnames.ora (that I copied from the server) in this folder.
    I got it from the server: D:\Oracle\Ora10gR2DB\network\admin\tnsnames.ora

    I ran the exe "odbc_install" and he told me that the ODBC has been successfully intalled.

    When I went to the Control Panel, administrative tools, ODBC

    On the user dsn tab

    I added a new entry. I chose the Oracle driver (previously it was not in the list)

    Use the following values

    Data Source name: OracleL
    123 description
    The TNS Service name: I chose for my prod environment drop-down list. (There are two entrances with the name of the production, one uppercase and one lowercase)


    UserID: my user name

    I tried the connection Test and got this:

    Unable to connect

    SQlState = S1000
    [Oracle] [ODBC] [Ora] ORA-12545: Connect failed because target host or object does not exist


    Any suggestions please.

    Thnaks in advance.


    A.











    Thanks for all your help in advance.

    Akajohn.

    Published by: user12282521 on May 19, 2011 13:47

    user12282521 wrote:
    I want help to connect Excel to Oracle.

    I use Excel 2007 (32-bit)
    I downloaded instantclient-basiclite - 64 - 11.2.0.2.0.zip a windows.x

    If Excel is 32-bit (2007a) and the Oracle client libraries are 64-bit, it will not work. needs 32-bit 32-bit.
    You should probably remove current ic packages and get the 32-bit instead.
    Start over.

    When I went to the Control Panel, administrative tools, ODBC

    On Windows x 64, to run the 32 - bit ODBC DSN/drivers, we need run the Windows\SysWoW64\odbcad32.exe tool.

Maybe you are looking for

  • FireFox knows not that adobe Reader Plugin is a more recent version. Why?

    Operating system is Windows Vista with all updates. By using the version of Adobe Reader X 10.1.9. Verification of updates within the Adobe Reader program generates a message from Adobe that the software up to date, no update available. Firefox advis

  • Problem recovery disc HARD on the Satellite C660

    My apologies if this is the wrong sub-forum: The fool that I am, I changed my WIndows login and password since I use very long passwords, I don't know what I changed it to. Guessing is out of the question. So I turned on my computer laptop while hold

  • I bought and downloaded an album, but one of the songs is not in my music. Why?

    I am running Yosemite (10.10.5) and iTunes 12.3.0.44 (with match) on an iMac. I bought and downloaded an album, but one of the songs is not available in my music, so I can't add it to any playlists. I've never had this happen before. Any ideas on wha

  • How to get the console on cRIO based on linux?

    Hi all I develop new things on a cRIO 9068. This cRIO runs Linux RT. I built a framework of cRIO app and use for several years, I use the console to debug my code and have the status of my displayed cRIO. I can't find a way to see the console with th

  • Windows XP Home Edition. Recovery of the admin password.

    How can I recover the administrator password? I have XP Home Edition w/sp3. When you try to back up the user accounts, it is empty. The system doesn't let me do anything. It says I need administrator privileges. I got up to my user account disappeare