Oracle import

Hi ,
iam import an oracle dump which was taken from Oracle 9i database which has a character set of WE8MSWIN1252 .
The database which iam going to import has tghe charcter set of AL32UTF8.
Whilw import iam geeting this below error.
import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
import server uses AL32UTF8 character set (possible charset conversion)
. importing TEST's objects into TEST
. . importing table                            "A"         72 rows imported
. . importing table                      "FF_FNLS"          0 rows imported
. . importing table                 "FF_FNLS_ATTR"          0 rows imported
. . importing table               "FF_FNLS_REASON"          0 rows imported
. . importing table     "FF_FNLS_REASON_HIERARCHY"         10 rows imported
. . importing table                "FF_FTTR_DFNTN"          0 rows imported
. . importing table                     "BF_FINKS"          1 rows imported
. . importing table                      "FF_FOTE"
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: 147428 rows rolled back

t Data Pump Import (impdp) doesn’t allow importing LONG data into LONG columns. Instead, it requires that LONG and LONG RAW type columns are converted to LOB datatype (CLOB/BLOB) and only then it is able to import tables with LONG columns. Otherwise, those tables are empty.
http://www.pythian.com/news/273/oracle-data-pump-cant-import-long-columns/

Similar Messages

  • Oracle Import and Export Utility

    Hello All,
    Could someone please explain me Oracle Import and Export Utility. I've gone through the below link and it has been mentioned to use keyword 'exp' but I'm not getting any idea where to use it. So kindly explain how the util works.

    Hello;
    Export creates a logical backup its great for move tables, schemas etc.
    Import bring that data back in.
    You can use a parm file with either.
    Import example :
    imp parfile=in.parm
    in.parm ( contains )
    userid=system/<password>
    fromuser=scott
    touser=scott
    file=in.dmp
    log=in.logemp parfile=out.parm
    out.parm ( contains )
    userid=system/<password>
    owner=scott
    file=out.dmp
    log=out.dmp
    statistics=noneYou can use these commands at the OS level to get quick help.
    imp help=y
    enp help=yYou can export a subset of a table :
    exp scott/t<password> tables=emp query="where deptno=20"You can use options like :
    full=y
    BUFFER=2000000
    GRANTS=y
    COMPRESS=yThis utility is being replaced by data pump.
    Best Regards
    mseberg
    There's a short import and export examples here :
    http://www.oracle-dba-online.com/export_and_import.htm
    Edited by: mseberg on Sep 17, 2011 6:46 PM

  • Does oracle import datapump fix block corruption?

    Dear all,
    I am having a data block corruption on production. I want to export this DB and import it to a test environment using datapump, in order to do some tests on it.
    However I am concerned whether impdp will resolve this scenario... and therefore I will lose my test case...
    so will oracle import datapump fix block corruption?
    Thank you

    so will oracle import datapump fix block corruption?.No. It detects Logical corruption (corruption and the corrupted segment will not be exported or imported.
    Fix the issue by identifying the segment.
    Get the block information from your alert.log
    select segment_type,owner.segment_name
    from dba_extents
    where file_id = [&file_id] and [&block] between block_id and block_id+blocks -1; if it is index then drop and recreate index
    if it is table and you have backup of that table then restore backup on another database and exp/imp the table.

  • Suggestion regarding Oracle import & export utility

    hi
    I am navneet,I want to give some suggestion on Oracle import & export utility to Oracle Corporation. can u tell me where to send these suggestions
    regards
    navneet

    It would seem to me that if they are enhancement requests, then the right way would be to file an enhancement request. If they are bugs, then file SRs so bugs can be entered.
    Dean

  • Using Oracle "Import PDF" Extension in Open Office Draw to Edit pdf Files

    I am a fairly new Mac user with OS X 10.6. For several months, I have been trying to find something which would edit pdf files better than Preview does (for example, the content of a text box in Preview can only be "center aligned"). Skim and FormulatePro were two options I tried that were improvements over Preview in many respects, but wouldn't let me paste an image onto my pdf (such as, for example, if I wanted to put my digital signature on a document).
    Then, I "discovered" the Oracle PDF Import Extension which I had installed in Open Office months ago, but hadn't really used. By "discovered," I mean I read on somebody's blog that you could use Open Office Draw to edit pdf files and I thought, "Hey, I wonder if that would work with my setup." (Boy, do I feel stupid.)
    I have just started using this functionality, but in just an hour or so of playing around, I have found that it has far exceeded my expectations and, even, my immediate needs. Besides giving you (a) all the control over text and text boxes that you would expect from, say, a word processing program and (b) allowing you to paste images onto your pdf, Open Office Draw also includes layers!
    The layer function threw me off for a bit, because, at first, I kept finding that my attempts to edit the document resulted in grabbing the raster image and moving it "off" of the underlying text layer (a function, I will admit, that I think will be worth exploiting someday, but wasn't what I was looking for at the moment). Then, I discovered that you can "lock" the layer so as to prevent this annoying occurrence. To create your edits, simply create a new layer (call it "MyEdits" or whatever you want) and you're in business.
    Anybody who has done anything more than drawn a couple of lines and boxes on a page has discovered that editing the overlapping objects can be a real pain - if not an outright impossibility. Separating these overlapping objects through the use of different layers solves the problem.
    The only downside to the use of Open Office Draw as a pdf editing tool that I can see is that you must import the pdf, save your edits in odg format, and then export it to pdf when you're done. I know that we would all like to have the capability of doing everything I just described directly to the native document, but, hey, for all the functionality I have been searching the internet for weeks to find, I think it's a reasonable trade off.

    Try turning off protected mode.

  • Oracle Import errors  IMP-00098,   IMP-00028 , IMP-00008

    Hi all
    I have successfully exported a schema called ahc from Database 10g Enterprise Edition Release 10.2.0.1.0 on linux.
    but when i imported in test db server running the same OS and Oracle Versions.it returnd errors .
    i took the export three times but got the same error while importing.
    here is out put
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    export client uses US7ASCII character set (possible charset conversion)
    . . importing table "ADM_DTL" 0 rows imported
    . . importing table "ADVANCES" 1 rows imported
    . . importing table "BANK" 10 rows imported
    . . importing table "BASIC" 2 rows imported
    . . importing table "DESIGN" 240 rows imported
    . . importing table "DISTRICT" 26 rows imported
    . . importing table "EMPLOYEEMAIN" 3 rows imported
    . . importing table "GRADES" 185 rows imported
    . . importing table "ICD" 15413 rows imported
    . . importing table "MAINCODES" 336 rows imported
    . . importing table "QUALIFICATION" 15 rows imported
    . . importing table "SALARY" 2 rows imported
    . . importing table "SPALLOWANCE" 16 rows imported
    . . importing table "TBL_LAB_GROUP" 470 rows imported
    . . importing table "TBL_LAB_MAIN_DTL" 231992 rows imported
    . . importing table "TBL_LAB_MAIN_MAS" 79552 rows imported
    . . importing table "TBL_LAB_OPINION" 856 rows imported
    . . importing table "TBL_LAB_RESULT"
    illegal lob length marker 32770
    bytesread = 00000000000
    TABLE = TBL_LAB_RESULT
    IMP-00098: INTERNAL ERROR: impgst2
    IMP-00028: partial import of previous table rolled back: 137170 rows rolled back
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    *¿4¿¿¿E¿N¿*
    *#¿U="¿1¿¿¿¿;¿~¿O¿¿¿w4H¿¿¿"¿"¿>`N¿¿G¿¿¿¿¿¿¿¿'¿$V¿¿¿¿¿6¿i¿2Xn¿.¿¿_<5H¿¿q¿¿¿¿¿<c¿¿#U07¿¿¿n¿Uh¿*¿¿¿¿¿N¿¿¿v+2db¿9¿¿#jd¿¿¿7¿At¿(*
    *IMP-00008: unrecognized statement in the export file:*
    *¿¿¿V )((*
    *IMP-00008: unrecognized statement in the export file:*
    *¿H¿m¿¿*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    c¿1
    IMP-00008: unrecognized statement in the export file:
    *¿¿¿¿¿PIz¿o/¿¿o¿O¿\¿7¿¿f¿¿¿(¿¿@     @*
    IMP-00008: unrecognized statement in the export file:
    *¿¿¿"¿¿G¿0¿U¿v¿¿1!¿J¿f>¿¿¿44s¿RYD¿j¿¿¿c¿!¿*
    *IMP-00008: unrecognized statement in the export file:*
    *¿¿v)<¿¿i¿:f¿A@*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *¿%¿1¿¿¿K@*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *:BLAN.TERMID:=:GLOBAL.TERMID;*
    *IMP-00008: unrecognized statement in the export file:*
    *:BLAN.SHIFT:=:GLOBAL.SHIFT;*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *END;*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *r100g0b100¿¿*
    *IMP-00008: unrecognized statement in the export file:*
    *00r25g100b75@*
    *IMP-00008: unrecognized statement in the export file:*
    *00r50g100b75¿*
    *IMP-00008: unrecognized statement in the export file:*
    *00r75g100b75¿*
    *IMP-00008: unrecognized statement in the export file:*
    *00r88g100b75¿*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    Import terminated successfully with warnings.
    Edited by: farnaw4u on Feb 26, 2010 10:17 AM

    Hello,
    You may experience a bug or a corruption in the "dump". If it's a corruption you may retry your export/import.
    But, anyway, the classical Export/Import is not recommended. Starting with 10.1 you should use Datapump
    (expdp/impdp).
    Please, find enclosed a link about this utility:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/part_dp.htm#i436481
    Hope this help.
    Best regards,
    Jean-Valentin

  • Oracle Import Error

    Hi,
    As part of project requirement I want to import a oracle dump file(possibly exported from oracle 9i or 10g) which was given to me from third party.
    I dont have extensive knowledge on Oracle since I am purely into Microsoft Technologies.
    I installed Oracle 11g std edn(trial version) and done everything right. I changed the default pwd for SYS , SYSTEM as requested by Oracle universal installer.
    I was able to successfully login to localhost site with these id's. However when i try to import the .dmp file into my dB it gives me ORA-01435 user does not exist.
    I tried both interactive and cmd line mode of import statement but nothing worked so far.I can see the following lines.
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    export client uses US7ASCII character set (possible charset conversion)
    "import sys's object to sys"
    "importing CMS's object to CMS"
    IMP-00003: Oracle error 1435 encountered.
    ORA-01435 user does not exist
    Sorry I dont know how to paste screenshot in this question.
    Please someone help me with this issue. Also after indicating this error I dont know how to go back to the cmd mode. the window does not respond after the error.
    Thanks
    Guhan
    Edited by: gu**** on Mar 22, 2011 12:40 AM
    Edited by: gu**** on Mar 22, 2011 12:51 AM

    I guess that you would have installed DB Control as well. That will give you a GUI interface that you can use to CREATE USER and Grant privileges to the user.
    See http://download.oracle.com/docs/cd/E11882_01/server.112/e10897/users_secure.htm#CHDDCIGA
    Else, see the command-line documentation on
    CREATE USER
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/statements_8003.htm#i2065278
    and
    GRANT
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/statements_9013.htm#i2155015
    It would be preferable to create tablespaces as well -- or you could assign the user the USERS tablespace when you create it.
    Hemant K Chitale

  • Oracle import query

    Hi All,
    Just a query,
    Can I take export of oracle 9.2 db and import into 8.0.6 database. ? Currently I am getting
    Connected to: Oracle8 Enterprise Edition Release 8.0.6.0.0 - Production
    With the Partitioning and Objects options
    PL/SQL Release 8.0.6.0.0 - Production
    IMP-00003: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    IMP-00023: Import views not installed, please notify your DBA
    IMP-00000: Import terminated unsuccessfully
    I have ran the script catexp.sql but no success.
    Regards,

    Try exporting from 9.2 using exp.exe version 8.0.6.
    If the export succeeds you should be able to import the
    resulting file into the 8.0.6 instance.
    Not sure if this will work, but it may be worth trying.
    Hope this helps.
    Kailash.

  • Is there a way to import data using oracle import...

    Is there a way I can import tables into my workspace from other schemas or from remote databases without having to create csv files of the data I want and loading it into html_db? I'd like to either just use a db link or something to report on data in a remote database or use Oracle's import utility to import a whole schema into my workspace. Is this possible?
    Thanks for any advice in advance
    Erik Snyder
    Oracle DBA
    SUNY ITEC
    Buffalo, NY

    Sure is. Your workspace has one or more schemas assigned to it. You can use any of those methods. If you need to import a whole schema, you will need to go into the HTML DB administration utility and associate the new schema with your workspace.
    Tyler

  • Windows/Oracle Import/Export

    Hi,
    is it possible to export a Database from Windows/Oracle 9.2 as a dump file
    and import it then with Linux/Oracle 9.2?
    If Yes, do i need any specific Oracle Client on Windows?
    Thank You
    Daniel

    There is no problem with export dump file on cross platforms. The only restriction, is, you have to import either in the same version of oracle or higher version of oracle. You can't import into lower version of export dump.
    You are using same oracle version, i.e. 9.2, it won't be any problem for export from windows and import on linux.
    One more thing, if you ftp dump file to linux server, make sure you made through binary mode, otherwise, import will fail.
    Jaffar
    Message was edited by:
    The Human Fly

  • Oracle Import and Export Strategy

    Hi
    I have a senario of Oracle 8i Database migration, where an existing database need to be migrated to a new version with some additional tables, schema changes and new indexes and triggers. There are two ways in which the export import can be implemented first is a FULL DB Imp/Exp and second is TABLE wise. Kindly help me to choose a strategy. Will give you more information based on the discussion.
    regards
    Shantanu

    Hi Shantanu,
    this forum is for import and export of Oracle Portal metadata, you need to post your question in the database fourms.
    mick.

  • Oracle Import/Export

    Has anyone done Export/Import from Oracle 8i (8.1.5) to Oracle Ver 8.0.6. I went through the documentation. It says I have to use Export Utility Release 8.0 against Oracle 8i database. But this utility is not comes along with Oracle 8i. Does this mean I have to bring this earlier version of export utility from some other machine which is hosting the previous release??
    Your suggesition are welcome..
    Thanks in Advance..

    What you can do is
    Case 1:
    if you have an 8.0.6 instance and an 8.1.6 instance running on separate Oracle homes at the same time, then
    1.define a connect string to connect from the 8.0.6 instance to the 8.1.6 database.use the exp from 8.0.6 to connect using
    username/password@connect_string816 and then export the data .This exported data can then be imported into the 8.0.6 database.
    case 2:
    You have only 8.1.6 instance up and running:
    You will have to run the catexp.sql from an Oracle home that has the 8.0.6 software.this will create the required views to export data from the 8.1.6 database in 8.0.6 format.
    Then export the data (this exported data will be in 8.0.6 format)and import it into the 8.0.6 database.
    Hope this helps.
    null

  • Oracle Import issue

    Hi Expert,
    I have backup using oracle export the dump file from Oracle 10g database and need to import to 9i database. How to perform this. Tks
    Regard
    Liang

    Hi ,
    As per below running. I actually bit confused on this issue. My 10g database sid is "rpt" and my 9i database sid is nios2 . Tks
    10g database system
    /var/oracle/product/10.2.0
    $ cd bin
    $ ./lsnrctl status
    LSNRCTL for HPUX: Version 10.2.0.1.0 - Production on 22-OCT-2010 10:10:29
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for HPUX: Version 10.2.0.1.0 - Production
    Start Date 21-OCT-2010 17:19:20
    Uptime 0 days 16 hr. 51 min. 9 sec
    Trace Level off
    Security ON: Password or Local OS Authentication
    SNMP OFF
    Listener Parameter File /var/oracle/product/10.2.0/network/admin/listener.ora
    Listener Log File /var/oracle/product/10.2.0/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rp2)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rp2)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rp2)(PORT=2100))(Presentation=FTP)(Session=RAW))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "nios2.world" has 1 instance(s).
    Instance "nios2", status READY, has 2 handler(s) for this service...
    Service "project" has 1 instance(s).
    Instance "project", status READY, has 1 handler(s) for this service...
    Service "projectXDB" has 1 instance(s).
    Instance "project", status READY, has 1 handler(s) for this service...
    Service "rmandb2.world" has 1 instance(s).
    Instance "rmandb2", status UNKNOWN, has 1 handler(s) for this service...
    Service "rpt" has 2 instance(s).
    Instance "rpt", status UNKNOWN, has 1 handler(s) for this service...
    Instance "rpt", status READY, has 1 handler(s) for this service...
    Service "rptXDB" has 1 instance(s).
    Instance "rpt", status READY, has 1 handler(s) for this service...
    Service "rpt_XPT" has 1 instance(s).
    Instance "rpt", status READY, has 1 handler(s) for this service...
    The command completed successfully
    system 9i database tnsnames.ora
    MANDB2 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = rp2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = rmandb2.world)
    RMANDB1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = rp1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = rmandb1.world)
    TESTDB =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = rp2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = testdb.world)
    TESTDB1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = rp1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = testdb1.world)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = rp2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    nios2.world =
    (DESCRIPTION =
         (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.100.12)(PORT = 1521))
    (CONNECT_DATA =
         (SERVER = SHARED)
         (SID = nios2)
    NIOSTEST =
    (DESCRIPTION =
    (ADDRESS_LIST =
         (ADDRESS = (PROTOCOL = TCP)(HOST = rp2)(PORT = 1521))
         (CONNECT_DATA =
              (SERVICE_NAME = niostest.world)
    PSIOS =
    (DESCRIPTION =
    (ADDRESS_LIST =
         (ADDRESS = (PROTOCOL = TCP)(HOST = rp2)(PORT = 1521))
         (CONNECT_DATA =
              (SERVER = SHARED)
              (SERVICE_NAME = psios.world)
    MEDCON =
    (DESCRIPTION =
    (ADDRESS_LIST =
         (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
         (CONNECT_DATA =
              (SERVER = SHARED)
              (SERVICE_NAME = medcon.world)
    jim.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
         (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.100.22)(PORT = 1521))
         (CONNECT_DATA =
              (SID = kdmimm)
    NIOS.RP1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
         (ADDRESS = (PROTOCOL = TCP)(HOST = rp1)(PORT = 1521))
         (CONNECT_DATA =
              (SERVICE_NAME = nios.world)
    JPJDB =
    (DESCRIPTION =
    (ADDRESS_LIST =
         (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
         (CONNECT_DATA =
              (SERVER = SHARED)
              (SERVICE_NAME = jpjdb.world)
    FMCS.FOMEMA2.FOMEMA.COM.MY =
    (DESCRIPTION =
    (ADDRESS_LIST =
         (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
         (CONNECT_DATA =
              (SERVICE_NAME = medcon.world)
    jim.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.100.22)(PORT = 1521))
    (CONNECT_DATA =
    (SID = kdmimm)
    noni =
    (DESCRIPTION =
         (ADDRESS_LIST =
              (ADDRESS = (PROTOCOL = TCP) (HOST = 10.10.1.2)(PORT = 1521))
         (CONNECT_DATA =
              (SERVER = DEDICATED)
              (SID = orcl)
    rep =
    (DESCRIPTION =
    (ADDRESS_LIST =
         (ADDRESS = (PROTOCOL = TCP) (HOST = 172.16.100.12) (PORT=1521))
    (CONNECT_DATA=
              (SERVER = DEDICATED)
              (SID = project)
    NIOS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.100.11)(PORT = 1521))
    (CONNECT_DATA =
         (SERVER = SHARED)
         (SERVICE_NAME = nios1.world)
    RP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.100.11)(PORT = 1521))
    (CONNECT_DATA =     
         (SERVER = SHARED)
         (SID = rpt)
    )

  • Oracle import freeze

    Hi, i have oracle database XE 10. When i try to do an import this freeze. No error message appears
    I have windows vista profesional edition
    Regards

    i did it. i ran this sentence
    select sid, event from v$session_wait
    where wait_time = 0
    and appears for events the import session even. But what i have to do, kill them ?

  • ORACLE IMPORT HELP RQD

    Hai
    I want to take a export dump using subset of data. consider a emp table, only group id less than 5 i have take.
    exp user_name@schema_name \
                tables=emp query=\"where emp.groupid  \<5\"    file=emp.dmp\
                         log=emp.log \
                rows=y consistent=y feedback=10000 the other table emp1 also has the same groupid with the name groupid1.
    My question is
    can i import 2 tables(emp and emp1) at a time and put into dmp file like this
    exp user_name@schema_name \
                tables=\(emp,emp1\) query=\"where emp.groupid  \<5\"    query=\"where emp1.groupid1  \<5\"  file=emp.dmp\
                         log=emp.log \
                rows=y consistent=y feedback=10000 But this onne throwing error LRM-00112: multiple values not allowed for parameter 'query'
    Kindly give your sugestion
    S

    Hai
    i have done by using datapump
    expdp sen/hema@xe tables=DEPT,DEPT1 directory=expdp_dir dumpfile=EMP_DEPT.dmp logfile=expdpEMP_DEPT.log query=dept:\"where deptno=10\" dept1:\"where deptno1=20\"
    this is working.
    thanks.
    kindly confirm me whether it is possible to work in oracle 9i..? oracle 9i will support datapump..?
    Waiting
    S

Maybe you are looking for