Importing database to a diffrent language environment

Hi,
I hv taken a Export from a server which was in normal English environment. When I am trying to Import the same DMP in japanise Environment (O/S and Oracle-8i).
Import aborted.
Please help me.
Thanking u in anticipation

You've to rebuild the log file. Create the databse without specifying a log file. It will create a new one
USE [master]
GO
CREATE DATABASE [TestDB] ON
( FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL10.SQL2008\MSSQL\DATA\TestDB.mdf' )
FOR ATTACH
GO
Once done, make sure that you run consistency and validity check on the database
DBCC CHECKDB ('TestDB')
GO
If this doesn't work, then 
Create a dummy table with data file which has same name as of mdf file
Take the dummy database offline
Overwrite the mdf file
try to bring it online
execute dbcc checkdb command
--Prashanth

Similar Messages

  • Mesage in alert.log in diffrent  languages

    Hello!
    I have problem with diffrent language in alert log (and on client's application). Sometimes messages ORA-xxx are in english, and somtetimes in polish. Do You know of what it dependents?
    I want to have messages in one language (polish).

    It may happen that an error message in alert.log is in the language of the session encountering the problem, but this should generally be considered a bug. Alert.log is to remain in English for the reasons mentioned by Werner.
    Error messages reported to the client by the database should be in the language defined by the session's value of the NLS_LANGUAGE parameter (SELECT value FROM nls_session_parameters WHERE parameter='NLS_LANGUAGE'). NLS_LANGUAGE is initialized at login time to the value from NLS_LANG (C applications) or to the Java locale (Java applications).
    There is a small number of messages generated by the database before a session can be established. "ORA-1017: invalid username/password; logon denied" is the most common one. Those errors are returned in the language defined by the NLS_LANGUAGE value in init.ora/spfile ((SELECT value FROM nls_instance_parameters WHERE parameter='NLS_LANGUAGE').
    The language of the error messages will always be English if the corresponding translation files are not installed on the server.
    There is a number of messages, mainly network errors, that are generated on the client side. Those messages will be in the language defined by NLS_LANG if generated by OCI or Net8, provided the corresponding translated files are installed on the client. In JDBC Java applications, the errors will be represented as English Java exceptions.
    -- Sergiusz

  • Error while import Database Objects in Oracle Module

    Hi All,
    I am getting dialog window saying below error when I click on Finish button on Import database objects wizard for oracle module.
    MMM 1034: Property ENCRYPT does not exist
    When clicked on detail button on error window it show below errors in detail
    MMM1034: Property ENCRYPT does not exist.
    MMM1034: Property ENCRYPT does not exist.
         at oracle.wh.repos.impl.extended.PropertyHelper.getProperty(PropertyHelper.java:741)
         at oracle.wh.repos.impl.extended.PropertyHelper.getScalarPropertyValue(PropertyHelper.java:833)
         at oracle.wh.repos.impl.extended.PropertyHelper.getScalarPropertyValue(PropertyHelper.java:828)
         at oracle.wh.repos.pdl.foundation.OWBRoot.getScalarPropertyValue(OWBRoot.java:5121)
         at oracle.wh.repos.impl.foundation.CMPElement.getScalarPropertyValue(CMPElement.java:1641)
         at oracle.wh.repos.impl.foundation.CMPElement.getBooleanProperty(CMPElement.java:1740)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.setColumnEncrypted(ImportEntityAlgorithm.java:4650)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.doImportColumns(ImportEntityAlgorithm.java:4400)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.importColumns(ImportEntityAlgorithm.java:3487)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.importTable(ImportEntityAlgorithm.java:1267)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.dispatchElement(ImportEntityAlgorithm.java:610)
         at oracle.wh.ui.integrator.common.ImportEntityAlgorithm.importElement(ImportEntityAlgorithm.java:435)
         at oracle.wh.ui.integrator.sdk.EntityAccessor.importElement(EntityAccessor.java:77)
         at oracle.wh.ui.integrator.common.ImportService.importElement(ImportService.java:1144)
         at oracle.wh.ui.integrator.common.wizards.ImportElementTransaction.run(ImportWizardDefinition.java:730)
    Please see below information and steps I followed
    1. My PC running on Windows 7 64 bit
    2. Installed Oracle Database Enterprise Edition 11.2.0.1.0 software
    3. Created a listner after insalling above database software
    4. Created data warehouse database and unlocked OWBSYS and OWBSYS_AUDIT accounts
    5. Set ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_2\
    6. Set TNS_ADMIN=C:\oracle\product\11.2.0\dbhome_2\NETWORK\ADMIN
    7. After doing this I was able to connect all the source and data warehouse databases I am concerned with.
    7. Installed Oracle Warehouse Builder Client 11.2.0.3.0 64 bit
    8. Created repository using repository assistant insatlled duing database software.
    9. Created oracle database module for the schema created under data warehouse database.
    10. Tried to import database objects for the oracle module and got the error explained above when clicked on Finish
    Please someone reply to this thread since I searched lot on google and didn't get any solution and not understanding what this issue is.
    Thanks in advance
    Bhushan
    Edited by: Bhushan Bagul on Sep 7, 2012 2:46 AM

    it looks like not all objects are created for XX_BPEL_CREATEUSEMP
    synonyms and all grants are there ?

  • BODI-1112339 - Unable to import table in BW datasource QA Environment

    Hi,
    I'm using BusinessObjects Data Services XI 12.2.2. I am trying to import table to BW datastores QA environment but unfortunately it's failing. Can someone help me? Below is the error message that I get:
    RFC CallReceive error <Function RFC_ABAP_INSTALL_AND_RUN: . SAP System has status 'not modifiable'. The problem may go away if you change the SAP datastore property to Execute in background(batch)>.
    I already set the Execute in background(batch) to Yes but it also failed to import.
    Please advice.
    Thanks and Regards,
    Randell

    Hi Henry,
    I am also getting similar error for my SAP BW data store. The exact message is as under
    Error: Cannot import the metadata table <name=DR3_600),
    Import transfer structure failed:
    Infosource <ZASSET_ATTR_TEXT> for source system <DR3+600>, (BODI-1112339)
    Did you manage to fix this? Provide the hints if you manage to fix it.
    Regards,
    Bhavesh

  • Using Oracle Database Express Edition in development environment

    Hi All,
    I have doubt regarding the usage Oracle Database Express Edition in Development environment. I am not sure weather I can ask a non technical question here or not. Pleas forgive me if I have done any thing wrong.
    I am working in an IT company where we take up projects outsourced by our clients. As part of our current project we are making some modification to a web application used by an institution. Our client is using Oracle Data Base standard edition. Due to budgetary constraints of our Company we can not set up a Oracle standard edition data base in our development environment.
    So would it be illegal if we use  Oracle Database Express Edition in our development environment?  We can guarantee that  only our internal development team which comprise a maximum of 10 people will have access to this development database and this development data base will never be opened to our Client for their business purpose(Who have their own Oracle standard edition in their environment). As part of the project we delver only table DDL script and stored procedure to our client and they put it in their environment.The sole purpose of a internal Express database will be development only.
    Could some one please tell me if it would be violation of license agreement if we install Oracle Database Express Edition in our development environment.

    Hi Paul,
    Actually I have already gone through the Oracle Technology Network Developer License Terms for Oracle Database 11g Express Edition . But was not quiet clear about the content. It says in the license terms that "We grant you a nonexclusive, nontransferable limited license to use the programs for: (a) purposes of developing, prototyping and running your applications for your own internal data processing operations". Does the term "your application" includes an application we are developing for another company. Since the Express database  is installed in the development environment only and is not opened to any one else not even for Our client it definitely falls under the term "internal data processing operations" right?

  • Error: 'Database handles still open at environment close'

    Hello,
    I have read information about this error, but I cannot solve it.
    I think I have closed all objects that I use, but the error appears.
    When I remove next code, the error doesn't appear:
    while (xmlValue != null) {
    XmlDocument theDoc = xmlValue.asDocument();
    String docName = theDoc.getName();
    String docString = xmlValue.asString();
    String message = "Document ";
    message += theDoc.getName() + ":\n";
    message += xmlValue.asString();
    message += "===============================\n";
    System.out.println(message);
    xmlValue = results.next();
    theDoc.delete();
    The error:
    Database handles still open at environment close
    Open database handle: myContainer.dbxml/secondary_document_statistics_string
    Open database handle: myContainer.dbxml/secondary_document_index_string
    Open database handle: myContainer.dbxml/node_nodestorage
    Open database handle: myContainer.dbxml/secondary_document
    Open database handle: myContainer.dbxml/secondary_dictionary
    Open database handle: myContainer.dbxml/primary_dictionary
    Open database handle: myContainer.dbxml/secondary_sequence
    Open database handle: myContainer.dbxml/secondary_configuration
    Exception in thread "main" java.lang.IllegalArgumentException: Invalid argument
    at com.sleepycat.db.internal.db_javaJNI.DbEnv_close0(Native Method)
    at com.sleepycat.db.internal.DbEnv.close0(DbEnv.java:217)
    at com.sleepycat.db.internal.DbEnv.close(DbEnv.java:77)
    at com.sleepycat.db.Environment.close(Environment.java:39)
    at berkeleydbxml.Test1.main(Test1.java:137)
    Java Result: 1
    The code:
    public static void main(String[] args) {
    Environment myEnv = null;
    File envHome = new File("C:/extranet/tecnologias/BerkeleyDBXML/Java/BerkeleyDBXML/dbxml");
    XmlManager myManager = null;
    XmlContainer myContainer = null;
    XmlQueryContext context = null;
    try {
    EnvironmentConfig envConf = new EnvironmentConfig();
    envConf.setAllowCreate(true); // If the environment does not
    // exits, create it.
    envConf.setInitializeCache(true); // Turn on the shared memory
    // region.
    envConf.setInitializeLocking(true); // Turn on the locking subsystem.
    envConf.setInitializeLogging(true); // Turn on the logging subsystem.
    envConf.setTransactional(true); // Turn on the transactional
    // subsystem.
    myEnv = new Environment(envHome, envConf);
    XmlManagerConfig managerConfig = new XmlManagerConfig();
    myManager = new XmlManager(myEnv, managerConfig);
    XmlContainerConfig containerConf = new XmlContainerConfig();
    containerConf.setTransactional(true);
    containerConf.setAllowCreate(true);
    String containerName = "myContainer.dbxml";
    myContainer = myManager.openContainer(containerName, containerConf);
    // Get a query context
    context = myManager.createQueryContext();
    // Declares namespaces
    // Default namespace
    context.setNamespace("", "urn:oasis:names:specification:ubl:schema:xsd:Invoice-2");
    context.setNamespace("cac", "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2");
    context.setNamespace("cbc", "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2");
    context.setNamespace("ccts", "urn:un:unece:uncefact:documentation:2");
    context.setNamespace("ext", "urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2");
    context.setNamespace("qdt", "urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2");
    context.setNamespace("udt", "urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2");
    // Declare the query string
    String myQuery =
    "collection('myContainer.dbxml')/Invoice";
    // Prepare (compile) the query
    XmlQueryExpression qe = myManager.prepare(myQuery, context);
    // Run the query. Note that you can perform this query many times
    // without suffering the overhead of re-creating the query expression.
    // Notice that the only thing we are changing is the variable value,
    // which allows us to control exactly what gets returned for the
    // query.
    XmlResults results = qe.execute(context);
    // Display the result set
    XmlValue xmlValue = results.next();
    while (xmlValue != null) {
    XmlDocument theDoc = xmlValue.asDocument();
    String docName = theDoc.getName();
    String docString = xmlValue.asString();
    String message = "Document ";
    message += theDoc.getName() + ":\n";
    message += xmlValue.asString();
    message += "===============================\n";
    System.out.println(message);
    xmlValue = results.next();
    theDoc.delete();
    xmlValue.delete(); <-- the error happens here
    qe.delete();
    results.delete();
    } catch (DatabaseException de) {
    // Exception handling goes here
    int i = 1;
    } catch (FileNotFoundException fnfe) {
    // Exception handling goes here
    int i=1;
    } catch (Exception e) {
    // Exception handling goes here
    int i = 2;
    } finally {
    try {
    if (myContainer != null) {
    myContainer.close();
    if (myManager != null) {
    myManager.close();
    if (myEnv != null) {
    myEnv.close();
    } catch (DatabaseException de) {
    // Exception handling goes here
    If I remove the xmlValue.delete() sentence, the error appears in myEnv.close().
    I use berkeley 2.3.10 version, Windows XP.
    Thanks.

    I am having a similar problem. My method:
    protected void searchQuestions(String keyword) throws LibraryException {
    XmlQueryContext xqc = null;
    XmlResults xr = null;
    XmlQueryExpression xqe = null;
    String[] qids = null;
    String query = "collection()/*[contains(question, '" + keyword + "')]";
    try {
    conQuestions = man.openContainer(QUESTION_CONTAINER);
    xqc = man.createQueryContext();
    xqc.setDefaultCollection(QUESTION_CONTAINER);
    xqe = man.prepare(query, xqc);
    xr = xqe.execute(xqc);
    conQuestions.delete();
    xqc.delete();
    xqe.delete();
    XmlValue val = xr.next();
    while (val != null) {
    String name = val.asDocument().getName();
    System.out.println(name);
    val = xr.next();
    val.delete(); <-- PROBLEM HERE
    xr.delete();
    } catch (XmlException xe) {
    throw new LibraryException("Unable to search for questions. " + xe.getMessage());
    If I leave the val.delete() line then I get a java.lang.NullPointerException but if I remove it then I get an error stating 'Database handles still open at environment close'. I run a clean up method after the previous method as follows:
    protected void close() {
    if(conQuizes != null)
    conQuizes.delete();
    if(conQuestions != null)
    conQuestions.delete();
    if(conUsers != null)
    conUsers.delete();
    if(man != null)
    man.delete();
    I have many other methods that interact with containers perfectly but this is the only one where I use the XmlValue class. I tried the solution that worked for brais.mendez with no luck. Any advise or ideas would be much appreciated.
    Thanks,
    Matt

  • Import database on error ...

    Hi All,
    Will 'import database ... on error write to "error.txt";' exhaust all the errors?
    Willpartial import be possible? i.e. 5 records out of 10 will be imported.
    Regards,
    nww

    Hello,
    all records that would be loaded into the cube (reminder for filter settings) and have an error will come into the error log.
    The setting on how many records will be logged depend on your settings in the Essbase.cfg file.
    If there are errors to the process (can not find the file) will not be in this file. For this, you need into the application log.
    Regards,
    Philip Hulsebosch
    (www.trexco.nl)

  • Question about import database pk, fk

    Hi
    I want to ask a question about imported database. I imported database and I noticed tables doesnt have Primary key or foreign key. They havent relation between eachs. Why can this occured ?
    is it about import or another something?

    yeah ı am surprised none of tables have pk or fk ..
    but ı want to show you http://i51.tinypic.com/2hedc9d.jpg
    what is blue shapes in there ?
    can be foerign keys ?

  • MAXL Import Database (and export data?)

    I have an import database MAXL command that is working great (sql account and password substituted).  The rule file has a SQL connection to our ERP. 
    MAXL> import database PLANNING.DetView data connect as sql_account identified by "Password" using rules_file "'\\\oceanus-d13\\Oracle\\Middleware\\user_projects\\epmsystem3\\EssbaseServer\\essbaseserver1\\app\\PLANNING\\DetView\\NLIncur.rul'" on error write to "'G:\\DB_Process\\DetView_Process\\errors\\DetView_NLIncur_data_load.mxl.err'";
    We are going to run this on a nightly basis and our requirement is to have a historical record of what was "pulled" from our ERP (even if it didn't make it in to Hyperion).
    Here are the options that I've thought of:
    Have a separate SSIS package use the same SQL to dump the data out of the ERP database into a flat file.  The downside to this is that I'm using subvars from Essbase that don't exist in SQL.  So I'd have to write the SQL in a different way potentially causing discrepancies.
    A separate Data Export of what was loaded.  The downside here is that it doesn't have the errors that never made it in.
    I can't find another option in the import database command to spool the output of the SQL to a file. 
    Does anybody have thoughts on how to do this or are there other ways to achieve what I'm trying to do?
    Thanks-
    Cameron McClurg

    The SQL run via the load rule understands my subvars.  The load rule SQL looks like this:
    select...
    WHERE
      AND (('1' = '&IncSpanYr' --IF THE PERIODS SPAN YEARS
      AND (('12' = '&CurMoNm' --IN JUNE LOOK INTO NEXT YEAR PERIOD 1
      AND ((A.FISCAL_YEAR = '&CurYrNm' AND A.ACCOUNTING_PERIOD IN ('&PriMoNm', '&CurMoNm'))
    This turns into:
    WHERE
      AND (('1' = '1' --IF THE PERIODS SPAN YEARS
      AND (('12' = '12' --IN JUNE LOOK INTO NEXT YEAR PERIOD 1
      AND ((A.FISCAL_YEAR = '2014' AND A.ACCOUNTING_PERIOD IN ('2', '3'))
    My issue is getting a dump of all that data that the SQL is pulling.  I don't see a way to do that in the import database command.  A separate job on the SQL side (like SSIS) could pull the data, but can't access the subvars easily.  Does that make sense?  Or did I misunderstand your suggestion?
    Thanks-
    Cameron

  • How to create an Oracle DATABASE through Java Programming Language.. ?

    How to create an Oracle DATABASE through Java Programming Language.. ?

    Oracle database administrators tend to be control freaks, especially in financial institutions where security is paramount.
    In general, they will supply you with a database, but require you to supply all the DDL scripts to create tables, indexes, views etc.
    So a certain amount of manual installation will always be required.
    Typically you would supply the SQL scripts, and a detailled installation document too.
    regards,
    Owen

  • Import database using 10g imp utility.

    Hi,
    I have database on my local drive that is kind of old. I need to replace it with the one from the server.
    I created oesexport.dmp file using the following command:
    exp ledger/xxxxxx FILE='oesexport.dmp' OWNER=LEDGER
    oesexport.dmp file contains everything that belongs to LEDGER : tables, sequences, views, etc.
    Now I need to import database to my local drive. If I use the following statement:
    imp ledger/xxxxxx file=oesexport.dmp fromuser=ledger
    the procedure will not replace tables, sequences, views with the new ones from the server with the same names because it will try to recreate existing tables, sequences, views, etc. in my local database and they already exist there. I will get error messages. The procedure will only add the stuff from server to my local database that does not exist on my local. Since I need to replace tables/sequences/views, etc if they exist on my local and add new stuff if does not exist on my local, HOW SHOULD I MODIFY THE IMP STATAMENT?
    Thanks. Lev.

    Yes, of couse, I can drop the whole ledger scema and use and the imp procedure I specified and it will work just fine, but I heard the the new 10g import utility will allow replacemet (if they exist in the database) and addition (if they do not exist in the database) of Oralce objects without dropping the objects belonging to the user.
    Therefore my qustion was how should I change my IMP procedure to make it work.
    Lev.

  • Import database to pdf form

    how can I import database to Pdf form?

    If you export to a tab delimited format and the first row contains the exact field names of the fields in the form (order doesn't matter), then you can import a row of data into the form using Acrobat. You can also automate the process using JavaScript in Acrobat.

  • REP-92: Warning: Version 1.1 LANGUAGE argument not supported. Use ORACLE National Language environment variable instead

    hi all
    my data in Arabic language  and report running ok in paper layout just when i running on web not return any data
    my report give it name of author and return details
    i wont how to do this action
    (Remove the LANGUAGE argument string from the command string, and set the ORACLE National Language environment variable NLS_LANG to the appropriate value. For more information,)
    note
    i using oracle report 10g r2
    and db10g
    Netscape navigator browser
    I change the nls_lang to Arabic_egept.Ar8mswin1256
    and not working
    plz heeeeeeeeelp

    Please heeelp

  • Unable to import database using impdp via network_link

    Dear All,
    I am trying to import database from remote location's dump to my local database after creating dblink from local db to remote db.
    At Remote Server:
    - Directory created and granted the privileges. Dir Name: PREMLIVE_EXPDP
    At Local server:
    Username: expuser with dba, imp and exp full database privileges.
    DB Link name: to_premiatest14
    I faced an error of directory invalid when I run the below command in local server to import schema from remote database.
    C:\>impdp expuser/expuser network_link=to_premiatest14 directory=PREMLIVE_EXPDP remap_schema=PREMIATEST:PREMIATEST15 logfile=2013-09-02_premiatest15.log
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit
    Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-39087: directory name PREMLIVE_EXPDP is invalid
    Any help or advice's would be really highly appreciated.
    Regards,
    Syed

    Some more details follows.
    Server 1: Remote Server
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for 64-bit Windows: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    TNS-Entry:
    PREMIATEST14=
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = XX.XX.XX.14)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = malath)
    DIRECTORY:
    PREMLIVE_EXPDP AS
    'C:\Dump\PREMLIVE_EXPDP'; ---->>>> This location/directory holds the dump file.
    Server 2: Local Server
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for 64-bit Windows: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    TNS-Entry:
    PREMIATEST15=
      (DESCRIPTION=
        (ADDRESS=
          (PROTOCOL=TCP)
          (HOST=XX.XX.XX.15)
          (PORT=1521)
        (CONNECT_DATA=
          (SERVICE_NAME=PREMIA15)
    PREMIATEST14 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = XX.XX.XX.14)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = malath)
    Network/DBLink:
    CREATE PUBLIC DATABASE LINK TO_PREMIATEST14 CONNECT TO EXPUSER IDENTIFIED BY <PWD> USING 'PREMIATEST14';
    DBLink tested :
    SQL> select count(*) from premiatest.brkdivion@to_premiatest14;
      COUNT(*)
            94
    Error on importing:
    C:\>impdp expuser/expuser network_link=to_premiatest14 directory=PREMLIVE_EXPDP
    remap_schema=PREMIATEST:PREMIATEST15 logfile=2013-09-02_premiatest15.log
    Import: Release 10.2.0.5.0 - 64bit Production on Tuesday, 03 September, 2013 1:2
    3:10
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit
    Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-39087: directory name PREMLIVE_EXPDP is invalid
    I don't know where am i going wrong . Valuable advice's/assistance will be highly appreciated.
    Thanks & Regards,
    Syed

  • Importing database in server

    hi,I want to know that how do we import database in the server xMII 12.0

    I believe this is a Database question where you have a dump of the DB file in an archieve and want to import it, is that correct? if so which Database are you using? MS SQL server or Oracle? in either case you need to have a database client where you import the zip files.
    In MII Data servers you will configuring the connector to these database which is residing the same server or located remotely.
    If you have this server configuration in zip file, then you need to navigate to System Admin -> Configuration and import that zip file by checking Data servers check box.

Maybe you are looking for