Error in installing Database Control with Database Creation Assistant

I'm trying to install the Database Control on Win2003 with the Database Creation Assistant. I get the following error. D:\oracle\product\10.2.0\admin\ECOMDB\pfile\init.ora (The system cannot find the path specified).
Our init.ora file is not in that path and our file is named initECOMDB.ora. How do I tell DBCA the correct path and file name to use?
By the way I'm a unix guy and this is the first time I've done Oracle on Windows. The database had been created by someone else and the files are sort of slung all over the place.
Replies appreciated.
Kirk

Open initECOMDB.ora, it may be calling D:\oracle\product\10.2.0\admin\ECOMDB\pfile\init.ora which does not exist. Change it to the correct directory or remove it if all the required parameters are already in initECOMDB.ora. The line to look for is ifile
BTW - if your database has already been created, you can create its database control from the command line:
emca -config dbcontrol db -repos create

Similar Messages

  • OMS error during install Grid control 10gR2 on Windows 2003

    He,
    I get this error during install Grid control 10gR2 on a new server win2003.
    "oracle.sysman.emcp.agent.AgentPlugIn"
    What I see in forums is that I have to stop my listener and continue my installation.
    But I still have the same error !!
    Can you please help?
    Many thanks

    There are some guidelines here:
    Subject:      OracleAS Install Error When Configuring AS Console Agent - "oracle.sysman.emcp.agent.AgentPlugIn has failed"
         Doc ID:      Note:386308.1
    The solution stated is "Check the contents of the hosts of file and ensure that every entry is correct. All hostname / ip addresses have to be valid."
    When installing AS 9i R2 there was an issue with the names, those were supposed not to hava a hypen, so may be something was inherited from those kernels.
    There is another metalink note that document hosts issues:
    Problem: AgentCA: Grid Control Release 2 install fails with java.lang.Exception: 6 during Agent Configuration Assistant
         Doc ID:      Note:358640.1
    ~ Madrid.

  • Error While Installing IDES ECC6 with SQL Server 2005

    Dear Experts,
    I found an error while installing IDES ECC6 with SQL Server 2005. The error is raising at the stage of 17 of 24 processing the procedure of 195 of 197 (sap_z_set_permissions).
    I have tried several times by configuring different type of activites but still i am facing the same problem at the same stage. Please help me in thig regard.
    I herewith pasted hereunder log files information
    Regards,
    B.Sudharsan
    ERROR 2008-01-17 18:38:47
    FCO-00011  The step ExeProcs with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Postload|ind|ind|ind|ind|10|0|NW_Postload_MSS|ind|ind|ind|ind|2|0|MssProcs|ind|ind|ind|ind|1|0|ExeProcs was executed with status ERROR .
    INFO 2008-01-17 18:40:05
    An error occured and the user decide to stop.\n Current step "|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Postload|ind|ind|ind|ind|10|0|NW_Postload_MSS|ind|ind|ind|ind|2|0|MssProcs|ind|ind|ind|ind|1|0|ExeProcs".
    ERROR 2008-01-17 18:38:47
    MDB-05053  Errors when executing sql command: <p nr="0"/> If this message is displayed as a warning - it can be ignored. If this is an error - call your SAP support.

    Sudarshan,
    Occasionally, mid-way through the upgrade, DB permissions to users might change. Check to see, if the users SAP<SID>, OPS$ users have the DBA privilege. Re-assign the role and try continuing with the upgrade.

  • Error when install sap license with 'saplicense -install'

    Dear experts,
    Error when install sap license with 'saplicense -install':
    SAPLICENSE (Release 640) ERROR ***
        ERROR:   Can not set DbSl trace function
        DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20
        RC-INFO: error loading dynamic db-library - check environment for:
                 dbms_type = <db-type>  (e.g. ora)
                 DIR_LIBRARY = <path to db-dll>  (e.g. /usr/sap/SID/SYS/exe/run)
    Could you gvie me any ieda?

    Another way is to open a command prompt as nspadm and run saplicense -install
    To do this follow the steps below
    Click "Start" -> "Run..." and enter:
    runas /u:nspadm cmd
    Enter nspadm's password. A command prompt appears running as user nspadm. Now change to \usr\sap\nsp\SYS\exe\run and run
    saplicense -install
    Hope this helps.
    Regards,
    Klause

  • How do I install Windows XP with boot camp assistant, on my IMac?

    How do I install Windows XP with boot camp assistant, on my IMac?

    Lion cannot BootCamp XP.
    You can install XP under virtual machine software (Parallels, VM Fusion, VirtualBox).
    And Windows 7 Pro has XP mode.  XP will requires probably days of pathing after install and will be completely unsupported by MS within 1 year, but Windows 7 Pro still has great support from MS.

  • Configuring EM Database Control when database is running on different IP

    OS Solaris
    DB Oracle 10.2.0.2
    The have the following situation:
    We have a veritas active/passive cluster. This is not RAC. Server name is abc. But the database is running on VIP xyz. How do I configure database control to run on vip xyz. whenever I run emca -config dbconsole db, it always sees the server name as abc.
    I also tried emca -config dbconsole db -HOST xyz but finally it always shows the hostname as abc.
    I was able to get EM to see the targets (database, listener) properly on the vip xyz by manually editing the targets.xml file. So now the situation is, on the home page it shows that the datbaase is up and the listener is up, but it complains that it cannot connect to the database.
    I really appreciate any help in this.
    -Nags

    DBConsole installs requiring different hostnames (virtual) than the physical hostname, simply set ORACLE_HOSTNAME variable to the new virtual hostname and run emca.
    in detail please read this note , it might help you
    Configure DB Control 10.2 for use in Active/Passive High Availability Environments
    Overview and Requirements:
    In order for the DB Control to service a database instance after failing over to a different host in the cluster, the following conditions must be met:
    1. Install on a shared disk/volume which holds the binaries, the configuration and the runtime data (including the database). Installations on non-shared devices are not supported.
    2. Configuration data and metadata must also failover to the surviving node
    3. Inventory location must failover to the surviving node
    4. Software owner and timezone parameters must be the same on all cluster member nodes that will host this database
    Installation and Configuration:
    • In order to override the physical hostname of the cluster member with a virtual hostname, you must use the parameter ORACLE_HOSTNAME to configure DBConsole
    • For inventory pointer, software must be installed using the commandline parameter ‘-invPtrLoc’ to point to the shared inventory location file, which includes the path to the shared inventory location.
    • The database software, the configuration of the database and DB Control is done on a shared volume.
    Note: The use of OCFS V1 to install shared Oracle binaries is currently not supported.
    If you are using an NFS mounted volume for the installation, please ensure that you specify rsize and wsize in your mount command to prevent running into I/O issues.
    See Metalink Note <279393.1>
    Example:
    lxdb.acme.com:/u01/app/share1 /u01/app/share1 nfs rw,bg,rsize=32768,wsize=32768,hard,nointr,tcp,noac,vers=3,timeo=600 0 0
    A. Setup the alias for the virtual hostname/virtual IP address
    You can do this by either allowing the clusterware to set it up, or manually before installation and startup of Oracle services. This virtual hostname must be static and resolveable consistently on the network: All nodes participating in the setup must resolve the virtual IP address to the same hostname. Standard TCP tools like nslookup and traceroute can be used to verify.
    B. Setup shared storage
    This can be storage managed by the clusterware that is in use or, you can use any shared file system (FS) volume as long as it is not an unsupported type, such as OCFS V1. The most common shared FS is NFS.
    C. Setup the environment:
    Some OS versions require specific OS patches to be applied prior to installing 10gR2. The user installing and using the 10gR2 software must also have sufficient kernel resources available. Refer to the installation guide for more details.
    Before you launch the installer, certain environment variables need to be verified. Each of these variables must be set identical for the account installing the software on ALL machines participating in the cluster:
    • OS variable TZ
    Timezone setting. Recommended to unset this prior to the installation
    • PERL variables
    Variables like PERL5LIB should be unset to prevent the install (OUI) and DB Control to pick up the wrong set of PERL libraries
    • Paths used for dynamic libraries
    Based on the OS, the variables can be LD_LIBRARY_PATH, LIBPATH, SHLIB_PATH or DYLD_LIBRARY_PATH. These variables should ONLY point to directories, which will be visible and usable on each node of the cluster.
    D. Ensure that oracle user name, ID and group name and ID are in sync on all cluster members
    The user and group of the software owner should be defined identically on all nodes of the cluster. This can be verified using the ‘id’ command:
    $ id -a
    uid=1234(oracle) gid=5678(dba) groups=5678(dba)
    E. Ensure that inventory files are on the shared storage
    1. Create your new ORACLE_HOME directory.
    2. Create the Oracle Inventory directory under the new oracle home
    cd <shared oracle home>
    mkdir oraInventory
    3. Create the oraInst.loc file. This file contains the Inventory directory path information needed by the Universal Installer.
    a. vi oraInst.loc
    b. Enter the path information to the Oracle Inventory directory, and specify the group of the software owner as the dba user:
    Example:
    inventory_loc=/app/oracle/product/10.2/oraInventory
    inst_group=dba
    F. Start the installer:
    You need to point to the inventory location file oraInst.loc (under the ORACLE_BASE in this case), as well as specifying the hostname of the virtual group. Debug parameter is optional.
    runInstaller -invPtrLoc /app/oracle/share1/oraInst.loc ORACLE_HOSTNAME=lxdb.acme.com –debug
    G. Update the SPFILE and tnsnames.ora file
    Add an listener entry to the spfile file that points to an entry in the tnsnames file calling the virtual IP directly. As an example, set a tnsnames.ora entry that points to the virtual host name:
    LISTENER_DBC =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = lxdb.acme.com)(PORT = 1521))
    Then update the spfile parameter local_listener to point to the new tnsnames.ora entry:
    SQL> alter system set local_listener='LISTENER_DBC';
    SQL> show parameter local
    NAME TYPE VALUE
    local_listener string LISTENER_DBC
    H. Startup of services:
    Ensure that you start your services in the proper order:
    - establish IP address on the active node
    - start the TNS listener
    - start the database
    - start dbconsole
    - test functionality
    In case of failure…
    - Establish IP on failover box
    - start TNS listener lsnrctl start
    - start the database dbstart
    - start dbconsole emctl start dbconsole
    - test functionality
    If you want to manually stop or shutdown a service:
    Stop the application
    Stop DB Control emctl stop dbconsole
    Stop TNS listener lsnrctl stop
    Stop DB dbshut
    Stop IP

  • Error while installing Grid Control 12c (ERROR STREAM: *sys-package-mgr*: skipping bad jar)

    Hi all,
       OS: OEL 6.3 64 bits
       DB: 11.2.0.3
       Grid: 12.1
       While installing Grid Control 12c, the following error appears to me:
    INFO: SaveInvWCCE JRE files in Scratch
    INFO: oracle.installer.mandatorySetup property is set to false, so skipping the execution of additional tools
    INFO: oracle.installer.installUpdates property is set to false, so skipping the checking of updates
    INFO: Config Initialize JRE files in Scratch
    INFO: no env vars set, no envVars.properties file is generated
    INFO: none of the components are configurable
    INFO: This is a shared oracle home or remote nodes are null. No copy required.
    INFO: Adding iterator oracle.sysman.oii.oiif.oiifw.OiifwRootShWCDE
    INFO: Updating the global context
    INFO: Path To 'globalcontext.xml' = /gridControl/WLS/jdk16/install/chainedInstall/globalcontext
    INFO: Since operation was successful, move the current OiicAPISessionDetails to installed list
    INFO: Install Finished at: 2013-07-04_11-12-49-PM
    INFO: The ARU ID found in shiphomeproperties.xml file is 226
    INFO: ARUId present in shiphomeproperties.xml matches with the 64 bit OMS Platforms ARU ID 226, so -d64 is passed for wls install.
    INFO: Executing the command /gridControl/WLS/jdk16/jdk/bin/java   -d64  -Djava.io.tmpdir=/gridControl/WLS/.wlsinstall_temp -Xms128m -Xmx1024m  -jar /u01/binaries//wls/wls1035_generic.jar -mode=silent -silent_xml=/gridControl/WLS/.wlsinstall_temp/wls.xml -log=/u01/oraInventory/logs/installActions2013-07-04_11-07-45PM.log.wls  -log_priority=debug
    INFO: Extracting 0%....................................................................................................100%
    INFO: ERROR STREAM: *sys-package-mgr*: skipping bad jar, '/u01/binaries/wls/wls1035_generic.jar'
    INFO: #
    INFO: # A fatal error has been detected by the Java Runtime Environment:
    INFO: #
    INFO: #  SIGSEGV (0xb) at pc=0x0000003a23689cdc, pid=24834, tid=139710737405696
    INFO: #
    INFO: # JRE version: 6.0_24-b50
    INFO: # Java VM: Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode linux-amd64 compressed oops)
    INFO: # Problematic frame:
    INFO: # C  [libc.so.6+0x89cdc]
    INFO: #
    INFO: # An error report file with more information is saved as:
    INFO: # /tmp/hs_err_pid24834.log
    INFO: #
    INFO: # If you would like to submit a bug report, please visit:
    INFO: #   http://java.sun.com/webapps/bugreport/crash.jsp
    INFO: #
    INFO: Return value is 134
    INFO: POPUP ERROR:Installation of Oracle WebLogic Server has failed, check log files for more details.
       The line "skipping bad jar, '/u01/binaries/wls/wls1035_generic.jar'" is the one that's worring me. Can it be corrupt? Or it is something else?
       Thanks in advance.

    Its too early to conclude the issue is a bug with out looking into the logs. For the same reason i requested you to open an SR so that we can have a look at the logs and identify the cause.  If you are Oracle employee then you can share the VM details else we need logs to debug this further. If any one from your company can open an sr and share logs then that will be helpful. Can you also check if the shiphome that you downloaded is all correct and checksum/byte matches to what is mentioned on OTN.

  • Error while installing Grid control on XP-32bits

    Bonjour,//hello
    Je vais avoir besoin d'un petit coup de main.//I need help.
    J'ai installé le grid control 10.2.0.1 sur une machine XP 32bits x86 et j'ai un pb pour démarrer mon serveur http.
    //I have installed grid control 10.2.0.1 on XP windows 32 bits, I have a error message when I try to start HTTP_Server process.
    Je lance la commande :
    //I launch the command :
    opmnctl startproc ias-component=HTTP_Server
    et j'ai le message d'erreur :
    //and I get the error message :
    =====================================================================
    opmn id=acer_jojo:6201
    0 of 1 processes started.
    ias-instance id=EnterpriseManager0.acer_jojo
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=3236)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\OracleHomes\oms10g\opmn\logs\HTTP_Server~1
    Log of HTTP_Server~1:
    [Mon Feb 15 15:34:22 2010] [warn] pid file c:/oraclehomes/oms10g/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    [Mon Feb 15 15:34:22 2010] [error] mod_ossl: Init: Server acer_jojo:1159: SSL setup failed: call to nzos_OpenWallet returned error 28750
    [Mon Feb 15 15:34:22 2010] [error] mod_ossl: Unknown error
    Log of C:\%ORACLE_HOME%\Apache\Apache\logs\ssl_engine_log :
    [17/févr./2010 07:39:16 04480] [warn] Init: (acer_jojo:1159) SSL setup warning: the use of SSLWalletPassword is deprecated and will not be supported in a future release. Please use auto-login enabled wallets! Refer to your administrator guide for more details.
    [17/févr./2010 07:39:16 04480] [error] Init: Server acer_jojo:1159: SSL setup failed: call to nzos_OpenWallet returned error 28750
    [17/févr./2010 07:39:16 04480] [error] Unknown error
    Thx for your help!
    Merci si vous pouvez m'aider !

    Its too early to conclude the issue is a bug with out looking into the logs. For the same reason i requested you to open an SR so that we can have a look at the logs and identify the cause.  If you are Oracle employee then you can share the VM details else we need logs to debug this further. If any one from your company can open an sr and share logs then that will be helpful. Can you also check if the shiphome that you downloaded is all correct and checksum/byte matches to what is mentioned on OTN.

  • "Source not found" Error creating URL Data control with query parameters

    Hi,
    I have a restful service for which i want to create a URL data control. I am able to create the URL data control successfully when i am not passing any parameters in the Source field. But if i am specifying the parameters in the source field like this Department=##ParamName##, something weird is happening. After giving the param string in the Source field, it asks for default param value to test the url. It tests the url successfully. After that i select XML as the data format in which i am mentioning the xsd like this . "file:///C:/..../something.xsd" . And this is when i am getting the error. "Invalid Connection. The source is not found". I am giving exactly same path for xsd which i gave while creating URL data control without query parameters. Infact i was able to create the URL data control with query parameters successfully till afternoon. after that it started giving me this error all of a sudden. Infact as soon as i was able to create a URL data contol with query parameter successfully, i took a backup of the application before moving further. But even that backup is not working now.
    As far as i understand, i dont think there will be any change in xsd if query params are passed to a web service. Please correct me if i am wrong.
    Just dont know what could be the issue. Please help
    Thanks

    Hi,
    xsd is used for the URL service to know what the returned data structure is so it can create the ADF DC metadata
    Frank

  • Error when install latest ODB with Oracle Designer

    I need to use Oracle Discoverer.
    So I removed all traces of Oracle from my machine.
    Installed Oracle Designer Suite.
    It worked.
    Then I installed Oracle Data Provider for .NET 9.2.0.2.102..
    I got 2 errors during install. One was due to a service (OracleHomeAgent) which I shut down easily.
    The other, was more trouble:
    Error in writing to file C:\Oracle\Ora92\bin\oci.dll
    I could find no more Oracle services to shut down.
    Nor did an IISRESET release it .
    So I told it to ignore copying that file.
    Then it finished.
    My web applications which use ODP seem to work fine.
    But am I at risk for some error?
    Why would OCI.DLL not allow itself to be installed?
    Is that a problem?
    thanks
    David Kreth Allen

    Most likely, some MS OS services, not Oracle services, are locking your oci.dll. Please refer to the following thread for a workaround.
    Re: Can't install 9.2.0.4 Beta on WinXP - oci.dll is locked

  • Installing Grid control with existing IAS

    Is it possible (and how) to install Grid control into existing Application Server installation? Or integrate it somehow?

    yes u can install Grid control into existing Application Server installation

  • ORA-01017 Error when installing Grid Control 10.2.0.3

    Hello all,
    I have the following problem: I am installing the Grid Control on a Linux machine and when I get to the "Specify Repository Database Configuration" step and enter the SYS password I get an ORA-01017 error. I still can connect under SQLPLUS with the same pwd as SYSDBA.
    Any clue how to get ride of this will be very appreciated.
    Best regards.
    Askia

    Yes this is what I do, but still receive "Insufficient privileges to write to that location". So I am forced to use normal file system to be able to continue.
    After that I run into the current problem saying OMS configuration failed (see details....) and I try:
    ./opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=uxlpgrid01:6200
    3 of 5 processes started.
    ias-instance id=EnterpriseManager0.uxlpgrid01
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    OC4J/home/default_island
    Error
    --> Process (pid=0)
    no port available from the port range
    failed to start a managed process after the maximum retry limit
    no port available from the port range
    no port available from the port range
    Log:
    none
    ias-component/process-type/process-set:
    OC4J/OC4J_EMPROV/default_island
    Error
    --> Process (pid=0)
    no port available from the port range
    failed to start a managed process after the maximum retry limit
    no port available from the port range
    no port available from the port range
    Log:
    none
    Then:
    ./opmnctl status
    Processes in Instance: EnterpriseManager0.uxlpgrid01
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | N/A | Down
    HTTP_Server | HTTP_Server | 23861 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | 27021 | Alive
    OC4J | home | N/A | Down
    OC4J | OC4J_EM | 10403 | Alive
    OC4J | OC4J_EMPROV | N/A | Down
    WebCache | WebCache | 23872 | Alive
    WebCache | WebCacheAdmin | 23863 | Alive
    Overwhelming :-(
    Thanks for helping
    Askia.

  • Error while installing EMGrid Control 11g

    I am installing EMGridControl 11g in a linux machine. In the installation procedure it fails at Repository Configuration. The error thrown is:
    Repository Creation Utility - Create : Operation Completed
    2011-02-08 05:38:11,109 [cdb5872t85x6] ERROR - ORA-06550: line 1, column 13:
    PLS-00201: identifier 'EM_UPGRADE_UTIL.GET_LAST_PHASE' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    2011-02-08 05:38:11,114 [cdb5872t85x6] ERROR - Schema Action Failed
    2011-02-08 05:38:11,114 [cdb5872t85x6] ERROR - java.lang.Exception: The last RCUModel exit status code is not SUCCEEDED.
    2011-02-08 05:38:11,120 [cdb5872t85x6] ERROR - Schema Action Failed
    2011-02-08 05:38:11,123 [cdb5872t85x6] ERROR - Running RCU Failed with Exception Trace
    The last RCUModel exit status code is not SUCCEEDED.
    I have applied patch (p9352237) to 11g db. also WDJ7 patch to wls 10.3.2.
    Any help provided would be grateful.
    Thanks.

    While installation of Grid control 11g on Linux getting error .
    Validating and Creating Tablespaces
    2010-12-29 19:16:52,704 [1gd5q3vb7p3wb] ERROR - Cannot set session to current user SYSMAN:ORA-01435: user does not exist
    2010-12-29 19:16:52,727 [1gd5q3vb7p3wb] ERROR - Cannot set session to current user SYSMAN:ORA-01435: user does not exist
    2010-12-29 19:16:52,741 [1gd5q3vb7p3wb] ERROR - Running RCU Failed with Exception Trace
    RCU-6093:Skipping Main operation: Failed in SchemaTablespace step validationThere are so many violations .. tablepace, user..
    have you set proper environment profle settings?
    check some links
    http://www.oracle-base.com/articles/11g/GridControl11gR1InstallationOnOEL5.php

  • Error when installing device drivers with 8.2 update

    I get the following error when I try to install the updated drivers on the device driver CD set (this is when I first insert CD 1 and click install drivers).  I discovered this error when I was installing labview 8.2 and when I was installing it said to insert the device driver CD.  This error came up and when I subsequently tried to install it by itself I kept getting this error.  I also switched CD rom drives and it still gave the error.  Could the CD be corrupted??
    The error is: 
    .\UberInstaller.cpp(1255): IInstallerError 10009
    Fatal Error. Unable to create temporary file.
    Unable to copy original D:\SupportFiles\resourceEng.dll to C:\DOCUME~1\LAPTOP~1\LOCALS~1\Temp\nii49D.tmp.
    Windows Error Windows Error 23: Data error (cyclic redundancy check).
    Any ideas??  Is it possible to download the set of drivers?  I know I can download them individually but it would be helpful to be able to download the 3 CD set.
    Thanks
    J Bowen
    US Marine; A Brunswick Family Boat Company
    Product Integrity, Component Testing, and Validation
    LabVIEW 8.2
    CompactDAQ
    DaqPad 6015
    SCC-2345

    Hello,
    This definitely looks like a CD and/or CD drive issue - I've seen similar.  If your CD drives were the same, you may try with another, although that's not necessarily helping you on your development machine.  Another thing to try is copying the contents of the CD to your hard drive, and installing from there.  This has the added benefit if/when you build installers in LabVIEW for your applications that IF you have to include additional installers (this is an option in the installer build spec) THEN they will be referenced from your hard drive INSTEAD of the CDs, which you would otherwise be prompted for... if you happen to have misplaced them, this can be a point of frustration!
    I hope this helps!
    Best Regards,
    JLS
    Message Edited by JLS on 09-12-2006 02:15 PM
    Best,
    JLS
    Sixclear

  • Oracle SOA Suite 10.1.3.4 Polling database table with Database Adapter

    We are trying to use the database adapter to poll for new and changed data in a database. To do that we try to use a sequencing table on an external database. But for that we need to specify the data-source name for the external sequencing table. Where do we need to define this data-source? We have tried with data-source defined in the Enterprise Manager, but it's not right. Also tried with the name of database connection in JDeveloper, still not working.
    Any ideas?

    Hi,
    If you are trying to understand how to create a connection pool for a data source, then this document might be helpful
    http://blogs.oracle.com/fusionmiddlewarereallife/soa_11g_bpel_composite_and_database_adapter.html

Maybe you are looking for

  • Error while creating new connector in GRC CUP 5.3

    Hi, I am  trying to create a new SAP Connector in CUP 5.3, when i fill in all the fields in the new connection and select  "Test Connection" it says Connection successful and when i save it and look at the Available connectors, i am unable to see my

  • How to install pymsnt (msn transport) on 10.5 server

    Here are the basics for installing pymsnt on an 10.5.x (leopard) server that already has ichat services running. There is an assumption that the reader has a reasonable understanding of using a terminal and understands the basics of Linux. Most of wh

  • Best practice for using remote control under limited rights?

    Hi. We are getting ready to take admin rights away from our users and make them standard users. We plan to utilize Zen for most of our in-scope applications so that we can allow users to install supported software. There is usually no problem in that

  • Troubles with Zen Touch Firmware v2.11

    I had my zen working fine with the previous firmware, and was not sure about upgrading due to the warning that it was irreversable. After much debating, i did upgrade. I my horror my zen is now rubbish! !!! Bugs:?My zen now complains about trying to

  • My front camera is flashing red why?

    I Have notice my front flashlight is red and Im not even on the app. Help please?