Oracle 10g : 10.2.0.4.0[Solaris[tm] OE (64-bit)Big]

I have following impdp command. It truncated all the tables in all schema and then it started loading data. all i wanted to load data from dmp file of "RDPLAN1" to "RDPLAN2".
impdp system/abcd DIRECTORY=FTDBA_DMP_DIR DUMPFILE=xyzd.full.dmp.Mon REMAP_SCHEMA=RDPLAN1:RDPLAN2 logfile=xyzd_jan16_remap_imp.log CONTENT=DATA_ONLY TABLE_EXISTS_ACTION=TRUNCATE
Can anyone tell me what mistake i have done here.

You told Data Pump what schemas to remap, but you didn't tell Data Pump what schemas to import so it imported all of them. If you only want to import the schemas that you are remapping, then add:
schemas=RDPLAN1
Because you didn't specify a schemas=xxx, the Data Pump job defaulted to a full=y and since it was doing all schemas/tables, it truncated anything that was in the dumpfile that also existed in your database.
Dean

Similar Messages

  • Oracle 10G installation problem, and errors on SOLARIS 10 x86

    HI.
    I installed the last version of oracle 10g on a x86 SOLARIS 10 system.
    When the installer arrived at Configuration assistants, the window is stopping, and I can't see forward. But when I look at the installAction.log, the installation is checked as OK (?).
    When I launch sqlplus, and startup inside, it is said the ora-00205 error (problem with control files), and in the end, I'm really suprised there's no the database I told the installer to create at the beginning. But should I be surprised? As I didn't see really the end of the installation, and the installer didn't propose me the PATH where to install the DB, well, I guess there's something wrong.
    Could anybody tell me how to solve these problems, please?
    Thank you :)

    Two options:
    1. Create database using DBCA - execute $ORACLE_HOME/bin/dbca
    2. Create database manually (without DBCA)

  • Problem with Oracle 10g RAC VIP network setting at Solaris 9

    Dear All,
    I have tried to set up a Oracle 10g RAC Release 2.
    With OS solaris 9, and 2 nodes.
    The nodes setting as the following:
    nodes 1:
    Public address: 172.16.0.121
    Private address: 192.168.0.121, 192.168.1.121 (dual path for heart beat)
    nodes 2:
    Public address: 172.16.0.122
    Private address: 192.168.0.122, 192.168.1.122
    And i have assigned two IP adress 172.16.0.131, 172.16.0.132 as the VIP address for the
    RAC.
    And the following is the /etc/hosts file:
    root@shk01 # cat /etc/hosts
    # Internet host table
    127.0.0.1 localhost
    # public address
    172.16.0.121 shk01 loghost
    172.16.0.122 shk02
    # heart beat
    192.168.0.121 shk01-priv1
    192.168.1.121 shk01-priv2
    192.168.0.122 shk02-priv1
    192.168.1.122 shk02-priv2
    # VIP address
    172.16.1.131 vip-shk01
    172.16.1.132 vip-shk02
    But when i run the command "$ ./runcluvfy.sh comp nodecon -n shk01,shk02 -verbose"
    it shows the error:
    ERROR:
    Could not find a suitable set of interfaces for VIPs.
    Result: Node connectivity check failed.
    I did try to add the VIP address on bge0:1, as i using bge0 for the public address.
    Both nodes i did using the same interface name for it.
    Anyone have idea for me to check out the error?
    Also, I have other question about the raw device.
    As there is option for setting for ASM or raw device. If choosing raw device, does it mean that it just need to
    format the storage disk but without newfs it? And then the Oracle program will able to handle it?
    Thanks,
    Xentar

    You don't seem to state categorically that you are using Solaris Cluster, so I'll assume it since this is mainly a forum about Solaris Cluster (and IMHO, Solaris Cluster with Clusterware is better than Clusterware on its own).
    Clusterware has to see the same device names from all cluster nodes. This is why Solaris Cluster (SC) is a positive benefit over Clusterware because SC provides an automatically managed, consistent name space. Clusterware on its own forces you to manage either the symbolic links (or worse mknods) to create a consistent namespace!
    So, given the SC consistent namespace you simple add the raw devices into the ASM configuration, i.e. /dev/did/rdsk/dXsY. If you are using Solaris Volume Manager, you would use /dev/md/<setname>/rdsk/dXXX and if you were using CVM/VxVM you would use /dev/vx/rdsk/<dg_name>/<dev_name>.
    Of course, if you genuinely are using Clusterware on its own, then you have somewhat of a management issue! ... time to think about installing SC?
    Tim
    ---

  • Oracle 10g Application Server 10.1.3.0 Installation for 64 bit

    Hi,
    Can anyone let me know if there is an Oracle 10g Application Server 10.1.3.0 download available for 64 bit windows 2003 Enterprise Edition installed on Intel X64 Xeon Processor (EMT64T).
    Rgds
    Satya

    Thanks jm.
    But when i tried to check from otn downloads there is a 64 bit deployment version available for itanium processors which we are not able to install on xeon processors. Anyways i installed the 32 bit version of 10G 10.1.3 on 64 bit and its working fine. Can you find out if there is any memory consuption for the 32 bit server when installed on 64 bit windows server
    thanks once again for your promt reply

  • Oracle 10g CRS autorecovery from network failures - Solaris with IPMP

    Hi all,
    Just wondering if anyone has experience with a setup similar to mine. Let me first apologise for the lengthy introduction that follows >.<
    A quick run-down of my implementation: Sun SPARC Solaris 10, Oracle CRS, ASM and RAC database patched to version 10.2.0.4 respectively, no third-party cluster software used for a 2-node cluster. Additionally, the SAN storage is attached directly with fiber cable to both servers, and the CRS files (OCR, voting disks) are always visible to the servers, there is no switch/hub between the server and the storage. There is IPMP configured for both the public and interconnect network devices. When performing the usual failover tests for IPMP, both the OS logs and the CRS logs show a failure detected, and a failover to the surviving network interface (on both the public and the private network devices).
    For the private interconnect, when both of the network devices are disabled (by manually disconnecting the network cables), this results in the 2nd node rebooting, and the CRS process starting, but unable to synchronize with the 1st node (which is running fine the whole time). Further, when I look at the CRS logs, it is able to correctly identify all the OCR files and voting disks. When the network connectivity is restored, both the OS and CRS logs reflect this connection has been repaired. However, the CRS logs at this point still state that node 1 (which is running fine) is down, and the 2nd node attempts to join the cluster as the master node. When I manually run the 'crsctl stop crs' and 'crsctl start crs' commands, this results in a message stating that the node is going to be rebooted to ensure cluster integrity, and the 2nd node reboots, starts the CRS daemons again at startup, and joins the cluster normally.
    For the public network, when the 2nd node is manually disconnected, the VIP is seen to not failover, and any attempts to connect to this node via the VIP result in a timeout. When connectivity is restored, as expected the OS and CRS logs acknowledge the recovery, and the VIP for node 2 automatically fails over, but the listener goes down as well. Using the 'srvctl start listener' command brings it up again, and everything is fine. During this whole process, the database instance runs fine on both nodes.
    From the case studies above, I can see that the network failures are detected by the Oracle Clusterware, and a simple command run once this failure is repaired restores full functionality to the RAC database. However, is there anyway to automate this recovery, for the 2 cases stated above, so that there is no need for manual intervention by the DBAs? I was able to test case 2 (public network) with the Oracle document 805969.1 (VIP does not relocate back to the original node after public network problem is resolved), is there a similar workaround for the interconnect?
    Any and all pointers would be appreciated, and again, sorry for the lengthy post.
    Edited by: NS Selvam on 16-Dec-2009 20:36
    changed some minor typos

    hi
    i ve given the shell script.i just need to run that i usually get the op like
    [root@rac-1 Desktop]# sh iscsi-corntab.sh
    Logging in to [iface: default, target: iqn.2010-02-23.de.sayantan-chakraborty:storage.disk1.amiens.sys1.xyz, portal: 192.168.181.10,3260]
    Login to [iface: default, target: iqn.2010-02-23.de.sayantan-chakraborty:storage.disk1.amiens.sys1.xyz, portal: 192.168.181.10,3260]: successfulthe script contains :
    iscsiadm -m node -T iqn.2010-02-23.de.sayantan-chakraborty:storage.disk1.amiens.sys1.xyz -p 192.168.181.10 -l
    iscsiadm -m node -T iqn.2010-02-23.de.sayantan-chakraborty:storage.disk1.amiens.sys1.xyz -p 192.168.181.10 --op update -n node.startup -v automatic
    (cd /dev/disk/by-path; ls -l *sayantan-chakraborty* | awk '{FS=" "; print $9 " " $10 " " $11}')
    [root@rac-1 Desktop]# (cd /dev/disk/by-path; ls -l *sayantan-chakraborty* | awk '{FS=" "; print $9 " " $10 " " $11}')
    ip-192.168.181.10:3260-iscsi-iqn.2010-02-23.de.sayantan-chakraborty:storage.disk1.amiens.sys1.xyz-lun-1 -> ../../sdc
    [root@rac-1 Desktop]# can you post the oput of ls /dev/iscsi ??you may get like this:
    [root@rac-1 Desktop]# ls /dev/iscsi
    xyz
    [root@rac-1 Desktop]#

  • Oracle Application R12.1.1 Migration from Solaris to Linux 64-bit

    Hi,
    Our existing System:
    On Solaris 9:
    Database 10.2.0.2
    EBS 11.5.10.2
    We are planning to Upgrade the system to
    Database 11.2.0.3
    EBS R12.1.3
    We also want to migrate to RHEL 5 64-bit.
    Please let me know if you have experience with respect to the following issues:
    1. Can I use *Application Tier Platform Migration with Oracle E-Business Suite Release 12 [ID 438086.1]* as reference for my scenario? The document mentions that only Windows is supported as the source platform.
    2. When they copy APPL_TOP from source to target - how the binaries from source operating system will work on target operating system? Else, are they platform independent?
    3. Will the following approach work?
    a. Migrate 10.2.0.2 database from source (Solaris) to target (RHEL 5 64-bit).
    b. Upgrade 10.2.0.2 database to 11.2.0.3 on target.
    c. Install R12.1.1 in upgrade mode on target.
    d. Retrofit customization.
    e. Upgrade R12.1.1 to R12.1.3
    Also can you recommend best practise for Migrating database?
    Thanks in advance.

    Note: Application Tier Platform Migration with Oracle E-Business Suite Release 12 (Doc ID 438086.1) reads: "The instructions in this document are for migration to a target UNIX/Linux platform. At present, Windows is only supported as a source platform."
    Note the word SOURCE. So the restriction is Windows cannot be used as a TARGET platform, but other platforms can.
    The content of the APPL_TOP is re-used in the Target environment, except for the binaries; these are delivered by applying the "customer-specific update" as in Note : Application Tier Platform Migration with Oracle E-Business Suite Release 12 (Doc ID 438086.1)
    For information on the database migration check Note: 10g Release 2 Export/Import Process for Oracle Applications Release 11i (Doc ID 362205.1) and http://blogs.oracle.com/stevenChan/entry/migrating_ebusiness_suite_databases_between_platfo
    The scenario seems OK, but needs to be tested of course.
    For information related to upgrading the database for the EBS upgrade check Note: Database Preparation Guidelines for an E-Business Suite Release 12.1.1 Upgrade (Doc ID 761570.1)
    Regards, Carlo.

  • Oracle 10g + Solaris + 32bit Sun Hardware

    Does Oracle 10g (which has a default 64bit Solaris installation) work on solaris + 32bit Sun Hardware? thanks

    Hi,
    yes, it does work on a 32 bit hardware, but you need a 64 bit version of Solaris.
    Regards
    Laurent Schneider
    OCM-DBA

  • Oracle 10g R2 in solaris.

    Hi,
    i have installed oracle 10g(10.2.0.2) in solaris 10. i have installed database with ASM. Now i have connected to the database through PUTTY session and started both the ASM instance and DB instance. When i connect as sys from another session through PUTTY it shows that Connected to an idle instance How it is possible?? if i check the status of the DB and ASM instance status from the session where i started both are UP and running. Plz help me out in this.
    Regards,
    007

    007 wrote:
    hi Edsteven,
    This is our current oracle user profile setttings.
    EDITOR=vi
    export EDITOR
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/opt/oracle; export ORACLE_BASE
    ORACLE_SID=SOLTESTD; export ORACLE_SID
    ORACLE_HOME=/opt/oracle/product/soldb; export ORACLE_HOME
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    MAIL=/usr/mail/${LOGNAME:?}
    can you let me know, how can we put entry for both DB and ASM home in same oracle profile, bcoz everytime it asking for us set SID and ORACLE_HOME..for the instance we want to connect...The way I handle having multiple DBs on same system is to have multiple "env" scripts like below:
    stage1.env
    dev1.env
    ASM.env
    & then invoke appropriate setup file prior to accessing the any specific DB.

  • Installing SAP ERP6 EHp4on Solaris 10 ,oracle 10g

    Hello gurus
    i am planning to install SAP ERP6 EHP4on SOLARIS 10 Sparc,Oracle 10g
    So i have 3 questions that i need a bit clarified although i went thro the inst guide
    1.Will the install  or sapinst ask me to create the oracle directories and  sapdata files?Like the previous versions oracle 9.X.
    2.If its not then what is the easiest way to point the installation to install in specfic directories e.g /oracle/SID/log for the log file origs,mirrors,oraachs etc and for sapdatas /oracle/data etc OR it will put them in the SAP standard dir /oracle  etc
    3.How do i start the patch install soon after the database install not using mopath but where u specify the path to /oracle /stage /10 what is the completecommand line as orasid?(when the installation stop and ask for the DB installation?
    any ideas will be greatly appreciated

    Hi,
    Below are my answers,
    --> Always prefereable to create the directories in advance with individual file systems. You have a specific SAP Note for this which will tell you how much sizes you need to keep for SAPDATA and log folders . So always create separate Mount points for individual directories which is a good practice for Unix based systems.
    So in this case, Please create the file systems as follows /oracle/SID/102_64 --> For Oracle Home
                                                                                    /oracle/SID/sapdata 1-4 --> For SAPDATA folders
                                                                                    /oracle/SID/origlogA, /oracle/SID/origlogB,/oracle/SID/mirrlogA,/oracle/SID/mirrlogB
    Then You can create a separate one for oracle/stage/102_64 or as per your wish.
    Once your DB Instance Installation is done, You can define the full path of OPatch/MOPatch in the PATH Env Variable of ORASID so that no need to give it again. you can go to the folder/file where you saved your patch files and apply accordingly.
    Hope I contributed my 2 cents.
    Thanks,
    Jagadish

  • Patch Requirements for Building Oracle 10g on Solaris 10

    Hi,
    I am about to install Oracle 10g 10.1.0.2 on Solaris 10 (Sparc). I have looked at the Oracle docs pertaining to this process and they seem to indicate that I need to apply a few patches to solaris. I know that sun currently charge for their updates and I was just wondering what service plan I should purchase in order to get access to the appropriate patches. Would the basic service plan be sufficient? Any help or advice would be greatly appreciated. Thanks.
    -Harry

    Well.. For oracle its normally enough with a recommended cluster, which can be found free of charge at:
    http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/patch-access
    Quite many patches can still be downloadable even without a contract. Even if you will see more infodoc and bugreports with a contract..
    7/M.

  • Installation of Oracle 10g XE in Windows Vista home premium

    Hi,
    I tried to install oracle 10g XE(express edition) in my laptop which has Windows Vista home premium 32 bit.But when i start database it is showing me error
    C:\oracleexe\app\oracle\product\10.2.0\server\BIN>net start OracleXETNSListener
    System error 5 has occured
    Access is denied
    C:\oracleexe\app\oracle\product\10.2.0\server\BIN>net start OracleServiceXE
    System error 5 has occured
    Access is denied
    CAn anyone please help me out with this issue.

    I didn't realize Vista Home Premium wasn't supported, so I went ahead and installed Oracle 10g R2 standard edition and then personal edition on 64-bit Vista Home Premium. The only problem I've had is that the DB Console doesn't work, which is why I came to this forum and thread. All I get is a blank page with a few chicken scratches, but everything else has been working so far. I've had to revert to command line SQL Plus, and I just imported a couple million rows from an export done on a Solaris server, so go figure. Obviously I'm not using it for a production database, but for my purposes so far it's done OK.

  • Reports Oracle 10G

    Hi all, i´m newly in this forum, but i can see much activity, thats good !
    Well, my main question is : How can i do reports from Oracle 10G
    Additional Info:
    The server is : Solaris 10 + Oracle 10G
    And i can access it through to a remote desk (Windows XP) where i have SQL Developer.
    The main idea is to generate queries furthermore I can generate related charts (Like Excel) and the whole report should be automatic every week.
    Could any of you give some ideas ??? is my first job with oracle and i´m very nervous
    Thanks in advance.

    Could any of you give some ideas ???SQL*Net allows remote Windows client to query DB server

  • Oracle 10g - 10.2.0.4  installation hang at 85%

    Hi,
    I am installing Oracle 10g(10.2.0.4) on win2008 standard edition - 64 bit. The installation is fine, until it reached the database configuration assistant. Its like at the database creation
    85%, its just stuck there. Then message pops up saying :
    Enterprise Manager Configuration failed : error starting Database Control .Refer to log file d:\oracle\.....emConfig.log.
    You can retry the configuration later by manually running d:\oracle...emca script.
    Here is the emconfig .log file. I just copied the section that i think i relevant.
    Mar 14, 2011 10:58:36 AM oracle.sysman.emcp.util.FileUtil printFileToLog
    CONFIG: Printing file(After Secure DBConsole): D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMOSSSRORA_ssrora\config\http-web-site.xml
    <?xml version = '1.0' standalone = 'yes'?>
    <!DOCTYPE web-site PUBLIC "OracleAS XML Web-site" "http://xmlns.oracle.com/ias/dtds/web-site-9_04.dtd">
    <web-site port="1158" display-name="OC4J Java HTTP Web Site" secure="TRUE">
         <!-- The default web-app for this site, bound to the root -->
         <default-web-app application="default" name="defaultWebApp"/>
         <web-app application="default" name="dms0" root="/dms0"/>
         <web-app application="default" name="dms" root="/dmsoc4j"/>
         <web-app application="em" name="em" load-on-startup="true" root="/em" shared="true" />
         <!-- Access Log, where requests are logged to -->
         <access-log path="../log/http-web-access.log"/>
         <!-- Uncomment this if you want to use ODL logging capabilities
         <odl-access-log path="../log/http-web-access" max-file-size="1000" max-directory-size="10000"/>
         -->
         <ssl-config needs-client-auth="false" keystore="D:\oracle\product\10.2.0\db_1/oc4j/j2ee/OC4J_DBConsole_AMOSSSRORA_ssrora/config/server/keystore.test" keystore-password="BDAE49EE3B4EC65A6E1E89A74FD3B4BC" />
    </web-site>
    Mar 14, 2011 10:58:36 AM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Database Control secured successfully.
    Mar 14, 2011 10:58:36 AM oracle.sysman.emcp.EMDBPostConfig performConfiguration
    CONFIG: Securing Database Control completed successfully .
    Mar 14, 2011 10:58:36 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Mar 14, 2011 10:58:36 AM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Mar 14, 2011 10:58:36 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 0
    Mar 14, 2011 10:58:36 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Starting Windows service...OracleDBConsolessrora
    Mar 14, 2011 10:58:36 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 10:58:46 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 10:58:56 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 10:59:06 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 10:59:16 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 10:59:26 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 10:59:36 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 10:59:46 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 10:59:56 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:00:06 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:00:16 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:00:26 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:00:36 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:00:46 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:00:56 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:01:06 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:01:16 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:01:26 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:01:36 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:01:46 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:01:56 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:02:06 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:02:16 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:02:26 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:02:36 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:02:46 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:02:56 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:03:06 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:03:16 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:03:26 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:03:36 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:03:46 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:03:56 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:04:06 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:04:16 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:04:26 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:04:36 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:04:46 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:04:56 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:05:06 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:05:16 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:05:26 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:05:36 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:05:46 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:05:56 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:06:06 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:06:16 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:06:26 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:06:36 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:06:46 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:06:56 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:07:06 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:07:16 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:07:26 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsolessrora' to fully start
    Mar 14, 2011 11:07:26 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Initialization failure for service during start
    Mar 14, 2011 11:07:26 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\ssrora\emConfig.log for more details.
    Mar 14, 2011 11:07:26 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
         at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:646)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:224)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:193)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:184)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:436)
         at java.lang.Thread.run(Thread.java:595)
    I have read the other treads and change the host file , set oracle_home, oracle_sid, oracle_hostname.
    Nothing seems to work, the database control just cannot seem to start. My ip address is static.
    Help is much appreciated. Thanks in advance.

    yoshiishi wrote:
    Hi ,
    Thanks for you earlier reply, but could you re-post the link, I cannot see it, tq.It's referring to a MetaLink (My Oracle Support) document. You have to have a paid support contract to access it. If you don't have a MOS account of your own, don't ask someone else to give you the document, as that would be a violation of their terms of usage.

  • Can install Oracle 10g release 2 on Windows 2008 R2 Server  64-bit machine

    Hi All,
    Can we install Oracle 10g Release 2 on Windows 2008 Server R2 for 64-bit machine? If yes then is there any patche requirement for this, So suggest me.
    Regards,
    Rizi

    Hi;
    Can we install Oracle 10g Release 2 on Windows 2008 Server R2 for 64-bit machine? If yes then is there any patche requirement for this, So suggest me.Yes you can but you must use 10.2.0.5.0 version. Pelase check below note:
    How to Install Oracle 10.2.0.5 on MS Windows 7 / Windows 2008R2 [ID 1173433.1]
    Regard
    Helios

  • Oracle 10g Express on Fedora 14 64-bit howto

    I wanted to test Oracle 10g XE using VMware and Fedora 14 and found the installation instructions form Oracle somewhat outdated and confusing. http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm. Here are my installation notes - perhaps someone will find them helpful.
    h3. Installation of Fedora and Oracle 10g XE:
    h4. 1) Install Fedora 14 Desktop 64-bit form the Live DVD using the defaults.
    Note: To open a terminal window, select Terminal from Applications/System Tools menu.
    h4. 2) Edit /etc/selinux/config to disable SELinux:
    # su - root
    # vi /etc/selinux/config
    SELINUX=disabled
    h4. 3) Install required software including 32-bit libraries:
    $ su - root
    # yum install install bc libc.so.6 libaio.so.1 gcc libaio compat-libstdc++-33
    h4. 4) Download and install Oracle 10g XE:
    http://technet.oracle.com
    $ su - root
    # cd /home/<your_usename>/Downloads
    # yum install --nogpgcheck oracle-xe-univ-10.2.0.1-1.0.i386.rpm
    h4. 5) Configure Oracle 10g XE:
    # /etc/init.d/oracle-xe configure
    h4. 6) Configure your regular fedora user account:
    $ su - root
    # /usr/sbin/groupadd -r dba
    # usermod -G dba <your username>
    # su - <your username>
    $ echo "source /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh" >> $HOME/.bashrc
    Logout for the change to take affect!
    To access the Database Home Page go to "http://127.0.0.1:8080/apex
    h3. Remote Access:
    h4. 1) Enable remote ssh login:
    $ su - root
    # service sshd start
    # chkconfig --level 345 sshd on
    h4. 2) Configure Network Firewall from System/Administration menu:
    Other Ports
    Add
    User defined
    Do this for ports 8080 and 1521
    Apply
    h3. VMWare Tools installation:
    +Note: configure your guest OS for Bridged Networking and fixed IP+
    $ su - root
    # yum install gcc make kernel-devel perl
    At your VMware guest menu, select "install VMware Tools"
    Right click on VMwareTools-xxx.tar.gz and extract it to the Desktop
    Open a terminal window and type the following:
    $ su - root
    # cd /home/<your_username>/Desktop/vmware-tools-distrib
    # ./vmware-install.pl
    Continue to press Return and accept defaults.
    # reboot
    h3. Troubleshooting:
    h4. ssh port 22: Connection refused
    The Network Firewall is enabled by default, but port 22 is open.
    You may try to simply disable/apply and enable/apply and try again - strange, but worked for me.
    ( +service iptables restart+ did not resolve this)
    h4. Check if the ssh daemon is running:
    # lsof -i tcp:22
    h4. Use sqlplus to reset your passwords:
    Make sure you properly configured your regular fedora user account as outlined above:
    $ sqlplus / as sysdba
    SQL> alter user sys identified by "password" account unlock;
    SQL> alter user system identified by "password" account unlock;
    h4. Start and stop Oracle XE:
    # su - root
    # /etc/init.d/oracle-xe start
    # /etc/init.d/oracle-xe stop
    h3. Related Links:
    https://fedorahosted.org/spacewalk/wiki/OracleXeSetup

    I got Oracle 11gR2 running on 64-bit Fedora 14 x86_64 - you do need a mix of x64_86 and i686 (32-bit) packages as given here:
    http://download.oracle.com/docs/cd/B28359_01/install.111/b32285/toc.htm
    These aren't exact matches on version numbers so when runInstaller doesn't pass validation, just check "Ignore". This will fail during linking, so follow along below and the rest will go smoothly:
    installation error in invoking target 'agent nmhs'
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Hi.
    So you want to build for fedora 13 without getting the error...
    When you start to install with ./runInstaller, run in another terminal window (as root)
    ls $ORACLE_HOME/sysman/lib/ins_emagent.mk
    At first this will produce an error, as the installer wont have created this file yet.
    Once the file exists, do:
    vi $ORACLE_HOME/sysman/lib/ins_emagent.mk
    Search for the line
    $(MK_EMAGENT_NMECTL)
    Change it to:
    $(MK_EMAGENT_NMECTL) -lnnz11
    If you do it within 30-40 seconds of the file appearing, you should not get any errors and the build will go fine. If you get an error, finish your edit then click on retry.
    Hope that helps.
    Gordon.
    Edited by: [email protected] on 07-Jul-2010 06:54
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Maybe you are looking for

  • Sharing Contents on Multiple User Accounts on Same Computer in Leopard???

    For some reason this is not working for me....? We have one Apple TV, and another computer with two user accounts (both Admin) on it. One of those accounts is the account that "syncs" with the Apple TV, everything is fine here. The second account on

  • How to achieve Entity Bean methods ONLY by calling them from a Session Bean

    Hi, I used a session bean as a business facade to a entity bean. In the session bean I achieve the entity bean with a jndiContext.lookup("java:comp/env/ejbEntityBean"). Now I am looking for a solution that it is only possible to call the entity bean

  • Unnecessary black lines being printed in the printed document

    I have an year old HP M1136 Laser jet printer ( Serial No. - CND8B9QJ65 ) and use orignal HP cartridges. And I use Windows 7 ultimate (32-bit) as my operating system.  I guess, The problem isn't regarding the software. It might have something to do w

  • Grid view  border urgent help plz guys

    i am trying to have 5 rows and 6 colums in a grid view but the problem is i cannot set any border for the gird view. please tell me how to set a border for a GRID layout in javafx even in jfxtras i couldn't manage to set any border for a grid. there

  • Setup Streams Fails ORA-23616

    Run the following to setup streams but it failing. BEGIN DBMS_STREAMS_ADM.maintain_schemas (schema_names => 'hr', source_directory_object => NULL, destination_directory_object => NULL, source_database => 'orcl1', destination_database => 'orcl2', perf