Oracle Telesales-Party creation

Hi,
In telesales, We have to create Party first and Party will be converted into customer. I am facing one issue here that the application is creating the Account number directly. How to stop this.
What is the profile set up for this
Regards
R

The Oracle9i Application Server
Installation Guide says: 'The Oracle Database Configuration Assistant creates a database that is used as a
container for Oracle 8i JVM.'
The question is if either I can use this DB as a 'regular' DB -create listener, services and connect to it using jdbc or whatever- or I have to install the Oracle 8i 8.1.7 suite.
Thanks in advance,
Agustin

Similar Messages

  • Oracle Telesales Data Migration

    We are implementing Oracle telesales for the client and there is one data migration which creates sales person records for the customer created through AR Customer Interface.I'm supposed to use an API AS_ACCESS_PUB.CREATE_SALESTEAM for the same.So if somebody has a reusable code regarding how to call this API or some similar data migration code, please send across...any help would be welcome.....thanks in advance..!!
    [email protected]
    Regards,
    Bohemian

    Is there another option apart from export an import. We run a high transaction 24/7 database currently on 8i. With minimal downtime what will be my best option to migrate to 10g.
    Is there a utility from oracle, like a log reader, which reads the transaction logs from 8i so we don't loose on any transactions during the migration process.
    Current Sinerio:
    Oracle 8i on Win2K - In production 24/7
    Oracle 10g RAC on SLES10 - New
    Oracle 10g is up and running, and the data from 8i is imported into 10g using (exp/imp). I just want to get the latest data from 8i to 10g server.
    Any ideas?
    Shashi

  • Oracle Telesales Help Urgent Urgent

    Hi All,
    My current client is about to go live in 4 weeks and are miles off with there Oracle telesales module.
    My client has just completed there first testing phase and all was not OK after.
    Can any one help?
    if so please contact me at [email protected] or call me on 1 314 255 1314
    regards Jody.

    Hi Jody,
    Please send details of what the issue is at [email protected]
    Thanks,
    Asra.

  • Oracle 10g database creation in windows2003 server

    hi,
    i need the step by step procedure to create oracle 10g database in windows 2003 server.
    with regards
    velu

    asifkabirdba wrote:
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15681/toc.htm
    Asif,
    IMO, the OP wanted to have steps given to him for the database creation , not the installation of the software.Not sure though since the wording chosen by him is not very clear.
    @OP,
    If you are looking for the database creation steps , the best would be to use DBCA! Other than that, you may want to look at the manual way of doing the same, given over here.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/create.htm#i1017640
    That said, if you were looking for the installation instructions, please look at the link given by Asif.
    HTH
    Aman....

  • Oracle Third Party Backup tools

    What are some third party backup programs that people are using with oracle these days? Also when using third party backup tools, do these tools shutdown the database while backing up? Does the Archive Log mode need to be enable as well? Not big on Oracle so simple answers would work.
    thanks.

    I wouls suggest to go with RMAN. it's best tool and free.....Best third party backup tool is BMC SQL Backtrack.

  • Setting dpdump location during Oracle 11g DB creation with DBCA....

    I'm hoping someone can point me to an init parameter or environment variable I can set to change the default location of the Data Pump DATA_PUMP_DIR directory.
    I'm running Solaris 10 and KSH so I tried setting it as an environment... no luck.
    export ORACLE_SID=DXA1
    export ORACLE_BASE=/oracle/$ORACLE_SID
    export ORACLE_HOME=$ORACLE_BASE/112_64
    export DATA_PUMP_DIR=/oracle/DXA1/oratrace/dpdump
    dbca -silent -createDatabase -gdbName $ORACLE_SID -templateName /group/oracle/install/11201_General_Purpose.dbc -sysPassword test1234 -systemPassword test1234
    Copying database files
    1% complete
    Creating and starting Oracle instance
    40% complete
    62% complete
    Completing Database Creation
    66% complete
    100% complete
    Look at the log file "/oracle/DXA1/cfgtoollogs/dbca/DXA1/DXA1.log" for further details.
    SQL> select * from dba_directories where directory_name = 'DATA_PUMP_DIR';
    OWNER DIRECTORY_NAME DIRECTORY_PATH
    SYS DATA_PUMP_DIR /oracle/DXA1/admin/DXA1/dpdump/
    I'd prefer to set this up front so I don't have to re-configure it for each new database installation. It's not a big deal... I just want it where I want it :-)
    Thanks in advance!
    Regards,
    Rich

    Modify your template and add the following:
    --- etc ---
       <Variables/>
       <CustomScripts Execute="true">
          <CustomScript script="/oracle/scripts/chg_dpdump_dir.sh"/>
       </CustomScripts>
       <InitParamAttributes>
    --- etc ---Where "chg_dpdump_dir.sh" is your script to change the location of datapump dir:
    #!/usr/bin/ksh
    # +-------------------------------------------------
    # +
    # + chg_dpdump_dir.sh
    # +
    # + Change the Oracle datapump directory
    # +
    # +-------------------------------------------------
    export ORACLE_SID=DXA1
    export ORACLE_BASE=/oracle/$ORACLE_SID
    export ORACLE_HOME=$ORACLE_BASE/112_64
    export DATA_PUMP_DIR=/oracle/DXA1/oratrace/dpdump
    export SYSPWD='ThePasswordYouWillEnterInDbca'
    sqlplus -s /nolog <<EOF
    connect sys/$SYSPWD as sysdba
    Create Or Replace Directory Data_Pump_Dir As '$DATA_PUMP_DIR';
    exit
    EOF:p

  • Oracle Third Party Tools and Oracle Database

    Hi
    There are ample third party tools that can be used with an Oracle Database. But does Oracle have some support programs (recommendations which tools are best along with Oracle Database).
    So sort of link or document would be a great help.
    Adith

    Oracle isn't responsible if you have a bad experience with a third party tool (i.e. the tool doesn't do what you want it to do as well as you'd like it to do it). If the database is the source of the problem, Oracle support is happy to help diagnose and resolve the problem, though you may need to provide a test case that doesn't involve the third party tool. It's certainly not a violation of any license agreements to use a third party tool unless you allow the tool to do something you're not allowed to do (i.e. access the AWR repository if you haven't licensed that access).
    Justin

  • Oracle 12c database creation perl error

    Hello,
    When I try to create a
    database in 12c I get at the end an perl error and the database creation stops.
    Can someone tell me what the problem can be?
    Thanks
    Willem

    WillemT wrote:
    Hello,
    When I try to create a
    database in 12c I get at the end an perl error and the database creation stops.
    Can someone tell me what the problem can be?
    Thanks
    Willem
    ERROR? What Error?
    I don't see any error.
    my car won't go.
    Can someone tell me what the problem can be?
    How do I ask a question on the forums?
    https://forums.oracle.com/message/9362002#9362002

  • DQM before party creation

    Hi,
    We have a requirement to do DQM and check for duplicate customers before creating them in the TCA base tables using the HZ APIs. The creation of customers is done in batch using a custom concurrent program. So, we want to introduce the duplicate check before the creation and log any duplicates into the log file along with the duplicate customer information present in the TCA tables. Has anyone done this and which APIs have you used. Would appreciate if you could share the information.
    Thanks.

    Please do not post duplicate threads -- DQM before party creation

  • Oracle Report Server Creation in Forms11g

    Dear All
    I installed oracle forms 11g r2 on windows 7 sp1 64 bit, every thing is okay , forms running without any problem ,
    but i don't know to to run reports and how i can create report server , can any one help me in details ?
    Thanks in advanced

    Hi,
    how i can create report serverIn the installation did you choose the report server to be installed ?? if you choose it, you already have a a report server. In you navigator go to:
    http://hostname:8090/reports/rwservlet/showjobs
    The page must show you the report server's name by default :)
    Regards
    Carlos

  • Oracle BAM alert creation

    Hello,
    I need to create an Oracle BAM alert as follows:
    My DO has fields 'EventDate' of type DateTime and 'Error' as an int. I want to be able to send out an alert if I receive more than 100 records in the past 30 minutes with a error value 2.
    I have tried doing this using the Event - 'When a data field in a data object meets specified condition',
    -setup Row Filter as 'Error is equal to 2', 'EventDate' is within a time interval previous 30 MINUTES'
    -setup Group Filter as 'COUNT(Error) is greater than or equal to 100'
    but it does not work as expected. Can anyone please let me know what I am doing wrong and if there is another way to accomplish this?
    Any help would be greatly appreciated.
    Thanks
    Edited by: user12920523 on Apr 26, 2013 1:00 PM

    Hi Experts,
    Am facing same issue on IE9. Also I have applied patch provide by oracle, but didn't work. Did any one find workaround for this problem.
    Thanks,
    Sagar

  • Itunes - third party creations/utilities?

    is there any third party software to help clean up your music library. I've somehow totally f'ed my up when trying to back up to a usb drive. my lib lost all of my music even though the files were still there. so i replaced the files so now my library is entirely duplicates and even worse the music files that play are the new ones (obviously) and do not have star ratings - no way do i have to redo over 4000 ratings? So those are my two probs - duplicates in general and duplicates with no ratings.
    Somebody out there must have written something to let you mess with your itunes music library?

    yes, consolidate lib and show duplicates were my first choices for a solution. But it turns out that while they're related to the problem, they cannot address it directly.
    i just downloaded the trial of itunify. im guessing that if it doesnt have a fix, nothing will. thankyou for the suggestion. im optimistic that it will serve my needs just fine. cheers
    -v
    intel mac mini 512 ram   Mac OS X (10.4.9)   How can there be no Apple II+ avatar?!?!?!

  • Regarding Party Creation

    hello all,
       i have a problem where i need to send an idoc from my R/3 system to my xi system process it ans store it in a specific location, but the idoc i am sending is of type "Customer" i.e KU. i am able to find the xml idoc send from the R/3 system in my monitor but it showing a message "service and party not defined". i tried creating a party but failed.
       can any one tell me how to create a party, any naming conventions etc and also how do we configure data in communication channel, identifier tab.
      i am relatively new to xi so if some one could explain me briefly it would be helpful
    thanks,
    Raju N

    hello sabrish,
    thanks a lot for your reply, as you can see in my first screen shot i have defined both the sender system and receiver system services under bussiness systems. my sender system is an R/3 system where as my reciever is third party. i used on communication channel under my third party system that is a file adapter that would pick up the xml idoc move it into interface structure (that is idoc structure which i have imported) this would be outbound interface automatically. i used a inbound interface that is a pip structure(this is my target structure).
    i have performed all the necessary mapping and created a interface mapping with source interface as my imported idoc structure and target as my pip structure.
    if you cant get me i can send it in screen shots again.
    And also what should i give as agency under my communication channel identifier
    i have made some changes and tried but still failed. i hope this information would help you better to understand my problem better.
    thanks
    raju N
    Message was edited by: Raju N
    Message was edited by: Raju N

  • Oracle 8i database creation

    Hi,
    I'm having troubles creating databases with Oracle 8i, I've tried the "dbassist" which returned : "ORA-03114: not connected to ORACLE", I've also tried using "svrmgrl" and used a standard OFA-script. Here I got :"ORA-27146: post/wait initialization failed"
    followed by "ORA-03114: not connected to ORACLE"
    I have Oracle 8i on a Solaris 2.6 machine and also Oracle 8.0.4.
    Already great thanx to anyone who can help.

    Hi!
    I've got the same problem, can you tell me if you have solved this problem and how?
    my e-mail: [email protected]
    Thanks a lot!!
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Ronald Sterckx ([email protected]):
    Hi,
    I'm having troubles creating databases with Oracle 8i, I've tried the "dbassist" which returned : "ORA-03114: not connected to ORACLE", I've also tried using "svrmgrl" and used a standard OFA-script. Here I got :"ORA-27146: post/wait initialization failed"
    followed by "ORA-03114: not connected to ORACLE"
    I have Oracle 8i on a Solaris 2.6 machine and also Oracle 8.0.4.
    Already great thanx to anyone who can help.<HR></BLOCKQUOTE>
    null

  • Oracle 8i DB creation

    Hi All,
    When Installing Oracle I9AS, Do I need to have an Oracle 8i installation?
    Can I just configure the DB created in the I9AS installation process and access it from a client like I do with a 8i DB?
    Thanks in advance,
    Agustin

    The Oracle9i Application Server
    Installation Guide says: 'The Oracle Database Configuration Assistant creates a database that is used as a
    container for Oracle 8i JVM.'
    The question is if either I can use this DB as a 'regular' DB -create listener, services and connect to it using jdbc or whatever- or I have to install the Oracle 8i 8.1.7 suite.
    Thanks in advance,
    Agustin

Maybe you are looking for