Importing Spreadsheet's

I put my tables in sys and was trying to move them to my development area using export and import. The export worked fine but the import keeps taking me to a page with a web address. When I select that address, it shows me the license. I read the entire license and did not see any restriction that would stop me from doing this?
What am I doing wrong? I do not know SQL well enough to to an alter table. Will export / import from user to user work?
Jean

From your command prompt(not sql command line window) ;
C:\oraclexe>exp hr/hr file=hr_user_export.dmp
Export: Release 10.2.0.1.0 - Production on Sal Au 15 22:35:19 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
Export done in TR8MSWIN1254 character set and AL16UTF16 NCHAR character set
server uses AL32UTF8 character set (possible charset conversion)
About to export specified users ...
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user HR
. exporting PUBLIC type synonyms
. exporting bitmap, functional and extensible indexes
. exporting posttables actions
. exporting materialized views
. exporting snapshot logs
. exporting job queues
. exporting refresh groups and children
. exporting dimensions
. exporting post-schema procedural objects and actions
. exporting statistics
Export terminated successfully with warnings.
Export/İmport is Oracle spesific tools and they work with binary files.
For the options you can use help=y option.

Similar Messages

  • I have numbers on my ipad and after the latest update I can't open a spreadsheet in it, a very important spreadsheet. I have rebooted a number of times but this does not seem to have fixed it can someone advise what I can do??

    I have an ipad and have just downloaded the lastest update, now I have a very very important spreadsheet that will not open!!!! other spreadsheets open fine but for some just this one will not open. I have rebooted the ipad and tried re-syncing but to no avail, can anyone HELP?????

    I had the same problem. I created an iCloud account and backed up my iPad to iCloud. I then went to www.iCloud.com, signed-in and then I was able to download my spread sheet data. At least I have my data.

  • Is there a way to enable & configure Volume Discounts via the Product Import Spreadsheet? Is there a way to enable more than 2 Quantity Thresholds?

    Is there a way to enable & configure Volume Discounts via the Product Import Spreadsheet? Is there a way to enable more than 2 Quantity Thresholds?

    Hi Michael,
    You can set the thresholds via an import file. The easiest way to do this (and this goes for all importable data, webapps included, 301 redirects and so on) is this:
    1. go into the Admin and create a single item, in you case create a test product and set the thresholds
    2. export that data - in your case export the product list
    3. take a look at how the data looks like in the export file so you can get an idea of how the format should be like in the import file
    Unfortunately you cannot set more than 2 thresholds, that is not possible at the moment.
    Thanks,
    Mihai

  • Import Spreadsheet App not working

    I am trying use the Import Spreadsheet App in Sharepoint 2013 and always get the same error:
    "Could not lead an object because it is not available on this machine"
    This was working on a previous install of SharePoint 2013 I had.
    Is something not installed or configured? 
    I am using IE 11 and have the sharepoint site in trusted sites?
    Please help.

    Have you checked the ULS logs?  Also, this could be due to your office add-ins being corrupted... maybe try clearing your IE cache (including addins), and if that doesn't work an office repair may help.  Also make sure that you are using the 32-bit
    version of IE and not a 64 bit version (I've seen cases where windows "Pins" the 64 bit version as the default version on your task bar, so check IE version (it will say 64 bit if it is using x64), and make sure you are using 32-bit.

  • Import Spreadsheet returns error

    Hi,
    I'm trying to import excel spreadsheet. For one file it works and for another it doesn't.
    On examination I found that the one that doesn't work has got filters applied on some of it's columns. Is this the reason that it doesn't work.
    Can anybody please let me know if that is the reason then is there any workaround.
    Many Thanks,
    Praj

    Hi Praj,
    I could not reproduce your issue. I did a test as the followings:
    Create a excel , and insert a tabel
    Type some value for this tabel
    Filter the value on two columns
    Save the excel
    Create a Import Spreadsheet list using the above excel file
    After creating the list, all values of the tabel in the excel displayed in the list.
    What data did you use for the Import Spreadsheet list?
    Which error did you meet when you imported the problematic excel file?
    Please try create another excel containing same data with the problematic excel, then import it, compare the result.
    If this issue still exists, please check the log file to find more information about this issue.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Why do I get a "can't import spreadsheet because it was created with an unsupported application version" alert when the updated version was purchased direct from the Mac App Store? The spreadsheet is now lost somewhere!

    Why do I get a "can't import spreadsheet because it was created with an unsupported application version" alert when the updated version was purchased direct from the Mac App Store? The spreadsheet is now lost somewhere!

    Pages 4.3 should still be in an iWorks folder within your Applications folder. 
    http://www.apple.com/feedback/pages.html

  • Ability to Import Spreadsheet Data into Table in Apps added Anytime Soon??

    I love HTMLDB so much, and I thought I would never find anything it couldn't do, but I have run headlong into a problem that I've discovered many users have.
    The Import Spreadsheet Data into Table functionality available in Data Workshop is such a treasure, and I was hoping with all of my heart that such functionality would be available for use inside the User Applications in HTMLDB 2.0. Alas, it is not so.
    I know some brave folks have come up with work-arounds for this lack, and I applaud them. However, none of those will work for the situation I am faced with. I am about to strike out into the no-man's-land of trying to create my own PL/SQL csv file parsing function. Please wish me luck. Also, could you please tell me if this functionality is going to be included anytime soon?

    Well I looked at the FLOWS_020000.WWV_FLOW_LOAD_DATA.LOAD_CSV_DATA procedure
    From what I can gather(considering nobody cant look at the actual procedural code):
    P_FILE_ID seems to be file id you find in FLOWS_FILES.WWV_FLOW_FILE_OBJECTS$
    P_CNAMES seems to be the column names of table you are loading into
    P_UPLOAD seems to be the names of field from file you are loading
    P_SCHEMA seems to be the schema that contains table where data will be loaded
    P_TABLE seems to be table that you load data into
    P_DATA_TYPE seems to be the datatypes from file to be loaded
    P_DATA_FORMAT not sure
    P_PARSED_DATA_FORMAT not sure
    P_SEPARATOR seems to be the field seperator from file
    P_ENCLOSED_BY seems to be what fields will be enclosed with
    P_FIRST_ROW_IS_COL_NAME seems to be to tell whether or not first row contains column headings
    P_LOAD_TO not sure
    P_CURRENCY seems to be the currency symbol that comes from file
    P_NUMERIC_CHARS not sure
    P_CHARSET not sure
    P_LOAD_ID not sure
    Essentially you could run this process provided you get all the kinks worked out(that is what all the parameters mean/are expected)...
    ...or..
    you write your own process:
    - that reads the blob/clob content line by line
    declare
    n number;
    buffer varchar2(4000);
    begin
    (do some sort of loop until end of length of lob)
    n := dbms_lob.instr( "your lob", ',',"next comma position" );
    if ( nvl(n,0) > 0 )
    then
    buffer := dbms_lob.read( p_lob, "amount of lob length to read", n);
    end if;
    end;
    The above code with some tweaking will read the lob. However you still will have to add a piece that creates sql insert statement. One of the pitfalls I see with custom code is the fact that if you end up with huge lob string you will run into problem of creating sql insert statement. Not the actual statement but assigning the statement to a variable due to datatype lengths.
    Hopefully this will help you more in the right direction!

  • Importing Spreadsheet Data

    I have Acrobat 8 Pro. and I want to scan a form into acrobat. Once I have scanned it in, I want to create fields on the form and import spreadsheet data to fill-in the fields. I have many forms to be filled it. Is there a way that I can accomplish this using acrobat pro?

    Hi
    I had some work in my another program..Just now I have seen the ODBC concept used to import spread sheet data into the table..my requirement is different..I want to add my spreadsheet data without using 'built in' option into table which I have already created through object browser..I refered many forums..but could not get a clear idea how to do? please suggest me..
    Thanks
    Fazila

  • Can't import spreadsheet in Apple Configurator

    I just bought codes for an app in the VPP Store and proceeded to try to import the spreadsheet into Apple Configurator and this is the error that appears:
    "There was a problem importing the redemption codes. The file “Preview.html” couldn’t be opened because there is no such file."
    Several weeks ago, I did successfully import a spreadsheet, but even that one wouldn't  re-import.  I'm running 10.7.5 and Apple Configurator version 1.2.1.

    After weeks of e-mails and calls back and forth with Apple, my problem was solved.  Below is the message that gave me the solution.  I don't know if my problem was isolated or if this may apply to anyone else having the problem.
    "Okay so basically here is the issue
    there is a folder at the root level named tmp but there shouldn't be.  We need to remove that folder and create the folder where it should be
    Remove the /tmp folder.
    Note: please make sure this command is typed out exactly the way you see it below, without the $
    $ sudo rm -R /tmp
    2. Create the new symbolic link.
    $ sudo ln -s private/tmp /tmp
    Do those 2 steps and if the issue isn't solved then call me or email me back. Those commands are case sensitive and very sensitive to mistake.  So please make sure they are EXACT.  If you have any questions call or email before running the commands."

  • Importing Spreadsheets from Microsoft Works

    Is there any way to import Microsoft Works spreadsheets into AppleWorks? The file extension of the files I'm trying to import is .wks. I'd rather not have to recreate these sheets if at all possible. The files were created on an old Dell PC several years ago. The Dell is gone (still doing the happy dance over that!)...
    When I look for them under the "file, open" command the file names of the desired files are greyed out. If I attempt to open them using Finder and double clicking, Finder tells me that the file is not supported.
    I have MS Office installed on my Mac, but unfortunately I get much the same result there.
    Thanks for any assistance you can give...
    iMac G5   Mac OS X (10.3.9)  

    Hello
    I looked in the DataViz site what they wrote about MacLinkPlus Deluxe.
    I found:
    DOS and Windows Spreadsheet Formats
    • AppleWorks 5.0
    • ClarisWorks 1.0, 3.0, 4.0, 5.0
    • Excel 2.x, 3.0, 4.0, 5.0, 95, 97, 2000, XP 2002
    • Lotus 1-2-3 WK3, WK4, 97, 98, Milennium 9.5
    • MS Works for Windows 3.0, 4.0, 4.5, 95
    • Quattro Pro (DOS) 4.0
    • Quattro Pro for Windows 1.0, 5.0, 6.0, 7.0, 8.0
    • Quattro Pro for Windows 9.0 (Read Only)
    • SYLK (Read Only)
    Macintosh Spreadsheet Formats
    • AppleWorks 5.0
    • AppleWorks 6.0 (Read Only)
    • ClarisWorks 1.0, 2.x, 3.0, 4.0, 5.0
    • Excel 2.0, 3.0, 4.0, 5.0, 98, 2001, X, 2004
    • MS Works 2.0, 3.0, 4.0
    • SYLK (Read Only)
    • AppleWorks (Apple II) 2.1, 3.0
    So, I assume that this product would be able to help.
    Yvan KOENIG (from FRANCE samedi 22 avril 2006 21:29:36)

  • Import Spreadsheet Long value error

    Hi folks,
    I'm trying to Import Text or Spreadsheet Data into a table in Htmldb.
    It should create a new-table with some column names and it's data. I converted a Excel list and saved it to .txt.
    When I try to import it into htmldb (al columns Varchar2) I get the following error message.
    ORA-20001: Load csv data error: ORA-01461: can bind a LONG value only for insert into a LONG column ORA-01461: can bind a LONG value only for insert into a LONG column
    Does Anyone know what I can do about this problem?
    regards,
    Richard

    Richard,
    I ran into a similar problem. I found that APEX is not to fond of 'cr + lf' characters in my spreadsheet.
    Option 1:
    Used the clean function (in excel) to remove all of the special characters. Also, check the length of the fields in excel and make sure your VARCHAR2 length is larger than the max entry length.
    Option 2:
    Change from VARCHAR2 to CLOB.
    Derek

  • Import Spreadsheet error

    I am attempting to import a spreadsheet using HTMLDB 1.6. I want it to create the table for me. The table name is NAME_TEMP. There are 65 columns and about 1050 rows in the .csv file. When I press "Next" on the "Table Properties" step, I receive the following error: "The identified column name is an Oracle reserved word." I have checked all of the column names and I don't believe any of them are reserved words. I have also gone through and marked the "upload" option to "No" for all the columns except two of them, LNAME and FMNAME, which I am sure are not reserved words and I still get the same error message.
    Anyone run into this before or have any suggestions?

    When I first started using the program I had the similar problem. I'm not sure why, but even if the column names were close to the reserved word it would fail. I ended up adding a '_s' to the column names to get over it. Also, the import process validates all column names before checking to see which columns you are importing, so check the names of the columns you aren't importing as well. My guess would be that's your issue. I ran a test and your column names (the ones you are importing) are OK as well as the table name...

  • Import spreadsheet with non developer user rigths

    Hi pals,
    I'm trying to create simple application for importing data from spreadsheet with Import Utility but it's imposible if user is not with developer rigths. Users daaily have to import data from few spreadsheets and export part of these data in formated CSV files.
    So, is Data Import/Export allowed only for developer rigths or is possibile to create funtionality for standart user to import data?
    Best,
    Kiril

    Kiril -
    There is an example application for this (copy and paste from Excel, that is) here:
    http://www.oracle.com/technology/products/database/application_express/howtos/howto_create_upload_spreadsheet_form.html
    It says it's specific to 1.6, although I'm sure it can be tweaked for 2.0 or 2.2. Even if not, it would certainly give you some ideas about how to do it.
    Hope this helps.
    Regards,
    John.

  • How to import spreadsheet into relational database?

    I hope this is the best forum for placing this type of question. I had a general question regarding what are the best/accepted methods for doing this type of thing. XML? Web Services? Combination of things?
    I have an existing Oracle relational database, containing several tables. From the client, I receive bulk amount of data (in Excel spreadsheet format) that needs to be directly imported into the database (while respecting all of the integrity and foreign key constraints). The data from the spreadsheet cannot be directly dumped into one table. For example, if you have information in the spreadsheet that captures Country and the user has entered in 'Spain'. You would have to look up 'Spain' in the Countries Table to retrieve its id value and then use this as a foreign key value in the appropriate table.
    So my question is, how do I go about doing this? What steps and what technologies are best in achieving this goal? I am thinking XML should play a part in this somehow. I have played around with a trial version of XMLSpy and generated an xsd file from my database, but I am not sure where to go from there. My IDE is IBM RAD 7, however I am not sure if I should try doing this separate from the actual application or not.
    Please advise. Any ideas or feedback of previous experience regarding this type of task is greatly appreciated.
    Thanks.

    You have some arbitrary data somewhere in an Excel spreadsheet. You're going to need some code which knows where that data is and how to get at it. You weren't planning for any such code? Or were you hoping it would somehow happen automatically? I don't seem to be following your understanding of the problem at all.
    Here's how I see it:
    1. Get the data from the spreadsheet.
    2. Update the database with that data.
    You have to do both of these things. You can hard-code the bit which says "get the order quantity from cell J6" or you can write your own language that allows you to say that outside Java, it doesn't really matter. This could be XML if you're determined to get XML in there somehow. But you are going to need code that reads the spreadsheet.

  • Formating problems with importing spreadsheets

    I am importing excel spreadsheets (windows 7) via iTunes to Numbers in  iPhone 4. Basically this works fine, but the format of  "Dates" is changed from the normal representation (eg 12.11.2011) to the 5 digit date number. I was not successful to change it back to any date format.
    What could I do?
    Leopold5

    Hi Leopold,
    Since your question is regarding importing into Numbers for iOS, it will have a better chance of being well served in the iWork for iOS community. I've requested a transfer to that location.
    Regards,
    Barry

  • Error trying to import spreadsheet to a table

    I installed Oracle Database 10g XE on my local pc. While trying to create a table from a spreadsheet that resides on my local machine I am getting an error
    Expecting p_company or www_flow_company to contain security group id of application owner
    Can anyone tell me what this means and how I can correct it ?
    I am new to Oracle and trying to experiment.
    Thanks

    Hi,
    please see also this thread and see if this might help:
    Problem with importing HTML DB applications
    If you don't get any further then please provide the following information:
    1) how large is the file you are trying to upload?
    2) what is the language setting in your browser?
    3) which file character set did you choose (when trying to import the data into the table)?
    4) what is the setting of the registry variable NLS_LANG in HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_XE
    ~Dietmar.
    Message was edited by:
    daust_de

Maybe you are looking for