Oracle error for copy command

hi,
i have using below statement in SQL*PLUS,
SQL> COPY FROM UCS1/UCS1@SHINE10G REPLACE UC_ARCHIVAL_TEMP USING SELECT * FROM UC_ARCHIVAL_TEMP;
Array fetch/bind size is 15. (arraysize is 15)
Will commit when done. (copycommit is 0)
Maximum long size is 80. (long is 80)
ERROR:
ORA--1650714576: Message -1650714576 not found; product=RDBMS; facility=ORA
i got above error.plese give me some idea about this.
by
Siva

Version of Oracle ?
OS ?
Are your env variables properly set - PATH, ORACLE_SID, TNS_ADMIN. ?
Are you running sqlplus on client or Server?
SS

Similar Messages

  • Which Oracle error for UPDATE that finds no rows to update

    Can someone please confirm for me what is the Oracle error I will get when trying to do an UPDATE statement with WHERE clauses and no rows are found matching the WHERE clauses? I'm thinking it will be 1403, but want to be sure.
    Thank you.

    Thanks for the answers, and my apologies if I asked in the wrong forum. My program is C++, and I believe the update will produce a DAOSQLException. My intended question was what the error number for that exception would be, and it appears that it would be 1403.
    I am not just writing SQL statements, for which I realize (as many pointed out) that there would be no errors, just zero rows updated.
    Thanks.

  • Terminal Returns Not Found Error for Most Commands

    Hi all,
    I'm really new to Mac OSX and UNIX based systems. I wanted to run a few Windows games on my Mac Mini so I started installing Wine and MacPorts. Having done so, I typed in "sudo port install wine" minus the quotes, the terminal returned a not found error. I tried other basic commands like say and clear and all of them return the not found error. I've googled this and all I've understood so far is that the PATH might be incorrectly set. So I ran this command: echo $PATH and it returned this: /opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/opt/local/bin
    Can anyone tell me how to set this path correctly? I'm a complete newbie to mac and have no idea where .bash_profile or any of those files are. If it helps, I've also installed xCode and the Command Line tools for xCode. I'm running Mountain Lion.
    PS: I tried export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin  but it only works as long as I keep the terminal window open. If I close it and open it again, it goes back to the same problem.
    Thanks in advance,
    Jack

    Some time in your past, your or a script modified your shell initialization file.  Most likely related to installing MacPorts.
    Look in your home directory for one of the following files:
    /bin/ls .bash_profile
    /bin/ls .bash_login
    /bin/ls .profile
    /bin/ls .bashrc
    One of them will have your current export PATH.
    Using nano, edit the file wtih your export PATH to include the additional search directories.  It would be best to put the missing search directories at the beginning of the list with the /opt/... directories from MacPorts at the end.
    /usr/bin/nano .name.of.shell.initialization.script.that.has.the.export.PATH

  • Command not found(127) error for all commands

    I'm basically having the same problem as the poster in this thread: http://discussions.apple.com/thread.jspa?threadID=1376825
    Every time I try to run a program like Onyx, it gives me various errors basically indicating that it can't access any of the built-in unix commands like date or ls.
    For example, one error I got was
    "AppleScript Error
    sh: line 1: date: command not found(127)"
    Obviously, its not able to access any of the commands in the /usr/bin folder. However, when I execute date directly from the terminal, it works. My path is echoed as "/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/ActivePerl-5.10 /bin:/usr/local/ActivePerl-5.10/site/bin:/usr/local/soylatte16-1.0.3/bin:/usr/lo cal/php5/bin//Library/Frameworks/Python.framework/Versions/2.6/bin:/bin:/sbin:/u sr/bin:/usr/sbin"
    The second last entry is /usr/bin.
    I even made the folder executable, but it didn't help. There's something seriously wrong with my Mac. A couple of days ago, I filled up the Startup Disk by mistake by torrenting too much. Could that be the source of the problem? Now, spotlight doesn't seem to have an index for the drive, programs are giving errors, and Onyx says the Volume Structure of the drive needs to be repaired.
    I have been experimenting with developing, and did mess around with my path setting earlier, but have never faced this problem.

    Yes, in an ideal situation, a lot of my hard drive should have been free, but over the years, files build up. And I cannot actually foresee me wasting 15% of my hard disk by keeping it empty. The point of buying more space is that I should be able to use it.
    Anyhow, I think 9.5 gb should be fine for basic functioning of the OS right? I don't see why 'date' should require 9.5 gb of free space to carry out its admittedly immense task of returning the current date! And the worst part is, its running correctly from the terminal, so I can't for the life of me figure out why applications can't access it correctly.

  • Dabase link while using copy command in Oracle 9i

    Hi,
    Is it must to have a database link while copying data between two databases in Oracle 9i using COPY command?
    I am using the copy command like following:
    SQL> copy from xxx/xxx@xyz to abc/abc@stu insert Table using select * from Table
    Database link is always required in Oracle 9i to copy data ?
    rgds,
    Karna

    When you use the copy command, all you need is that both databases are in the tnsnames.ora file and you can commect using the username/password#sid string. The copy command doesn't use the DBlink.

  • Intermittent not connected to Oracle error

    Hi ,
    I keep getting not connected to oracle error for one of our client' server. The application is an Windows service and the client OS is Windows 2003 Server with Oracle Client version 9.2.0.7
    I haven't see this error for any other client. I have got the following exception being reported from oracle.
    Any ideas? I initially thought it was the service, but debugging it in Visual Studio has not shown any exception, MS Exception or buffer overruns.
    Regards
    Viresh
    ORANTCP9! 619137b9()
    ORAN9! 614d7625()
    ORAN9! 614c6954()
    ORAN9! 614a95a6()
    ORAN9! 614a0256()
    ORAN9! 6149f72d()
    ORAN9! 6149d743()
    ORANONAME9! 617d110d()
    ORAN9! 614a35db()
    ORAN9! 614a276c()
    ORANL9! 614105c0()
    ORAN9! 614f914c()
    ORAN9! 614a4f80()
    ORAN9! 61493c84()
    ORACLIENT9! 60716c43()
    ORACLIENT9! 606a9b93()
    ORACLIENT9! 60652018()
    ORACLIENT9! 60601457()
    ORAOLEDB! 02c0c549()
    040d8450()

    i think you will need to check your tnsnames.ora file on your client machine. make sure the ip is same as that of one at the server.
    also check the listener.ora has the correct ip (this should be same as the server machine run ipconfig/all) .
    try to restart the listener on the server.
    from command prompt
    --lsnrctl
    --status
    --start                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Entire list of oracle errors

    Hi,
    Please send me the link to get the entire list of oracle errors for 10g.
    Thanks.

    The 10gR2 (10.2.0.x) Error Messages manual :
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14219/toc.htm

  • The Imap command UID copy (to deleted messages) failed for the mailbox "bulk mail" with server error UID copy mailbox in use.  PLease try again later

    The Imap command UID copy (to deleted messages) failed for the mailbox "bulk mail" with server error UID copy mailbox in use.  PLease try again later

    What program are you using?  And what version?

  • TS3276 The IMAP command "UID COPY" (to Deleted Messages) failed for the mailbox "Bulk Mail" with server error: UID COPY Mailbox in use. Please try again later.

    I have been getting the following message and have no idea how to clear it.  Any help will be greatly appreciated!!!  I have force closed Mail, and have tried to re-sync my accounts but no luck.
    The IMAP command “UID COPY” (to Deleted Messages) failed for the mailbox “Bulk Mail” with server error: UID COPY Mailbox in use. Please try again later.

    What program are you using?  And what version?

  • Oracle R Enterprise installation ERROR: cannot copy dll file

    This is bit strange, I posted this message in 2 forums but surprisingly can't find it anymore!! Anyways, I would appreciate if anyone can help me a bit on this issue:
    I am having trouble installing ORE 1.3 on my windows 7 (home premium, personal notebook) 64 bit. I strictly followed the installation note and made sure all the path variables are defined properly. My R version is 2.15.1. My Windows user is a member of ora_dba group as can be seen below.
    C:\Users\sourabh>net localgroup ora_dba
    Alias name        ora_dba
    Comment         Oracle DBA Group
    Members
    NT AUTHORITY\SYSTEM
    sourabh
    The command completed successfully.Now when I try to install.bat (bare with me as I try to include the whole path as I believe there may be the problem. Note that my oracle and R installation is in H:\ drive, not in C:\. Can that be an issue about some windows permission? I off-course tried many ways, gave the user full permission, but no luck.)
    C:Users\sourabh>H:\ORACLE\OracleREnterprise\ORE\ore-server-win-x86_64-1.3\server\install.bat
    Oracle R Enterprise 1.3 Server Installation.
    Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    Checking R ...................................
    Pass
    Checking R libraries ........................
    Pass
    Checking ORACLE_HOME ...............
    Pass
    Checking ORACLE_SID ..................
    Pass
    Checking sqlplus ...........................
    Pass
    Checking ORE ..............................
    Pass
    Current configuration
      R_HOME            = H:\ORACLE\OracleREnterprise\R\R-2.15.1
      R_LIBS_USER     = H:\ORACLE\Oracle11g\product\11.2.0\dbhome\R\library
      ORACLE_HOME  =  H:\ORACLE\Oracle11g\product\11.2.0\dbhome
      ORACLE_SID      = SINHA
    Do you wish to install ORE? [yes]
    Choosomg RQSIS tablespace
    PERMANENT tablespace to use for RQSYS [SYSAUX]:
      Using default SYSAUX
    TEMPORARY tablespace to use for RQSYS [TEMP]:
      Using default TEMP
      Tablespace summary
      PERMANENT tablespace = SYSAUX
      TEMPORARY tablespace = TEMP
    Installing libraries ..............
    Fail
      ERROR: cannot copy "rqe.dll" to "H:\ORACLE\Oracle11g\product\11.2.0\dbhome\bin"
    C:Users\sourabh>Now here is the default group/user and permissions structures for C:\ and H:\ installation directories on my computer:
    C:\program files :
            Group or user names                                    Permissions
            CREATOR OWNER                                          Special Permissions
            SYSTEM                                                 FULL control
            Administrators (Win7\administrators)                   FULL control               
            Users (Win7\Users)                                     Read & execute, List folder contents, Read
            TrustedInstaller                                       List folder contents, Special Permissions
    H:\%ORACLE_HOME% :
            Group or user names                                    Permissions
            Authenticated Users                                    Special Permissions
            SYSTEM                                                 FULL control
            Administrators (Win7\administrators)                   FULL control                Now noticed that there is no user called sourabh (Win7\Users) or Users (Win7\Users) on H:\, so I created and gave them "Full control" permission before running install script, but still no luck.... Any help please?
    Thanks,
    Sourabh

    Hi all,
    I have finally solved the problem, it seems somehow on my windows home premium I can't run the install script (on H:\ ) from the command line. I manually ran the batch script by double clicking on it, it ran fine and I was finally able to install ORE (server + supported + client) on my laptop. Now the connection -- followed through the manual, created user and granted all the roles. Now that I want to test the connection, I open R console and below are the input and output error message though it seems I can connect to the database:
    R>
    R> library(ORE)
    Loading required package: OREbase
    Attaching package: ‘OREbase’
    The following object(s) are masked from ‘package:base’:
        cbind, data.frame, eval, interaction, order, paste, pmax, pmin, rbind, table
    Loading required package: OREstats
    Loading required package: MASS
    Loading required package: OREgraphics
    Loading required package: OREeda
    Loading required package: OREdm
    Loading required package: lattice
    Loading required package: OREpredict
    Loading required package: ORExml
    R>
    R>
    R>
    R> ore.connect(user = 'scott', sid = 'sinha', host = 'win7', password = 'tiger', port = 1521, all = T)
    Error in .oci.GetQuery(conn, statement, data = data, prefetch = prefetch,  :
      ORA-06520: PL/SQL: Error loading external library
    ORA-06522: Unable to load DLL
    ORA-06512: at "RQSYS.RQEVALIMPL", line 17
    ORA-06512: at "RQSYS.RQEVALIMPL", line 14
    ORA-06512: at line 4
    R>
    R>
    R> ore.is.connected()
    [1] TRUE
    R> I get the exact same error when I try to use even the ORE user "rquser". Any suggestion how to resolve this error?
    Thanks,
    Sourabh

  • Oracle Fusion Application RCU error for fusionapps_Storage.xml

    I am installing Fusion Application
    While running RCU I have received a error for selecting Fusion Application component.
    The error is
    2013-01-19 23:53:43.746 ERROR rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RCUValidator::error: RCUValidator caught a SAXParseException.
    org.xml.sax.SAXParseException: file:/C:/ptc-dn-fusion/appbase/database/rcuHome/rcu/integration/fusionapps/fusionapps_Storage.xml<Line 112, Column 17>: XML-20147: (Error) Invalid element 'DatafilesList' in content of 'TablespaceAttributes', expected closing tag.
    RCU Log as follows.
    2013-01-19 23:52:49.446 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: Log dir does not exist. Creating logdir:C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/log\logdir.2013-01-19_23-52
    2013-01-19 23:52:49.481 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: Log file does not exist. Creating log file:C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/log\logdir.2013-01-19_23-52\rcu.log
    2013-01-19 23:52:49.481 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: LOG_LEVEL_IS - NOTIFICATION:1
    2013-01-19 23:52:49.482 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: HOSTNAME: PTC-DN-FUSION
    2013-01-19 23:52:49.482 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: OSINFO: x86 6.0 Windows Server 2008
    2013-01-19 23:52:49.482 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: JREINFO: 1.6.0_29 C:\ptc-dn-fusion\appbase\database\rcuHome\jdk\jre
    2013-01-19 23:52:49.482 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: USERNAME: Administrator
    2013-01-19 23:52:49.482 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: USERDIR: C:\ptc-dn-fusion\appbase\database\rcuHome\BIN
    2013-01-19 23:52:49.482 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: User country: US
    2013-01-19 23:52:49.482 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: User language: en
    2013-01-19 23:52:49.483 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: Java class path: C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\rcu.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\share.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\help-share.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\ohj.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\orai18n-mapping.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\lib\xmlparserv2.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jdbc\lib\ojdbc6.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jdbc\lib\ojdbc5.jar;OH\jdbc\lib\ojdbc6dms.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jewt4.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\ojdl.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\modules\oracle.odl_11.1.1\ojdl.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\SchemaVersion.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\wldb2.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\wlsqlserver.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\wlbase.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\wlutil.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\fmwgenerictoken.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\mysql-connector-java-commercial-5.1.17-bin.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\modules\mysql-connector-java-commercial-5.1.17\mysql-connector-java-commercial-5.1.17-bin.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\..\oracle_common\modules\mysql-connector-java-commercial-5.1.17\mysql-connector-java-commercial-5.1.17-bin.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\mysql-connector-java-commercial-5.1.16-bin.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\modules\mysql-connector-java-commercial-5.1.16\mysql-connector-java-commercial-5.1.16-bin.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\..\oracle_common\modules\mysql-connector-java-commercial-5.1.16\mysql-connector-java-commercial-5.1.16-bin.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\modules\oracle.dms_11.1.1\dms.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\oracle_ice.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\rcuhelppages.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\assistants\opca\jlib\opca.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\portal\jlib\ptlshare.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\ldapjclnt11.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\commons-collections-3.1.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\commons-dbcp-1.2.1.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\commons-logging.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\commons-pool-1.2.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\quartz-1.6.0.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\xml.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jta.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\iam-platform-utils.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\iam-platform-authz-service.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\iam-features-identity.zip;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\iam-features-configservice.zip;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jps-api.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jps-common.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jps-ee.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jps-internal.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jps-manifest.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\MicroSM.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\javax.persistence_1.0.0.0_1-0-2.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\org.eclipse.persistence_1.0.0.0_1-1-0.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\identitystore.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\jps-unsupported-api.jar;C:\ptc-dn-fusion\appbase\database\rcuHome\\jlib\pd-internal.jar
    2013-01-19 23:52:49.485 NOTIFICATION rcu: oracle.sysman.assistants.common.util.LoggingManager::initialize: Java library path: C:\ptc-dn-fusion\appbase\database\rcuHome\jdk\jre\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ptc-dn-fusion\appbase\database\rcuHome\\bin;C:\ptc-dn-fusion\appbase\oracle\product\11.2.0\dbhome_1\bin;C:\ptc-dn-fusion\appbase\database\product\11.2.0\dbhome_1\bin;E:\jdk6\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\idmu\common;C:\ptc-dn-fusion\appbase\database\product\11.2.0\dbhome_1;C:\Middleware\Oracle_IDM1\bin;C:\Middleware\Oracle_IDM1\opmn\bin;C:\Middleware\Oracle_IDM1\opmn\lib;C:\Middleware\Oracle_IDM1\perl\bin;.
    2013-01-19 23:52:49.486 NOTIFICATION rcu: oracle.sysman.assistants.rcu.Rcu::initLoggingManager: RCU version:11.1.1.6.0
    2013-01-19 23:52:49.486 NOTIFICATION rcu: oracle.sysman.assistants.rcu.Rcu::execute: Launching RCU.
    2013-01-19 23:52:49.489 NOTIFICATION rcu: oracle.sysman.assistants.rcu.Rcu::execute: Creating InteractiveRCUModel
    2013-01-19 23:52:50.019 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: DTD location : C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/config/
    2013-01-19 23:52:50.019 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: ComponentInfo xml location : C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/config/ComponentInfo.xml
    2013-01-19 23:52:50.019 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: Storage xml location : C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/config/Storage.xml
    2013-01-19 23:52:50.019 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::<init>: DTD Validation : true
    2013-01-19 23:52:50.027 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.RCUCommandLineParser::process: Processing command line ....
    2013-01-19 23:52:50.137 NOTIFICATION rcu: oracle.sysman.assistants.rcu.Rcu::main: Execution Complete.
    2013-01-19 23:53:42.649 NOTIFICATION rcu: oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine::connect: Connecting to database: user:sys, role:SYSDBA, connectString:(description=(address=(host=ptc-dn-fusion.ptcdnfusion.com)(protocol=tcp)(port=1521))(connect_data=(service_name=FUS1110)(server=dedicated)))
    2013-01-19 23:53:43.210 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Initializing repository configuration metadata
    2013-01-19 23:53:43.210 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = INIT_META_DATA.....
    2013-01-19 23:53:43.345 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : FUSION_ACTIVITIES
    2013-01-19 23:53:43.346 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.ComponentInfoHandler::startElement: Curently Parsing Component : FUSION_DISCUSSIONS
    2013-01-19 23:53:43.359 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseXmlData: XML Document: C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/config/ComponentInfo.xml is valid
    2013-01-19 23:53:43.706 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : PORTLET
    2013-01-19 23:53:43.708 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/integration//portlet/portlet.xml is valid
    2013-01-19 23:53:43.710 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : ACTIVITIES
    2013-01-19 23:53:43.712 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/integration//activities/activities.xml is valid
    2013-01-19 23:53:43.713 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RepositoryConfigHandler::startElement: Curently Parsing Repository Config data for Component : DISCUSSIONS
    2013-01-19 23:53:43.718 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseRepositoryConfigData: XML Document: C:\ptc-dn-fusion\appbase\database\rcuHome\/rcu/integration//jive/jive.xml is valid
    *2013-01-19 23:53:43.746 ERROR rcu: oracle.sysman.assistants.rcu.backend.xmldata.handlers.RCUValidator::error: RCUValidator caught a SAXParseException.*
    org.xml.sax.SAXParseException: file:/C:/ptc-dn-fusion/appbase/database/rcuHome/rcu/integration/fusionapps/fusionapps_Storage.xml<Line 112, Column 17>: XML-20147: (Error) Invalid element 'DatafilesList' in content of 'TablespaceAttributes', expected closing tag.
         at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:422)
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:287)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:316)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:326)
         at oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager.parseStorageData(RepositoryConfigManager.java:357)
         at oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager.parseXmlData(RepositoryConfigManager.java:282)
         at oracle.sysman.assistants.rcu.backend.models.OptionsModel.initializeXMLAndSelectionModels(OptionsModel.java:92)
         at oracle.sysman.assistants.rcu.backend.validation.StepValidator.initMetaData(StepValidator.java:1212)
         at oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator.executePrereqTask(PrereqEvaluator.java:516)
         at oracle.sysman.assistants.rcu.backend.task.PrereqTask.execute(PrereqTask.java:68)
         at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:306)
         at java.lang.Thread.run(Thread.java:662)
    2013-01-19 23:53:43.747 ERROR rcu: oracle.sysman.assistants.rcu.backend.xmldata.RepositoryConfigManager::parseStorageData: XML Document has Error:true file:/C:/ptc-dn-fusion/appbase/database/rcuHome/rcu/integration/fusionapps/fusionapps_Storage.xml<Line 112, Column 17>: XML-20147: (Error) Invalid element 'DatafilesList' in content of 'TablespaceAttributes', expected closing tag.
    2013-01-19 23:53:43.824 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Initializing repository configuration metadata : 614 milliseconds
    2013-01-19 23:53:44.054 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Obtain properties of the specified database
    2013-01-19 23:53:44.054 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = PREREQ_QUERY_DATABASE
    2013-01-19 23:53:44.089 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Obtain properties of the specified database : 35 milliseconds
    2013-01-19 23:53:44.279 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Check requirement for specified database
    2013-01-19 23:53:44.279 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = PREREQ_GLOBAL_CHECK
    2013-01-19 23:53:44.300 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Check requirement for specified database : 21 milliseconds
    2013-01-19 23:53:44.322 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Execute pre create operations
    2013-01-19 23:53:44.322 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.CustomCompManager::getActionList: CustomCompManager.getActionList: CUSTOM_COMP_PRELOAD_SETUP
    2013-01-19 23:53:44.329 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.AbstractCompTask::execute: ValidIf result was false. Skipping Action: oracle.ias.version.SchemaVersionUtil:utilCreateRegistryAndCopyData
    2013-01-19 23:53:44.331 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.AbstractCompTask::execute: ValidIf result was false. Skipping Action: oracle.ias.version.SchemaVersionUtil:utilCreateRegistryTable
    2013-01-19 23:53:44.331 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Execute pre create operations : 9 milliseconds
    Edited by: user13316715 on Jan 20, 2013 12:11 AM

    Hi Subramanian,
    Thanks for the response.
    No i am able to create repository for the Fusion Application.
    But now i am running through different problem while creating response file.
    The provisional wizard automatically get exit withe Internal Error after entering Install location and setting admin password.
    Can you please help me on this.
    Thanks,
    Dhanraj

  • Errors in impdp command on oracle 10g database

    Hi,
    could you plz help me to solve below errors which are coming while doing import with impdp command in oracle 10g 10.1.0.4.0 os: Red Hat Enterprise Linux ES release 4
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Job "DCA"."SYS_IMPORT_SCHEMA_01" stopped due to fatal error at 15:31
    i tried to restart job but the following errors coming
    UDI-00008: operation generated ORACLE error 39078
    ORA-39078: unable to dequeue message for agent KUPC$A_1_20081111155728 from queue "KUPC$C_1_20081111155728"
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 2356
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 3261
    ORA-06512: at line 1
    thanks in advance

    NAME TYPE VALUE
    streams_pool_size big integer 0
    sga_target big integer 200M
    what could be the value for avoiding errors! thanks in advance

  • Errors in impdp command on oracle 10g database-urget help needed

    Hi,
    could you plz help me to solve below errors which are coming while doing import with impdp command in oracle 10g 10.1.0.4.0 os: Red Hat Enterprise Linux ES release 4
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Job "DCA"."SYS_IMPORT_SCHEMA_01" stopped due to fatal error at 15:31
    i tried to restart job but the following errors coming
    UDI-00008: operation generated ORACLE error 39078
    ORA-39078: unable to dequeue message for agent KUPC$A_1_20081111155728 from queue "KUPC$C_1_20081111155728"
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 2356
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 3261
    ORA-06512: at line 1
    thanks in advance

    Can you check Metalink Note 376022.1? Your STREAMS_POOL_SIZE parameter may be too small.
    If you don't have Metalink access, try this :
    sql> alter system set STREAMS_POOL_SIZE=100M scope=spfile;
    sql> shutdown immediate
    sql> startup
    Note : the Portal Applications forum may not be the appropriate forum for this datapump issue. Try one of the database forums as you'll have a wider audience there.

  • Copy command for SQL*Plus

    Am trying to use the copy command in SQL*Plus to copy a table
    from an Oracle database to a local table on my machine in
    another format. Keep getting errors. It seems to contact the
    remote machine fine, but can't locate my local machine or figure
    out where to put it. Any suggestions on how to set up my
    Windows 95 machine to get the copy command working would be
    greatly appreciated. Thank you.
    null

    Hi,
    Here is an example :
    SQL> copy from scott/tiger@q4_production_server create ord -
    using select * from ord;Array fetch/bind size is 15. (arraysize is 15)
    Will commit when done. (copycommit is 0)
    Maximum long size is 80. (long is 80)
    Table ORD created.
    21 rows selected from scott@q4_production_server.
    21 rows inserted into ORD.
    21 rows committed into ORD at DEFAULT HOST connection.
    Hope this helps,
    Bala
    Laura Michaels (guest) wrote:
    : Am trying to use the copy command in SQL*Plus to copy a table
    : from an Oracle database to a local table on my machine in
    : another format. Keep getting errors. It seems to contact the
    : remote machine fine, but can't locate my local machine or
    figure
    : out where to put it. Any suggestions on how to set up my
    : Windows 95 machine to get the copy command working would be
    : greatly appreciated. Thank you.
    null

  • ORA-12541: TNS:no listener, (error, in oracle 11g for window 7, 64 bit)

    ORA-12541: TNS:no listener, error, in oracle 11g for window 7, 64 bit
    While connecting as localhost is pretty well.
    but command: sqlplus username@'192.168.52.178:1521/orcl' on the same machine is producing above mentioned error on oracle 11g for window 7, 64 bit.

    user11225434 wrote:
    Thax sir for your kind concern of my problem. Answers of your quaries regarding my question as follows
    lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 05-AUG-2013 09:37
    :21
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                05-AUG-2013 09:31:09
    Uptime                    0 days 0 hr. 6 min. 22 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\app\eee\product\11.2.0\dbhome_5\network\admin\liste
    ner.ora
    Listener Log File         c:\app\eee\diag\tnslsnr\eee-THINK\listener\alert\log.x
    ml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.52.170)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orclxe" has 1 instance(s).
      Instance "orclxe", status READY, has 1 handler(s) for this service...
    Service "orclxeXDB" has 1 instance(s).
      Instance "orclxe", status READY, has 1 handler(s) for this service...
    The command completed successfully
    # listener.ora Network Configuration File: C:\app\eee\product\11.2.0\dbhome_5\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\app\eee\product\11.2.0\dbhome_5)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:C:\app\eee\product\11.2.0\dbhome_5\bin\oraclr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.52.170)(PORT = 1521))
    ADR_BASE_LISTENER = C:\app\eee
    3. My ip is static 192.168.52.170 and window 7 prof. is there.
    4. Sir i have tested the remote connection with firewall configuration is off.
    Hopefully this info is useful.
    but command: sqlplus username@'192.168.52.178:1521/orcl'
    NOTE the difference in IP#s above; 192.168.52.170 vs. 192.168.52.178

Maybe you are looking for