Gl_interface help oracle 11.5.5

I need to get GL data to oracle financials 11.5.5 from an billing system AR the data is the GURFEED table. Can any one help advice how to get that data to the gl_interface table use a adaptor or write a pl/sql program I have not done this.
Thanks in advance.

Hi,
First of all create a mediator table as per column specification of GL_INTERFACE
and build a sql *loader to create a .ctl file for the legacy system data (BILLING in this case) to generate the data into the GL_INTERFACE table.
After building a PL/SQL customized script for the legacy system data(BILLING in this case) populate the data in GL_INTERFACE table.
for e.g
in the PL/SQL customized script call the .ctl file (where the data insertion in the GL_INTERFACE is done from the legacy system(BILLING in this case).
Then run the Journal import Program from the GL Module of specified responsibilty
where the population of data from GL_INTERFACE is distributed to GL_JE_BATCHES,GL_JE_HEADERS,GL_JE_LINES.
Regards

Similar Messages

  • Gl_interface help

    I need to get GL data to oracle financials 11.5.5 from an billing system AR the data is the GURFEED table. Can any one help advice how to get that data to the gl_interface table use a adaptor or write a pl/sql program I have not done this.
    Thanks in advance.

    Hi,
    First of all create a mediator table as per column specification of GL_INTERFACE
    and build a sql *loader to create a .ctl file for the legacy system data (BILLING in this case) to generate the data into the GL_INTERFACE table.
    After building a PL/SQL customized script for the legacy system data(BILLING in this case) populate the data in GL_INTERFACE table.
    for e.g
    in the PL/SQL customized script call the .ctl file (where the data insertion in the GL_INTERFACE is done from the legacy system(BILLING in this case).
    Then run the Journal import Program from the GL Module of specified responsibilty
    where the population of data from GL_INTERFACE is distributed to GL_JE_BATCHES,GL_JE_HEADERS,GL_JE_LINES.
    Regards

  • Help: Oracle 8.1.7 on Mandrake Linux

    I was able to get through the installation process.
    But I am currently stuck with initial database creation
    stage. Whenever I try to create a database with dbassist,
    I got the following error:
    ORA-03114 not connected to ORACLE
    ORA-03113 end-of-file on communication channel.
    Will appreciate for any hints that might help me
    solve the problem.
    Thanks,
    Youhua.

    Is dificult to help you whitout the details of your particular installation. But this procedure work perfectly for an installation "out of the box" of Linux Mandrake 8.1
    a) Install Linux Mandrake and choose to install the Development Tools Set. After installation, deinstall rpm kaffe (java runtime).
    b) Do the preinstallation task for Oracle 8.1.7 as explained in the Installation Manual. Is not necesary to recompile the kernel.
    c) login with the oracle user for installation. Use Gnome for as your desktop (KDE doesn't work).
    d) run the Oracle Universal Installer.
    e) When the installation stop for link problems apply the patch glibc-2.1.3-stubs.tar.gz (http://download.oracle.com/otn/linux/oracle8i/glibc-2.1.3-stubs.tar.gz)
    f) After the patch application, press "Retry" button in the error dialog of (e) step.
    g) Everything must work fine.
    h) After veryfing your installation make your customizations.

  • Help:Oracle 8.1.7 JDriver with WL5.1sp9

    Hi,
    We recently moved from ORacle 8.0.6 to 8.1.7 and we use
    WL5.1SP9. My team recently facing a strange problem with JDriver for
    8.1.7 . There has been lott of inconsitency in the data returned by the
    Driver. Specifically we face problem in using Outer joins. We ran the
    same outer join query in Oracle 8.0.6 and everything was perfect but
    the same give some problems like returning some value for a Null Column
    like returning a value of some other row. The value that's returned for
    Null Column is also not consitent every time we run the query.
    Did any one face same, similar kinda of problems?? if so is there any
    solution???
    NOTE: The Query is working perfectly from SQL Plus.
    Any Help Appreiciated...
    Thanks,
    Venki..

    Seems the problem is with Weblogic JDriver.(Type 2). We tried with Oracle's
    Driver Type 2 it's working fine..
    we r still testing.. on these two driver before registering a complaint with
    BEA..
    Venki..
    Slava Imeshev wrote:
    Hi hongmei,
    Have you tried Oracle 8.1.7 thin driver? Proved to be pretty
    stable.
    Regards,
    Slava Imeshev
    "hongmei Dong" <[email protected]> wrote in message
    news:3b68ab67$[email protected]..
    Hi Venki,
    We are experiencing the same issue, and it only happens on our Solarisplatform.
    I've logged a support call to Weblogic. It's a real critical issue in ourcase,
    If you found out anything, please let me know.
    Thanks.
    -Hongmei
    "krishna" <[email protected]> wrote:
    Hi Venki,
    Basically Type 2 driver of weblogic for Oracle is nothing but a thin
    wrapper around the client libraries of Oracle.
    I would suggest you to check this with Oracle's Type 2 Driver.
    If its working fine then there is some probelm with Weblogic's Type 2
    driver.
    If not seems there is some problem with Client libaries of Oracle 8.1.7.
    If you don't want to try with Oracle's Type2, please open up a case with
    support
    and provide a test case so that it can be fixed.
    Thanks,
    Krishna
    "Venki Seshaadri" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    We recently moved from ORacle 8.0.6 to 8.1.7 and we use
    WL5.1SP9. My team recently facing a strange problem with JDriverfor
    8.1.7 . There has been lott of inconsitency in the data returned bythe
    Driver. Specifically we face problem in using Outer joins. We ranthe
    same outer join query in Oracle 8.0.6 and everything was perfect but
    the same give some problems like returning some value for a Null Column
    like returning a value of some other row. The value that's returnedfor
    Null Column is also not consitent every time we run the query.
    Did any one face same, similar kinda of problems?? if so is there any
    solution???
    NOTE: The Query is working perfectly from SQL Plus.
    Any Help Appreiciated...
    Thanks,
    Venki..

  • Need help Oracle 8.1.5

    i've a delphi program that uses oracle8.1.5 version. ppl use it were working on windows NT and they wanted to use XP. On windowsXP, oracle8.1.5 is not working properly. Everytime i start windows, i run following to start oracle 8.1.5 database:
    start svrmgrl;
    connect as internal/oracle;
    startup database
    I can do this on my computer. But some of users don't want to do this everytime windowsxp is restarted, some don't know how to do that.
    I tried Oracle9i and later versions, but the program was throwing exception. Please help me to solve this problem. Maybe it can be solved by using startup batch file, or anyway

    The Oracle components used in the delphi program don't support later oracle versions. That's why i'am not thinking of to use 10g, 11g.
    for this, i defined all possible ways to let my users use winXP.
    1. just add startup batch - it's a bad way. users will see cmd windows for 20-30 secs everytime start windows;
    2. upgrade delphi components. - the program code is not written by me. It's so hard to change it
    Oh, got a new way! To force my users continue using windowsNT kk
    Thanks all! later i will write back how i'll had solved it
    http://neu2st.blogspot.com

  • Help Oracle 10g+PHP and Bengali language support !!!!

    Hi All:
    i have a emp having a column names namewhich is of nvarchar2 datatype. What I want is to insert a value from a html from which will insert Bengali language as my input to the name filed in my database and show me the same on the browser when required.
    Here am attaching a sample code which am using to connect/insert and show my table. This is working perfectly fine.
    Please help me as am unable to insert data in local language. Please guide me the steps how to configure the NLS_LANG and how to do it.
    ht.html
    =====
    <form action="insert.php" method="post">
    <p> Your ID : <input type="number" name="id" /></p>
    <p> Your NAME: <input type="text" name="name" /></p>
    <p><input type="submit" /></p>
    insert.php
    =======
    <?php
    # if ($REQUEST_METHOD=="POST")
    // Before running, create the table:
    // CREATE TABLE MYTABLE (mid NUMBER, myd VARCHAR2(20));
    $dbuser = "bob";
    $dbpass = "bob";
    #$dbtsn = "orcl"
    $dbconn = oci_connect($dbuser, $dbpass);
    echo "The Oracle Database established";
    $query = "INSERT INTO demo
         (id,name)
    VALUES('".$_POST['id']."','".$_POST['name']."')";
    $resultSet = oci_parse($dbconn,$query);
    if (oci_execute($resultSet))
    echo ("<BR> Record inserted");
    else
    echo ("<BR> error!!!!!!");
    ?>
    showv.php
    ========
    <?php
    $conn = oci_connect('bob', 'bob', 'orcl');
    if (!$conn) {
    $e = oci_error();
    print htmlentities($e['message']);
    exit;
    $query = 'SELECT * FROM demo';
    $stid = oci_parse($conn, $query);
    if (!$stid) {
    $e = oci_error($conn);
    print htmlentities($e['message']);
    exit;
    $r = oci_execute($stid, OCI_DEFAULT);
    if (!$r) {
    $e = oci_error($stid);
    echo htmlentities($e['message']);
    exit;
    print '<table border="2">';
    while ($row = oci_fetch_array($stid, OCI_RETURN_NULLS)) {
    print '<tr>';
    foreach ($row as $item) {
    print '<td>'.($item?htmlentities($item):' ').'</td>';
    print '</tr>';
    print '</table>';
    oci_close($conn);
    ?>
    I am using RedHat Enterprise linux 4 update 1 and Oracle 10g.
    Regards,
    Pradyumna

    Right... I found out how you can solve this, well not through the web interface... but oh well it is possible though...
    the error I was getting was: ORA-01704:     string literal too long.
    the keyword/phrase is "bind variables"... Did a little more searching and found this site:
    http://www.akadia.com/services/ora_bind_variables.html
    So basically you use bind variables to insert data which fills more than 4000 bytes...
    Since the data I will be inserting will be inserted via Java/.NET application I found the section called "Bind Variables in VB, Java and other applications" the most interesting... During my testing and I had neglected to use PreparedStatements in Java, and according to the site, using PreparedStatement provided an easier solution as the API does most of the work for you. My solution was to create a small program which read the large amounts of data from a file then feed this to a PreparedStatement, setObject or setASCIIStream/setCharacterStream, then execute it.
    Well I hope this helps other people who get the same error code.

  • HELP: Oracle VM Manager 3.1.1  VM Server Status Running (Error)

    Hi All,
    I have updated the latest patch of VM Manager 3.1.1. In my server pool, I have 3 VM servers.
    All VM Server shows Status Running (Error). I don't care about the small red x icons displayed on the VM Manager but it stops all my operations:
    1. Not able to Edit the virtual machine from one server.
    OVMAPI_9013E Cannot perform operation on Virtual Machine: racnode1, no server available.
    Wed Nov 07 14:29:32 PST 2012
    2. Not able to Remove a VM Server from the Server pool
    com.oracle.ovm.mgr.api.exception.RuleException: OVMRU_004004E: - Cannot delete server: vmsvr2.X.com, while it is in a server pool
    Wed Nov 07 14:31:21 PST 2012
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:151)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.RuleException: OVMRU_004004E: - Cannot delete server: vmsvr2.X.com, while it is in a server pool
    Wed Nov 07 14:31:21 PST 2012
    at com.oracle.ovm.mgr.rules.modules.api.physical.ServerRules.onPersistableCleanPre(ServerRules.java:249)
    at com.oracle.ovm.mgr.api.job.JobEngine.invokeMethod(JobEngine.java:662)
    at com.oracle.ovm.mgr.api.job.JobEngine.invokeMethod(JobEngine.java:631)
    at com.oracle.ovm.mgr.rules.RulesEngine.runRules(RulesEngine.java:190)
    at com.oracle.ovm.mgr.rules.RulesEngine.preProcess(RulesEngine.java:142)
    at com.oracle.ovm.mgr.model.ModelEngine.preValidate(ModelEngine.java:547)
    at com.oracle.ovm.mgr.model.ModelEngine.access$200(ModelEngine.java:65)
    at com.oracle.ovm.mgr.model.ModelEngine$3.notify(ModelEngine.java:352)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:325)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:289)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:826)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:219)
    at com.oracle.ovm.mgr.api.job.JobEngine.invokeMethod(JobEngine.java:744)
    at com.oracle.ovm.mgr.api.manager.ModelManagerDbImpl.deleteObject(ModelManagerDbImpl.java:868)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:329)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:289)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:826)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.manager.ModelManagerProxy.deleteObject(Unknown Source)
    at com.oracle.ovm.mgr.api.manager.OvmManagerImpl.deleteObjectInternal(OvmManagerImpl.java:386)
    at com.oracle.ovm.mgr.api.manager.OvmManagerImpl.deleteObject(OvmManagerImpl.java:409)
    at com.oracle.ovm.mgr.api.manager.OvmManagerImpl.deleteObject(OvmManagerImpl.java:391)
    at com.oracle.ovm.mgr.api.system.FoundryDbImpl.deleteServer(FoundryDbImpl.java:1007)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:329)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:289)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    ... 7 more
    I can't help to complain. The VM Manager just have been so buggy. Can't anyone help!
    Edited by: 969880 on Nov 7, 2012 2:33 PM
    Edited by: 969880 on Nov 7, 2012 2:34 PM

    I used to see this message in my Oracle VM.
    Your all questions are the same root cause is cause from your VM Servers are not available. If you want edit or remove virtual machine is need your VM Servers are available. If you want to remove Server Pool is need all VM Server are removed from it first and also cannot deleted VM Servers too.
    What you have to do first is make all VM Servers up and available.
    Option1. You can try to restart VM Serer agent (ovs-agent) and Oracle VM Manager service (ovmm) and try to log out and log in.
    Option2. Restore Oracle VM from backup with option --UUID of previous VM Manager.
    Thanks and regards,
    Vandy

  • [help]oracle 10.2.0.1 expdp error

    when i try to use exp to export all the data under an user account, here comes some error of failure in export some table which not supported by exp
    EXP-00104: datatype (BINARY_FLOAT) of column GP in table XXXX.ADAA_DATA is not supported, table will not be exported
    so I try to use new feature of 10g expdp,but another errors goes up again
    I get on command line:
    ORA-31626: job does not exist
    ORA-31637: cannot create job SYS_EXPORT_SCHEMA_01 for user TEST
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPV$FT", line 1193
    ORA-39062: error creating master process DM00
    ORA-39107: Master process DM00 violated startup protocol. Master error:
    ORA-06533: Subscript beyond count
    and in the trace file,here comes some message is similar to the following:
    Oracle process number: 24
    Windows thread id: 904, image: ORACLE.EXE (DM00)
    **** SERVICE NAME:(SYS$USERS) 2006-07-18 22:20:59.689*
    **** SESSION ID:(146.18) 2006-07-18 22:20:59.689*
    KUPM: Error detected by MCP
    KUPM: ORA-39097: Data Pump job encountered unexpected error -44002
    KUPM: ORA-39065: unexpected master process exception in MAIN
    KUPM: ORA-44002: invalid object name
    KUPM:     ORA-06512: at "SYS.DBMS_ASSERT", line 283
    KUPM:     ORA-06512: at "SYS.KUPM$MCP", line 484
    KUPM:--------------------------------------------------------------------------------
    PL/SQL Call Stack--------------------------------------------------------------------------------
    KUPM:       object      line  object
    KUPM:       handle    number  name
    KUPM:     1CE0FC44     10592  package body SYS.KUPM$MCP
    KUPM:     1CE0FC44       917  package body SYS.KUPM$MCP
    KUPM:     1CCF8CAC         2  anonymous block
    KUPM: In RESPOND_TO_START
    KUPM: Killing workers on fatal exception...
    KUPM: In check_workers...
    kupprdp: Error 6533 detected in master process DM00.
    OPIRIP: Uncaught error 447. Error stack:
    ORA-00447: fatal error in background process
    ORA-31666: Master process DM00 had an unhandled exception.
    ORA-06533: Subscript beyond count
    ORA-06512: at "SYS.KUPM$MCP", line 8636
    ORA-06512: at "SYS.KUPM$MCP", line 5794
    ORA-06512: at "SYS.KUPM$MCP", line 936
    ORA-06512: at line 2

    I got some help from metalink and my version is 10.2.0.1 based on win2003 server 32bit
    ORA-44002 error raised when using the Data Pump based export utility [ID 603469.1]
    In this Document
    Symptoms
    Cause
    Solution
    Applies to:
    Oracle Server - Enterprise Edition - Version: 10.2.0.3
    This problem can occur on any platform.
    Symptoms
    -- Problem Statement:
    The following errors are reported while performing a Data Pump based export operation.
    KUPM: Error detected by MCP
    KUPM: ORA-39097: Data Pump job encountered unexpected error -44002
    KUPM: ORA-39065: unexpected master process exception in MAIN
    KUPM: ORA-44002: invalid object name
    KUPM: ORA-06512: at "SYS.DBMS_ASSERT", line 283
    KUPM: ORA-06512: at "SYS.KUPM$MCP", line 484
    KUPM: ----- PL/SQL Call Stack -----
    KUPM: object line object
    KUPM: handle number name
    KUPM: 39f4f8298 10619 package body SYS.KUPM$MCP
    KUPM: 39f4f8298 917 package body SYS.KUPM$MCP
    KUPM: 39f4fbe80 2 anonymous block
    KUPM: In RESPOND_TO_START
    KUPM: Killing workers on fatal exception...
    KUPM: In check_workers...
    kupprdp: Error 6533 detected in master process DM00.
    OPIRIP: Uncaught error 447. Error stack:
    ORA-00447: fatal error in background process
    ORA-31666: Master process DM00 had an unhandled exception.
    ORA-06533: Subscript beyond count
    ORA-06512: at "SYS.KUPM$MCP", line 8677
    ORA-06512: at "SYS.KUPM$MCP", line 5832
    ORA-06512: at "SYS.KUPM$MCP", line 936
    ORA-06512: at line 2
    Cause
    A synonym with a name that matched an Oracle RDBMS reserved name was found to exist.
    After the customer found out that such a synonym existed and they removed it, the export ran
    successfully.
    Solution
    -- To implement the solution, please execute the following steps::
    Avoid using object names that match reserved names of the Oracle RDBMS software release.
    but the solution makes me confuse...what to do?
    "Avoid using object names that match reserved names of the Oracle RDBMS software release" ?? I don't have synonym
    Edited by: gunsnroses_xjapan on Aug 3, 2010 1:31 AM

  • Please help (oracle Financial logon problem)

    any body help me to logon in oracle financial application rel 11 .when i enter username password in his interface he gave me erro INVALID APPLICATION USERNAME .please give its proper solution
    please send me mail or give answer
    thanks

    Hi Shahbaz,
    If you are trying to logon to Applications GUI and system gives you an error 'Invalid Username/Password' that means the Username and Password does not match. Create (In case User Name does not exist)/Reset the password for user you are trying to logon with.
    Else if you are using oracle back end username password to populate some interface tables you need to find out password for "apps" or any other oracle user that you DBA might have created.
    Hope that helps..
    Serbjeet
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by shahbaz kasuri ([email protected]):
    any body help me to logon in oracle financial application rel 11 .when i enter username password in his interface he gave me erro INVALID APPLICATION USERNAME .please give its proper solution
    please send me mail or give answer
    thanks<HR></BLOCKQUOTE>
    null

  • Please help, oracle 8i on windows xp?

    Can oracle 8i run on windows xp?
    When I tried to run setup, it did abolutely nothing. I can't find any information on oracle's web site about this and the only relevant forum post that I found was by someone that was having the exact same problem, but no one answered him.
    Thanks in advance,
    Joey

    Hi all,
    I'm trying to install Oracle 8i on Windows-xp
    Professional. it gets installed but runs only once.
    that means its fails to run once I shut down the
    system and restart & shows the message-"oracle not
    found" or "tns server is not found". Can anybody
    please help me? Thanks in advance.When attempting to install obsolete software on modern operating systems, one must expect problems. I've found that Oracle tends to survive well when installed on a supported platform which is upgraded, but there are usually issues when attempting a fresh install on a newer platform.
    Your problem states "Oracle Not Found". Therefore your OS services know that they should be attempting to connect to an Oracle database but the database is 'not found'. Further, it says that the TNS Server is not found. TNS is Oracle's term for 'on the network'.
    Is there a business reason that requires you to run obsolete software? If the database software MUST be obsolete, what is the logic behind upgrading the operating system? (In other words - why only upgrade one?)
    You need to check the following things:
    1) You have a static IP address and host name, and are NOT using DHCP;
    (look at or post the result of command line "ipconfig /all")
    2) Check whether the Oracle database service and the listener service are running;
    (Under "Start > Settings > Control Panel > Administration Tools > Service" or command line services.msc)
    3) Tell us how well the listener is running;
    (Command line "lsnrctl status")

  • Need help -- Oracle Financial 11i vs r12 (Oracle Payable and Oracl Payment)

    Dear all
    I'm newbie in Oracle Application and request for your help to answer my questions.
    Background:
    Three years ago, my company was planning to implement ERP Oracle Financials.
    To facilitate the plan, an open bidding was established to find the best implementing company with affordable price.
    The bidding document was created when Oracle Financials was 11i.
    When the contract was signed 2 years ago, by my company and the winning company, it is mentioned that the version installed must be the latest one.
    At the response to requirements, the winning company stated that the payment activity will be facilitated by Oracle Payable.
    Now, the project is going on and the Oracle has the r.12 version.
    Problem:
    At 11i, there was only one module related to payment activities, i.e. Oracle Payable.
    At r.12, Oracle has a new modul, i.e. Oracle Payment, which was subdomain of Oracle Payable.
    Question:
    1. Is my opinion about the relationship between Oracle Payable and Oracle Payment above correct?
    2. Does my company has its right to ask for Oracle Payment in the installation?
    3. If the answer to number 2 is yes, what is the base for it?
    Thank you for explanation.
    Sorry if I raise a too-simple question.
    Regards,
    Dodydh
    Edited by: 840286 on 28-Feb-2011 03:28

    Hi Dodydh,
    I am afraid, your statement 'At r.12, Oracle has a new modul, i.e. Oracle Payment, which was subdomain of Oracle Payable.' is not correct.
    Oracle Payments is an upgrade version of Oracle iPayments of 11i and this module is expected to serve Self service modules. But Payment Batches which is part of Oracle Payables has been moved to Oracle Payments.
    You can very well ask them to implement Payment Batches (Processes relating to Funds Disbursement) but not the entire module.
    Please let me know if you require further info.
    Regards,
    Sridhar

  • HELP-Oracle Database 11g Instalation interupted

    I have a problem with instalation of Oracle 11g database. I am completely new to Oracle database. While installing Oracle database 11g for Windows (32 bit) I received the following messages . My OS is Vista 32 bit.
    Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = C:\Windows\system32\cmd /c call ${ORACLE_HOME}/bin/netca.bat /orahome D:\app\danilo&jaca\product\11.1.0\db_1 /orahnam OraDb11g_home1 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp,nmp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile D:\app\danilo&jaca\product\11.1.0\db_1\network\install\netca_typ.rsp
    Configuration assistant "Oracle Net Configuration Assistant" failed
    The "D:\app\danilo&jaca\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = C:\Windows\system32\cmd /c call ${ORACLE_HOME}/bin/netca.bat /orahome D:\app\danilo&jaca\product\11.1.0\db_1 /orahnam OraDb11g_home1 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp,nmp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile D:\app\danilo&jaca\product\11.1.0\db_1\network\install\netca_typ.rsp
    Configuration assistant "Oracle Net Configuration Assistant" failed
    The "D:\app\danilo&jaca\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------
    Also, I have a message that Oracle Database Configuration assistant is pending.
    I would really appreciate if you can help me with this.
    Thank you in advance.
    Regards.

    Correct - pl see the requirements in the 11.1.0.7 Install manual - http://download.oracle.com/docs/cd/B28359_01/install.111/b32301/toc.htm#BGBEEBAD
    HTH
    Srini

  • Urgent help oracle rac

    Hi experts ,
    I have 2xv890 with 1x3510 oracle rac cluster , i have did the installation of the cluster successfully , and CRS installed also successfully , but when start installation of database run root.sh , in the stage of VIP configuration i select the interface of VIP then start to install , i got when trying to install GSD stop at 15% and dialag empty error msg coming up .
    I dout the problem in VIP configuration , any one can tell me how to configure that ,
    another question is it required to have same interface names for both servers like, if ce1 in one server ,so another server also ce1 for public.
    is required for private interface ??
    please help .

    I'm not clear on what the VIP part plays in the Oracle RAC installation, especially in root.sh.
    When you install CRS, the last part of root.sh on the final joining node is to create all the clusterware resources, VIP, GSD and ONS. Are you certain that this bit has completed successfully? What was the crs_stat output like? There is a bug in 10.2.0.1 where it won't install properly if you are using an RFC 1918 public network address.
    You will need to use the same interface name for the public networks. That is a requirement in the Oracle documentation IIRC.
    Tim
    ---

  • Help: oracle.jbo.InvalidParamException: JBO-34009: ListBinding definition

    Hi
    Jdev 11g SP1
    oracle.jbo.InvalidParamException: JBO-34009: ListBinding definition :LOV_SecurityInd not found.+
    I am encountering the above error when using an af:selectOneChoice field which binds back to an view attribute which has a list of values. The attribute called SecurityInd is a simple string attribute with a Y or N value. This then has an LOV which is based on another view mapping the Y and N to a Yes and No description.
    When I run the Application Module this LOV on the attribute works fine and the entire view is fine. When I drag and drop this view onto a page in a Table or Form, then at runtime the above error shows as soon as the page is rendered.
    Any ideas what could be causing this?
    Any help is much appreciated.
    Regards,
    Mario
    Edited by: MarioR on Mar 31, 2010 1:12 PM

    I checked my page definition over and over, removed and added LOV bindings again to make double sure, but no luck. An example of the LOV binding in the page def:
    <list IterBinding="MdsElementsVOIterator" StaticList="false"
    Uses="*LOV_SecurityInd*" id="SecurityInd" DTSupportsMRU="false"/>
    But it kept complaining about not being able to find ListBinding definition LOV_SecurityInd
    I started thinking that it might be issues with library dependancies in the application, even though all looked OK. So I cleaned the entire application, rebuilt it again, and PRESTO...everything is working fine without me changing any code! Go figure!
    Any way, thanks for your reply.

  • Please help - Oracle Apps related

    Hello,
    First of all I’m really sorry if I’ve posted this question on wrong thread. I am unable to get any category related to Oracle Apps.
    If there is any particular thread concerned to Oracle Apps then please let me know.
    My senior has asked me few question related to oracle application:-
    Q1 – What happens when we connect Oracle Apps through URL . How the URL connects it to apps. What are all background process to do so . Names with their workings. (Start level from the first login page)
    Q2 – What are JSP, APACHE & HTML in Oracle. How do jsp, apache and html pages related to oracle apps connection. How do they work.
    Q3 – What happens if the oracle apps page is not connecting, hangs or shows blank screen. How will you solve the same.
    Q4 – what are in folder 10.1.2 and 10.1.3. What are they meant for and how do they work.
    Q5 – What is the difference between Oracle home for 10g RDBMS / oAS 10.1.2 ORACLE HOME / oAS 10.1.3 ORACLE HOME and their contents.
    Q6 – What are in Instance top and their uses.
    Q7 – Complete Oracle apps architecture and its complete descriptions with workings.
    I will be very grateful for any help in this case.
    Regards

    Hi;
    Q1 – What happens when we connect Oracle Apps through URL . How the URL connects it to apps. What are all background process to do so . Names with their workings. (Start level from the first login page)Check below threads:
    Full cycle ...
    Re: Full cycle ...
    Q2 – What are JSP, APACHE & HTML in Oracle. How do jsp, apache and html pages related to oracle apps connection. How do they work.You need to read concept guide:
    tüm notlar2
    For r12.1.1:
    http://download.oracle.com/docs/cd/B53825_01/current/html/docset.html
    For r12:
    http://download.oracle.com/docs/cd/B40089_10/current/html/docset.html
    For r11:
    http://download.oracle.com/docs/cd/A60725_05/r11_doc.htm
    Q3 – What happens if the oracle apps page is not connecting, hangs or shows blank screen. How will you solve the same.You need to check apache log file or you should check apache and other service up &running. If not you need to check apache log files
    Q4 – what are in folder 10.1.2 and 10.1.3. What are they meant for and how do they work.Check concept guide
    Q5 – What is the difference between Oracle home for 10g RDBMS / oAS 10.1.2 ORACLE HOME / oAS 10.1.3 ORACLE HOME and their contents.There are 3 homes in EBS. Check concept guide :)
    Q6 – What are in Instance top and their uses.Check concept guide :)
    Q7 – Complete Oracle apps architecture and its complete descriptions with workings.Check concept guide :)
    As you can see You need to start to read concept guide. All your question answer is there. I can answer your question but it will not help you. If you inerested to become app dba you must know concept, component of ebs and their relation. Those topic cover in concept guide
    Read first. If you have still question than update thread ;)
    Regard
    Helios

Maybe you are looking for

  • Multiple desktops and mail

    The multiple desktops in Lion (replacing Spaces) - how do I keep Mail from coming up in every Desktop?  I'd like to keep all of my "communication" (Skype, Mail, Twitter, etc) in one Desktop (2 additional monitors if it matters - I dont think it does)

  • QT 7.2 Not working in Browser on Windows XP

    I cannot get QT 7.2 (I've downloaded the latest version) to work in firefox 2.0.0.6 or in ie 6.0.29. In both browsers I get a scrambled green screen immediately followed by a crash with a message (in FF) The plugin performed an illegal operation. You

  • How to make promo code for others app

    hi! i just see an online store that sell applications with some code which that site named "Redeem code" and after you bought you redeem the code and application will be in your list i just find out its promo code and after google it i was available

  • 122 Movement type

    Hi, Tell me how can i use 122 Movement Type.plz tell me all steps from po to invoice

  • Using Distiller to save files

    Hello, I still use Acrobat 8 professional, and remember in the past...the distiller application was automaticaly addedd to the printers ! I would like to know if it's still posible to transfer "any" compatible file and save it into Distiller ? If the