- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: import error IMP-00058: ORACLE error 1461 enc...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2008 07:31 AM
02-13-2008 07:31 AM
import error IMP-00058: ORACLE error 1461 encountered
Original db setup: Locale not set (default C)
Oracle NLS_LANG american_america.we8iso8859p1
DB Char set - WE8ISO8859P1, National Char - AL16UTF16, nls_length_semantics - char
We had a problem with french chars not being saved to db from client/web app. We could not change language sets as csscan had too many errors to do the change so we created a dmp, dropped the db and recreated it with:
At the OS level – set LANG and LC_ALL = en_US.UTF
Oracle account NLS_LANG =american_america.we8iso8859p1 (unchanged)
On db creation – char set = AL32UTF8, National Char = AL16UTF16 and nls_lenght_semantics=CHAR
Ran the import on the dump but I'm getting the following errors
on a few tables:
. . importing table "T176"
IMP-00058: ORACLE error 1461 encountered
ORA-01461: can bind a LONG value only for insert into a LONG column
IMP-00028: partial import of previous table rolled back: 139 rows rolled back
The tables have a few columns of varchar2 (4000 char). I tried to change them to LONG but got the same error.
Any help welcome.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 12:57 PM
02-14-2008 12:57 PM
Re: import error IMP-00058: ORACLE error 1461 encountered
Also, you shouldn't have to switch to Unicode for French characters. The Latin1 set WE8ISO8859P1 should be fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 01:12 PM
02-14-2008 01:12 PM
Re: import error IMP-00058: ORACLE error 1461 encountered
We then did a truncate on the tables and are now trying to re-import the data from the dmp file.
The first install of AR server we spec'd to not use unicode. On this install, we spec'd to use unicode.
I tried changing the varchar2(4000 char) columns to LONG but got the same error on import. I then changed them to LONG RAW but on import I now get a 1465 err - invalid hex number.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2008 09:25 AM
02-20-2008 09:25 AM
Re: import error IMP-00058: ORACLE error 1461 encountered
Import dmps went fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 12:53 AM
11-19-2008 12:53 AM
Re: import error IMP-00058: ORACLE error 1461 encountered
regarding:
sqlExec error: sqlcode=1461 message=ORA-01461: can bind a LONG value only for insert into a LONG column (se.base.method,add.record.radd)
how did u solved it?
thanks a lot.