Importing a Crylic Database

I need to import a Russian database that uses the CL8MSWIN1251 char set however when I open up many of the tables in TOAD most of the data is in the form of an upside down ? which leads me to belive that the appropriate charset conversion has not taken place. I would like the data displayed in English if possible, I am using Orackle 10g
Can anyone tell me what settings need to be enabled for char sets in the DBCA?
Thanks
Your help is greatly appreciated.
Message was edited by:
user609100
Message was edited by:
user609100

1) So the source database's NLS_CHARACTERSET is CL8MSWIN1251, correct?
2) What is the target database's NLS_CHARACTERSET?
3) Which database are you connecting to via TOAD?
4) Does TOAD use your NLS_LANG environment variable for character set conversion? Or does it have a separate place to specify that?
5) What do you mean by "data displayed in English"? If you have Russian data, character set conversion isn't going to translate that data from one language to another. It may be able to replace characters that exist in Russian and not in English with similar characters from the English alphabet, depending on the client NLS settings, but it's not going to be able to do a translation.
Justin

Similar Messages

  • Help on export sybase iq tables with data and import in another database ?

    Help on export Sybase iq 16 tables with data and import into another database ?

    Hi Nilesh,
    If you have table/index create commands (DDLs), you can create them in Developper and import data using one of methods below
    Extract/ Load table
    Insert location method : require IQ servers to be entered in interfaces file
    Backup/Restore : copy entire database content
    If you have not the DDLs, you can generate them using IQ cockpit or SCC.
    http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01773.1604/doc/html/san1288042631955.html
    http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01840.1604/doc/html/san1281564927196.html
    Regards,
    Tayeb.

  • How can I import microsoft outlook database from an external harddisk?

    My macbook pro was washed.  I could save the hard disk. I am using it like external harddisk. But I want to import the outlook database to my new macbook. how can I do it? (without .pst or .olm file)

    Hello DIRP,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes: About the Add to Library, Import, and Convert functions
    http://support.apple.com/kb/ht1347
    Best of luck,
    Mario

  • OBIEE Error while importing table from database

    Hi
    I am getting the following error when i am trying to import table from database.
    [nQSError: 16001]ODBC error state: IM004 code:0 message:
    [Microsoft][ODBC Driver Manager] Driver`s SQLAllocHandle on SQL_HANDLE_ENV failed.
    Any idea y such error.
    Thanks and Regards,
    Andy

    Looks like an error in the ODBC driver, not OBIEE as such.
    Have you tried googling it?
    Can you post details about your OS and DB.

  • Import / Export MySQL database in SQL Developer Data Modeler

    Hello,
    I have version 3.1.2.704 of SQL Developer Data Modeler and version 3.2.09 of SQL Developer installed.
    When I´m adding a new connection in SQL Developer, I can choose the MySQL tab an create a connection to a MySQL database.
    The connection test was successful and I can see all tables.
    I use the same JDBC driver for SQL Developer and SQL Developer Data Modeler (mysql-connector-java-5.0.4-bin.jar).
    But there are two problems.
    1. First there is an problem when I want to import from a MySQL database (SQL Developer -> File -> DataModeler -> Import -> DataDictionary).
    After choosing the MySQL connection and pressing the next button an error occurs: CONNECTION_TYPE
    What is the reason?
    2. In SQL Developer Data Modeler I have not the CONNECTION_TYPE problem. But when I want to export DDL, there is no MySQL type selectable, although there is working connection to the MySQL Database. It´s the same in SQL Developer.
    What is the reason?

    Hi,
    Data Modeler does not explicitly support import from MySQL databases, although you can use a JDBC connection to do this.
    Philip described how to set this up in forum message How to connect mySQL for reverve engineering
    There is no MySQL tab in Data Modeler - you should use "JDBC-ODBC Bridge" - "other third party Driver".
    Set URL like : jdbc:mysql://localhost:3306/database_name
    driver Class: com.mysql.jdbc.DriverAlso Data Modeler does not support generation of DDL for MySQL.
    David

  • How to import oracle 9i database tables only to oracle 10g express edition

    I had a database dump file created in oracle 9i now i want to import the 9i database table to oracle 10xe...

    Depends whats in the export file, was it a full, user, or tablespace export?
    One way to find out whats in the dump file, run an import show=y and it will only pull out the DDL for the objects in the file
    $ imp file=<dumpfile name> log=implog.log show=y
    username: system
    There are lots of options and ways to run imp, 10g Utilities doc has all the details, here's the chapter on the original imp and exp utilities: http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/exp_imp.htm#i1023560
    If you only want one schema, just the tables, no data, no indexes, create your target user, and do a schema import no rows, no indexes, maybe leave out the grants and statistics too:
    $ sqlplus /nolog
    SQL> connect system
    SQL> create user target_user identified by <passwd> default tablespace <tblspc>;
    SQL> exit;
    $ imp file=... log=... fromuser=<source username> touser=target_user rows=n indexes=n statistics=none grants=n

  • Import failed when Import a SBO Database in SAP Hana

    Hi all,
    When I try to import a SBO database Rev 69 to SAP Hana with Rev 74, I receive this error:
    SAP DBTech JDBC: [2048]: column store error: table import failed:  [30151] Object not found in the import directory;object=SBOCOMMON:ETL_Sen
    I guess that the error not have relationship with different Revs. I imported another DB with this Rev and this work.
    The import was done in 2 ways:
    Script:
    IMPORT DATABASE."*" FROM '<directory>' WITH REPLACE
    Click right in Database, Import, select directory, select tables, import...
    Does anyone know what can be or the solution??
    Thanks
    Best regards
    Marcos Taira

    Hello Marcos.
    You could check this note.
    1981315 - HANA import fails with error "not found in the import directory"
    Regards.
    Mario.

  • Export/import to/from database

    hi,
    i do not know what is this for. i read the help but still no idea.
    i know to use export/import to/from memory id and also set/get but not export/import to/from database.
    1) what help says it stores data cluster? what is data cluster
    2) can have example of export/import to/from database?
    3) what is the different for export/import to/from memory id and database?
    thanks

    Hi,
    1) A data cluster is a set of data objects grouped together for the purpose of storage in a storage medium(Like database, local memory or shared meomory etc), which can only be edited using ABAP statements like EXPORT, IMPORT and DELETE.
    2) Suppose you want to export the data in a internal table to database.
    Here TABLE_ID is the identifer of your data cluster. You are exporting your data to a SAP table INDX and giving it an ID (TABLE_ID in this case and this ID you are giving it an area by name XY where your data will be stored). EXPORT tab = itab
      TO DATABASE indx(XY)
      CLIENT '000'
      ID 'TABLE_ID'.   
    You can get this data as follows.
    IMPORT tab = itab
      FROM DATABASE indx(xy)
      CLIENT '000'
      ID 'TABLE_ID'.
    3) The difference is simple when you use MEMORY ID the data you export is stored in the application server MEMORY where as in the case of DATABASE it is stored in the database.
    Regards,
    Sesh

  • Import Error - IMPORT hist FROM DATABASE MONI(DB) ID MONIKEY

    Hi,
       Iin my program I am using the statement
    IMPORT hist FROM DATABASE MONI(DB) ID MONIKEY.
    and Internal table structure of HIST is
    DATA: BEGIN OF HIST OCCURS 0,
              DATE LIKE SY-DATUM,
              TIME LIKE SY-UZEIT,
              SIZE      TYPE P,
              FREE      TYPE P,
              USED      TYPE I,
              TABLES    TYPE I,
              INDICES   TYPE I,
              TSIZE     TYPE I,
              ISIZE     TYPE I,
             END OF HIST.
    This IMPORT STatement is giving dump :
    Runtime Errors         CONNE_IMPORT_WRONG_COMP_TYPE
    Except.                CX_SY_IMPORT_MISMATCH_ERROR
    Is that any way to check before this IMPORT statement,that HIST structure should be like this or like that.If I can find out the correct structure.I can change the HIST's structure and avoid the dump.
    Guide me on this.
    Regards,
    Ashok

    please refer to the  SAP note 1000275
    i got the same error so i rectified it by changing  fields type of hist2 .
    below declaration of hist2 data is giving error
    data: begin of hist2 occurs 0,
            date like sy-datum,
            time like sy-uzeit,
            size      type p,     "Changed to 'p'
            free      type p,     "Changed to 'p
            used      type i,
            tables    type i,
            indices   type i,
            tsize     type i,
            isize     type i,
          end of hist2.
    error rectified with below hist2 data( tsize and isize type is changed to p)
    data: begin of hist2 occurs 0,
            date like sy-datum,
            time like sy-uzeit,
            size      type p,     "Changed to 'p'
            free      type p,     "Changed to 'p
            used      type i,
            tables    type i,
            indices   type i,
            tsize     type p,
            isize     type P,
          end of hist2.

  • How to import Ms Access database in Oracle 11g

    how to import Ms Access database in Oracle 11g

    google the subj. search terms reveals a tutorial ...
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/hol08/sqldev_migration/msaccess/migrate_microsoft_access_otn.htm

  • [nQSError: 46115] - Admin Tools: can't import table from database .

    hi all,
    Need your help, i am using Bi Administration Tool, and i try to import tables from database,but encounter issue:
    (1)."File->import->from database...",select connection type as OCI 10g/11g, type TNS Name,User Name and Password,then click "OK".
    (2).select table "BI_DATA",and then click button "import",it show prompt:"Failed to perform requested action".
    (3).i try to click the symbol "+" on the left of table "BI_DATA", it show below prompt:
    [nQSError: 46115] No Unicode translation is available for some of the input characters for MultiByteWideChar().
    is there anyone can help me? thanks.
    the BI version is:
    Build: 10.1.3.4.1.090414.1900
    Release Version: Oracle Business Intelligence 10.1.3.4.1
    Package: 090414.1900

    I meet the problem, too! I can't solve it. Is anyone who can help me.
    My email is [email protected]
    thanks in avdvanced!

  • Is it possible to import an Access database and forms

    Is it possible to import an Access database and forms into apex

    Yes and no.. Sorry.. The Access data tables and data can be imported into the database, through SQL Developer. The forms I don't believe will be ported over. What will be created through is a set of maintenance report and form sets for each table you convert over.
    That is a good start to converting the database over, since you will probably want to re-do your Access style vba coding to use the available templates and pl/sql code..
    Thank you,
    Tony Miller
    Webster, TX

  • Import the total database through MAXL

    Hi All
    I exported my database so
    to import(move) the database(cube) to my testing environ ment so how can i write the maxl script to import the data base in ASO(EAS 11)so they can import using maxl ,plz can any one help on this, it would be appriciated
    its urjent forme, plz dont mind...
    Tyhanks

    Thnku Sandeep,
    I want to migrate my cube to other environment ,we can migrate using by MIgration Wizard but they want automation process,for this, i export my cube so it was saved in server path then that cube they will import using maxl , i want to follow this method;;; so for this i have to create one script which they exucute maxl to migrate the cube to their environment , so wat i exported they will import that cube
    so i tried maxl script but i didnt get exactly ,can you help me on this , if iam wrong correct me............plz I strucked here im not move the things forwrd

  • Is it possible to successfully import large Entourage databases into Mail?

    Hi:
    Perusing lots of threads, it looks like Mail has some issues importing large Entourage databases; my Entourage Identity is about 6 GB.
    The most current of the threads I saw was a few months old. Does anyone know if Apple has recently found a way to import these large files successfully, preserving the subfolder hierarchy and getting all of the messages transferred?
    The other alternative for me is just to start with Mail fresh and run Entourage in a parallel fashion for half a year or so, until I no longer regularly need to use Entourage, but I'd prefer the more elegant approach.
    Thank you!

    Char did the suggested solution work? I suspect not - but if it did please confirm. I've also been trying to import large business use mail databases from entourage 2004 & 2008 into Mail without much luck. In one case it took 12 separate imports because each would fail after successfully importing a few folders. After each fail I needed to logout the user and login again in order for Mail to "find" the entourage mail file again. As a final step I had to reassemble, from the import folders, the previous file structure by drag and drop. Complete pain and the result is questionable no matter how carefully I do this. Without a good import solution we will have to stick with entourage 2008 or upgrade to the new version of Outlook 2011. Disappointing performance from apple Mail on this.

  • Importing an external database of images into BC

    Hello,
    Is it possible to upload from an external intranet system to BC? I have a client with a database of images on their own intranet which they would like to upload/merge into the BC site we are building for them without having to go through the laborious process of loading them one at a time into what ever web app/gallery we will be using . They have asked the following -
    "Are you able to write import scripts to populate content if we schedule an export to ftp/web service etc?.
    All the data is stored in SQLServer and interfaces/reporting have been done in c# asp.net/Delphi.
    The only thing we do not have is Image attachment for the equipment (this is a manual process on the existing CMS) but all other details are in SQLServer.
    Depending on how your system can be manipulated we can automated some sort of data to send to it."
    This is a bit beyond my level of understanding/ability in BC but am happy to make it work if I know what I am doing. Is what is being asked possible? I know I can import a customer database into the CRM system, can I do something similar with images being key?
    Grant

    hello Alex,
    thank you for this thread & greetimgs from germany... (sorry for my english)
    my question - I have written an API (C#, .net)  for update the products-data via SOAP in eCommerce - so far so good... but I try for 2 Days to upload *.jpg Files to a BC-(_assets/images/)-Folder - with the C# WebClient.UploadFile method - I have no Chance to reach the BC Server - 404 - is in the Destination-Folder a jpg-File with the same name - there is no Problem to overwrite it, but I didnt create a new one ??!! - I try out many variants of ftp access to my Site via the API - by the way - with FileZilla everything is ok...
    is there any way to upload image files to my BC-Server via API ??
    thank you very much
    André

Maybe you are looking for