Query regarding future developement tool used to customize siebel apps

Hi,
i am girish.
i am a siebel developer, working in areas of siebel configuration,Siebel EAI,WORKFLOW,Scripting.
i want to know how would future oracle applications will affect my future.
currently i am working in siebel tools which is specific to customizing siebel application only.
in oracle applications which will be rolled out in 2008, i would like to know that the developement environment for customizing siebel applications would be siebel tools or JDeveloper?
or siebel tools will be the environment for cusomizing siebel and fusion mw will come into picture only for SOA, Integration only?
should i start learning java even if i am not working in fusion middleware?
is JDeveloper going to be the tool for future developement of Oracle CRM Applications.
please explain ?
it would help me in getting ready for the future?
Regards,
Girish

Girish,
The Applicataion strategy for Fusion Applications is being planned.
As of now, you will need to use Siebel tools for Siebel integration work, and Oracle JDeveloper will be the unified design-time environment for all development related to Oracle SOA Suite and Fusion Middleware.
Regards,
Hari

Similar Messages

  • Query regarding database access segregation using os authentication in windows environment

    Hi ,
    I have a query regarding database access segragation using os authentication (like sqlplus "/ as sysdba") in windows environment.Let me briefly explain my requirement:-
    Suppose you have two DBA`s viz DBA1 and DBA2 and 4 databases resideds in a windows server say A,B,C & D.Now I want to set up such a way if DBA1 logs into the server then he can login to database A and B only using OS authentication and DBA2 can login to database C and D only using OS authentication.
    Please let me know how to do setup for this requirement.
    Database version is 11.2.0.3

    1494629, I am not a Windows person but if there is any way to do this I suspect some additional information is necessary:
    Are the DBA users members of the Administrators Group ?
    Do all 4 database share the same $ORACLE_HOME ?
    I suspect if either answer above is yes then this is not possible, but like I said I am not a Windows person.  I would just ask for two servers and the associated licensing to be acquired.  The requirement to spend money to do something management wants usually elimanates the request in my world.
    HTH -- Mark D Powell --

  • Query regarding the People Tools installation for HRMS & Financials install

    Hi all,
    Greetings,
    After a lot of struggle, I was able to install Peoplesoft HRMS 9.1 on People Tools 8.50 ( had faced a lot of version conflict issues for almost 2 months after I was able to get up this). Now, the challenge is that the client wants me to install Financials (9.0/9.1) and Campus Solutions on the same machine. As such the Weblogic, Tuxedo etc have been installed already, I am unable to adjudge, if we need to install People Tools again, for every module in PeopleSoft ( I was told by one of my friends that for every module like HRMS, Campus Solutions, Financials of PeopleSoft we install, we need to install a subsequent PeopleTools as well, unlike, all of them using the same PeopleTools). Would greatly appreciate if you can help with any table/chart that helps with the version compatibility as well.
    Kind Regards,
    Vikram

    892175 wrote:
    1. This is how we setup the HRMS9.1 on Peopletools 8.50. We had request for a version of Peoplesoft HRMS9.1 compatible with PT 8.50 over the SR.I understand now.
    >
    Q.Please suggest us on below queries:
    a) Peoplesoft Financials 9.0 -- Which version of PT is compatible (to avoid upgrade of either application database or peopletools after we install & configure them)As far as I know, the application 9.0 was initially built on PT8.48 (to avoid PTools upgrade but quite old now).
    b) Peoplesoft Financials 9.1 -- Which version of PT is compatible (to avoid upgrade of either application database or peopletools after we install & configure them)The latest FSCM9.1 recut, feature pack March-2011, is available for download on edelivery only within Peopletools 8.51 (so, no upgrade necessary). But again, 9.1 application was initially built on 8.50 (SR required to request media).
    Most likely, you should go for the latest version appl/ptools to be able to upgrade as the easiest as possible if needed, or for starting project from scratch, try to keep the same version of components over your application and tools.
    Not sure where you want to go though and what is driving your decision.
    Nicolas.

  • Query regarding Update the data using application

    I have scenario i need to update single record in the the application and insert into a table
    for example
    SELECT ContactID,FirstName,MiddleName,LastName,Description FROM Contact
    Contact table contains 4 columns as explained. in the application there is one tab called Contact where it displays Above information
    and description is non editable.
    Now the new requirement has come user can update the description information and save information in a new column say 'Description1'
    that means new column needs to be added in the db and also necessary changes needs to be done at the application side
    For ex :SELECT ContactID,FirstName,MiddleName,LastName,Description,Description1 FROM Contact
    Now when user views the contact table it should display description info by default from 'description' table.
    If he edits he should see edited data from 'description1' table.
    Can any body guide me please and send me sample update query please, and the logic should if updated data is there display that data from
     'description1' table other wise display from  'description' table
    Smash126

    Hi Smash126,
    You need to fire the update command once you have filled the description record. It should happen on the primary key column of the record.
    For Example: 
    UPDATE Contact
    SET Description  = 'New Description',
    Description1 = 'New Description'
    where contactID = <<ContactID from application>>
    This way both will updated to same value, and next time you will get the updated value.
    Here is some ADO.Net links:
    http://www.codeproject.com/Articles/1155/Simple-ADO-NET-Database-Read-Insert-Update-and-Del
    http://www.onlinebuff.com/article_step-by-step-select-insert-update-and-delete-using-aspnet-c-and-adonet_32.html
    Regards Harsh

  • Query regarding creation of tables using AET

    Hi Experts,
    First of all is it advisable to create a assignment block (table view/ form view) using AET?
    We are going to implement an upgrade project from  CRM 5.0 to CRM 7.0. In CRM 5.0 there was a two custom tables which needs to implemented in CRM 7.0 as an assignment block. One view will be form view and the other table view. The custom tables has data. What is the best way to go about it?
    If we create assignment block using AET by using the option 'CREATE TABLE' a new database table is created which has three fields 'RECORD_ID' 'OBJECT_ID' and 'PARENT_ID'. Object ID stores the External ID of the campaign as GUID (RAW 16). Parent ID stores the Campaign GUID value. How is the Record ID generated?
    Now the challenge is to move the data from the custom table to the table created using AET. Is there a standard function module to take care of it or we have to write a one time report?
    Thanks in advance.
    Regards,
    Sayan
    Edited by: jana6586 on Nov 23, 2011 12:14 PM

    Hi Sayan,
    I had to do the same story with the aet and the data we need to transfer into the Z table.
    I have been looking for a function that takes care of it, but unfortunately i didnt found one.
    If you didnt found one until now, i higherly recommand you to right a report that handles the transfer between the two tables in a generic way, and mabye even to share it
    The Recoed id is simply a guid that is generetad behind the scenes, in order to keep a PK for each and each row of the Z table.
    I hope that the answer helped you !
    Regards,
    mapatz.

  • Query regarding file content conversion using file adapter

    Hi All
    I have a question regarding file content conversion in file adapter.
    I have a file coming in the following format.
    AA,111,222,333
    BB,444,555,666
    CC,777,888,999
    My incoming message structure has a hierarchy. The CC record is a structure part of BB record. BB record is a structure part of AA record. It is like this:
    AA,111,222,333
    <<BB,444,555,666>>
    <<<<CC,777,888,999>>>>
    After file content conversion, in the resulted xml, i am getting a flat hierarchy instead of nested hierarchy.
    Is it possible to get a nested hierarchy as a result of file content conversion?
    Please let me know
    Thanks
    Chandra

    Hi Udo
    According to your suggestion, I am trying to use mapping.
    I am getting a flat file and i am reading it.
    This is my source structure:
    AA,11,22,33
    BB,44,55,66
    CC,77,88,99
    This is my required targer structure:
    AA,11,22,33
    <<BB,44,55,66>>
    <<<<CC,77,88,99>>>>
    To explain this, BB record can have multiple records of CC records.
    AA records can have multiple records of BB record.
    I am using removecontext node function.
    CC (Source)  (removecontext)-> CC (target structure)
    But here, when i rightclick on source CC field in the mapping editor, i cannot see any other context except root node. So, how can i proceed here??
    Many Thanks
    Chandra

  • Callout tool using the adobe ipad app?

    I mark up architectural drawings using Adobe Reader and use the callout tool a lot. But it appears this callout tool is not on the ipad app? Perhaps I am not seeing it.  Does anyone know if there is the callout tool on the app? I understand that I could use the arrow tool and use and text box. But it is not very useful when I have to do a two-step process when there is a one-step tool available typically. I am always looking for more efficient ways of doing things. Your help would be greatly appreciated. -- Tina

    Didn't realize there's a separate forum for Adobe reader ios. Thanks for
    moving my post to the correct forum.
    Tina

  • AJAX / future development questions

    Even though AJAX is as much Web (html, xhtml, dhtml), JS, and XML as it is Java 2EE, I figured this main forum was the best place to ask a few questions (we should have a future tech discussion area. (I didn't see one but sometimes I can't seem to find anything, lol)).
    I've been writing AJAX servlets for the last couple of weeks (more or less). It isn't bad at all but it isn't as easy as regular servlets and web 1.0 stuff. Companies like IBM, Sun, Microsoft.... are getting ready to deploy new AJAX centric development tools. The only named development tool that I know of is "Atlas" which is being developed by Microsoft engineers. I'm sure Sun and IBM are doing the same thing for future versions of WSAD / NetBeans because this type of technology is the future.
    What do you guys think of AJAX and any future development tools for it that you know of?
    Do you think this, along with a few other publicly disclosed technologies (comming in the next 5 - 7 years) will lead to a tech boom, surpassing the Web 1.0 days ( I do, the 1.0 days will be swamped by this and a few other new technologies )?
    Sorry for the non-technical questions but I'm bored today, and I'm stuck at my desk for the next hour or so.

    Even though AJAX is as much Web (html, xhtml, dhtml),
    JS, and XML as it is Java 2EE, See... you lost it right there. AJAX is not J2EE at all. Not one bit, not in any way shape or form. Yes, you can use J2EE stuff to service AJAX requests. But you can swap that J2EE stuff out with ASP or PHP or plenty of other things without effecting what the AJAX stuff does.
    I figured this main
    forum was the best place to ask a few questions so in that light, not really... but go on...
    I've been writing AJAX servlets You mean servlets...
    for the last couple
    of weeks (more or less). It isn't bad at all but it
    isn't as easy as regular servlets and web 1.0 stuff.How's that? It writes XML instead of HTML. That's not a very big leap.
    Companies like IBM, Sun, Microsoft.... are getting
    ready to deploy new AJAX centric development tools.
    The only named development tool that I know of is
    "Atlas" which is being developed by Microsoft
    engineers. I'm sure Sun and IBM are doing the same
    thing for future versions of WSAD / NetBeans because
    this type of technology is the future. Sun's Java Studio Creator, or was it Studio Enterprise?, I believe has some AJAX support build in.
    What do you guys think of AJAX and any future
    development tools for it that you know of? AJAX is very cool, and it opens up a whole new way to deal with web content, to be sure. But while this does lend a little more support to the notion of creating web applications which behave more like regular applications (sounds like a Dr. Pepper commercial), I don't think that it'll make as good as it could be without things like threading in Javascript.
    Do you think this, along with a few other publicly
    disclosed technologies (comming in the next 5 - 7
    years) will lead to a tech boom, surpassing the Web
    1.0 days ( I do, the 1.0 days will be swamped by this
    and a few other new technologies )?The discovery of AJAX (I say discovery, cuz it's been in browsers for a while now without anyone knowing about it) is already changing the web. But I while it'll lead to a lot of sites being reworked to work with AJAX, I don't think it's going to bring on a new golden age on the net.
    Sorry for the non-technical questions but I'm bored
    today, and I'm stuck at my desk for the next hour or
    so.Isn't that what Solitaire is for?

  • Syntax highlighting not working on PL/SQL developer tool

    Hello,
    Syntax highlighting is not working on PL/SQL developer tool using the beautifier. When I go set Syntax highlighting parameters (from  EDIT>PL/SQL Developer Beautifier Options > User Interface> Editor> Syntax Highlighting ) and click apply, the changes are not reflected in SQL code in the SQL window. Other feautures in the beautifier such as Fonts, Window types are working fine.
    Please help me with this issue.
    Thanks!!
    Shreejit

    As this is not an Oracle related question (let alone Oracle SQL or PL/SQL), and as you've been given a link to the relevant website... I'll now lock this thread.

  • JD Edwards Development tools

    Hello,
    I am new with JD Edwards and I would like to know where I can find documentation on development tools to create customizations under JD Edwards environment.
    Thanks

    Hy,
    you can try this:
    http://download.oracle.com/docs/cd/E13780_01/jded/html/docset.html

  • Scheduler for Export Table utility using PL/SQL developer Tool

    Hi,
    Is there any way by which i can schedule manually export tables from a user using PL/SQL developer tool 'Export Tables' utility.
    As i have lot many schema a for each i have to manually exporting all tables using this utility.
    Please suggest.
    Thanks,

    Hello,
    do you mean PL/SQL developer from Allroundautomation? Then this is the wrong forum.
    Do you mean the export feature from SQL Developer, that you can invoke on right click in a result pane? You cannot automate it.
    But if you tell us more about your requirements we might be able to find a good solution for you. Yet this is a question for the {forum:id=75} forum. There is a FAQ {message:id=9360007}. This combined with dbms_scheduler or a scheduled job on your computer might solve the problem.
    Regards
    Marcus

  • Cannot login to XE using PL/SQL Developer Tool

    Hi,
    I have problem using PL/SQL Developer with XE. Whenever I try to use PL/SQL Developer to connect to the XE, I am getting this error message from PL/SQL Developer:
    Initialization error: SQL*Net not properly installed.
    OracleHomeKey: SOFTWARE\ORACLE
    OracleHomeDir:
    Both the PL/SQL Developer and XE are installed on a same laptop which is having XP with SP2 and its firewall disabled.
    My "sqlnet.ora" reads the following:
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS).
    Any help would be much appreciated.
    Regards,
    Abdiqadir.

    Had the same problem myself. I tried this and it worked. Mind you, BOTH Oracle XE and PL/SQL Developer have to be on same machines. I have WinXPSP2. Change the installation paths as per your settings in the examples below.
    In PL/SQL Developer:
    - Tools-->Preferences-->Options Tab-->
    ---- Oracle Home (empty is autodected): enter this value: C:\oraclexe\app\oracle\product\10.2.0\server
    ---- OCI Library (empty is autodected): enter this value:
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN\ociw32.dll
    That's it. It worked for me.

  • Can we use SQL developer tool to READ/WRITE BerkeleyDB by any means

    We use Berkeley Db as a persistent database, which holds data less frequently changed data. Can is it possible to use SQL Developer tool or any other front end tool that can connect and communicate to Berkeley db file for INSERT, UPDATE, DELETE records.

    I assume you're referring to Berkeley DB SQL (BDB SQL API).
    SQL Developer is not certified to work with BDB SQL; see the SQL Developer Certifications page.
    Something similar was asked some time ago, about connecting JDeveloper to BDB SQL; see this Re: How connect Oracle JDeveloper 11g to Berkeley DB 11g. The SQL tools in JDeveloper and SQL Developer are similar and built on the same components, so my answer there can be extended to SQL Developer as well. While you can probably have SQL Developer properly connect to a BDB SQL database, I am afraid you won't be able to do more than just viewing the data; likely any attempt to generate DDL or DML statements, export data, or run DML statements against the database will fail.
    If you migrated to BDB SQL from SQLite and were using a front-end tool for SQLite, it should be possible to use that with BDB SQL as well.
    Regards,
    Andrei

  • How we can use VC as a NWDS development tool

    Hi,
           I am new in visual composer .Can any one help me how we can use VC as a NWDS development tool. Can we develop all application which we are developing in webdynpro?
    Regards,
    Kundan

    Hi,
    In NWDS using WebDynpro we can develop applications, we can write our logic as we want etc,
    We can write any complex logic using coding in NWDS
    But in V C, we cannot apply much logic, its mainly to display reports and all in a very good way.
    VC is not a better solution for complex and business calculations.
    For Visual Composer
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63f2052e-0c01-0010-b9a2-e1f7457a7fbe
    For WebDynpro(Java)
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/ca29652fe86babe10000000a1553f6/frameset.htm
    look for beginner tutorial WebDynpro / iView
    https://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    Raghu

  • A query regarding synchronised functions, using shared object

    Hi all.
    I have this little query, regarding the functions that are synchronised, based on accessing the lock to the object, which is being used for synchronizing.
    Ok, I will clear myself with the following example :
    class First
    int a;
    static int b;
    public void func_one()
    synchronized((Integer) a)
    { // function logic
    } // End of func_one
    public void func_two()
    synchronized((Integer) b)
    { / function logic
    } // End of func_two
    public static void func_three()
    synchronized((Integer) a)
    { // function logic
    } // End of func_three, WHICH IS ACTUALLY NOT ALLOWED,
    // just written here for completeness.
    public static void func_four()
    synchronized((Integer) b)
    { / function logic
    } // End of func_four
    First obj1 = new First();
    First obj2 = new First();
    Note that the four functions are different on the following criteria :
    a) Whether the function is static or non-static.
    b) Whether the object on which synchronization is based is a static, or a non-static member of the class.
    Now, first my-thoughts; kindly correct me if I am wrong :
    a) In case 1, we have a non-static function, synchronized on a non-static object. Thus, effectively, there is no-synchronisation, since in case obj1 and obj2 happen to call the func_one at the same time, obj1 will obtain lock for obj1.a; and obj2 will obtain lock to obj2.a; and both can go inside the supposed-to-be-synchronized-function-but-actually-is-not merrily.
    Kindly correct me I am wrong anywhere in the above.
    b) In case 2, we have a non-static function, synchronized on a static object. Here, again if obj1, and obj2 happen to call the function at the same time, obj1 will try to obtain lock for obj1.a; while obj2 will try to obtain lock for obj2.a. However, since obj1.a and obj2.a are the same, thus we will indeed obtain sychronisation.
    Kindly correct me I am wrong anywhere in the above.
    c) In case 3, we have a static function , synchronized on a non-static object. However, Java does not allow functions of this type, so we may safely move forward.
    d) In case 4, we have a static function, synchronized on a static object.
    Here, again if obj1, and obj2 happen to call the function at the same time, obj1 will try to obtain lock for obj1.a; while obj2 will try to obtain lock for obj2.a. However, since obj1.a and obj2.a are the same, thus we will indeed obtain sychronisation. But we are only partly done for this case.
    First, Kindly correct me I am wrong anywhere in the above.
    Now, I have a query : what happens if the call is made in a classically static manner, i.e. using the statement "First.func_four;".
    Another query : so far we have been assuming that the only objects contending for the synchronized function are obj1, and obj2, in a single thread. Now, consider this, suppose we have the same reference obj1, in two threads, and the call "obj1.func_four;" happens to occur at the same time from each of these threads. Thus, we have obj1 rying to obtain lock for obj1.a; and again obj1 trying to obtain lock for obj1.a, which are the same locks. So, if obj1.a of the first thread obtains the lock, then it will enter the function no-doubt, but the call from the second thread will also succeed. Thus, effectively, our synchronisation is broken.
    Or am I being dumb ?
    Looking forward to replies..
    Ashutosh

    a) In case 1, we have a non-static function, synchronized on a non-static object. Thus, effectively, there is no-synchronisationThere is no synchronization between distinct First objects, but that's what you specified. Apart from the coding bug noted below, there would be synchronization between different threads using the same instance of First.
    b) In case 2, we have a non-static function, synchronized on a static object. Here, again if obj1, and obj2 happen to call the function at the same time, obj1 will try to obtain lock for obj1.a; while obj2 will try to obtain lock for obj2.a.obj1/2 don't call methods or try to obtain locks. The two different threads do that. And you mean First.b, not obj1.b and obj2.b, but see also below.
    d) In case 4, we have a static function, synchronized on a static object. Here, again if obj1, and obj2 happen to call the function at the same time, obj1 will try to obtain lock for obj1.a; while obj2 will try to obtain lock for obj2.a.Again, obj1/2 don't call methods or try to obtain locks. The two different threads do that. And again, you mean First.b. obj1.b and obj2.b are the same as First.b. Does that make it clearer?
    Now, I have a query : what happens if the call is made in a classically static manner, i.e. using the statement "First.func_four;".That's what happens in any case whether you write obj1.func_four(), obj2.func)four(), or First.func_four(). All these are identical when func_four(0 is static.
    Now, consider this, suppose we have the same reference obj1, in two threads, and the call "obj1.func_four;" happens to occur at the same time from each of these threads. Thus, we have obj1 rying to obtain lock for obj1.aNo we don't, we have a thread trying to obtain the lock on First.b.
    and again obj1 trying to obtain lock for obj1.aYou mean obj2 and First.b, but obj2 doesn't obtain the lock, the thread does.
    which are the same locks. So, if obj1.a of the first thread obtains the lock, then it will enter the function no-doubt, but the call from the second thread will also succeed.Of course it won't. Your reasoning here makes zero sense..Once First.b is locked it is locked. End of story.
    Thus, effectively, our synchronisation is broken.No it isn't. The second thread will wait on the same First.b object that the first thread has locked.
    However in any case you have a much bigger problem here. You're autoboxing your local 'int' variable to a possibly brand-new Integer object every call, so there may be no synchronization at all.
    You need:
    Object a = new Object();
    static Object b = new Object();

Maybe you are looking for

  • What are the blades in a server?

    I know CPU, memory and HD size. However I do not know what are the blades in a server. Would you please explain a bit? Thanks!

  • NAF doesn't work

    Hi, Gurus. we have ACS SE 4.1, configured NAP. The Profile should match the NAF and username. If I set ANY to NAF then it works fine, but if I set any NAF that contains required device or device group I don't match NAP and receive default settings. W

  • Stopping a Scenario

    Hi there I have some questions on how to stop a scenario: I have a scenario running on my linux server (I am using startscen.sh to launch the scenario). I can see the logs through the operator console, however when I stop the scenario using the opera

  • Oracle WSM Critical Patch Update - Dec 2007

    A critical patch for OWSM has been released that may be required if you have applied the 10.1.3.3 Patch Set on the 10.1.3.1 product install. Get full details about the one-off patch here. Thanks, Vikas Jain

  • Site setup menu corrupted

    Manage Sites>Edit> Site Setup. The upper left menu Site/Services/VersionControl/Adv Settings does not respond. Thus i cannot change any settings. I can however use the lower buttons Help/Save/Cancel. I may have deleted something from the registry, tr