DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Import Problem

Threaded View

  1. #2
    Join Date
    Aug 2000
    Location
    Chicago IL
    Posts
    586
    Check your national character set(nchar) at then if its not us7ascii
    then
    ALTER DATABASE SET NATIONAL
    CHARACTERSET "US7ASCII"


    That should hopefully fix it.
    Also, read the following note 181508.1
    Last edited by jlakhani; 12-19-2002 at 11:29 AM.
    "High Salaries = Happiness = Project Success."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width