﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / Working with Oracle  / export/import error / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sun, 19 May 2013 22:06:46 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: export/import error</title><link>http://www.sqlservercentral.com/Forums/Topic1412626-1044-1.aspx</link><description>[quote][b]nick.mcdermaid (2/7/2013)[/b][hr]As already suggested, the issue is because a column, table or alias name is longer than 30 characters, which is the Oracle size limit on object names.It is nothing to do with the size of a Varchar field.I guess the wizard is trying to create the target table based on the source table, and a column or table name is too long.[/quote]Nick is right. ORA-00972 refers to a column name longer than 30 characters, fix that.</description><pubDate>Thu, 28 Feb 2013 16:26:22 GMT</pubDate><dc:creator>PaulB-TheOneAndOnly</dc:creator></item><item><title>RE: export/import error</title><link>http://www.sqlservercentral.com/Forums/Topic1412626-1044-1.aspx</link><description>Hello Guys i think that during the export/import procedure, you can click the Viewpoint log of activities link to show a log of the trade and exchange procedure, such as the mistake details included in this section. To see a more particular log of your trade and exchange procedure, as well as more particular debugging information, choose the Impressive signing option.Thanks a lot!![url=http://www.roguevisions.com/services/web-design]web design new york[/url]</description><pubDate>Thu, 28 Feb 2013 11:25:44 GMT</pubDate><dc:creator>saifulislam6720</dc:creator></item><item><title>RE: export/import error</title><link>http://www.sqlservercentral.com/Forums/Topic1412626-1044-1.aspx</link><description>As already suggested, the issue is because a column, table or alias name is longer than 30 characters, which is the Oracle size limit on object names.It is nothing to do with the size of a Varchar field.I guess the wizard is trying to create the target table based on the source table, and a column or table name is too long.</description><pubDate>Thu, 07 Feb 2013 20:41:55 GMT</pubDate><dc:creator>nick.mcdermaid</dc:creator></item><item><title>RE: export/import error</title><link>http://www.sqlservercentral.com/Forums/Topic1412626-1044-1.aspx</link><description>nvarchar(255) shouldn't pose a problem. You might want to compensate for slight multibyte storage differences as the size is expressed in bytes.SQLServer 1-2 bytes(?) vs oracle 1-4 bytes (depending on nls_nchar_characterset)</description><pubDate>Thu, 31 Jan 2013 12:39:12 GMT</pubDate><dc:creator>Jo Pattyn</dc:creator></item><item><title>RE: export/import error</title><link>http://www.sqlservercentral.com/Forums/Topic1412626-1044-1.aspx</link><description>[quote][b]lg123 (1/31/2013)[/b][hr]One of the columns was nvarchar2(255). How do I successfully transport such kind of tables from SQL Server to Oracle? Please suggest.[/quote]well there's only two solutions:1. modify the Oracle Table so the field is bigger, so it can accept strings longer than VARCHAR2(255), then repeat the process.2. Modify the Process to grab the LEFT(SQLField,255) the problem with the second is data truncation...the data is NOT exactly the same in both systems.</description><pubDate>Thu, 31 Jan 2013 08:28:42 GMT</pubDate><dc:creator>Lowell</dc:creator></item><item><title>RE: export/import error</title><link>http://www.sqlservercentral.com/Forums/Topic1412626-1044-1.aspx</link><description>One of the columns was nvarchar2(255). How do I successfully transport such kind of tables from SQL Server to Oracle? Please suggest.</description><pubDate>Thu, 31 Jan 2013 08:15:47 GMT</pubDate><dc:creator>lg123</dc:creator></item><item><title>RE: export/import error</title><link>http://www.sqlservercentral.com/Forums/Topic1412626-1044-1.aspx</link><description>the error "identifier too long" is probably because a column name is longer than 30 characters, which is the Oracle size limit on object names.review the table you are trying to migrate and see if that is it.it could also be data related, where you are sticking a varchar(30) into a VARCHAR2(20) column, or something.</description><pubDate>Mon, 28 Jan 2013 14:03:05 GMT</pubDate><dc:creator>Lowell</dc:creator></item><item><title>export/import error</title><link>http://www.sqlservercentral.com/Forums/Topic1412626-1044-1.aspx</link><description>I am trying to load tables from sql server to oracle using import/export wizard in SQL Server. Only 2 tables could be loaded successfully. Remaining tables failed. I have attached the error messages below. </description><pubDate>Mon, 28 Jan 2013 13:29:59 GMT</pubDate><dc:creator>lg123</dc:creator></item></channel></rss>