Oracle 9 exp

I am doing a database export with exp utility.
later I have to do an imp in another server with a different tablespace name. When a do the import there are errors like this:
IMP-00017: la siguiente sentencia ha fallado con el error 959 de ORACLE :
"CREATE TABLE "T_DOCUMENTO" ("DO_UID_DOCUMENTO" VARCHAR2(255) NOT NULL ENABL"
"E, "DO_DESCRIPCION" VARCHAR2(255), "DO_ARCHIVO" BLOB NOT NULL ENABLE, "DO_E"
"XTENSION" VARCHAR2(10)) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STOR"
"AGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLES"
"PACE "APOSTILLADATOS" LOGGING NOCOMPRESS LOB ("DO_ARCHIVO") STORE AS (TABL"
"ESPACE "APOSTILLADATOS" ENABLE STORAGE IN ROW CHUNK 8192 PCTVERSION 10 NOCA"
"CHE LOGGING STORAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POO"
"L DEFAULT))"
IMP-00003: se ha encontrado un error 959 de ORACLE
ORA-00959: el tablespace 'APOSTILLADATOS' no existe

user2487774 wrote:
I am doing a database export with exp utility.
later I have to do an imp in another server with a different tablespace name. When a do the import there are errors like this:
IMP-00017: la siguiente sentencia ha fallado con el error 959 de ORACLE :
"CREATE TABLE "T_DOCUMENTO" ("DO_UID_DOCUMENTO" VARCHAR2(255) NOT NULL ENABL"
"E, "DO_DESCRIPCION" VARCHAR2(255), "DO_ARCHIVO" BLOB NOT NULL ENABLE, "DO_E"
"XTENSION" VARCHAR2(10)) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STOR"
"AGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLES"
"PACE "APOSTILLADATOS" LOGGING NOCOMPRESS LOB ("DO_ARCHIVO") STORE AS (TABL"
"ESPACE "APOSTILLADATOS" ENABLE STORAGE IN ROW CHUNK 8192 PCTVERSION 10 NOCA"
"CHE LOGGING STORAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POO"
"L DEFAULT))"
IMP-00003: se ha encontrado un error 959 de ORACLE
ORA-00959: el tablespace 'APOSTILLADATOS' no existeImp is looking for tablespace APOSTILLADATOS which doesn't exist.
Either create this tablspace or use the parfile to create the script of tables. Once scipt is created run these in database. then finally import with IGNORE=Y option
If its the only table which you are importing, then create this table with above script by removing APOSTILLADATOS tablespace with someother existing tables. Then import dumpfile with IGNORE=Y option
This will help

Similar Messages

  • Oracle exp utility error

    ieappdev:/importexport> exp.sh
    Export: Release 9.2.0.4.0 - Production on Fri Nov 10 16:44:54 2006
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Product
    With the Partitioning option
    JServer Release 9.2.0.6.0 - Production
    Export done in US7ASCII character set and UTF8 NCHAR character set
    server uses WE8MSWIN1252 character set (possible charset conversion)
    Note: grants on tables/views/sequences/roles will not be exported
    Note: indexes on tables will not be exported
    Note: constraints on tables will not be exported
    About to export specified tables via Conventional Path ...
    . . exporting table AUDIT_EXERCISE
    EXP-00003: no storage definition found for segment(7, 361)
    Export terminated successfully with warnings.
    ------------- Can someone help me why this error is ??? i am using oracle 9i version ---------

    Looks like a bad one. 9i Documentation

  • Oracle exp problem

    Hi People,
    I have two oracle 10g R2 servers say s1, s2
    I want to export user with data of s2 while sitting at s1
    i.e (i am connected at s1 with a user of s1 and want to export a user of s2).
    Any ideas??
    Thanks,
    Usman

    Obviously the correct syntax is something like
    exp <user>/<passwd>@<s2_service>
    If you are issuing this command on s1, the export will end up on s1.
    The generic idea about Oracle is
    using the @<tns service name> syntax, you can use your command line tool to connect to ANY database (so the same applies to sqlloader etc), and you don't need database links. Database links were invented to get distributed databases.
    Please read up on the concepts involved.
    No exp problem is at hand.
    Sybrand Bakker
    Senior Oracle DBA

  • Oracle Exp/Import

    Hi there,
    it is database backup problem. we have an application, that lets theto update the database using sql scripts. we have to backup the database before allowing the user to do this, and it schold be possible to repair the database or rollback to the old stage if there is something wrong with the update. my question is in which mode shuld i run the EXP utility, so that we can import the database using IMP utility and bring the database to the old stage if it is necessary. The tool lets the user completely update the database.The script can also accidently damage the database.
    thanks in advance.
    Alvin

    How large is your database ?
    Hi there,
    it is database backup problem. we have an
    have an application, that lets theto update the
    database using sql scripts. we have to backup the
    database before allowing the user to do this, r.- Generate a full export dump file
    and it
    schold be possible to repair the database or
    rollback to the old stage if there is something
    wrong with the update. my question is in which mode
    shuld i run the EXP utility, so that we can import
    the database using IMP utility and bring the
    database to the old stage if it is necessary. The
    tool lets the user completely update the
    database.The script can also accidently damage the
    database.
    thanks in advance.
    Alvinr.- You would to empty the database ( Drop the application users ) and imp full the database with the dump file generated before the changes.
    Joel Pérez
    http://www.oracle.com/technology/experts

  • Oracle exp/imp functionality logging

    Hi,
    does Oracle automatically log an exp command which has been executed?
    If so, where please?
    Thanks

    user13045898 wrote:
    Hi,
    does Oracle automatically log an exp command which has been executed?
    If so, where please?
    ThanksRead manual to understand functionality of exp/imp. http://docs.oracle.com/cd/B19306_01/server.102/b14215/exp_imp.htm
    what is your version? us expdp/impdp if its 10g & higher

  • Oracle Exp/Imp Utility

    If i do a full export from on database instance and import to a new instance, will that import the entire data and create tablespaces and users into to the instance?

    Nobody, really has addressed your question in a proper manner.
    If i do a full export from on database instance and import to a new instance, will that import the entire data and create tablespaces and users into to the instance?
    Yes ideally it should & it will !!!
    But there are few things that take it away from the ideal scenario.
    When you take export of a database, it creates a dmp file and that contains all the information to create the same database...like information to create tablespace, users, db links, procedure...blah blah....
    But...there are few things that need some attention.
    One thing is tablespaces: That dmp file contains the SQL statements to create all the tablespacs in the database. It also includes the exact path of datafiles. Lets say my database A is on Machine1 and datafiles lie in c:\oracle\DB_A\*.dbf. Now when I run the import (in different database, on same or different machine) it will try to create the tablespaces with datafiles with the same name & on the same location as in database A. But that wont be possible in the case if you are importing to the database which is created on the same machine. Why ? As obviously you will have to keep the datafiles in different directory.
    But if its on different machine, then its possible to use the same path for datafiles. But again be warned ! those directories should exist before you run the import.
    Second thing is db links: For a db link to work you need to have entry of remote database in the tnsnames.ora file. If you are on the same machine and using the same ORACLE_HOME, you are done.
    But with "different ORACLE_HOME on same machine" or different machine, you will need to make the entry of all the remote database [being used in DB Links] in the tnsnames.ora file.
    Just few points, I have summed up. Might be I have missed something that may come up as an issue.
    Sidhu

  • EXP-00056: ORACLE error 24324 encountered

    While exporting a particular table I am getting an error
    G:\oracle>exp user/password@servicei file=ft_curr.dmp log=ft_curr.log tableS=F
    T_CUR_TRANS
    Export: Release 9.2.0.4.0 - Production on Mon Aug 4 15:57:02 2008
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining op
    tions
    JServer Release 9.2.0.6.0 - Production
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P1 character set (possible charset conversion)
    About to export specified tables via Conventional Path ...
    . . exporting table            FT_CUR_TRANS
    EXP-00056: ORACLE error 3113 encountered
    ORA-03113: end-of-file on communication channel
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00000: Export terminated unsuccessfullyCan anybody suggest me what i have to do to overcome this problem...
    There is some error in alert log file also as i am having a
    ORA-00600: internal error code, arguments: [12333], [253], [1], [253], [], [], [], []
    Tue Jul 29 18:41:15 2008
    Trace dumping is performing id=[cdmp_20080729184115]
    Tue Jul 29 18:42:15 2008
    Errors in file /arch/dump/udump/icai12_ora_29758.trc:
    ORA-00600: internal error code, arguments: [12333], [253], [1], [253], [], [], [], []
    Wed Jul 30 18:55:37 2008
    Thread 2 advanced to log sequence 1533
    Wed Jul 30 18:55:37 2008
    ARC1: Evaluating archive   log 4 thread 2 sequence 1532
      Current log# 3 seq# 1533 mem# 0: /dev/vx/rdsk/racdg/orcl_raw_log21
    ARC1: Beginning to archive log 4 thread 2 sequence 1532
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arch/log/2_1532.dbf'
    Wed Jul 30 18:55:48 2008
    ARC1: Completed archiving  log 4 thread 2 sequence 1532
    Thu Jul 31 15:32:42 2008
    Errors in file /arch/dump/udump/icai12_ora_57.trc:
    ORA-00600: internal error code, arguments: [12333], [253], [1], [253], [], [], [], []
    Thu Jul 31 15:32:43 2008
    Trace dumping is performing id=[cdmp_20080731153243]
    Thu Jul 31 17:40:26 2008
    ARC0: Evaluating archive   log 3 thread 2 sequence 1533
    Thu Jul 31 17:40:26 2008
    Thread 2 advanced to log sequence 1534
    Thu Jul 31 17:40:26 2008
      Current log# 4 seq# 1534 mem# 0: /dev/vx/rdsk/racdg/orcl_raw_log22
    Thu Jul 31 17:40:26 2008
    ARC0: Beginning to archive log 3 thread 2 sequence 1533
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arch/log/2_1533.dbf'
    ARC0: Completed archiving  log 3 thread 2 sequence 1533
    Fri Aug  1 19:11:44 2008
    Trace dumping is performing id=[cdmp_20080801191143]

    The posted content from alert.log does not seem to have anything relevant to the error encountered during export (e.g. look at the timings).
    G:\oracle>exp user/password@servicei file=ft_curr.dmp
    Export: Release 9.2.0.4.0 - Production on Mon Aug 4 15:57:02 2008
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit ProductionUnless you are exporting for a lower version target db, using different versions might not be the best method.
    Also, any specific reason for running remotely? Is it possible for you to run the exp session directly on the database server host?
    Message was edited by:
    orafad

  • Oracle 9i DB Installation Problem on AIX 4.3.3

    Hi,
    I tried to install Oracle 9i DB on AIX 4.3.3 with Maintainence Level 9. However, I got the following error:
    Calling action unixActions2.0.1.4.0 make
    installMakePath = /usr/ccs/bin/make
    installMakeFileName = /usr/opt/oracle/product/9.0.1/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
    undoMakeFileName =
    installArguments = ORACLE_HOME=/usr/opt/oracle/product/9.0.1,
    logFile = /usr/opt/oracle/product/9.0.1/install/make.log
    undoTarget =
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target ioracle of makefile /usr/opt/oracle/product/9.0.1/rdbms/lib/ins_rdbms.mk
    Exception Severity: 1
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target ioracle of makefile /usr/opt/oracle/product/9.0.1/rdbms/lib/ins_rdbms.mk
    Exception Severity: 1
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target ioracle of makefile /usr/opt/oracle/product/9.0.1/rdbms/lib/ins_rdbms.mk
    Exception Severity: 1
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target ioracle of makefile /usr/opt/oracle/product/9.0.1/rdbms/lib/ins_rdbms.mk
    Exception Severity: 1
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target ioracle of makefile /usr/opt/oracle/product/9.0.1/rdbms/lib/ins_rdbms.mk
    Exception Severity: 1
    Can anyone know what is the problem here?
    Thanks and hope to hear from you soon.
    Nelson

    Hi,
         we have noticed the same error !!!!!!! :-(
    doing the makefile statement by consolle we have:
    "$ make -f rdbms/lib/ins_rdbms.mk ioracle
    - Linking Oracle
    rm -f /usr/oracle/product/9.0.1/rdbms/lib/oracle
    ld -b64 -o /usr/oracle/product/9.0.1/rdbms/lib/oracle -L/usr/oracle/product/9.0.1/rdbms/lib/ -L/usr/oracle/product/9.0.1/lib/ -bbigtoc /usr/oracle/product/9.0.1/rdbms/lib/opimai.o /usr/oracle/product/9.0.1/rdbms/lib/ssoraed.o /usr/oracle/product/9.0.1/rdbms/lib/ttcsoi.o /usr/oracle/product/9.0.1/lib/nautab.o /usr/oracle/product/9.0.1/lib/naeet.o /usr/oracle/product/9.0.1/lib/naect.o /usr/oracle/product/9.0.1/lib/naedhs.o /usr/oracle/product/9.0.1/rdbms/lib/config.o -lserver9 -lodm9 -lskgxp9 -lclient9 -lvsn9 -lwtcserver9 -lcommon9 -lgeneric9 /usr/oracle/product/9.0.1/rdbms/lib/defopt.o -lknlopt -lslax9 -lpls9 -lplp9 -bE:/usr/oracle/product/9.0.1/rdbms/lib/plsqlncomp.exp -lserver9 -lclient9 -lvsn9 -lwtcserver9 -lcommon9 -lgeneric9 -lknlopt -lslax9 -lpls9 -lplp9 `cat /usr/oracle/product/9.0.1/rdbms/lib/nmliblist` /usr/oracle/product/9.0.1/rdbms/lib//jox.o -laurora -bE:/usr/oracle/product/9.0.1/rdbms/lib//oracle.exp -lwwg9 `sed -e 's/-ljava//g' /usr/oracle/product/9.0.1/lib/ldflags` -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnzjs9 -lnro9 `sed -e 's/-ljava//g' /usr/oracle/product/9.0.1/lib/ldflags` -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnzjs9 -lclient9 -lvsn9 -lwtcserver9 -lcommon9 -lgeneric9 -lwtcserver9 -lmm -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 `sed -e 's/-ljava//g' /usr/oracle/product/9.0.1/lib/ldflags` -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnzjs9 -lnro9 `sed -e 's/-ljava//g' /usr/oracle/product/9.0.1/lib/ldflags` -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnzjs9 -lclient9 -lvsn9 -lwtcserver9 -lcommon9 -lgeneric9 -lpls9 -ltrace9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lclient9 -lvsn9 -lwtcserver9 -lcommon9 -lgeneric9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lserver9 `if /bin/ar -X64 tv /usr/oracle/product/9.0.1/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lordsdo9"; fi` -lctxc9 -lctx9 -lzx9 -lgx9 -lctx9 -lzx9 -lgx9 -lordimt9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lsnls9 -lunls9 -lld -lm `cat /usr/oracle/product/9.0.1/lib/sysliblist` -lm -bI:/usr/oracle/product/9.0.1/lib/pw-syscall.exp -bI:/usr/oracle/product/9.0.1/lib/ksms.imp
    ld: 0711-317 ERROR: Undefined symbol: ksbdpt_
    ld: 0711-317 ERROR: Undefined symbol: ksmsgl_
    ld: 0711-317 ERROR: Undefined symbol: ktswh196_
    ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
    make: The error code from the last command is 8."
    We hope in a fast solution.......
    Thanks,
    Daniele Tinti
    Valerio Balbi

  • Problem installing Oracle 8.05 on Redhat Linux 7.1

    I am currently trying to install Oracle 8.05 onto Redhat Linux 7.1. I can get part of the way through
    the installation, however, when it is installing the rdbms portion. I stops with an error about a failure
    during relinking. Here is the part of make.log which details what really happened. Could someone tell
    me how to proceed.
    Thank you,
    Nicholas Waltham
    --------------[ rdbms.ins 2618 ]---------------------------------------------
    Action: Installing install.
    Command: (make -f ins_rdbms.mk ORACLE_HOME=/opt/oracle/home install), Out=/opt/oracle/home/orainst/make.log, Err=/opt/oracle/home/orainst/make.log
    chmod 755 /opt/oracle/home/bin
    rm -f oracle exp imp sqlldr tkprof mig dbv tstshm maxmem orapwd dbfsize cursize rman genoci svrmgrl extproc ihsalloci ihsots ihsdepxa ogms ogmsctl osh sbttest /opt/oracle/home/rdbms/lib/ksms.s /opt/oracle/home/rdbms/lib/ksms.o
    echo " - Linking Oracle " ;\
    /opt/oracle/home/bin/echodo cc -L/opt/oracle/home/lib/ -L/opt/oracle/home/rdbms/lib -o /opt/oracle/home/rdbms/lib/oracle /opt/oracle/home/rdbms/lib/opimai.o /opt/oracle/home/rdbms/lib/ssoraed.o /opt/oracle/home/rdbms/lib/ttcsoi.o /opt/oracle/home/rdbms/lib/config.o \
    -lserver -lclient -lvsn -lcommon -lgeneric \
    /opt/oracle/home/rdbms/lib/defopt.o /opt/oracle/home/lib/ncrstab.o -lknlopt \
    -lslax -lplsf -lplsb -lextp -lserver -lclient -lvsn -lcommon -lgeneric -lknlopt \
    -lslax -lplsf -lplsb -lextp -ldbicx \
    /opt/oracle/home/lib/nautab.o /opt/oracle/home/lib/naeet.o /opt/oracle/home/lib/naect.o /opt/oracle/home/lib/naedhs.o `cat /opt/oracle/home/lib/naldflgs` -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 `cat /opt/oracle/home/lib/sysliblist` -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql `cat /opt/oracle/home/rdbms/lib/nmliblist` `if ar tv /opt/oracle/home/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lmdknl -lmdhh"; fi` \
    -lkidt -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 `cat /opt/oracle/home/lib/sysliblist` -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql ;
    - Linking Oracle
    cc -L/opt/oracle/home/lib/ -L/opt/oracle/home/rdbms/lib -o /opt/oracle/home/rdbms/lib/oracle /opt/oracle/home/rdbms/lib/opimai.o /opt/oracle/home/rdbms/lib/ssoraed.o /opt/oracle/home/rdbms/lib/ttcsoi.o /opt/oracle/home/rdbms/lib/config.o -lserver -lclient -lvsn -lcommon -lgeneric /opt/oracle/home/rdbms/lib/defopt.o /opt/oracle/home/lib/ncrstab.o -lknlopt -lslax -lplsf -lplsb -lextp -lserver -lclient -lvsn -lcommon -lgeneric -lknlopt -lslax -lplsf -lplsb -lextp -ldbicx /opt/oracle/home/lib/nautab.o /opt/oracle/home/lib/naeet.o /opt/oracle/home/lib/naect.o /opt/oracle/home/lib/naedhs.o -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnsl -lm -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql /opt/oracle/home/rdbms/lib/skgxns.o -lmdknl -lmdhh -lkidt -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnsl -lm -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql
    /opt/ora cle/home/lib//libplsf.a(spssimb.o): In function `pss_gets':
    spssimb.o(.text+0x4ef): the `gets' function is dangerous and should not be used.
    /opt/oracle/home/lib//libgeneric.a(skgfr.o): In function `skgfrcre':
    skgfr.o(.text+0x4de): the `llseek' function may be dangerous; use `lseek64' instead.
    /opt/oracle/home/lib//libserver.a(hoco.o): In function `hoconsi':
    hoco.o(.text+0x104d): undefined reference to `__strtoq_internal'
    /opt/oracle/home/lib//libserver.a(hoco.o): In function `hoconui':
    hoco.o(.text+0x126a): undefined reference to `__strtouq_internal'
    collect2: ld returned 1 exit status
    make: *** [opt/oracle/home/rdbms/lib/oracle] Error 1
    Status: 2
    (( OIERR-SYSTEM: make -f ins_rdbms.mk ORACLE_HOME=/opt/oracle/home install ))
    --------------[ rdbms.ins 2631 ]---------------------------------------------
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Nicholas Waltham ([email protected]):
    I am currently trying to install Oracle 8.05 onto Redhat Linux 7.1. I can get part of the way through
    the installation, however, when it is installing the rdbms portion. I stops with an error about a failure
    during relinking. Here is the part of make.log which details what really happened. Could someone tell
    me how to proceed.
    Thank you,
    Nicholas Waltham
    --------------[ rdbms.ins 2618 ]<HR></BLOCKQUOTE>
    Well ,I tried to install Oracle 8.0.5 in Debian Potato. At end I desist.
    Oracle 8.0.5 works with glibc 5 and Debian Potato with glibc6 .
    I guess this is your problem.
    There are patches for this but i don't get
    to make work.
    Sorry for my english.
    Cisar

  • How to Restore a data table from a 'dmp' file in a database of oracle ?

    Hello,
    I want just to restore one table belonging in a database. I Have the dmp file which I must restore.
    Then I am asking if it's possible to restore only a table not all the databse ? If Yes, What I mut do to realize it ?
    I need really helps .
    Regards.

    Can I assume dmp file you refer to is a file created by using oracle "exp" command. If that be the case you can use the imp command to populate/refresh/re-create that particular object only.
    check this link for the information about imp.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/exp_imp.htm#sthref2517
    Regards
    Raj

  • Oracle EE 11.2.0.2 RMAN Duplicate interesting issue - is it a bug?

    Hi,
    Oracle EE 11.2.0.2 RHEL 5.7 x86 64-bit RACOne Node database (3 - nodes).
    I was working on a process to refresh out test environment with prod database backup from tape and i have done it many times. Most of our environment is in 10gR2 and have few on 11.2.0.2 RACOne Node databases. The recovery basics in Oracle world is to use archive log sequence + 1 (provided we know before hand the backups metadata) and it works as expected until 10g but with 11.2.0.2 RMAN duplicate, i stumbled upon an issue where RMAN is trying to restore an older controlfile auto backup and then rolling forward from there. Its easy to explain with an example..
    1) I have an archivelog backup, say sequence 20 to 30 on Feb 22nd @ 10pm and a controlfile autobackup at this time c-20120222
    2) I have a FULL backup + archive log until sequence 50 on Feb 23nd@ 6pm and a controlfile autobackup at this time  c-20120223
    3) I am using RMAN duplicate to refresh UAT with Feb 23rd backup and use "set until sequence 51 thread 1"I am using following RMAN commands to do the duplicate on UAT server (executed on UAT server)
    rman target sys/***@PROD_DB  auxiliary /
    RMAN> run
    2> {
    3> allocate auxiliary channel c1 device type disk;
    4> allocate auxiliary channel c2 device type disk;
    5> allocate auxiliary channel c3 device type disk;
    6> set until sequence 51 thread 1;
    7> duplicate target database to UAT_DB;
    8> }RMAN duplicate automates all that we do manually but the recovery mechanism is same. In the above scenario, it connects to target database, gets the backup metadata and restores controlfile from c-20120223 , restores the datafiles and recovers till sequence 50 . This has been the scenario until 10g in every RMAN duplicate process i have tried and is expected from Oracle.
    Issue:
    In 11gR2 (11.2.0.2), for the same duplicate scenario above, it is restoring the controlfile from autobackup c-20120222 and restoring the datafiles from Feb 23rd backup, recovering till sequence 50 and doing the duplicate process. The thing to note here is that the controlfile autobackup c-20120222 does not have any record of the FULL backup that occured on Feb 23 rd and since RMAN duplicate is having a connection to target database, it knows the backup metadata and hence it is able to complete the recovery.
    For clarification, Thread 1 & 2 of RAC One Node is not an issue here for sure. Did anyone experience this issue? Any insight into this would be greatly appreciated.
    Thanks,
    Shiva

    AJ,
    I have already tried that scenario, i renamed the c-20120222 and kicked off the same duplicate process but it failed and it kept on "fail-over to previous backup" which is expected. The thing is, RMAN look's for the control file autobackups from newest to oldest (unless you gave a point in time) and duplicate command is not doing it.
    Tycho,
    I agree there are new features but to support them a change in recovery mechanism is something i would disagree that Oracle would do. Active Duplication is not based on backups, so that is out of question here. For backup-based duplication, we can try with connections to target or targetless, catalog or catalogless or none. I have already given an example with the target (same with target + catalog) and i expect the same behavior with only catalog connection. Now, i have tested the example without connecting to target or catalog and below are my observations...
    For the same backups i mentioned in the very first email, i got the following info....
    rman target /
    Recovery Manager: Release 11.2.0.2.0 - Production on Fri Feb 24 12:35:54 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: RMANTEST (DBID=3789692530)
    RMAN> list backup of archivelog sequence 95;
    using target database control file instead of recovery catalog
    List of Backup Sets
    ===================
    BS Key  Size       Device Type Elapsed Time Completion Time
    11      2.50K      DISK        00:00:00     23-FEB-12 18:05:40
            BP Key: 11   Status: AVAILABLE  Compressed: YES  Tag: TAG20120222T094240
            Piece Name: /u01/app/oracle/exp/rmantest_stl/full_backup/rmantest_stl_0bn3upkg_1_1.arch
      List of Archived Logs in backup set 11
      Thrd Seq     Low SCN    Low Time           Next SCN   Next Time
      1    95      346280     23-FEB-12 18:05:10 346302     23-FEB-12 18:05:30I got the scn_to_timestamp for the NEXT_SCN of sequence 95, which should correpond tothe "Next Time" that is the timestamp for the Archive log sequence 96.
    SQL> select scn_to_timestamp(346302) as timestamp from dual;
    TIMESTAMP
    23-FEB-12 18.05.30.000000000 PMNow, i gave the following for targetless & catalogless duplication...
    rman auxiliary /
    RMAN> run
    2> {
    3> set until time "to_date('23-FEB-12 18:05:30','DD-MON-YY HH24:MI:SS')";
    4> duplicate database to rman01s backup location '/u01/app/oracle/exp/rmantest_stl';
    5> }RESULT: Same ISSUE but this time IT FAILED with the error i expected. It went ahead and restored the c-20120222 autobackup control file and tried to restore the datafiles but, as we
    know, this control file autobackup does not have record of Feb 23rd + archive log backup, so it FAILS. This is exactly what i told in my first email.
    Error Log File:
    contents of Memory Script:
       sql clone "alter system set  control_files =
      ''+RMAN01D_DATA/rman01s_stl1/controlfile/current.270.776081841'', ''+RMAN01D_RECO/rman01s_stl1/controlfile/current.263.776081841'' comment=
    ''Set by RMAN'' scope=spfile";
       sql clone "alter system set  db_name =
    ''RMANTEST'' comment=
    ''Modified by RMAN duplicate'' scope=spfile";
       shutdown clone immediate;
       startup clone force nomount
       restore clone primary controlfile from  '/u01/app/oracle/exp/rmantest_stl/c-20120222';
       alter clone database mount;
    Errors in memory script
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-01507: database not mounted
    ORA-06512: at "SYS.X$DBMS_RCVMAN", line 13371
    ORA-06512: at line 1
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 5 found to restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 02/24/2012 10:18:04
    RMAN-05501: aborting duplication of target databaseSo, my next test was not to give any Point In Time, that is just issue the duplicate without SET UNIL clause and this time, and this time it behaved, it restored the control file from c-20120223 and completed the duplicate process. So what does this tell us? We cannot do a POINT IN TIME duplicate using RMAN DUPLICATE????
    rman auxiliary /
    RMAN> run
    2> {
    3> duplicate database to rman01s backup location '/u01/app/oracle/exp/rmantest_stl';
    4> }
    contents of Memory Script:
       sql clone "alter system set  control_files =
      ''+RMAN01D_DATA/rman01s_stl1/controlfile/current.270.776089489'', ''+RMAN01D_RECO/rman01s_stl1/controlfile/current.263.776089489'' comment=
    ''Set by RMAN'' scope=spfile";
       sql clone "alter system set  db_name =
    ''RMANTEST'' comment=
    ''Modified by RMAN duplicate'' scope=spfile";
       shutdown clone immediate;
       startup clone force nomount
       restore clone primary controlfile from  '/u01/app/oracle/exp/rmantest_stl/c-20120223';
       alter clone database mount;
    }Just checking if anyone stumbled upon these findings. An Oracle SR is already in place, so just waiting for an update from them.
    Thanks,
    Shiva

  • Problem with EXP 10.1.0.3.0

    I have problem with EXP in Oracle (linux Fedora 3). I used command as oracle:
    exp userid=user/pass@server file=/tmp/dmp.dmp
    and I got message.
    Export: Release 10.1.0.3.0 - Production on Fri Mar 4 10:13:40 2005
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    EXP-00056: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    EXP-00000: Export terminated unsuccessfully
    Witch tables or views does not exist ? Does export from oracle 10g clinet work with 8.1.7 database ?
    I used expcat.sql from rdbms.

    From 10.1.0 to 8.1.7 => Use the EXPORT 8.1.7 to export the data from the
    10.1.0 database and IMPORT 8.1.7 to import the
    data into the 8.1.7 database.more info on the imp/exp matrix :
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=132904.1

  • Importing 10g dmp in Oracle 9i

    hello,
    just wanted to know, if the dmp file created with Oracle exp utility can be safely imported into Oracle 9i DB.
    regards

    If you want to import into a 9i database, you would need to use the 9i export utility to create the dump file.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Convert large volumes in Oracle

    I am trying to convert large tables from one instance to another (simple conversion).
    Table has same layout in both systems. Doing conversion with takes ages.
    So now we trying to convert via Oracle (exp/imp).
    The schema-id's are different, but this issue can be tackled.
    Now we found that the Oracle tables in the target system are always created with 'not null' contraint.
    Now the import is impossible as a consequence.
    Any ideas to tackle this, or any other ideas how to transfer large volumes.

    Hi,
    If I understand correctly that you want to copy a table contents from a system to another. At this stage, because of the constraints, it is not allow you to insert records at the target site.
    So, you exported the table from the source system, but the fields without "NOT NULL" constraint. On the other hand, at the target site, same fields have "NOT NULL" constraint.
    Under this circumstance, you may create the table first without "NOT NULL" fields at the destination and import the records in it.
    You can use "brspace -f tbexport ..." for the import/export operations. Check the note 646681 - Reorganizing tables with BRSPACE
    Best regards,
    Orkun Gedik

  • Database merge with the exp and imp...

    Hi All,
    I am very new to these dba activities. I have two databases with the same schema and has some data in both of it. Now I would like to merge both the databases and come up with one database. In this process I don't wanted to loose any data.
    Does the oracle exp/imp helps in this scenario ? If not any other tools helps us in doing this?
    What are the best practices to follow when we are doing this kind of work?
    What kind of verifications we need to do pre/post merge ?
    Any help would really be appreciated... Thank you in adavance...
    K.

    NewBPELUser wrote:
    Hi All,
    I am very new to these dba activities. I have two databases with the same schema and has some data in both of it. Now I would like to merge both the databases and come up with one database. In this process I don't wanted to loose any data.
    Does the oracle exp/imp helps in this scenario ? If not any other tools helps us in doing this?
    What are the best practices to follow when we are doing this kind of work?
    What kind of verifications we need to do pre/post merge ?
    Any help would really be appreciated... Thank you in adavance...
    K.What do you mean with "merging" data?
    How many objects are in both schemas?
    Are both schemas need to be merged in mutual way or in one way?
    Do you have option to use MERGE command for each object in the schema?
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_9016.htm#SQLRF01606
    P.S. If the version of the database is greater than 9i, then use Data Pump (expdp/impdp) instead of deprecated exp/imp utitlies
    Kamran Agayev A.
    Oracle ACE
    My Oracle Video Tutorials - http://kamranagayev.wordpress.com/oracle-video-tutorials/

  • Can one import .odarc extention file into oracle database

    Hi All,
    When we asked client for their production data dump, we got a file with .odarc extention. I googled to find out about this file extention and found info mostly referring to User Productivity Kit. I assume that this file cannot be imported in to oracle database. Since my knowledge about this is limited, I want to find out if it's possible to import this file to oracle database or not. If it's possible what's the work around.
    Environment details
    OS : Windows server 2003 sp2
    Oracle version : 11.2.0.1
    Please ask me if the info is insufficient.
    Thanks & Regards

    Oracle can only process files created with :
    1. Oracle exp (export tool) with imp
    2. Oracle expdp (data pump export) with impdp
    3. plain ASCII files with a column based format like CSV with SQL*Loader or external table
    4. file containing Oracle SQL statements with SQL*Plus or similar tool.
    Any other file type cannot be directly processed by Oracle.
    Edited by: P. Forstmann on 17 févr. 2011 09:11

Maybe you are looking for

  • SNMP ifindex in Solaris 10

    Can anyone tell me how I can nail down the SNMP ifmib ifindex table on a Solaris 10 server? Every time the server guys add a subintderface, I have to reconfigure my PRTG and Spectrum models, and it's getting tedious. I cannot believe there is no way

  • Mac Mini, running both displays, flashes blue/black if you touch cable, etc....

    Hey all. I have been doing some research both here and online elsewhere and am really not getting the answers I need We use two Mac Minis (2010 model/OS 10.6.8 Intel/Dual 2.4 Core 2 Duo/8 GB RAM) at our church. Each Mini is connected to the projector

  • Multiple PR's for single sale order

    Hello all,    We are having Thrid party Scenario.For the sale order with multiple line items,single PR is created.    Is it possible to create PR for each line item in slae order? Regards, Shyam

  • Unable to join 3 fact tables in obiee data model.

    Hi, I am unable to join the 3 fact tables in obiee rpd. If I join with 2 fact tables I got the data in repors, Once I add the one more fact table and join with related dimensions, I am getting nodata error. I am following all joins keys as per datamo

  • User Exit/BADI while setting status as TECO for WBS in CJ20N

    Hi all, I need a BADI/User Exit which triggers when we try to set the status of WBS as 'TECO'  in CJ20N transaction. Please help. Thanks in Advance, Sagar